This this: Manage Jenkins > Configure System Cloud section Cloud Instance Templates section Advanced OpenStack Options section Assign Floating IP unchecked
HTH, Everett On Jun 13, 2014, at 8:24 AM, Tamás Kende <[email protected]<mailto:[email protected]>> wrote: Hi Andrew! Thank you for your quick reply, then it seems the issue is in the plugin side. It has a field for that but probably not set correctly, or in the correct place / with the correct name etc... Cheers Tamas On Fri, Jun 13, 2014 at 2:54 PM, Andrew Phillips <[email protected]<mailto:[email protected]>> wrote: Hi Tamas The autoAllocateElasticIps in the org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet is true, I guess because org.jclouds.openstack.nova.ec2.NovaEC2ApiMetadata#defaultProperties sets it to true... am I right? How can i set it to false? You should be able to override any of the properties set by default by passing your own set of overrides when creating the jclouds context (see e.g. [1]). I'm not sure if you can do that from the Jenkins plugin, though... ap [1] https://github.com/jclouds/jclouds-examples/blob/master/google/src/main/java/org/jclouds/examples/google/computeengine/CreateServer.java#L82
