From 5b80e4f2f805c9f181ab18d8f4c6ef249fa693ec Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 17 Aug 2020 11:17:42 +0200 Subject: [PATCH] ceph-ansible: only use smithi nodes for all_daemons Using `(smithi || centos7)` allows ovh slave nodes to be used for all `all_daemons` based scenario which is not what we want since the latest makes the playbook failing for these scenarios. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index df848f413..7d6225bca 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: 'vagrant && libvirt && (smithi || centos7)' + slave_labels: 'vagrant && libvirt && smithi' distribution: - centos deployment: -- 2.47.3