From eee0602bc6def38cff2acdd188446f6b371f4925 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 23 Nov 2016 09:42:30 -0500 Subject: [PATCH] ceph-ansible-prs: update labels required Using a '-' breaks the service that creates machines based on labels since it evaluates it as Python and '-' is seen as an operator Signed-off-by: Alfredo Deza --- 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 f6a5d179..41b8b8b6 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -9,7 +9,7 @@ - job-template: name: 'ceph-ansible-prs-{scenario}' - node: vagrant&&ceph-ansible + node: vagrant&&libvirt concurrent: true defaults: global display-name: 'ceph-ansible: Pull Requests [{scenario}]' -- 2.47.3