From 35f22cbdf672c29ead5b19c172d50f28daa6b523 Mon Sep 17 00:00:00 2001 From: Adam King Date: Tue, 17 Sep 2024 07:33:02 -0400 Subject: [PATCH] squid: cephadm: update latest stable release and default image Signed-off-by: Adam King --- src/cephadm/cephadmlib/constants.py | 4 ++-- src/cephadm/tests/test_util_funcs.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cephadm/cephadmlib/constants.py b/src/cephadm/cephadmlib/constants.py index a6cf4389ff6..b833bd934d3 100644 --- a/src/cephadm/cephadmlib/constants.py +++ b/src/cephadm/cephadmlib/constants.py @@ -1,7 +1,7 @@ # constants.py - constant values used throughout the cephadm sources # Default container images ----------------------------------------------------- -DEFAULT_IMAGE = 'quay.ceph.io/ceph-ci/ceph:main' +DEFAULT_IMAGE = 'quay.io/ceph/ceph:v19' DEFAULT_IMAGE_IS_MAIN = True DEFAULT_IMAGE_RELEASE = 'squid' DEFAULT_PROMETHEUS_IMAGE = 'quay.io/prometheus/prometheus:v2.43.0' @@ -22,7 +22,7 @@ DEFAULT_SMB_IMAGE = 'quay.io/samba.org/samba-server:devbuilds-centos-amd64' DEFAULT_REGISTRY = 'docker.io' # normalize unqualified digests to this # ------------------------------------------------------------------------------ -LATEST_STABLE_RELEASE = 'reef' +LATEST_STABLE_RELEASE = 'squid' DATA_DIR = '/var/lib/ceph' LOG_DIR = '/var/log/ceph' LOCK_DIR = '/run/cephadm' diff --git a/src/cephadm/tests/test_util_funcs.py b/src/cephadm/tests/test_util_funcs.py index aa64d54b073..ded163ecdde 100644 --- a/src/cephadm/tests/test_util_funcs.py +++ b/src/cephadm/tests/test_util_funcs.py @@ -785,7 +785,7 @@ class CompareContext2: def check(self, ctx): assert ctx.name == 'cc2' assert ctx.fsid == 'foobar' - assert ctx.image == 'quay.ceph.io/ceph-ci/ceph:main' + assert ctx.image == 'quay.io/ceph/ceph:v19' assert ctx.meta_properties == {"fruit": "banana", "vegetable": "carrot"} assert ctx.config_blobs == { "alpha": {"sloop": "John B"}, -- 2.39.5