mirror of https://github.com/ceph/ceph-ansible.git
31 lines
581 B
Plaintext
31 lines
581 B
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
|
|
mgr_vms: 0
|
|
|
|
# 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'
|