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.
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