Change ceph-config-helper image tag
Change ceph-config-helper image tag to bionic from focal. There is no focal based image available. Change-Id: I6c4039161d09a55cac84fc047080603953a1deb5
This commit is contained in:
parent
ccd6ab8cce
commit
5ad407ab0e
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Cinder
|
description: OpenStack-Helm Cinder
|
||||||
name: cinder
|
name: cinder
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
home: https://docs.openstack.org/cinder/latest/
|
home: https://docs.openstack.org/cinder/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -55,9 +55,9 @@ images:
|
|||||||
cinder_scheduler: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
cinder_scheduler: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
||||||
cinder_volume: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
cinder_volume: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
||||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
cinder_backup: docker.io/openstackhelm/cinder:wallaby-ubuntu_focal
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -74,9 +74,9 @@ Steps:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_mon: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
ceph_mon: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_osd: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
ceph_osd: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_mds: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
ceph_mds: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
||||||
@ -215,7 +215,7 @@ Steps:
|
|||||||
Containers:
|
Containers:
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92
|
Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92
|
||||||
Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal
|
Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic
|
||||||
|
|
||||||
|
|
||||||
6) Install Openstack charts
|
6) Install Openstack charts
|
||||||
@ -326,9 +326,9 @@ Update, image section in new overrides ``ceph-update.yaml`` as shown below
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
ceph_bootstrap: 'docker.io/ceph/daemon:master-0351083-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
|
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
|
||||||
ceph_mon: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
ceph_mon: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_osd: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
ceph_osd: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
||||||
ceph_mds: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
ceph_mds: 'docker.io/ceph/daemon:master-a8d20ed-luminous-ubuntu-16.04-x86_64'
|
||||||
@ -574,7 +574,7 @@ pods are running. No interruption to OSH pods.
|
|||||||
Containers:
|
Containers:
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92
|
Container ID: docker://d5a3396f99704038ab8ef6bfe329013ed46472ebb8e26dddc140b621329f0f92
|
||||||
Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal
|
Image: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic
|
||||||
|
|
||||||
Conclusion:
|
Conclusion:
|
||||||
===========
|
===========
|
||||||
|
@ -50,4 +50,5 @@ cinder:
|
|||||||
- 0.2.31 Remove fixed node name from default values and add service cleaner cronjob
|
- 0.2.31 Remove fixed node name from default values and add service cleaner cronjob
|
||||||
- 0.2.32 Revert "Remove fixed node name from default values and add service cleaner cronjob"
|
- 0.2.32 Revert "Remove fixed node name from default values and add service cleaner cronjob"
|
||||||
- 0.3.0 Remove support for Train and Ussuri
|
- 0.3.0 Remove support for Train and Ussuri
|
||||||
|
- 0.3.1 Change ceph-config-helper image tag
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user