You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Gowri LN <go...@gmail.com> on 2017/01/23 06:43:24 UTC

Need help With getting started on OpenStack liberty

Hi ,

I have been trying from some time to deploy a basic sample VM on Apache
Brooklyn on Openstack liberty but I am facing issues with it . Can anyone
help me with this ?

yaml :

name: simple-vm
    location:
    jclouds:openstack-nova:https://my-openstack-endpoint:5000/v2.0:
    identity: projectname:username
    credential: password
    loginUser: 'ubuntu'
    loginUser.privateKeyFile: /home/ubuntu/path/to/mykey.pem
    jclouds.openstack-nova.auto-generate-keypairs: true
    services:
    - type: brooklyn.entity.basic.EmptySoftwareProcess
      name: VM2
      provisioning.properties:
      minRam: 2048m
      minCores: 2
      minDisk: 10g
      imageId: RegionOne/imageID
      templateOptions:
      availabilityZone: nova
      keyPairName: "mykey"
      securityGroups: securitygroupname
      networks: networkid

I keep getting different errors everytime I try on my Openstack. Do not
know if it is an openstack issue
Error message : "Error invoking start at EmptySoftwareProcessImpl{..}: Key
Pairs are required by options, but the extension is not available!"

Thanks,
G