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
<pclass="note"><strong>Note:</strong> For test purposes, you can deploy the <ahref="https://github.com/cloudfoundry/local-volume-release.git">Local Volume Release</a> if running a single Diego Cell CF deployment. This is not intended for production deployments.</p>
25
25
26
26
### <aid='contact'></a> Contact
27
27
28
28
If you have any questions, you can contact the team that develops volume services for CF on the **#persi** channel in the [Cloud Foundry (Open Source)](https://cloudfoundry.slack.com) Slack organization.
29
29
30
-
31
30
## <aid="example"></a> Example: Deploy NFS Volume Service to CF
32
31
33
32
The following procedure provides an example of how to deploy the NFS broker and corresponding driver to an existing CF deployment.
@@ -37,7 +36,7 @@ The following procedure provides an example of how to deploy the NFS broker and
37
36
This procedure requires the following:
38
37
39
38
* A current version of Cloud Foundry deployed [as described here](/deploying/index.html).
40
-
* A BOSH v2 CLI.
39
+
* A [BOSH CLI](https://bosh.io/docs/cli-v2-install/).
41
40
* An NFS Server. If you require it, a test server can be deployed following the instructions in [Deploying the NFS Test Server](#server).
42
41
43
42
### <aid="redeploy"></a> Redeploy CF with NFS Enabled
@@ -85,7 +84,6 @@ CF Developers can now create an NFS service and bind instances to their apps as
85
84
86
85
For better security, configure your deployment of nfs-volume-release to connect to an external LDAP server to resolve user credentials into UIDs. For more information, see [this note](https://github.com/cloudfoundry/nfs-volume-release/blob/master/USING_LDAP.md).
87
86
88
-
89
87
## <aid="smb-example"></a> Example 2: Deploy SMB Volume Service to CF
90
88
91
89
The following procedure provides an example of how to deploy the SMB broker and corresponding driver to an existing CF deployment.
@@ -95,7 +93,7 @@ The following procedure provides an example of how to deploy the SMB broker and
95
93
This procedure requires the following:
96
94
97
95
* A current version of Cloud Foundry deployed [as described here](/deploying/index.html).
98
-
* A BOSH v2 CLI.
96
+
* A [BOSH CLI](https://bosh.io/docs/cli-v2-install/).
99
97
* An SMB Server. If you require it, a test server can be deployed following the instructions in [Deploying the SMB Test Server](#smb-server).
100
98
101
99
### <aid="smb-redeploy"></a> Redeploy CF with SMB Enabled
0 commit comments