Github user duncangrant commented on the issue:
https://github.com/apache/brooklyn-server/pull/319
How do I test this?
I tried:
`location:
aws-central-centos7
services:
- type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess
brooklyn.config:
effector.add.openInboundPorts: true
- type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess
brooklyn.config:
effector.add.openInboundPorts: true
- type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess
brooklyn.config:
effector.add.openInboundPorts: true
`
Once running I tried the effector with tcp and 8888 and I get the following
in my log:
14:25:40,279 WARN 123 ocationSecurityGroupCustomizer [nager-LPxXVYAX-4]
Expected to find two security groups on node eu-central-1/i-9d124a21 in app
lc68kjgd14 (one shared, one unique). Found 1: [{id=eu-central-1/sg-8bf76ce3,
providerId=sg-8bf76ce3, name=jclouds#qa-scheduler-emptysoftwareprocess-f4ol,
location={scope=REGION, id=eu-central-1, description=eu-central-1,
parent=aws-ec2, iso3166Codes=[DE-HE]}, ipPermissions=[{ipProtocol=tcp,
fromPort=0, toPort=65535, tenantIdGroupNamePairs={761990928256=[sg-8bf76ce3]},
groupIds=[], cidrBlocks=[], exclusionCidrBlocks=[]}, {ipProtocol=tcp,
fromPort=22, toPort=22, tenantIdGroupNamePairs={}, groupIds=[],
cidrBlocks=[0.0.0.0/0], exclusionCidrBlocks=[]}, {ipProtocol=udp, fromPort=0,
toPort=65535, tenantIdGroupNamePairs={761990928256=[sg-8bf76ce3]}, groupIds=[],
cidrBlocks=[], exclusionCidrBlocks=[]}]}]
And no ports have been opened.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---