--- /dev/null
+---
+# DEPLOY CONTAINERIZED DAEMONS
+docker: true
+
+# DEFINE THE NUMBER OF VMS TO RUN
+mon_vms: 1
+osd_vms: 1
+mds_vms: 0
+rgw_vms: 0
+nfs_vms: 0
+rbd_mirror_vms: 0
+client_vms: 0
+iscsi_gw_vms: 0
+mgr_vms: 0
+
+# Deploy RESTAPI on each of the Monitors
+#restapi: false
+
+# SUBNETS TO USE FOR THE VMS
+public_subnet: 192.168.0
+cluster_subnet: 192.168.1
+
+# MEMORY
+memory: 1024
+
+disks: [ '/dev/sda', '/dev/sdb' ]
+
+eth: 'enp0s8'
+vagrant_box: centos/atomic-host
+# 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
+
+skip_tags: 'with_pkg'
--- /dev/null
+---
+
+vagrant_box: 'linode'
+vagrant_box_url: 'https://github.com/displague/vagrant-linode/raw/master/box/linode.box'
+
+# Set a label prefix for the machines in this cluster. (This is useful and necessary when running multiple clusters concurrently.)
+#label_prefix: 'foo'
+
+ssh_username: 'vagrant'
+ssh_private_key_path: '~/.ssh/id_rsa'
+
+cloud_distribution: 'CentOS 7'
+cloud_datacenter: 'newark'
+
+# Memory for each Linode instance, this determines price! See Linode plans.
+memory: 2048
+
+# The private network on Linode, you probably don't want to change this.
+public_subnet: 192.168.0
+cluster_subnet: 192.168.0
+
+# DEFINE THE NUMBER OF VMS TO RUN
+mon_vms: 3
+osd_vms: 3
+mds_vms: 1
+rgw_vms: 0
+nfs_vms: 0
+rbd_mirror_vms: 0
+client_vms: 0
+iscsi_gw_vms: 0
+
+# Deploy RESTAPI on each of the Monitors
+restapi: true
+
+# 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
+
+os_tuning_params:
+ - { name: fs.file-max, value: 26234859 }
--- /dev/null
+---
+
+# DEPLOY CONTAINERIZED DAEMONS
+docker: true
+
+# DEFINE THE NUMBER OF VMS TO RUN
+mon_vms: 1
+osd_vms: 1
+mds_vms: 0
+rgw_vms: 0
+nfs_vms: 0
+rbd_mirror_vms: 0
+client_vms: 0
+iscsi_gw_vms: 0
+
+# Deploy RESTAPI on each of the Monitors
+#restapi: false
+
+# SUBNET TO USE FOR THE VMS
+# Use whatever private subnet your Openstack VMs are given
+public_subnet: 172.17.72
+cluster_subnet: 172.17.72
+
+# For Openstack VMs, the disk will depend on what you are allocated
+disks: [ '/dev/vdb' ]
+
+# For Openstack VMs, the lan is usually eth0
+eth: 'eth0'
+
+# For Openstack VMs, choose the following box instead
+vagrant_box: 'openstack'
+
+# When using Atomic Hosts (RHEL or CentOS), uncomment the line below to skip package installation
+#skip_tags: 'with_pkg'
+
+# Set a label prefix for the machines in this cluster to differentiate
+# between different concurrent clusters e.g. your OpenStack username
+label_prefix: 'your-openstack-username'
+
+# For deploying on OpenStack VMs uncomment these vars and assign values.
+# You can use env vars for the values if it makes sense.
+#ssh_username :
+#ssh_private_key_path :
+#os_openstack_auth_url :
+#os_username :
+#os_password :
+#os_tenant_name :
+#os_region :
+#os_flavor :
+#os_image :
+#os_keypair_name :
+#os_networks :
+#os_floating_ip_pool :
+++ /dev/null
----
-# DEPLOY CONTAINERIZED DAEMONS
-docker: true
-
-# DEFINE THE NUMBER OF VMS TO RUN
-mon_vms: 1
-osd_vms: 1
-mds_vms: 0
-rgw_vms: 0
-nfs_vms: 0
-rbd_mirror_vms: 0
-client_vms: 0
-iscsi_gw_vms: 0
-mgr_vms: 0
-
-# Deploy RESTAPI on each of the Monitors
-#restapi: false
-
-# SUBNETS TO USE FOR THE VMS
-public_subnet: 192.168.0
-cluster_subnet: 192.168.1
-
-# MEMORY
-memory: 1024
-
-disks: [ '/dev/sda', '/dev/sdb' ]
-
-eth: 'enp0s8'
-vagrant_box: centos/atomic-host
-# 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
-
-skip_tags: 'with_pkg'
+++ /dev/null
----
-
-vagrant_box: 'linode'
-vagrant_box_url: 'https://github.com/displague/vagrant-linode/raw/master/box/linode.box'
-
-# Set a label prefix for the machines in this cluster. (This is useful and necessary when running multiple clusters concurrently.)
-#label_prefix: 'foo'
-
-ssh_username: 'vagrant'
-ssh_private_key_path: '~/.ssh/id_rsa'
-
-cloud_distribution: 'CentOS 7'
-cloud_datacenter: 'newark'
-
-# Memory for each Linode instance, this determines price! See Linode plans.
-memory: 2048
-
-# The private network on Linode, you probably don't want to change this.
-public_subnet: 192.168.0
-cluster_subnet: 192.168.0
-
-# DEFINE THE NUMBER OF VMS TO RUN
-mon_vms: 3
-osd_vms: 3
-mds_vms: 1
-rgw_vms: 0
-nfs_vms: 0
-rbd_mirror_vms: 0
-client_vms: 0
-iscsi_gw_vms: 0
-
-# Deploy RESTAPI on each of the Monitors
-restapi: true
-
-# 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
-
-os_tuning_params:
- - { name: fs.file-max, value: 26234859 }
+++ /dev/null
----
-
-# DEPLOY CONTAINERIZED DAEMONS
-docker: true
-
-# DEFINE THE NUMBER OF VMS TO RUN
-mon_vms: 1
-osd_vms: 1
-mds_vms: 0
-rgw_vms: 0
-nfs_vms: 0
-rbd_mirror_vms: 0
-client_vms: 0
-iscsi_gw_vms: 0
-
-# Deploy RESTAPI on each of the Monitors
-#restapi: false
-
-# SUBNET TO USE FOR THE VMS
-# Use whatever private subnet your Openstack VMs are given
-public_subnet: 172.17.72
-cluster_subnet: 172.17.72
-
-# For Openstack VMs, the disk will depend on what you are allocated
-disks: [ '/dev/vdb' ]
-
-# For Openstack VMs, the lan is usually eth0
-eth: 'eth0'
-
-# For Openstack VMs, choose the following box instead
-vagrant_box: 'openstack'
-
-# When using Atomic Hosts (RHEL or CentOS), uncomment the line below to skip package installation
-#skip_tags: 'with_pkg'
-
-# Set a label prefix for the machines in this cluster to differentiate
-# between different concurrent clusters e.g. your OpenStack username
-label_prefix: 'your-openstack-username'
-
-# For deploying on OpenStack VMs uncomment these vars and assign values.
-# You can use env vars for the values if it makes sense.
-#ssh_username :
-#ssh_private_key_path :
-#os_openstack_auth_url :
-#os_username :
-#os_password :
-#os_tenant_name :
-#os_region :
-#os_flavor :
-#os_image :
-#os_keypair_name :
-#os_networks :
-#os_floating_ip_pool :