diff --git a/roles/ci_dcn_site/templates/service-values.yaml.j2 b/roles/ci_dcn_site/templates/service-values.yaml.j2 index 5bed7a61b8..502cb54be2 100644 --- a/roles/ci_dcn_site/templates/service-values.yaml.j2 +++ b/roles/ci_dcn_site/templates/service-values.yaml.j2 @@ -93,13 +93,14 @@ data: {% endif %} {% endfor %} manila: - enabled: false + enabled: true manilaAPI: customServiceConfig: | [DEFAULT] enabled_share_protocols=nfs,cephfs manilaShares: - share1: +{% for _ceph in _ceph_vars_list %} + {{ _ceph.cifmw_ceph_client_cluster }}: customServiceConfig: | [DEFAULT] enabled_share_backends = cephfs @@ -108,11 +109,13 @@ data: driver_handles_share_servers = False share_backend_name = cephfs share_driver = manila.share.drivers.cephfs.driver.CephFSDriver - cephfs_conf_path = /etc/ceph/ceph.conf + cephfs_conf_path = /etc/ceph/az{{ loop.index }}.conf cephfs_cluster_name = ceph cephfs_auth_id=openstack cephfs_volume_mode = 0755 cephfs_protocol_helper_type = CEPHFS + storage_availability_zone = {{ _ceph.cifmw_ceph_client_cluster }} +{% endfor %} neutron: template: customServiceConfig: |