Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / user_variables.ceph.yml.j2
diff --git a/roles/bootstrap-host/templates/user_variables.ceph.yml.j2 b/roles/bootstrap-host/templates/user_variables.ceph.yml.j2
new file mode 100644 (file)
index 0000000..212f2ad
--- /dev/null
@@ -0,0 +1,16 @@
+{% include 'user_variables.aio.yml.j2' %}
+
+## ceph-ansible AIO settings
+common_single_host_mode: true
+monitor_interface: eth1 # Management network in the AIO
+public_network: "{{ (mgmt_range ~ '.0/' ~ netmask) | ipaddr('net') }}"
+journal_size: 100
+journal_collocation: true
+pool_default_pg_num: 32
+openstack_config: true # Ceph ansible automatically creates pools & keys
+cinder_ceph_client: cinder
+cinder_default_volume_type: RBD
+glance_ceph_client: glance
+glance_default_store: rbd
+glance_rbd_store_pool: images
+nova_libvirt_images_rbd_pool: vms