-
-
Save dougm/2401584 to your computer and use it in GitHub Desktop.
micro bosh 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
--- | |
name: micro_bosh | |
logging: | |
level: DEBUG | |
network: | |
ip: [Desired IP Address for Micro BOSH] | |
netmask: [Desired Netmask for Micro BOSH] | |
gateway: [Desired Gateway for Micro BOSH] | |
dns: | |
- [Desired DNS #1 for Micro BOSH] | |
- [Desired DNS #2 for Micro BOSH] | |
cloud_properties: | |
name: [VLAN Name in vSphere] | |
cloud: | |
plugin: vsphere | |
properties: | |
soap_log: /tmp/soap.log | |
agent: | |
ntp: | |
- [NTP #1] | |
- [NTP #2] | |
vcenters: | |
- host: [vCenter IP Address] | |
user: [vCenter Username] | |
password: [vCenter Password] | |
datacenters: | |
- name: [Datacenter name in vSphere] | |
vm_folder: BOSH_VMs | |
template_folder: BOSH_Templates | |
disk_path: BOSH_Deployer | |
datastore_pattern: [vCenter Datastore Name] | |
persistent_datastore_pattern: [vCenter Datastore Name] | |
allow_mixed_datastores: true | |
clusters: | |
- [vCenter Cluster Name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment