mirror of https://github.com/ceph/ceph-ansible.git
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
---
|
|
|
|
# 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
|
|
|
|
# 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 :
|