2016-02-05 04:24:56 +08:00
|
|
|
---
|
|
|
|
|
2016-04-26 23:20:02 +08:00
|
|
|
# DEPLOY CONTAINERIZED DAEMONS
|
|
|
|
docker: true
|
|
|
|
|
2016-02-05 04:24:56 +08:00
|
|
|
# DEFINE THE NUMBER OF VMS TO RUN
|
|
|
|
mon_vms: 1
|
|
|
|
osd_vms: 1
|
|
|
|
mds_vms: 0
|
|
|
|
rgw_vms: 0
|
2016-05-06 02:20:03 +08:00
|
|
|
nfs_vms: 0
|
2016-10-08 04:06:42 +08:00
|
|
|
rbd_mirror_vms: 0
|
2016-02-05 04:24:56 +08:00
|
|
|
client_vms: 0
|
2016-10-08 04:06:42 +08:00
|
|
|
iscsi_gw_vms: 0
|
2016-02-05 04:24:56 +08:00
|
|
|
|
2016-04-29 22:07:10 +08:00
|
|
|
# Deploy RESTAPI on each of the Monitors
|
|
|
|
#restapi: false
|
|
|
|
|
2016-02-05 04:24:56 +08:00
|
|
|
# SUBNET TO USE FOR THE VMS
|
|
|
|
# Use whatever private subnet your Openstack VMs are given
|
2016-10-07 14:04:53 +08:00
|
|
|
public_subnet: 172.17.72
|
2016-10-07 23:57:46 +08:00
|
|
|
cluster_subnet: 172.17.72
|
2016-02-05 04:24:56 +08:00
|
|
|
|
|
|
|
# For Openstack VMs, the disk will depend on what you are allocated
|
2017-07-13 05:23:59 +08:00
|
|
|
disks: [ '/dev/vdb' ]
|
2016-02-05 04:24:56 +08:00
|
|
|
|
|
|
|
# For Openstack VMs, the lan is usually eth0
|
|
|
|
eth: 'eth0'
|
|
|
|
|
|
|
|
# For Openstack VMs, choose the following box instead
|
|
|
|
vagrant_box: 'openstack'
|
|
|
|
|
2016-08-25 09:12:27 +08:00
|
|
|
# When using Atomic Hosts (RHEL or CentOS), uncomment the line below to skip package installation
|
2016-02-20 03:46:33 +08:00
|
|
|
#skip_tags: 'with_pkg'
|
2016-02-05 04:24:56 +08:00
|
|
|
|
2016-10-08 04:06:42 +08:00
|
|
|
# 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.
|
2016-02-05 04:24:56 +08:00
|
|
|
# You can use env vars for the values if it makes sense.
|
2016-10-08 04:06:42 +08:00
|
|
|
#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 :
|
2016-09-13 20:14:07 +08:00
|
|
|
#os_networks :
|
2016-09-15 20:25:03 +08:00
|
|
|
#os_floating_ip_pool :
|