mirror of https://github.com/ceph/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 <seb@redhat.com>pull/1963/head
parent
b34a04ea41
commit
90ce4276ca
|
@ -19,7 +19,7 @@ rgw0
|
|||
nfs0
|
||||
|
||||
[clients]
|
||||
client0 ceph_origin="repository" ceph_repository="community"
|
||||
client0
|
||||
|
||||
[rbdmirrors]
|
||||
rbd-mirror0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue