a828d38316
There is currently no testing of the Leap 15 images in OSH. This addresses it by: - Using the values_overrides folder according to the multi-os spec, creating value override files there for changes that needs to happen on Leap 15 images. - Point to the right images using the previously created folder, to allow using those in CI easily. - Change CI to use previously created overrides. Depends-On: https://review.openstack.org/#/c/651501 Change-Id: I520d3676195c62b253a19397c86b0d0fbabee710
18 lines
992 B
YAML
18 lines
992 B
YAML
---
|
|
images:
|
|
tags:
|
|
db_init: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
cinder_db_sync: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
ks_user: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
ks_service: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
ks_endpoints: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
cinder_api: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
bootstrap: docker.io/openstackhelm/heat:rocky-opensuse_15
|
|
cinder_scheduler: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
cinder_volume: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
|
cinder_backup: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|