
Now `cinder-volume-worker` is set as DEFAULT.host. It results only one host per volume service type registered regardless of replica numbers. To fix this, removed DEFAULT.host from default values so hostname of pods will be used as host name. It will produce garbage services with down state because pod name changes every creation. To avoid this, added a cronjob for service clean. Change-Id: I9ec6f62105124f9088afdb231099b532fc83bb34
20 lines
1.1 KiB
YAML
20 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_service_cleaner: "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"
|
|
...
|