-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed nfs server subkit, as it doesn't work on bosh-lite, and that …
…was the purpose for adding it
- Loading branch information
1 parent
c5d50e2
commit c57576a
Showing
3 changed files
with
0 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,6 @@ author: Geoff Franks <[email protected]> | |
homepage: https://github.com/cloudfoundry-incubator/nfs-volume-release | ||
github: https://github.com/genesis-community/nfs-genesis-kit | ||
|
||
subkits: | ||
- prompt: "Do you need to deploy an NFS server along side the NFS Broker?" | ||
subkit: nfs-server | ||
default: no | ||
|
||
params: | ||
base: | ||
- param: vm_type | ||
|
@@ -35,11 +30,6 @@ params: | |
- param: skip_ssl_validation | ||
description: | | ||
Ignores SSL certificates when connecting to Cloud Foundry to register the NFS broker | ||
nfs-server: | ||
- param: allowed_hosts | ||
description: List of CIDR ranges to allow NFS exports from | ||
ask: What CIDR ranges should be allowed to access the NFS server? | ||
type: list | ||
credentials: | ||
base: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.