]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: split shrink_osd scenario 1629/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 Jul 2020 08:57:13 +0000 (10:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 Jul 2020 09:41:14 +0000 (11:41 +0200)
This is for testing in two ways:

1/ shrinking OSDs one by one
2/ shrinking multiple OSDs with a single call of the playbook

Related ceph-ansible PR: ceph/ceph-ansible#5569

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml
scripts/build_utils.sh

index fdd9f7e143006579f4cc6c1146d7096352a02de1..81117f3cd66871d952b6692bfa953fb5ff24ba83 100644 (file)
@@ -96,7 +96,8 @@
       - rgw_multisite
       - shrink_mon
       - shrink_mgr
-      - shrink_osd
+      - shrink_osd_multiple
+      - shrink_osd_single
       - shrink_osd_legacy
       - shrink_rgw
       - shrink_mds
index 7105e4264dbeb37546cf1a2e7c358bda3188ca86..e9f8b8694b79bc443ba40f1d860c67b9cdde3896 100644 (file)
@@ -909,6 +909,12 @@ case $SCENARIO in
   cephadm)
     TOX_INI_FILE=tox-cephadm.ini
     ;;
+  shrink_osd_single)
+    TOX_INI_FILE=tox-shrink_osd.ini
+    ;;
+  shrink_osd_multiple)
+    TOX_INI_FILE=tox-shrink_osd.ini
+    ;;
   *)
     TOX_INI_FILE=tox.ini
     ;;