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>
cluster_network: "192.168.43.0/24"
journal_size: 100
devices:
+ - '/dev/sda'
- '/dev/sdb'
- - '/dev/sdc'
journal_collocation: True
os_tuning_params:
- { name: kernel.pid_max, value: 4194303 }
[mons]
-# centos7 uses the enp0s8 interface
-mon0 monitor_interface=enp0s8
+mon0 monitor_interface=eth1
[osds]
osd0
# For more boxes have a look at:
# - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
# - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
-vagrant_box: box-cutter/centos72
+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