2016-01-26 03:28:10 +08:00
|
|
|
---
|
2016-04-14 21:41:05 +08:00
|
|
|
# DEPLOY CONTAINERIZED DAEMONS
|
|
|
|
docker: true
|
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
|
2024-06-17 22:35:10 +08:00
|
|
|
nfs_vms: 0
|
2016-08-17 03:07:45 +08:00
|
|
|
rbd_mirror_vms: 0
|
2016-01-26 03:28:10 +08:00
|
|
|
client_vms: 0
|
2018-05-17 23:26:08 +08:00
|
|
|
mgr_vms: 0
|
2016-01-26 03:28:10 +08:00
|
|
|
|
2016-10-07 14:04:53 +08:00
|
|
|
# SUBNETS TO USE FOR THE VMS
|
|
|
|
public_subnet: 192.168.0
|
|
|
|
cluster_subnet: 192.168.1
|
2016-01-26 03:28:10 +08:00
|
|
|
|
|
|
|
# MEMORY
|
|
|
|
memory: 1024
|
|
|
|
|
2017-07-13 05:23:59 +08:00
|
|
|
disks: [ '/dev/sda', '/dev/sdb' ]
|
2016-01-26 03:28:10 +08:00
|
|
|
|
2016-01-27 04:01:03 +08:00
|
|
|
eth: 'enp0s8'
|
2016-01-26 03:28:10 +08:00
|
|
|
vagrant_box: centos/atomic-host
|
2016-08-10 03:32:52 +08:00
|
|
|
# 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
|
|
|
|
vagrant_sync_dir: /home/vagrant/sync
|
2016-01-26 03:28:10 +08:00
|
|
|
|
2016-01-27 04:01:03 +08:00
|
|
|
skip_tags: 'with_pkg'
|