Hi Rupinder. Looks like your Openstack does not have the minimum hardware requirements you specified in your blueprint:
2017-04-16 22:06:50,094 ERROR o.a.b.l.j.JcloudsLocation [brooklyn-execmanager-ZqOwXBDn-4]: Failed to start VM for null after 3.84s (semaphore obtained in 1ms;): Unable to match required VM template constraints PortableTemplateBuilder[ports=[22], imageId=RegionOne/76f5f4aa-a78f-4703-b738-cab967957431, imageChooserFunction=org.apache.brooklyn.location.jclouds.BrooklynImageChooser$ImageChooserFromOrdering, minRam=8000] when trying to provision VM in JcloudsLocation[openstack-nova:http://8.43.86.2:5000/v2.0/:facebook1939146382766976:facebook1939146382766976@c04b5y402d]; see list of images in log. Root cause: java.util.NoSuchElementException: no hardware profiles match params: Predicates.and(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),minCores(0.0),minRam(8000),minDisk(0.0)) You should try to lower down the `minRam` or removing it entirely. If that's not acceptable, I would suggest that you create your own image + hardware to make sure it matches your requirements. Best. On Sun, 16 Apr 2017 at 18:12 Rupinder Singh <[email protected]> wrote: > ---------- Forwarded message ---------- > From: Rupinder Singh <[email protected]> > Date: Sun, Apr 16, 2017 at 10:28 PM > Subject: Re: Failing to deploy > To: [email protected] > > > Hi Andrea, > > No problem! > > I tried that. Blueprints and logs attached here. The issue stays. > > Rupinder > > On Sun, Apr 16, 2017 at 8:22 PM, Andrea Turli < > [email protected]> wrote: > >> Rupinder, >> >> I've noticed in your latest example >> >> location: >> >> jclouds:openstack-nova: >> >> ... >> >> osFamily: ubuntu >> >> imageId: RegionOne/76f5f4aa-a78f-4703-b738-cab967957431 >> >> ... >> >> >> >> Could you try the following: >> >> >> >> location: >> >> jclouds:openstack-nova: >> >> ... >> >> imageId: RegionOne/76f5f4aa-a78f-4703-b738-cab967957431 >> >> ... >> >> Thanks for your perseverance and sorry for the long throubleshooting >> session, >> Andrea >> >> >> > -- Thomas Bouron • Senior Software Engineer @ Cloudsoft Corporation • https://cloudsoft.io/ Github: https://github.com/tbouron Twitter: https://twitter.com/eltibouron
