From e8d3260d405ca8b50c01dd13550363ab5fa7dfa0 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 29 Nov 2016 14:05:34 -0600 Subject: [PATCH] ceph-ansible-prs: use underscores instead of dashes for scenarios This avoids an issue in tox where it splits on dashes and picks an incorrect scenario because we had dashes in our environment names. Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-ansible-prs.yml | 10 +++++----- 1 file changed, 5 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 bfe73a8b..93a5560b 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -1,11 +1,11 @@ - project: name: ceph-ansible-prs scenario: - - ansible2.2-centos7-cluster - - ansible2.2-xenial-cluster - - ansible2.2-journal-collocation - - ansible2.2-dmcrypt-journal - - ansible2.2-dmcrypt-journal-collocation + - ansible2.2-centos7_cluster + - ansible2.2-xenial_cluster + - ansible2.2-journal_collocation + - ansible2.2-dmcrypt_journal + - ansible2.2-dmcrypt_journal_collocation jobs: - 'ceph-ansible-prs-{scenario}' -- 2.39.5