]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: add a default constant value for samba server container image
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 21 Nov 2023 22:11:37 +0000 (17:11 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Mar 2024 22:30:57 +0000 (18:30 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/constants.py

index 6ca5d39ed9de8a76c7feec320cb1d44509836f95..e5c7de8cc43d7e34a78b0f08e3ff98416c13b727 100644 (file)
@@ -18,6 +18,7 @@ DEFAULT_ELASTICSEARCH_IMAGE = 'quay.io/omrizeneva/elasticsearch:6.8.23'
 DEFAULT_JAEGER_COLLECTOR_IMAGE = 'quay.io/jaegertracing/jaeger-collector:1.29'
 DEFAULT_JAEGER_AGENT_IMAGE = 'quay.io/jaegertracing/jaeger-agent:1.29'
 DEFAULT_JAEGER_QUERY_IMAGE = 'quay.io/jaegertracing/jaeger-query:1.29'
+DEFAULT_SMB_IMAGE = 'quay.io/samba.org/samba-server:devbuilds-centos-amd64'
 DEFAULT_REGISTRY = 'docker.io'  # normalize unqualified digests to this
 # ------------------------------------------------------------------------------