Created
January 16, 2014 20:40
-
-
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
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
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 < |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some comments for the OpenStack manifest: