mirror of https://github.com/ceph/ceph-ansible.git
replace 'master' references with 'main'
Because the branch'master' was renamed 'main'
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0ce39416e8
)
pull/7307/head
v4.0.70.12
parent
9167e19b1c
commit
97c3b9691d
|
@ -194,7 +194,7 @@ dummy:
|
||||||
#
|
#
|
||||||
# Enabled when ceph_repository == 'dev'
|
# Enabled when ceph_repository == 'dev'
|
||||||
#
|
#
|
||||||
#ceph_dev_branch: master # development branch you would like to use e.g: master, wip-hack
|
#ceph_dev_branch: main # development branch you would like to use e.g: main, wip-hack
|
||||||
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
||||||
|
|
||||||
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
||||||
|
|
|
@ -194,7 +194,7 @@ ceph_rhcs_version: 4
|
||||||
#
|
#
|
||||||
# Enabled when ceph_repository == 'dev'
|
# Enabled when ceph_repository == 'dev'
|
||||||
#
|
#
|
||||||
#ceph_dev_branch: master # development branch you would like to use e.g: master, wip-hack
|
#ceph_dev_branch: main # development branch you would like to use e.g: main, wip-hack
|
||||||
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
||||||
|
|
||||||
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
#nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
||||||
|
|
|
@ -186,7 +186,7 @@ ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{
|
||||||
#
|
#
|
||||||
# Enabled when ceph_repository == 'dev'
|
# Enabled when ceph_repository == 'dev'
|
||||||
#
|
#
|
||||||
ceph_dev_branch: master # development branch you would like to use e.g: master, wip-hack
|
ceph_dev_branch: main # development branch you would like to use e.g: main, wip-hack
|
||||||
ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
|
||||||
|
|
||||||
nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
nfs_ganesha_dev: false # use development repos for nfs-ganesha
|
||||||
|
|
|
@ -49,8 +49,6 @@ commands=
|
||||||
# mon1
|
# mon1
|
||||||
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/rolling_update.yml --limit mon1 --tags=mons --extra-vars "\
|
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/rolling_update.yml --limit mon1 --tags=mons --extra-vars "\
|
||||||
ireallymeanit=yes \
|
ireallymeanit=yes \
|
||||||
ceph_dev_branch={env:UPDATE_CEPH_DEV_BRANCH:master} \
|
|
||||||
ceph_dev_sha1={env:UPDATE_CEPH_DEV_SHA1:latest} \
|
|
||||||
ceph_docker_registry_auth=True \
|
ceph_docker_registry_auth=True \
|
||||||
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
|
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
|
||||||
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
|
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
|
||||||
|
|
Loading…
Reference in New Issue