2016-01-26 03:28:10 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# DEFINE THE NUMBER OF VMS TO RUN
|
|
|
|
mon_vms: 1
|
|
|
|
osd_vms: 1
|
|
|
|
mds_vms: 0
|
|
|
|
rgw_vms: 0
|
|
|
|
client_vms: 0
|
|
|
|
|
|
|
|
# SUBNET TO USE FOR THE VMS
|
|
|
|
subnet: 192.168.0
|
|
|
|
|
|
|
|
# MEMORY
|
|
|
|
memory: 1024
|
|
|
|
|
|
|
|
disks: "[ '/dev/sdb', '/dev/sdc' ]"
|
|
|
|
|
2016-01-27 04:01:03 +08:00
|
|
|
eth: 'enp0s8'
|
2016-01-26 03:28:10 +08:00
|
|
|
vagrant_box: centos/atomic-host
|
|
|
|
|
|
|
|
# if vagrant fails to attach storage controller, add the storage controller name by:
|
2016-01-27 04:01:03 +08:00
|
|
|
# VBoxManage storagectl `VBoxManage list vms |grep ceph-ansible_osd0|awk '{print $1}'|tr \" ' '` --name "SATA" --add sata
|
2016-01-26 03:28:10 +08:00
|
|
|
# and "vagrant up" again
|
2016-01-27 04:01:03 +08:00
|
|
|
vagrant_storagectl: 'SATA'
|
|
|
|
skip_tags: 'with_pkg'
|