From 45b492bcf742f872f4926231c9e0b6ac2c4bffc5 Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Mon, 24 Apr 2023 10:37:37 -0600 Subject: [PATCH] [ceph] Update Ceph to 17.2.6 This change updates the openstack-helm-infra charts to use 17.2.6 Quincy images based on Focal. See https://review.opendev.org/c/openstack/openstack-helm-images/+/881217 Change-Id: Ibb89435ae22f6d634846755e8121facd13d5d331 --- ceph-client/Chart.yaml | 2 +- ceph-client/values.yaml | 8 ++++---- ceph-mon/Chart.yaml | 2 +- ceph-mon/values.yaml | 10 +++++----- ceph-osd/Chart.yaml | 2 +- ceph-osd/values.yaml | 6 +++--- ceph-provisioners/Chart.yaml | 2 +- ceph-provisioners/values.yaml | 6 +++--- ceph-rgw/Chart.yaml | 2 +- ceph-rgw/values.yaml | 10 +++++----- elasticsearch/Chart.yaml | 2 +- elasticsearch/values.yaml | 8 ++++---- gnocchi/Chart.yaml | 2 +- gnocchi/values.yaml | 2 +- libvirt/Chart.yaml | 2 +- libvirt/values.yaml | 2 +- releasenotes/notes/ceph-client.yaml | 1 + releasenotes/notes/ceph-mon.yaml | 1 + releasenotes/notes/ceph-osd.yaml | 1 + releasenotes/notes/ceph-provisioners.yaml | 1 + releasenotes/notes/ceph-rgw.yaml | 1 + releasenotes/notes/elasticsearch.yaml | 1 + releasenotes/notes/gnocchi.yaml | 1 + releasenotes/notes/libvirt.yaml | 1 + 24 files changed, 42 insertions(+), 34 deletions(-) diff --git a/ceph-client/Chart.yaml b/ceph-client/Chart.yaml index b79bfe8607..f7835edd98 100644 --- a/ceph-client/Chart.yaml +++ b/ceph-client/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Client name: ceph-client -version: 0.1.44 +version: 0.1.45 home: https://github.com/ceph/ceph-client ... diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 2ca051f658..04d83bec83 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -24,10 +24,10 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' - ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' + ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/library/docker:17.07.0' local_registry: diff --git a/ceph-mon/Chart.yaml b/ceph-mon/Chart.yaml index 646e9e0b50..f4ea833057 100644 --- a/ceph-mon/Chart.yaml +++ b/ceph-mon/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Mon name: ceph-mon -version: 0.1.28 +version: 0.1.29 home: https://github.com/ceph/ceph ... diff --git a/ceph-mon/values.yaml b/ceph-mon/values.yaml index bf61132782..32e86ca751 100644 --- a/ceph-mon/values.yaml +++ b/ceph-mon/values.yaml @@ -23,11 +23,11 @@ deployment: images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' - ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' + ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/library/docker:17.07.0' local_registry: diff --git a/ceph-osd/Chart.yaml b/ceph-osd/Chart.yaml index b76d24eb49..6fdb49ffd1 100644 --- a/ceph-osd/Chart.yaml +++ b/ceph-osd/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph OSD name: ceph-osd -version: 0.1.43 +version: 0.1.44 home: https://github.com/ceph/ceph ... diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index 83622b8ea7..7fe7770d5e 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -19,9 +19,9 @@ images: pull_policy: IfNotPresent tags: - ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/library/docker:17.07.0' local_registry: diff --git a/ceph-provisioners/Chart.yaml b/ceph-provisioners/Chart.yaml index 77360f7ef3..56b7347f68 100644 --- a/ceph-provisioners/Chart.yaml +++ b/ceph-provisioners/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Provisioner name: ceph-provisioners -version: 0.1.25 +version: 0.1.26 home: https://github.com/ceph/ceph ... diff --git a/ceph-provisioners/values.yaml b/ceph-provisioners/values.yaml index 173e9c5032..55986986bf 100644 --- a/ceph-provisioners/values.yaml +++ b/ceph-provisioners/values.yaml @@ -29,9 +29,9 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:ubuntu_bionic-20200521' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:ubuntu_focal_17.2.6-1-20230508' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' ceph_rbd_provisioner: 'docker.io/openstackhelm/ceph-rbd-provisioner:change_770201_ubuntu_bionic-20210113' csi_provisioner: 'registry.k8s.io/sig-storage/csi-provisioner:v3.1.0' csi_snapshotter: 'registry.k8s.io/sig-storage/csi-snapshotter:v6.0.0' diff --git a/ceph-rgw/Chart.yaml b/ceph-rgw/Chart.yaml index ae090efa7d..66adb1ae21 100644 --- a/ceph-rgw/Chart.yaml +++ b/ceph-rgw/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph RadosGW name: ceph-rgw -version: 0.1.26 +version: 0.1.27 home: https://github.com/ceph/ceph ... diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index fd37a10fa2..d04d8fff4a 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -24,13 +24,13 @@ release_group: null images: pull_policy: IfNotPresent tags: - ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' - ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130' + ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' + ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508' dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0' image_repo_sync: 'docker.io/library/docker:17.07.0' - rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' - rgw_placement_targets: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' + rgw_placement_targets: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' ks_endpoints: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal' ks_service: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal' ks_user: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal' diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index d16552c0db..4850dfd727 100644 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v7.6.2 description: OpenStack-Helm ElasticSearch name: elasticsearch -version: 0.2.23 +version: 0.2.24 home: https://www.elastic.co/ sources: - https://github.com/elastic/elasticsearch diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 93e747541d..b869f6cdd6 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -21,13 +21,13 @@ images: memory_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal elasticsearch: docker.io/openstackhelm/elasticsearch-s3:latest-7_6_2 curator: docker.io/bobrik/curator:5.8.1 - ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124 - s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_focal-20230130 - s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124 + ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508 + s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_focal_17.2.6-1-20230508 + s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508 helm_tests: docker.io/openstackhelm/elasticsearch-s3:latest-7_6_2 prometheus_elasticsearch_exporter: docker.io/justwatch/elasticsearch_exporter:1.1.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124 + snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508 elasticsearch_templates: docker.io/openstackhelm/elasticsearch-s3:latest-7_6_2 image_repo_sync: docker.io/library/docker:17.07.0 pull_policy: "IfNotPresent" diff --git a/gnocchi/Chart.yaml b/gnocchi/Chart.yaml index ca3f548127..8941c64127 100644 --- a/gnocchi/Chart.yaml +++ b/gnocchi/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v3.0.3 description: OpenStack-Helm Gnocchi name: gnocchi -version: 0.1.9 +version: 0.1.10 home: https://gnocchi.xyz/ icon: https://gnocchi.xyz/_static/gnocchi-logo.png sources: diff --git a/gnocchi/values.yaml b/gnocchi/values.yaml index d1d0772f2c..2175b13329 100644 --- a/gnocchi/values.yaml +++ b/gnocchi/values.yaml @@ -37,7 +37,7 @@ release_group: null images: tags: dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 - gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124 + gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508 db_init_indexer: docker.io/library/postgres:9.5 # using non-kolla images until kolla supports postgres as # an indexer diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index 97a529fb0a..4a0b27b178 100644 --- a/libvirt/Chart.yaml +++ b/libvirt/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm libvirt name: libvirt -version: 0.1.19 +version: 0.1.20 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values.yaml b/libvirt/values.yaml index 7549265626..3c2bad6e64 100644 --- a/libvirt/values.yaml +++ b/libvirt/values.yaml @@ -28,7 +28,7 @@ images: tags: libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal libvirt_exporter: vexxhost/libvirtd-exporter:latest - ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal-20230124' + ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_focal_17.2.6-1-20230508' dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/library/docker:17.07.0 pull_policy: "IfNotPresent" diff --git a/releasenotes/notes/ceph-client.yaml b/releasenotes/notes/ceph-client.yaml index 46bff0dd76..4a2c885fe5 100644 --- a/releasenotes/notes/ceph-client.yaml +++ b/releasenotes/notes/ceph-client.yaml @@ -45,4 +45,5 @@ ceph-client: - 0.1.42 Update all Ceph images to Focal - 0 1.43 Document the use of mon_allow_pool_size_one - 0.1.44 Allow pg_num_min to be overridden per pool + - 0.1.45 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/ceph-mon.yaml b/releasenotes/notes/ceph-mon.yaml index 56ac127285..4c7f327025 100644 --- a/releasenotes/notes/ceph-mon.yaml +++ b/releasenotes/notes/ceph-mon.yaml @@ -29,4 +29,5 @@ ceph-mon: - 0.1.26 Added OCI registry authentication - 0.1.27 Update all Ceph images to Focal - 0.1.28 Document the use of mon_allow_pool_size_one + - 0.1.29 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/ceph-osd.yaml b/releasenotes/notes/ceph-osd.yaml index 23c29f3280..e101fcf3de 100644 --- a/releasenotes/notes/ceph-osd.yaml +++ b/releasenotes/notes/ceph-osd.yaml @@ -44,4 +44,5 @@ ceph-osd: - 0.1.41 Remove ceph-mon dependency in ceph-osd liveness probe - 0.1.42 Added OCI registry authentication - 0.1.43 Update all Ceph images to Focal + - 0.1.44 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/ceph-provisioners.yaml b/releasenotes/notes/ceph-provisioners.yaml index 8cc88095eb..903d699589 100644 --- a/releasenotes/notes/ceph-provisioners.yaml +++ b/releasenotes/notes/ceph-provisioners.yaml @@ -25,4 +25,5 @@ ceph-provisioners: - 0.1.23 Remove unnecessary templates - 0.1.24 Update all Ceph images to Focal - 0.1.25 Update kubernetes registry to registry.k8s.io + - 0.1.26 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/ceph-rgw.yaml b/releasenotes/notes/ceph-rgw.yaml index 3ed0d7650a..390f0b3589 100644 --- a/releasenotes/notes/ceph-rgw.yaml +++ b/releasenotes/notes/ceph-rgw.yaml @@ -27,4 +27,5 @@ ceph-rgw: - 0.1.24 Replace civetweb with beast for unencrypted connections - 0.1.25 Update all Ceph images to Focal - 0.1.26 Replace node-role.kubernetes.io/master with control-plane + - 0.1.27 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/elasticsearch.yaml b/releasenotes/notes/elasticsearch.yaml index af9c6f2720..9c83856cd3 100644 --- a/releasenotes/notes/elasticsearch.yaml +++ b/releasenotes/notes/elasticsearch.yaml @@ -33,4 +33,5 @@ elasticsearch: - 0.2.21 Added OCI registry authentication - 0.2.22 Update all Ceph images to Focal - 0.2.23 Add configurable liveness probe for elasticsearch client + - 0.2.24 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/gnocchi.yaml b/releasenotes/notes/gnocchi.yaml index 824507eed0..d3bf575488 100644 --- a/releasenotes/notes/gnocchi.yaml +++ b/releasenotes/notes/gnocchi.yaml @@ -10,4 +10,5 @@ gnocchi: - 0.1.7 Replace node-role.kubernetes.io/master with control-plane - 0.1.8 Migrated pdb resource to policy/v1 API version - 0.1.9 Migrated CronJob resource to batch/v1 API version + - 0.1.10 Update Ceph to 17.2.6 ... diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index 8b6a399fbe..f5cafc0b04 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -20,4 +20,5 @@ libvirt: - 0.1.17 Add ovn.yaml values_override, remove dependency from neutron-ovs-agent module - 0.1.18 Replace node-role.kubernetes.io/master with control-plane - 0.1.19 Set kubernetes cgroup value equal kubepods.slice to fit systemd cgroup driver + - 0.1.20 Update Ceph to 17.2.6 ...