mirror of https://github.com/ceph/ceph-ansible.git
tests: change the centos box to centos/7
This box supports both libvirt and virtualbox. Eventually we want to be building our own boxes but this should work in the short term. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1087/head
parent
95bce703f1
commit
0522d32e7e
|
@ -5,8 +5,8 @@ public_network: "192.168.42.0/24"
|
||||||
cluster_network: "192.168.43.0/24"
|
cluster_network: "192.168.43.0/24"
|
||||||
journal_size: 100
|
journal_size: 100
|
||||||
devices:
|
devices:
|
||||||
|
- '/dev/sda'
|
||||||
- '/dev/sdb'
|
- '/dev/sdb'
|
||||||
- '/dev/sdc'
|
|
||||||
journal_collocation: True
|
journal_collocation: True
|
||||||
os_tuning_params:
|
os_tuning_params:
|
||||||
- { name: kernel.pid_max, value: 4194303 }
|
- { name: kernel.pid_max, value: 4194303 }
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[mons]
|
[mons]
|
||||||
# centos7 uses the enp0s8 interface
|
mon0 monitor_interface=eth1
|
||||||
mon0 monitor_interface=enp0s8
|
|
||||||
|
|
||||||
[osds]
|
[osds]
|
||||||
osd0
|
osd0
|
||||||
|
|
|
@ -46,7 +46,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
|
||||||
# For more boxes have a look at:
|
# For more boxes have a look at:
|
||||||
# - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
|
# - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
|
||||||
# - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
|
# - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
|
||||||
vagrant_box: box-cutter/centos72
|
vagrant_box: centos/7
|
||||||
#ssh_private_key_path: "~/.ssh/id_rsa"
|
#ssh_private_key_path: "~/.ssh/id_rsa"
|
||||||
# The sync directory changes based on vagrant box
|
# 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
|
# Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
|
||||||
|
|
Loading…
Reference in New Issue