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