You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_user/modules/proc_adopting-the-block-storage-service.adoc
+57-3Lines changed: 57 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,9 +168,8 @@ Ensure that you use the same configuration group name for the driver that you us
168
168
====
169
169
+
170
170
. Configure the NetApp NFS Block Storage volume service:
171
-
.. Create secrets that include sensitive information such as hostnames, passwords, and usernames to access the third-party NetApp NFS storage. You can find the credentials in the `cinder.conf` file that was generated from the {OpenStackPreviousInstaller} deployment.
171
+
.. Create a secret that includes sensitive information such as hostnames, passwords, and usernames to access the third-party NetApp NFS storage. You can find the credentials in the `cinder.conf` file that was generated from the {OpenStackPreviousInstaller} deployment:
* The following example shows a `cinder_netappNFS.patch` file that configures a NetApp NFS Block Storage volume service:
200
+
* Replace `<cinder_netappNFS.patch>` with the name of the patch file for your NetApp NFS Block Storage volume back end.
201
+
+
202
+
The following example shows a `cinder_netappNFS.patch` file that configures a NetApp NFS Block Storage volume service:
202
203
+
203
204
[source,yaml]
204
205
----
@@ -224,6 +225,59 @@ spec:
224
225
customServiceConfigSecrets:
225
226
- cinder-volume-ontap-secrets
226
227
----
228
+
+
229
+
. Configure the NetApp iSCSI Block Storage volume service:
230
+
.. Create a secret that includes sensitive information such as hostnames, passwords, and usernames to access the third-party NetApp iSCSI storage. You can find the credentials in the `cinder.conf` file that was generated from the {OpenStackPreviousInstaller} deployment:
0 commit comments