]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
replace 'master' references with 'main' v4.0.70.12
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 05:43:35 +0000 (07:43 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Aug 2022 11:46:31 +0000 (13:46 +0200)
Because the branch'master' was renamed 'main'

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0ce39416e8dcd8d5b1093492df4b7e275fc3abc1)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml
tox-subset_update.ini

index 4278fae141ec5d1c37cac0846e2bda5ffd33245f..923028ed9b5e7872c3fc4c84b5227ea10ac10ff8 100644 (file)
@@ -194,7 +194,7 @@ dummy:
 #
 # 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)
 
 #nfs_ganesha_dev: false # use development repos for nfs-ganesha
index 74330da310a9d7f86ef5938d2897c6a98bb2ce7b..8c7c76c008f586edab6437e36e864b076c1dfbfe 100644 (file)
@@ -194,7 +194,7 @@ ceph_rhcs_version: 4
 #
 # 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)
 
 #nfs_ganesha_dev: false # use development repos for nfs-ganesha
index 5c25cf3450ec234f29c0d50f008d69c1ed969a02..46490f12d2c4b5341e8dbd01ac057b83135c4bd4 100644 (file)
@@ -186,7 +186,7 @@ ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{
 #
 # 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)
 
 nfs_ganesha_dev: false # use development repos for nfs-ganesha
index cecd393b63e3d7dee33419a87a380dd5058bf17c..9894bae015d1dfd75fb60c1bd8f221e85a1c8c2d 100644 (file)
@@ -49,8 +49,6 @@ commands=
 # mon1
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/rolling_update.yml --limit mon1 --tags=mons --extra-vars "\
       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_username={env:DOCKER_HUB_USERNAME} \
       ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \