forked from cloudfoundry/bosh-bootloader
-
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.
BBL_VSPHERE_INTERNAL_GW BBL_VSPHERE_JUMPBOX_IP BBL_VSPHERE_DIRECTOR_INTERNAL_IP
- Loading branch information
Showing
6 changed files
with
88 additions
and
18 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
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
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
package storage | ||
|
||
type VSphere struct { | ||
Network string `json:"-"` | ||
SubnetCIDR string `json:"-"` | ||
VCenterCluster string `json:"-"` | ||
VCenterUser string `json:"-"` | ||
VCenterPassword string `json:"-"` | ||
VCenterIP string `json:"-"` | ||
VCenterDC string `json:"-"` | ||
VCenterRP string `json:"-"` | ||
VCenterDS string `json:"-"` | ||
VCenterDisks string `json:"-"` | ||
VCenterTemplates string `json:"-"` | ||
VCenterVMs string `json:"-"` | ||
Network string `json:"-"` | ||
SubnetCIDR string `json:"-"` | ||
InternalGW string `json:"-"` | ||
JumpboxIP string `json:"-"` | ||
DirectorInternalIP string `json:"-"` | ||
VCenterCluster string `json:"-"` | ||
VCenterUser string `json:"-"` | ||
VCenterPassword string `json:"-"` | ||
VCenterIP string `json:"-"` | ||
VCenterDC string `json:"-"` | ||
VCenterRP string `json:"-"` | ||
VCenterDS string `json:"-"` | ||
VCenterDisks string `json:"-"` | ||
VCenterTemplates string `json:"-"` | ||
VCenterVMs string `json:"-"` | ||
} |
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
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
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