From 48bb8f6aa106bb08a2c4dc9001d70614659d4c58 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 20 Oct 2021 10:12:26 +0200 Subject: [PATCH] ceph-ansible-prs: add new scenario subset_update see ceph-ansible corresponding pr: ceph/ceph-ansible#6951 Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/build/build | 3 +-- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-prs/build/build b/ceph-ansible-prs/build/build index 84d770a3..a16c91b1 100644 --- a/ceph-ansible-prs/build/build +++ b/ceph-ansible-prs/build/build @@ -32,11 +32,10 @@ popd rm -rf $HOME/ansible/facts/* # Skip these scenarios, they don't exist. -[[ "$ghprbTargetBranch" == stable-3.1 && "$SCENARIO" =~ lvm_batch|lvm_osds ]] || [[ "$ghprbTargetBranch" != stable-4.0 && "$SCENARIO" == podman ]] || [[ "$ghprbTargetBranch" =~ stable-4.0|stable-3 && "$SCENARIO" =~ cephadm|cephadm_adopt ]] || [[ "$ghprbTargetBranch" != stable-3.2 && "$SCENARIO" == shrink_osd_legacy ]] || -[[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == filestore_to_bluestore ]] || +[[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" =~ filestore_to_bluestore|subset_update ]] || [[ "$ghprbTargetBranch" == stable-5.0 && "$DEPLOYMENT" == "non_container" && "$SCENARIO" == update ]] || start_tox $TEMPVENV diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 1cdd225a..b4e41e6f 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -10,6 +10,7 @@ - all_daemons - all_in_one - update + - subset_update - purge - switch_to_containers exclude: -- 2.47.3