| --- |
| # .. vim: foldmarker=[[[,]]]:foldmethod=marker |
| |
| # .. Copyright (C) 2022 VEXXHOST, Inc. |
| # .. SPDX-License-Identifier: Apache-2.0 |
| |
| # Default variables |
| # ================= |
| |
| # .. contents:: Sections |
| # :local: |
| |
| |
| # .. envvar:: openstack_helm_nova_image_repository [[[ |
| # |
| # Image repository location to be prefixed for all images |
| openstack_helm_nova_image_repository: "{{ atmosphere_image_repository | default('us-docker.pkg.dev/vexxhost-infra/openstack') }}" |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_image_tag [[[ |
| # |
| # Image tag for container |
| openstack_helm_nova_image_tag: 23.1.1.dev11 |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_ssh_image_tag [[[ |
| # |
| # Image tag for SSH container |
| openstack_helm_nova_ssh_image_tag: wallaby |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_heat_image_tag [[[ |
| # |
| # Image tag for Heat to be used for jobs running via Helm hooks |
| openstack_helm_nova_heat_image_tag: wallaby |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_diff [[[ |
| # |
| # Disable a diff of the release values and ask for manual confirmation |
| openstack_helm_nova_diff: false |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_migrate_from_mariadb [[[ |
| # |
| # Execute a migration from legacy MariaDB to Percona XtraDB cluster |
| openstack_helm_nova_migrate_from_mariadb: false |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_values [[[ |
| # |
| # Overrides for Helm chart values |
| openstack_helm_nova_values: {} |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_ssh_key [[[ |
| # |
| # Private SSH key used for cold & live migration |
| openstack_helm_nova_ssh_key: "{{ undef(hint='You must specifiy an SSH key for Nova.') }}" |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_flavors [[[ |
| # |
| # List of flavors to provision inside Nova |
| openstack_helm_nova_flavors: [] |
| |
| # ]]] |
| # .. envvar:: openstack_helm_nova_ingress_annotations [[[ |
| # |
| # Ingress annotations |
| openstack_helm_nova_ingress_annotations: {} |
| |
| # ]]] |