Skip to content

Instantly share code, notes, and snippets.

@anynines-gist
Created January 16, 2014 20:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anynines-gist/8463002 to your computer and use it in GitHub Desktop.
Save anynines-gist/8463002 to your computer and use it in GitHub Desktop.
Anynines Bosh deployment changes required to migrate from VMWare vCloud to OpenStack
network: network:
cloud_properties: cloud_properties:
name: "anynines" name: "anynines"
ip: 5.22.x.x | net_id: 12345678-9101-1121-1236-142355d67ca5
netmask: 255.255.255.0 | type: manual
gateway: 5.22.x.x | label: private
dns: | ip: 10.10.10.10
- 109.234.x.x <
- 109.234.x.x <
resources: resources:
persistent_disk: 100000 persistent_disk: 100000
cloud_properties: cloud_properties:
ram: 1024 | instance_type: any-infr-small
disk: 8192 disk: 8192
cpu: 2 <
cloud: cloud:
plugin: vcloud | plugin: openstack
properties: properties:
vcds: | openstack:
- url: https://cloud.example.com | auth_url: https://auth.example.com:5000/v2.0
user: anynines | username: anynines
password: secret | api_key: secret
entities: | tenant: anynines-tenant
organization: anynines | default_key_name: secret-key
virtual_datacenter: anynines-vdc | default_security_groups: ["anynines"]
vapp_catalog: Bosh | private_key: /root/.ssh/secret-key.pem
media_catalog: Bosh <
vm_metadata_key: cf-agent-env <
description: Bosh <
@frodenas
Copy link

Some comments for the OpenStack manifest:

  • "name" at network cloud_properties is not used
  • "label" at network is not used
  • "disk" at resources cloud_properties is not used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment