Skip to content

Instantly share code, notes, and snippets.

@andreaturli
Created June 27, 2016 08:25
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 andreaturli/33509ff74bb8d0cfb77d5ba36c46977e to your computer and use it in GitHub Desktop.
Save andreaturli/33509ff74bb8d0cfb77d5ba36c46977e to your computer and use it in GitHub Desktop.
name: VM
services:
- type: brooklyn.entity.basic.EmptySoftwareProcess
location:
jclouds:openstack-devtest-compute:
endpoint: http://x.x.x.x:5000/v2.0/
identity: "my-tenant:my-username"
credential: my-password
# optional
imageId: RegionOne/my-image-id
hardwareId: RegionOne/2
loginUser: 'ubuntu'
loginUser.privateKeyFile: /path/to/my/privatekey
jclouds.openstack-nova.auto-generate-keypairs: false
templateOptions:
networks: [ "network-id" ]
floatingIpPoolNames: [ "name-of-my-floatingIp-pool" ]
securityGroups: ['my-security-group']
keyPairName: "my-keypair"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment