Github user alasdairhodge commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/790#discussion_r36394348
--- Diff:
software/webapp/src/main/java/brooklyn/entity/webapp/ControlledDynamicWebAppCluster.java
---
@@ -69,6 +69,10 @@
public static BasicAttributeSensorAndConfigKey<LoadBalancer>
CONTROLLER = new BasicAttributeSensorAndConfigKey<LoadBalancer>(
LoadBalancer.class, "controlleddynamicwebappcluster.controller",
"Controller for the cluster; if null a default will created (using
controllerSpec)");
+ @SetFromFlag("loadBalancedGroup")
+ public static BasicAttributeSensorAndConfigKey<Group>
LOAD_BALANCED_GROUP = new BasicAttributeSensorAndConfigKey<Group>(
+ Group.class, "controlleddynamicwebappcluster.loadbalancedgroup",
"The group of web servers that the controller should point at; if null, will
use the CLUSTER");
--- End diff --
Maybe stick with consistent nomenclature: `CONTROLLED_GROUP`?
---
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.
---