guide/blueprints/example_yaml/vanilla-bash-netcat-cluster.yaml (12 lines of code) (raw):
name: Netcat Cluster Example
location: localhost
services:
- type: org.apache.brooklyn.entity.group.DynamicCluster
brooklyn.config:
dynamiccluster.memberspec:
$brooklyn:entitySpec:
type: netcat-example
message: hello from cluster member
netcat.port: 8000+
cluster.initial.size: 3
dynamiccluster.restartMode: parallel