Github user bostko commented on the issue:
https://github.com/apache/brooklyn-server/pull/276
I added a new commit with `InboundPortsJcloudsLocationCustomizer`:
This is the yaml I tested with:
```yaml
location:
AWS Oregon:
hardwareId: t1.micro
customizers:
- $brooklyn:object:
type:
org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
object.fields: {inboundPortsList: "23,55",
inboundPortsListProtocol: UDP}
- $brooklyn:object:
type:
org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
object.fields: {inboundPortsList: "200-300,500",
inboundPortsListProtocol: TCP}
services:
- type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess
```
---
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.
---