From 90ce4276cacce42ce6bedefadd88e2b3cea5113d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 13 Oct 2017 15:26:03 +0200 Subject: [PATCH] ci: use a container client VM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The client won't run on centos7 anymore but on Atomic host just like the rest of the daemons. Signed-off-by: Sébastien Han --- tests/functional/centos/7/docker/hosts | 2 +- tests/functional/centos/7/docker/vagrant_variables.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/centos/7/docker/hosts b/tests/functional/centos/7/docker/hosts index 4696f238f..dcb2c123c 100644 --- a/tests/functional/centos/7/docker/hosts +++ b/tests/functional/centos/7/docker/hosts @@ -19,7 +19,7 @@ rgw0 nfs0 [clients] -client0 ceph_origin="repository" ceph_repository="community" +client0 [rbdmirrors] rbd-mirror0 diff --git a/tests/functional/centos/7/docker/vagrant_variables.yml b/tests/functional/centos/7/docker/vagrant_variables.yml index b7ae798c2..eb32bb5c0 100644 --- a/tests/functional/centos/7/docker/vagrant_variables.yml +++ b/tests/functional/centos/7/docker/vagrant_variables.yml @@ -46,7 +46,7 @@ disks: "[ '/dev/sda', '/dev/sdb' ]" # - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q= # - https://download.gluster.org/pub/gluster/purpleidea/vagrant/ vagrant_box: centos/atomic-host -client_vagrant_box: centos/7 +#client_vagrant_box: centos/7 #ssh_private_key_path: "~/.ssh/id_rsa" # The sync directory changes based on vagrant box # Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant