Skip to content
Snippets Groups Projects
Commit 2447c161 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Zun: add Cinder (volume) iSCSI support

This makes iSCSI with Zun and Cinder work out-of-the-box.
(LVM included)

Change-Id: I2c4aa666ff9f952e32c450347d31ddbf2e58209e
Related-bug: #1797448
Closes-bug: #1848933
parent 25857889
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,8 @@ zun_compute_default_volumes:
- "/run:/run:shared"
- "/usr/lib/docker:/usr/lib/docker"
- "/var/lib/docker:/var/lib/docker"
- "/lib/modules:/lib/modules:ro"
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"
zun_extra_volumes: "{{ default_extra_volumes }}"
zun_api_extra_volumes: "{{ zun_extra_volumes }}"
......
---
features:
- |
Adds support for iSCSI-based (including LVM) Cinder volumes
to Zun deployment.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment