From c712deada28b49f2bd27ac0a548298897f2d28ae Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 2 Jul 2021 13:23:57 -0400 Subject: [PATCH] ceph-ansible-prs: don't run cephadm jobs on smithi smithi nodes aren't enough powerful for that job, let's run it on either braggi or amadi. Signed-off-by: Dimitri Savineau --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index e9d7bac5..c3d07632 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -50,13 +50,14 @@ - project: name: ceph-ansible-prs-cephadm - slave_labels: 'vagrant && libvirt && (smithi || braggi || centos7)' + slave_labels: 'vagrant && libvirt && (adami || braggi)' distribution: - centos deployment: - container scenario: - cephadm + - cephadm_adopt jobs: - 'ceph-ansible-prs-common-trigger' @@ -86,10 +87,6 @@ - shrink_rbdmirror - lvm_auto_discovery - filestore_to_bluestore - - cephadm_adopt - exclude: - - deployment: non_container - scenario: cephadm_adopt jobs: - 'ceph-ansible-prs-common-trigger' -- 2.39.5