From: Sébastien Han Date: Fri, 13 Oct 2017 13:26:03 +0000 (+0200) Subject: ci: use a container client VM X-Git-Tag: beta-3.1.0~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=90ce4276cacce42ce6bedefadd88e2b3cea5113d;p=ceph-ansible.git ci: use a container client VM 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 --- 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