-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(reference-dataset): adapt k8s config checks to vsphere
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...ository/hello-world-root-depls/bosh-deployment-sample/deployment-dependencies-vsphere.yml
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
deployment: | ||
bosh-deployment: | ||
releases: | ||
# we can add a iaas-dependant bosh release, like bosh-cpi | ||
#bosh-openstack-cpi: | ||
# base_location: https://bosh.io/d/github.com/ | ||
# repository: cloudfoundry-incubator/bosh-openstack-cpi | ||
nginx: |
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
4 changes: 4 additions & 0 deletions
4
...late_repository/hello-world-root-depls/k8s-sample/k8s-config/vsphere/values-iaas-type.yml
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#@data/values | ||
--- | ||
iaas: | ||
type: vsphere |