GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/547
Fix: various 20150310
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
fix/various-20150310
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/547.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 #547
----
commit d55f8ed6039f68af538740d52b370efb2e180e0e
Author: Aled Sage <[email protected]>
Date: 2015-03-06T18:04:50Z
Add versions to downstream-parentâs pom
- Matching core brookylnâs versions, adds:
- jsr305 2.01
- snakeyaml 1.11
commit 4648531a342f8dde53359ea74bb486c46daaec29
Author: Aled Sage <[email protected]>
Date: 2015-03-10T13:41:11Z
Avoid err if unmanage entity twice
- BrooklynNode unmanages itself on stop, and the BrooklynCluster
(extends DynamicCluster) also unmanaged its members when shrinking.
- This was causing an error in EntityManagementSupport.onManagementStopped
when checking if the value of mangaementContext was as expected.
commit fe5ecca123525b4d6c8cd9f5c0049e3d5b6b12b6
Author: Aled Sage <[email protected]>
Date: 2015-03-10T13:46:05Z
BrooklynNode: only unmanage if VM terminating
commit f736dfc84f79d3aa6275747ad3bdf6e4d9181a0d
Author: Aled Sage <[email protected]>
Date: 2015-03-10T13:46:54Z
Add SoftwareProcess.preRestart (for BrooklynNode)
- Fixes restarting of the software process of BrooklynNode
- Adds test for BrooklynNode restart
commit e87071138bc2714605cd8fc45b2002c45f046a45
Author: Aled Sage <[email protected]>
Date: 2015-03-10T13:48:01Z
BrooklynCluster: add memberSpec + test
- Before memberSpec was added, it would fail if you asked for a
BrooklynCluster without supplying a memberSpec yourself.
commit 82c24fa497049affcc49a82b1236e108fefca096
Author: Aled Sage <[email protected]>
Date: 2015-03-10T16:22:35Z
Couchbase: change default bucket-ramsize to 100
- with 200, tests that created a bucket were failing on softlayer.
Decreasing it to 100 (which is the minimum) let them pass
commit 0d9ce04c2e77dbb1930d7eacc68a88addd57b930
Author: Aled Sage <[email protected]>
Date: 2015-03-10T16:23:14Z
Couchbase: fix upQuorumCheck config so serializable
commit a37542dbfdf4c6350330304c597f4d4315201858
Author: Aled Sage <[email protected]>
Date: 2015-03-10T16:47:41Z
Couchbase: tests for example yaml blueprints
- Rename couchbase.yaml to couchbase-cluster.yaml
- Adds CouchbaseBlueprintTest.java
- Adds yaml/test for:
- couchbase-cluster-singleNode.yaml
- couchbase-node.yaml
- Updates couchbase yaml so all point at softlayer (except for
couchbase-replication-w-pillowfight.yaml which spans AWS and
softlayer)
----
---
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.
---