Skip to content

Instantly share code, notes, and snippets.

@BrianMMcClain
Created April 16, 2012 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BrianMMcClain/2398818 to your computer and use it in GitHub Desktop.
Save BrianMMcClain/2398818 to your computer and use it in GitHub Desktop.
micro bosh yml
---
name: micro_bosh
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:
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