Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / user_variables.ceph.yml.j2
1 {% include 'user_variables.aio.yml.j2' %}
2
3 ## ceph-ansible AIO settings
4 common_single_host_mode: true
5 monitor_interface: eth1 # Management network in the AIO
6 public_network: "{{ (mgmt_range ~ '.0/' ~ netmask) | ipaddr('net') }}"
7 journal_size: 100
8 journal_collocation: true
9 pool_default_pg_num: 32
10 openstack_config: true # Ceph ansible automatically creates pools & keys
11 cinder_ceph_client: cinder
12 cinder_default_volume_type: RBD
13 glance_ceph_client: glance
14 glance_default_store: rbd
15 glance_rbd_store_pool: images
16 nova_libvirt_images_rbd_pool: vms