openstack-helm/nova/values_overrides/rocky-opensuse_15.yaml
Jean-Philippe Evrard a828d38316 Add OpenSUSE Leap15 testing
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
2019-04-15 11:15:35 +02:00

28 lines
1.6 KiB
YAML

---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:rocky-opensuse_15"
db_drop: "docker.io/openstackhelm/heat:rocky-opensuse_15"
db_init: "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"
nova_api: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_cell_setup: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_cell_setup_init: "docker.io/openstackhelm/heat:rocky-opensuse_15"
nova_compute: "docker.io/openstackhelm/nova:rocky-opensuse_15"
# nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ocata'
nova_compute_ssh: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_conductor: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_consoleauth: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_db_sync: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_novncproxy: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_placement: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_scheduler: "docker.io/openstackhelm/nova:rocky-opensuse_15"
#nova_service_cleaner: 'docker.io/port/ceph-config-helper:v1.10.3'
nova_spiceproxy: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_spiceproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15"
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15"