openstack-helm/cinder/values_overrides/yoga-ubuntu_focal.yaml
Gage Hugo 89addfd4e1 Add Xena and Yoga values overrides
This change adds the overrides needed to run both the Xena and
Yoga releases in the OSH zuul jobs.

Change-Id: I65e016a4cb3fd52707ab29c37f025818fcb6c405
2022-06-08 17:21:57 +00:00

19 lines
1.0 KiB
YAML

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