GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/781
BYON: machine gets extra conf for duration of use
See more detailed description in each commit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn fix/BYON-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/781.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 #781
----
commit 9be60caa189048b7f5e0c9e95c640ba055e075ed
Author: Aled Sage <[email protected]>
Date: 2015-07-30T22:29:25Z
Adds JCLOUDS_VERSION marker
And adds JCLOUDS_GROUPID_VERSION marker. These make it easier to
change the version across the board; and for downstream private
projects to check / mess with dependencies as required in custom builds!
commit e2dda76800c26b9afe5dd72838845c70465af782
Author: Aled Sage <[email protected]>
Date: 2015-07-30T22:36:12Z
BYON: machine gets extra conf for duration of use
When calling `byon.obtain(customConfig)`, the returned machine will
have the given custom config. When the machine is released, the
config will be restored to what it was before.
Adds ConfigSupportInternal.removeFromLocalBag(String key)
Adds DoNothingSoftwareProcess, for testing
----
---
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.
---