brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
428 stars 66 forks source link

pull security group from location (requires #272) #279

Closed johnmccabe closed 8 years ago

johnmccabe commented 8 years ago

This requires #272 to be merged.

If the docker.host.securityGroup is omitted then attempt to pull the securityGroup string from the location when its defined unambiguously in the location, ie a String.

Currently does not attempt to pull the securityGroup from the location when an ArrayList or Iterator, multiple securityGroup support isn't currently implemented in Clocker (should it?).

johnmccabe commented 8 years ago

fyi @grkvlt

grkvlt commented 8 years ago

Included in #272 now, thanks @johnmccabe