X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=roles%2Fbootstrap-host%2Ftemplates%2Fuser_variables.ceph.yml.j2;fp=roles%2Fbootstrap-host%2Ftemplates%2Fuser_variables.ceph.yml.j2;h=212f2ad7c8cf175316cfaff7865a94201fbc8b6a;hb=74a49ba6ef2ea715fa492db0bcd85c30398688e8;hp=0000000000000000000000000000000000000000;hpb=a936af362724cca0c5dc2c424902d398f9833410;p=ta%2Finfra-ansible.git 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 index 0000000..212f2ad --- /dev/null +++ b/roles/bootstrap-host/templates/user_variables.ceph.yml.j2 @@ -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