Skip to content

Commit

Permalink
Enable Manila support in DCN jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchlan committed Dec 18, 2024
1 parent 794cc44 commit 0c03336
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions roles/ci_dcn_site/templates/service-values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@ data:
{% endif %}
{% endfor %}
manila:
enabled: false
enabled: true
manilaAPI:
customServiceConfig: |
[DEFAULT]
enabled_share_protocols=nfs,cephfs
{% for _ceph in _ceph_vars_list %}
{{ _ceph.cifmw_ceph_client_cluster }}:
manilaShares:
share1:
share{{ loop.index }}:
customServiceConfig: |
[DEFAULT]
enabled_share_backends = cephfs
Expand All @@ -114,6 +116,8 @@ data:
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: |
Expand Down

0 comments on commit 0c03336

Please sign in to comment.