From 1581ac27f42e735b7f1d80ede8b1fbbfb85c0326 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 12 Sep 2017 14:01:27 -0500 Subject: [PATCH] ceph-ansible-prs: only run lvm_osd tests on ceph@master These lvm_osd tests won't pass until 12.2.1 is released, but if we have them use ceph@master then they should pass. After 12.2.1 is out we can move these back to be a 'luminous' test. Signed-off-by: Andrew Schoen --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 8f5281f5..c8a17274 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -27,8 +27,6 @@ - bluestore_dmcrypt_journal_collocation - bluestore_docker_dedicated_journal - bluestore_docker_dmcrypt_journal_collocation - - lvm_osds - - purge_lvm_osds - switch_to_containers - shrink_mon - shrink_osd @@ -42,7 +40,8 @@ ansible_version: - ansible2.3 scenario: - - centos7_cluster + - lvm_osds + - purge_lvm_osds jobs: - 'ceph-ansible-prs-{release}-{ansible_version}-{scenario}' -- 2.39.5