6a5466e9a4
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
19 lines
1.1 KiB
YAML
19 lines
1.1 KiB
YAML
---
|
|
images:
|
|
tags:
|
|
db_init: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
cinder_db_sync: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
db_drop: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
ks_user: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
ks_service: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
cinder_api: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
bootstrap: "docker.io/openstackhelm/heat:victoria-ubuntu_focal"
|
|
cinder_scheduler: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
cinder_volume: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
cinder_volume_usage_audit: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
|
cinder_backup: "docker.io/openstackhelm/cinder:victoria-ubuntu_focal"
|
|
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
|
...
|