openstack-helm/cinder/values_overrides/wallaby-ubuntu_focal.yaml
Mohammed Naser 6a5466e9a4 Revert "Fix cinder host name"
This reverts commit d554d74bf0.

This change is very problematic, because then the volumes will no longer be able to have API operations work on them, since the volumes are tied to a host, so when that host it down, things are bad.

We should keep this old (non-clean behaviour) and switch towards using Cinder clusters instead https://docs.openstack.org/cinder/latest/contributor/high_availability.html

This means configuring a few other things, but this is a really bad change and will break production deployments.  I suggest we revert ASAP.

Change-Id: Iee54ef5feca5c8bee80aded75d2fd182a431adb3
2022-09-12 17:41:00 +00:00

19 lines
1.0 KiB
YAML

---
images:
tags:
db_init: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
cinder_db_sync: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
ks_user: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
ks_service: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
ks_endpoints: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
cinder_api: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
bootstrap: "docker.io/openstackhelm/heat:wallaby-ubuntu_focal"
cinder_scheduler: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
cinder_volume: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
cinder_volume_usage_audit: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
cinder_backup: "docker.io/openstackhelm/cinder:wallaby-ubuntu_focal"
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
...