Skip to content

Instantly share code, notes, and snippets.

@igm
Created June 27, 2012 08:57
Show Gist options
  • Save igm/3002576 to your computer and use it in GitHub Desktop.
Save igm/3002576 to your computer and use it in GitHub Desktop.
Micro BOSH manifest
name: micro_bosh
network:
ip: 192.168.2.120
netmask: 255.255.255.0
gateway: 192.168.2.107
dns:
- 192.168.2.107
cloud_properties:
name: VMNet
env:
bosh:
password: $6$cCcsFg33$lJKDkKLgxzZNQvrtv.A7bVk2EWGsEb1pPadjiEP1bYCtdN7KYggs35IlPOJTxKgxAtcwbHp4B4GEY7dMzl9br1
cloud:
plugin: vsphere
properties:
agent:
ntp:
- pool.ntp.org
vcenters:
- host: 192.168.2.104
user: root
password: vmware
datacenters:
- name: Datacenter
vm_folder: BOSH_VMs
template_folder: BOSH_Templates
disk_path: BOSH_Deployer
datastore_pattern: SharedFS
persistent_datastore_pattern: SharedFS
allow_mixed_datastores: true
clusters:
- BOSH_Cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment