CloudifySource / cloudify-cloud-drivers

Contains Cloudify cloud driver implementations
www.cloudifysource.org
5 stars 12 forks source link

securityGroup #9

Open sebgoa opened 10 years ago

sebgoa commented 10 years ago

Hi, looks like setting the securityGroup does not work.

I believe jclouds only uses securityGroupIds with should be a comma separated list of security group ids. But that did not work in my tests.

Also strange is that this securityGroup is set in the overrides section rather than the options section. If I put it in the options section then the template verification fails.

uric commented 10 years ago

Can you share your config? Seems to be working for me, I use this configuration

sebgoa commented 10 years ago

Hi @uric, happy new year. Trying this again, it seems that it always uses the ''default' security group. If you create another one and try to use it, it will not and revert to using 'default' sg.

uric commented 10 years ago

Hi @runseb can you try with the following configuration:

 "securityGroupNames" : (["secGroup1", "secGroup2"]) as String[]