Skip to content

Commit fa0fc8a

Browse files
authored
Merge pull request cloudfoundry#72 from julian-hj/patch-3
Update deploy-vol-services.html.md.erb
2 parents bbca6f6 + 6d8c9ac commit fa0fc8a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

deploy-vol-services.html.md.erb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ For current versions of CF that have been been deployed with cf-deployment, depl
1616
For more information about volume services and the drivers and brokers available to CF, see the following:
1717

1818
* [Volume Services Google Doc](https://docs.google.com/document/d/1YtPMY9EjxlgJPa4SVVwIinfid_fshCF48xRhzyoZhrQ/edit?usp=sharing)
19+
* [Volume Services Troubleshooting Guide](https://github.com/cloudfoundry/volman/blob/master/TROUBLESHOOTING.md)
1920
* [NFS volume release repository](https://github.com/cloudfoundry/nfs-volume-release)
20-
* [CIFS/SMB volume release repository](https://github.com/cloudfoundry/smb-volume-release)
21+
* [SMB volume release repository](https://github.com/cloudfoundry/smb-volume-release)
2122
* [EFS volume release repository](https://github.com/cloudfoundry-incubator/efs-volume-release)
22-
* [CEPHFS release repository](https://github.com/cloudfoundry-incubator/cephfs-bosh-release)
2323

2424
<p class="note"><strong>Note:</strong> For test purposes, you can deploy the <a href="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>
2525

2626
### <a id='contact'></a> Contact
2727

2828
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.
2929

30-
3130
## <a id="example"></a> Example: Deploy NFS Volume Service to CF
3231

3332
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
3736
This procedure requires the following:
3837

3938
* 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/).
4140
* An NFS Server. If you require it, a test server can be deployed following the instructions in [Deploying the NFS Test Server](#server).
4241

4342
### <a id="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
8584

8685
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).
8786

88-
8987
## <a id="smb-example"></a> Example 2: Deploy SMB Volume Service to CF
9088

9189
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
9593
This procedure requires the following:
9694

9795
* 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/).
9997
* An SMB Server. If you require it, a test server can be deployed following the instructions in [Deploying the SMB Test Server](#smb-server).
10098

10199
### <a id="smb-redeploy"></a> Redeploy CF with SMB Enabled

0 commit comments

Comments
 (0)