--- project_name: "ceph" #################### # Docker #################### ceph_mon_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-ceph-mon" ceph_mon_tag: "{{ openstack_release }}" ceph_mon_image_full: "{{ ceph_mon_image }}:{{ ceph_mon_tag }}" ceph_osd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-ceph-osd" ceph_osd_tag: "{{ openstack_release }}" ceph_osd_image_full: "{{ ceph_osd_image }}:{{ ceph_osd_tag }}" ceph_rgw_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-ceph-rgw" ceph_rgw_tag: "{{ openstack_release }}" ceph_rgw_image_full: "{{ ceph_rgw_image }}:{{ ceph_rgw_tag }}" #################### # Ceph #################### osd_initial_weight: "1" #################### ## Ceph_rgw_keystone #################### swift_admin_endpoint: "{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ rgw_port }}/swift/v1" swift_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ rgw_port }}/swift/v1" swift_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ rgw_port }}/swift/v1" openstack_swift_auth: "{{ openstack_auth }}" #################### # Kolla #################### kolla_ceph_use_udev: True