From 57730b82c844f05bdb668229164dd58f676f39f5 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 27 Aug 2018 10:28:20 -0500 Subject: [PATCH] ceph-volume-ansible-prs: enable tests on centos 7 Running the tests on Centos 7.4 hosts allows the vagrant vms to boot properly. See: https://github.com/ceph/mita/pull/126/commits/35d53b13e177831306b0b401b0b5d0fafecf4b78 Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-volume-pr.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 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 c3127511..fdfc57d6 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -1,11 +1,9 @@ -# 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 @@ -22,7 +20,7 @@ name: ceph-volume-ansible-prs-simple distro: - xenial -# - centos7 + - centos7 objectstore: - bluestore - filestore @@ -40,7 +38,7 @@ name: ceph-volume-ansible-prs-batch distro: - xenial -# - centos7 + - centos7 objectstore: - bluestore - filestore -- 2.39.5