GitHub user sjcorbett opened a pull request:
https://github.com/apache/brooklyn-server/pull/152
Resolve AddSensor and AddEffector config
Resolves useful parameters of implementations of the `AddEffector` and
`AddSensor` entity initializers, meaning that their values can be sourced from
DslComponents.
Affects:
* SshCommandEffector's command and executionDir
* SshCommandSensor's command and executionDir
* CreatePasswordSensor's passwordLength and acceptableChars
* JmxAttributeSensor's objectName, attribute and defaultValue
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjcorbett/brooklyn-server
resolve-initializer-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/152.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #152
----
commit 21b41cb497cd1f22cadf8e0b13565cce21e433c1
Author: Sam Corbett <[email protected]>
Date: 2016-05-23T11:27:47Z
Resolve AddSensor and AddEffector config
Means blueprints can use DslComponents in their definition.
----
---
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.
---