We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56875eb commit 77953d8Copy full SHA for 77953d8
tests/roles/cinder_adoption/defaults/main.yaml
@@ -120,6 +120,7 @@ cinder_volume_netapp_vars:
120
- netapp_password
121
- netapp_server_hostname
122
- netapp_vserver
123
+ - netapp_pool_name_search_pattern
124
125
# Vars for cinder-backup
126
cinder_backup_nfs_backup_mount_point_base: "/var/lib/cinder/backup"
tests/roles/cinder_adoption/templates/cinder-volume-ontap-secrets.yaml.j2
@@ -19,3 +19,6 @@ stringData:
19
nas_host = {{ cinder_netapp_share_config.nfs_server }}
20
nas_share_path = {{ cinder_netapp_share_config.nfs_path }}
21
{% endif %}
22
+{% if cinder_volume_backend == 'ontap-iscsi' %}
23
+ netapp_pool_name_search_pattern = {{ cinder_netapp_config.netapp_pool_name_search_pattern|default('') }}
24
+{% endif %}
0 commit comments