From: Guillaume Abrioux Date: Wed, 12 Aug 2020 18:44:09 +0000 (+0200) Subject: ceph-ansible: add back braggi node X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a88a932e3bd833d6b7a8c4be0b1d2a388c5f0ede;p=ceph-build.git ceph-ansible: add back braggi node This commit adds back braggi nodes for all_daemons based scenario. Also, it adds back ooo_collocation scenario which was removed by mistake. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 5814c866..5ccf641f 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -1,6 +1,6 @@ - project: - name: ceph-ansible-prs-smithi - slave_labels: 'centos7 && libvirt && smithi && vagrant' + name: ceph-ansible-prs-smithi-or-braggi + slave_labels: '(centos7 && smithi) || (centos8 && braggi) && libvirt && vagrant' distribution: - centos deployment: @@ -35,6 +35,10 @@ - lvm_batch - all_in_one - external_clients + - ooo_collocation + exclude: + - deployment: non_container + scenario: ooo_collocation jobs: - 'ceph-ansible-prs-auto'