Skip to content

Instantly share code, notes, and snippets.

@honnuanand
Created August 16, 2018 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honnuanand/e8ab430c8df3e81572149ac80ad6fa5d to your computer and use it in GitHub Desktop.
Save honnuanand/e8ab430c8df3e81572149ac80ad6fa5d to your computer and use it in GitHub Desktop.
anandrao at Anands-MBP in ~/pivotal/repos/bosh-vmw/concourse/concourse-bosh-deployment/cluster (master●)
$ bosh update-cloud-config ../../../cloud-config-dan-h.yml
Using environment 'https://10.0.13.10:25555' as client 'admin'
+ azs:
+ - cloud_properties:
+ datacenters:
+ - clusters:
+ - Cluster-1:
+ resource_pool: RP-BBL
+ name: z1
+ vm_types:
+ - cloud_properties:
+ cpu: 2
+ disk: 3240
+ ram: 1024
+ name: default
+ - cloud_properties:
+ cpu: 2
+ disk: 30240
+ ram: 4096
+ name: large
+ - cloud_properties:
+ cpu: 1
+ disk: 20480
+ ram: 4096
+ name: minimal
+ - cloud_properties:
+ cpu: 1
+ disk: 20480
+ ram: 4096
+ name: master
+ - cloud_properties:
+ cpu: 4
+ disk: 102400
+ ram: 8192
+ vmx_options:
+ disk.enableUUID: '1'
+ name: worker
+ compilation:
+ az: z1
+ network: default
+ reuse_compilation_vms: true
+ vm_type: large
+ workers: 5
+ networks:
+ - name: default
+ subnets:
+ - az: z1
+ cloud_properties:
+ name: clueswitch0/DPortGroup
+ dns:
+ - 10.0.13.1
+ gateway: 10.0.13.1
+ range: 10.0.13.0/24
+ reserved:
+ - 10.0.13.1-10.0.13.19
+ static:
+ - 10.0.13.20-10.0.13.50
+ type: manual
+ disk_types:
+ - disk_size: 3000
+ name: default
+ - disk_size: 50000
+ name: large
+ - disk_size: 10000
+ name: 10GB
Continue? [yN]: y
Succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment