openstack-helm/nova/values_overrides/rocky-ubuntu_bionic.yaml
Pete Birley e5f8fcf728 Container Distro: Add checks for OS (rocky) in Ubuntu Bionic
This PS adds checks for running the Rocky release of Openstack under
Python3 in Ubuntu Bionic containers.

Change-Id: I269cef9f8f157e22f6b857822df9a8960dac6ea8
Signed-off-by: Pete Birley <pete@port.direct>
2019-06-26 10:36:26 -05:00

27 lines
1.6 KiB
YAML

---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
db_drop: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
db_init: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
ks_service: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
ks_endpoints: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
nova_api: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_cell_setup: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_cell_setup_init: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
nova_compute: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
# nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:rocky'
nova_compute_ssh: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_conductor: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_consoleauth: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_db_sync: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_novncproxy: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_placement: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_scheduler: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
#nova_service_cleaner: 'docker.io/port/ceph-config-helper:v1.10.3'
nova_spiceproxy: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_spiceproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic"
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"