Configuring Helm
Configuring OpenStack, available services, availability zones or other Helm values is done in
$ENV-ccx-override-values.yaml
Common Configs
ccFQDN- The domain name for the CCX installationccxaffiliation- name of CCX ownerenv- various environment variables to tweak CCXDISABLE_USER_MANAGEMENT- set to"true"to disable standard user registration API endpoints, useful when using JWT authentication flow.LOG_LEVEL- possible values:debug,info,warn,error,dpanic,panic,fatal; default:info.DISABLE_ROLLBACK- setting it to"true"will prevent automatic deletion of cloud resources (VMs, volumes and such) on failure. Useful for debugging. Remember to remove it when debugging is done.MAX_DATASTORES_PER_USER- limit the maximum datastores per user, new datastore deployments will fail after reaching this limit. Not limited by default.REQUIRE_EMAIL_VERIFICATION- defaults to"true". While enabled, a user who has not confirmed their email address cannot create a datastore: the deploy wizard completes and then the final request fails with402 Payment Requiredand{"err":"email verification required"}. Set to"false"on installations with no SMTP configured.REQUIRE_SUBSCRIPTION- defaults to"true". Blocks datastore creation for users without an active subscription, with the same402status. Set to"false"for self-hosted installations that do not use billing.
:::important
These two flags are checked together. Disabling only REQUIRE_EMAIL_VERIFICATION moves the failure from an email
402 to a subscription 402, so a self-hosted evaluation install needs both:
ccx:
env:
REQUIRE_EMAIL_VERIFICATION: "false"
REQUIRE_SUBSCRIPTION: "false"
configclouds- cloud config per providercode- cloud provider identifiername- cloud provider nameinstance_types- array of instances availablecode- instance namecpu- cores available per instancedisk_size- disk size (GB)ram- RAM available (GB)name- instance nametype- instance type
network_types-code- network type identifierin_vpc- if network is within a VPCinfo- comment on network typename- name of network type
regions- array of regions availableavailability_zones-code- AZ identifiername- AZ namecity- city namecode- region identifiercontinent_code- continent codecountry_code- country codedisplay_code- user facing codename- name of region
volume_types- array of volumes availablecode- volume type codehas_iopsinfo- comment on volume typename- name of volume typesizedefault- default size of volume typemax- max size of volume typemin- min size of volume typeverified_level
databases- array of supported databasesbeta- If the service is beta or notcode- database identifierenabled- available to deploy (or not)info- comment on databasename- database nanenum_nodes- array of nodes allowedports- array of opened portstypes- array of deployments supportedversions- array of supported versions