From a8f1474d15b1a218f9572cec07c015de0af32f7b Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 27 Apr 2022 10:21:09 -0500 Subject: [PATCH] Update nova default image values This change updates the default image values for nova from ocata to ussuri to match the rest of the defaults. Change-Id: I8c5c4e1cd743236b9403293e695e1c4ac096f879 --- nova/Chart.yaml | 2 +- nova/values.yaml | 6 +++--- releasenotes/notes/nova.yaml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nova/Chart.yaml b/nova/Chart.yaml index 4c3fd676f5..323e558244 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.2.37 +version: 0.2.38 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/values.yaml b/nova/values.yaml index 712c80980a..a039a01b6d 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -67,16 +67,16 @@ images: nova_cell_setup: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_cell_setup_init: docker.io/openstackhelm/heat:ussuri-ubuntu_bionic nova_compute: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic - nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ocata' + nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ussuri' nova_compute_ssh: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_conductor: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_db_sync: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_novncproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic - nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ocata' + nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ussuri' nova_scheduler: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic # NOTE(portdirect): we simply use the ceph config helper here, # as it has both oscli and jq. - nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic' nova_spiceproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic nova_spiceproxy_assets: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic test: docker.io/xrally/xrally-openstack:2.0.0 diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index f6dbd784cd..23c61bc225 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -58,4 +58,5 @@ nova: - 0.2.35 Enable taint toleration for Openstack services - 0.2.36 Support TLS endpoints - 0.2.37 Remove nova-placement + - 0.2.38 Update nova image defaults ...