From 7251b97c573d17725145b1a19f71072e58bdb785 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 24 Aug 2018 08:54:46 -0400 Subject: [PATCH] ceph-volume-ansible-prs: disable centos7 tests We're having infrastructure issues with OVH and the centos7 vagrant vm kernel panics after booting. Disabling these for now until the issue can be resolved. Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-volume-pr.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml index 8cef5a6d..01c6b642 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -1,8 +1,11 @@ +# disabling centos7 for now as we're having infrastructure issues +# with OVH and the centos7 vm kernel panics after booting + - project: name: ceph-volume-ansible-prs-lvm distro: - xenial - - centos7 +# - centos7 objectstore: - bluestore - filestore @@ -19,7 +22,7 @@ name: ceph-volume-ansible-prs-simple distro: - xenial - - centos7 +# - centos7 objectstore: - bluestore - filestore @@ -37,7 +40,7 @@ name: ceph-volume-ansible-prs-batch distro: - xenial - - centos7 +# - centos7 objectstore: - bluestore - filestore -- 2.39.5