File tree 4 files changed +3
-7
lines changed
roles/ceph-defaults/defaults
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ dummy:
207
207
#
208
208
# Enabled when ceph_repository == 'dev'
209
209
#
210
- #ceph_dev_branch: main # development branch you would like to use e.g: master , wip-hack
210
+ #ceph_dev_branch: main # development branch you would like to use e.g: main , wip-hack
211
211
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
212
212
213
213
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ ceph_rhcs_version: 5
207
207
#
208
208
# Enabled when ceph_repository == 'dev'
209
209
#
210
- #ceph_dev_branch: main # development branch you would like to use e.g: master , wip-hack
210
+ #ceph_dev_branch: main # development branch you would like to use e.g: main , wip-hack
211
211
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
212
212
213
213
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{
199
199
#
200
200
# Enabled when ceph_repository == 'dev'
201
201
#
202
- ceph_dev_branch : main # development branch you would like to use e.g: master , wip-hack
202
+ ceph_dev_branch : main # development branch you would like to use e.g: main , wip-hack
203
203
ceph_dev_sha1 : latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
204
204
205
205
nfs_ganesha_dev : false # use development repos for nfs-ganesha
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ setenv=
29
29
non_container: PLAYBOOK = site.yml.sample
30
30
31
31
UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-pacific
32
- UPDATE_CEPH_DEV_BRANCH = master
33
- UPDATE_CEPH_DEV_SHA1 = latest
34
32
ROLLING_UPDATE = True
35
33
changedir ={toxinidir}/tests/functional/subset_update{env:CONTAINER_DIR:}
36
34
commands =
@@ -61,8 +59,6 @@ commands=
61
59
# mon1
62
60
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/rolling_update.yml --limit mon1 --tags =mons --extra-vars " \
63
61
ireallymeanit=yes \
64
- ceph_dev_branch={env:UPDATE_CEPH_DEV_BRANCH:master} \
65
- ceph_dev_sha1={env:UPDATE_CEPH_DEV_SHA1:latest} \
66
62
ceph_docker_registry_auth=True \
67
63
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
68
64
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
You can’t perform that action at this time.
0 commit comments