[GitHub] brooklyn-server issue #535: Add jclouds AzureComputeRateLimitModule to suppo...

2017-01-25 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/535 Thanks @tbouron - LGTM. Once jenkins has finished running the tests, I'll merge this. I've created https://issues.apache.org/jira/browse/BROOKLYN-430 to track this in brooklyn

[GitHub] brooklyn-server pull request #534: BROOKLYN-425: softwareProcess.rebind exec...

2017-01-24 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/534 BROOKLYN-425: softwareProcess.rebind execs with entity context You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn

[GitHub] brooklyn-client issue #38: Exclude cli/.glide/* (cache) from rat + git

2017-01-23 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-client/pull/38 Thanks @Graeme-Miller - merging now. --- 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

[GitHub] brooklyn-client pull request #38: Exclude cli/.glide/* (cache) from rat + gi...

2017-01-23 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-client/pull/38 Exclude cli/.glide/* (cache) from rat + git Without this, the build fails for me: the many files created in cli/.glide/cache fail the rat check. You can merge this pull request into a Git

[GitHub] brooklyn-server issue #533: persistence: include bundle-prefix for whitelist...

2017-01-23 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/533 Thanks @neykov - merging now. --- 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

[GitHub] brooklyn-server issue #533: persistence: include bundle-prefix for whitelist...

2017-01-20 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/533 I tested this manually in karaf, in three ways: 1. started brooklyn-latest karaf, deployed an app, stopped and restarted (confirming that rebind worked) 2. started an older brooklyn

[GitHub] brooklyn-server pull request #533: persistence: include bundle-prefix for wh...

2017-01-20 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/533 persistence: include bundle-prefix for whitelisted classes You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server

[GitHub] brooklyn-server pull request #528: BROOKLYN-426: avoid propagating NoClassDe...

2017-01-19 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/528 BROOKLYN-426: avoid propagating NoClassDefFoundError See https://issues.apache.org/jira/browse/BROOKLYN-426 for details. Tested this with a badly behaving bundle, and confirmed

[GitHub] brooklyn-server pull request #527: Adds test for catalog-effector from OSGi ...

2017-01-19 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/527 Adds test for catalog-effector from OSGi bundle You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server test-rebind

[GitHub] brooklyn-docs pull request #139: BROOKLYN-359: fix softlayer swift example f...

2017-01-18 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-docs/pull/139 BROOKLYN-359: fix softlayer swift example for jclouds2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-docs BROOKLYN

[GitHub] brooklyn-server issue #525: openstack-swift support

2017-01-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/525 Thanks @tbouron - unused imports removed, rebased against master, and waiting for jenkins to re-run the tests. Then will merge. --- If your project is set up for it, you can reply

[GitHub] brooklyn-server pull request #525: openstack-swift support

2017-01-17 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/525 openstack-swift support You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server openstack-swift-support

[GitHub] brooklyn-server issue #522: Class renames for advanced-networking vcloud-dir...

2017-01-17 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/522 Thinking about this more, given that brooklyncentral/advanced-networking is not part of Apache Brooklyn, maybe these renames should not be included in core brooklyn. It could

[GitHub] brooklyn-server pull request #522: Class renames for advanced-networking vcl...

2017-01-17 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/522 Class renames for advanced-networking vcloud-director See https://github.com/brooklyncentral/advanced-networking/pull/116 You can merge this pull request into a Git repository by running

[GitHub] brooklyn-server issue #518: Specify the Azure ARM region

2017-01-16 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/518 LGTM. Longer term, it would be nice to generalise this (e.g. should we apply it for all clouds, or would that break some if they use "zone" instead of "regi

[GitHub] brooklyn-dist issue #79: Add version marker to karaf/config/pom.xml

2017-01-12 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-dist/pull/79 Merging now. --- 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

[GitHub] brooklyn-dist pull request #79: Add version marker to karaf/config/pom.xml

2017-01-12 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-dist/pull/79 Add version marker to karaf/config/pom.xml You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-dist add-version-marker

[GitHub] brooklyn-server pull request #515: Fix+test rename-jclouds-provider

2017-01-12 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/515 Fix+test rename-jclouds-provider You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server fix-jcloudsProvider-rename

[GitHub] brooklyn-server issue #510: Fix logging of creation string in JcloudsLocatio...

2017-01-12 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/510 LGTM - thanks @sjcorbett; merging. It looks like we'll no longer log the `setup.getDescription()` when it's non-null, but that's fine. It's pretty much always null in the logs I've

[GitHub] brooklyn-server issue #513: Use stripped version of ScriptBytecodeAdapter.is...

2017-01-12 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/513 LGTM; merging - thanks @bostko --- 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

[GitHub] brooklyn-server issue #513: Use stripped version of ScriptBytecodeAdapter.is...

2017-01-11 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/513 @bostko see https://github.com/bostko/brooklyn-server/pull/3 --- 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

[GitHub] brooklyn-server pull request #513: Use stripped version of ScriptBytecodeAda...

2017-01-11 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/513#discussion_r95593265 --- Diff: utils/groovy/src/main/java/org/apache/brooklyn/util/groovy/GroovyJavaMethods.java --- @@ -75,6 +76,20

[GitHub] brooklyn-server pull request #513: Use stripped version of ScriptBytecodeAda...

2017-01-11 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/513#discussion_r95590807 --- Diff: utils/groovy/src/main/java/org/apache/brooklyn/util/groovy/GroovyJavaMethods.java --- @@ -75,6 +76,20

[GitHub] brooklyn-server issue #513: Use stripped version of ScriptBytecodeAdapter.is...

2017-01-11 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/513 @bostko I'm reviewing this now, and will submit an additional commit on top of this PR shortly. I think a lot of things can be improved by instead calling

[GitHub] brooklyn-server issue #491: (WIP) execAsync parameter for SshMachineLocation...

2017-01-10 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/491 I started looking into why `testSshExecScript()` was failing. First quick comment: you need to enable the feature: ``` @BeforeMethod(alwaysRun=true) public void setUp

[GitHub] brooklyn-dist issue #75: Use new brooklyn-server-config feature

2017-01-10 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-dist/pull/75 @m4rkmckenna @neykov as per the comment https://github.com/apache/brooklyn-server/pull/504#issuecomment-271535835, I'd appreciate your comments as to whether this looks right to you now

[GitHub] brooklyn-server issue #504: Make the brooklyn server config discoverable by ...

2017-01-10 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/504 I take it we're happy to leave the itests (e.g. https://github.com/apache/brooklyn-dist/blob/master/karaf/itest/src/test/java/org/apache/brooklyn/core/catalog/internal

[GitHub] brooklyn-server pull request #504: Make the brooklyn server config discovera...

2017-01-10 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/504#discussion_r95331819 --- Diff: karaf/config/pom.xml --- @@ -0,0 +1,74 @@ + + +http://maven.apache.org/POM/4.0.0; + xmlns:xsi="http://www.w

[GitHub] brooklyn-dist pull request #75: Use new brooklyn-server-config feature

2017-01-10 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/75#discussion_r95331050 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -55,7 +55,12 @@ mvn:javax.annotation/javax.annotation-api

[GitHub] brooklyn-dist pull request #75: Use new brooklyn-server-config feature

2017-01-10 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/75#discussion_r95330574 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -55,7 +55,12 @@ mvn:javax.annotation/javax.annotation-api

[GitHub] brooklyn-server pull request #504: Make the brooklyn server config discovera...

2017-01-10 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/504#discussion_r95330255 --- Diff: karaf/config/src/main/resources/org.apache.brooklyn.core.catalog.bomscanner.cfg --- @@ -0,0 +1,27

[GitHub] brooklyn-server issue #508: Alternate names for JcloudsProviders

2017-01-10 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/508 Thanks @drigodwin - LGTM; merging. Not sure why jenkins is still showing "validating", 20 hours later. The link is to https://builds.apache.org/job/brooklyn-server-pul

[GitHub] brooklyn-server issue #509: [wip] Add Azure Location

2017-01-10 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/509 @drigodwin looks good. In what way is this still "work in progress"? Looking at how features are defined in https://github.com/jclouds/jclouds-karaf/blob/master/featur

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-09 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r95156115 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingJcloudsRenamesProvider.java --- @@ -0,0 +1,43

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94984349 --- Diff: karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/ClasspathOsgiConfigLoader.java --- @@ -0,0 +1,70 @@ +/* + * Licensed

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94982693 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingJcloudsRenamesProvider.java --- @@ -0,0 +1,43

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94983917 --- Diff: karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/ClasspathOsgiConfigLoader.java --- @@ -0,0 +1,70 @@ +/* + * Licensed

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94983722 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/PropertiesConfigLoader.java --- @@ -0,0 +1,72 @@ +/* + * Licensed

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94982414 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingJcloudsRenamesProvider.java --- @@ -0,0 +1,43

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94983344 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/JcloudsProviderRenameConfigLoader.java --- @@ -0,0 +1,30

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94984056 --- Diff: karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/JcloudsProviderRenameOsgiConfigLoader.java --- @@ -0,0 +1,57

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94983575 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingProvider.java --- @@ -0,0 +1,79 @@ +/* + * Licensed

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94981908 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingClassRenamesProvider.java --- @@ -43,49 +37,30 @@ * See

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94984944 --- Diff: locations/jclouds/src/test/java/org/apache/brooklyn/location/jclouds/JcloudsProviderAndApiLoaderTest.java --- @@ -68,6 +69,35 @@ public

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94983260 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/ClasspathConfigLoader.java --- @@ -18,55 +18,17 @@ */ package

[GitHub] brooklyn-server pull request #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/508#discussion_r94982612 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingClassRenamesProvider.java --- @@ -43,49 +37,30 @@ * See

[GitHub] brooklyn-server issue #508: Alternate names for JcloudsProviders

2017-01-06 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/508 @drigodwin can you kick off the jenkins build again please (e.g. by making a change to the commit id by running `git commit --ammend; git push -f`). The jenkins test failure looks

[GitHub] brooklyn-server issue #362: bump httpcomponents versions

2017-01-06 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/362 Trying to test this (including the cxf upgrade to 3.1.9), it is failing when starting karaf with: ``` 2017-01-06 15:29:40,191 ERROR 11 o.a.k.f.i.s.BootFeaturesInstaller [pool-7

[GitHub] brooklyn-server pull request #362: bump httpcomponents versions

2017-01-06 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/362#discussion_r94937432 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -51,8 +51,8 @@ mvn:commons-codec/commons-codec/${commons-codec.version

[GitHub] brooklyn-server issue #477: BROOKLYN-406: report failure if coercion's fromM...

2017-01-05 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/477 Thanks @neykov - incorporated those changes and rebased; merging now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] brooklyn-server issue #493: Make the Repeater class use a threads to execute...

2017-01-05 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/493 @grkvlt I agree with @neykov's concern about thread usage. Maybe we could make it configurable, so the default is the existing behaviour (which would use a guava

[GitHub] brooklyn-server issue #494: Simplify BitUtils methods

2017-01-05 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/494 @grkvlt can you respond to @neykov's question "can you confirm signed vs unsigned shift", and then good to merge. --- If your project is set up for it, you can reply to

[GitHub] brooklyn-server issue #503: Drop availability zone suffixes when configuring...

2017-01-05 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/503 LGTM; merging --- 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

[GitHub] brooklyn-docs issue #135: Link to lists.a.o instead of mail-archives.a.o

2017-01-04 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-docs/pull/135 Thanks @ajs6f - LGTM. Merging. --- 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

[GitHub] brooklyn-docs issue #136: Default is no credentials required

2017-01-04 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-docs/pull/136 Thanks - changes incorporated. Merging now, and will cherry-pick into 0.10.0 branch (to push these changes to the live docs site). --- If your project is set up for it, you can reply

[GitHub] brooklyn-docs pull request #136: Default is no credentials required

2016-12-27 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-docs/pull/136 Default is no credentials required You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-docs fix/no-creds-by-default

[GitHub] brooklyn-server issue #492: Allow a user to add or override deserialize conf...

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/492 Thanks @tbouron Failing test `DslYamlTest.testDslAttributeWhenReady` looks unrelated (we should look into that in a separate PR). You can kick off jenkins again by running `git commit

[GitHub] brooklyn-dist issue #72: Allow a user to add or override deserialize configu...

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-dist/pull/72 This depends on https://github.com/apache/brooklyn-server/pull/492 being merged first, I presume. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] brooklyn-server issue #474: Test sensor backoff to config

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/474 Thanks @sjcorbett - rebased. --- 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

[GitHub] brooklyn-server issue #334: [WIP] Upgrade to Karaf 4.0.6

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/334 @neykov karaf 4.0.8 was released on 14th December: http://search.maven.org/#artifactdetails%7Corg.apache.karaf%7Ckaraf%7C4.0.8%7Cpom According to https://issues.apache.org/jira

[GitHub] brooklyn-server issue #492: Allow a user to add or override deserialize conf...

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/492 LGTM - would be nice to delete the unused `Compat.getConfigurationAdmin()`, which is being added in this PR. --- If your project is set up for it, you can reply to this email and have

[GitHub] brooklyn-server pull request #492: Allow a user to add or override deseriali...

2016-12-22 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/492#discussion_r93688090 --- Diff: karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml --- @@ -47,10 +47,23 @@ limitations under the License

[GitHub] brooklyn-server pull request #492: Allow a user to add or override deseriali...

2016-12-22 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/492#discussion_r93687950 --- Diff: core/src/main/java/org/apache/brooklyn/util/core/osgi/Compat.java --- @@ -39,15 +40,19 @@ public static Compat getInstance

[GitHub] brooklyn-server issue #497: Add findOpenSocketsOnNode to ReachableSocketFind...

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/497 LGTM. It's slightly concerning that `JcloudsUtil.getFirstReachableAddress` might now block until the reachability check on the VM's private (unreachable) address times out. But I presume

[GitHub] brooklyn-server issue #501: JCLOUDS-1108 workaround: GCE hardwareId short-fo...

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/501 I've changed the null check, and squashed it into one commit. I've re-run all the (Live) tests in `JcloudsGceHardwareProfilesStubbedLiveTest` - they passed for me locally. Once

[GitHub] brooklyn-server pull request #501: JCLOUDS-1108 workaround: GCE hardwareId s...

2016-12-22 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/501#discussion_r93615497 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java --- @@ -1484,6 +1493,48 @@ public Template

[GitHub] brooklyn-server issue #500: Upgrade free marker to 2.3.25 (from 2.3.22)

2016-12-22 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/500 @bostko see http://freemarker.org/docs/versions_2_3_25.html, in the section "changes on the FTL side": ``` Extended the list directive to support listing hashes (suc

[GitHub] brooklyn-server pull request #500: Upgrade free marker to 2.3.25 (from 2.3.2...

2016-12-22 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/500#discussion_r93614889 --- Diff: pom.xml --- @@ -137,7 +137,7 @@ 3.1.M0 0.6 2012 -2.3.22 +2.3.25

[GitHub] brooklyn-server pull request #502: BROOKLYN-421: add tests for catalog libra...

2016-12-22 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/502 BROOKLYN-421: add tests for catalog library loading This PR only improves test coverage, and adds a failing test for BROOKLYN-421 (marked as `groups="Broken"`). It does not atte

[GitHub] brooklyn-server pull request #501: JCLOUDS-1108 workaround: GCE hardwareId s...

2016-12-22 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/501 JCLOUDS-1108 workaround: GCE hardwareId short-form You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server jclouds

[GitHub] brooklyn-server pull request #500: Upgrade free marker to 2.3.25 (from 2.3.2...

2016-12-21 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/500 Upgrade free marker to 2.3.25 (from 2.3.22) Freemarker 2.3.25 adds support for iterating over map entries, which will be useful for some entity implementations. @ygy could you

[GitHub] brooklyn-server issue #499: BROOKLYN-417: default to no-auth

2016-12-21 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/499 Thanks @sjcorbett, I can confirm they both pass for me. Merging now, and will cherry-pick into the 0.10.0 branch. --- If your project is set up for it, you can reply to this email

[GitHub] brooklyn-server pull request #498: Use SIGTERM in stop script inside Abstrac...

2016-12-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/498#discussion_r93445832 --- Diff: software/base/src/test/java/org/apache/brooklyn/entity/software/base/lifecycle/ScriptHelperIntegrationTest.java --- @@ -0,0 +1,176

[GitHub] brooklyn-server pull request #499: BROOKLYN-417: default to no-auth

2016-12-21 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/499 BROOKLYN-417: default to no-auth You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server BROOKLYN-417 Alternatively

[GitHub] brooklyn-server issue #490: Fix BROOKLYN-410: rebind locations from bundles

2016-12-20 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/490 I've rebased (having merged #489). Once jenkins has run the tests, I'll merge - unless there are any other comments from anyone. --- If your project is set up for it, you can reply

[GitHub] brooklyn-server issue #489: BROOKLYN-409: add test

2016-12-20 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/489 Thanks @neykov - changes incorporated, and squashed into single commit. Merging now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] brooklyn-server issue #484: Small JcloudsLocation refactor

2016-12-19 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/484 Thanks @sjcorbett - looks great. Unfortunately there are merge conflicts again (probably due to https://github.com/apache/brooklyn-server/pull/496). Once those are resolved

[GitHub] brooklyn-server pull request #484: Small JcloudsLocation refactor

2016-12-19 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/484#discussion_r93065657 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/templates/customize/CustomizeTemplateOptions2.java --- @@ -0,0

[GitHub] brooklyn-server pull request #484: Small JcloudsLocation refactor

2016-12-19 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/484#discussion_r93063249 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/text/Strings.java --- @@ -827,6 +828,33 @@ public static String ies(Iterator x

[GitHub] brooklyn-server pull request #484: Small JcloudsLocation refactor

2016-12-19 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/484#discussion_r93061840 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/RebindToMachinePredicate.java --- @@ -0,0 +1,85

[GitHub] brooklyn-server pull request #496: Tests: adds more jclouds live tests

2016-12-19 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/496 Tests: adds more jclouds live tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server tests/jclouds-live

[GitHub] brooklyn-server issue #484: Small JcloudsLocation refactor

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/484 Thanks @sjcorbett - great to separate out this huge class, and improve this code! I haven't had a proper chance to review yet. Does it change the names of any classes that might

[GitHub] brooklyn-server issue #485: `BundleMaker` utility routines making it easy to...

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/485 @ahgittin (cc @neykov) I've only had a quick look, but a few initial comments: 1. Discuss on dev@brooklyn the idea of deploying blueprints via a directory/zip (rather than a user

[GitHub] brooklyn-server pull request #491: (WIP) execAsync parameter for SshMachineL...

2016-12-15 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/491#discussion_r92647257 --- Diff: core/src/main/java/org/apache/brooklyn/feed/ssh/SshFeed.java --- @@ -270,6 +270,7 @@ private SshPollValue exec(String command, Map<Str

[GitHub] brooklyn-server issue #491: (WIP) execAsync parameter for SshMachineLocation...

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/491 @bostko there are merge conflicts. Could you add a test to `SshMachineLocationIntegrationTest`, and maybe also `SshMachineLocationTest`, for use of async? See existing tests

[GitHub] brooklyn-server pull request #491: (WIP) execAsync parameter for SshMachineL...

2016-12-15 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/491#discussion_r92645673 --- Diff: core/src/main/java/org/apache/brooklyn/feed/ssh/SshFeed.java --- @@ -270,6 +270,7 @@ private SshPollValue exec(String command, Map<Str

[GitHub] brooklyn-server issue #492: Allow a user to add or override deserialize conf...

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/492 Given the class is static, I wondered about Brooklyn's startup injecting the karaf config via some static method call. But I prefer @neykov's suggestion that we get the karaf config admin

[GitHub] brooklyn-server issue #487: Change default `machineCreateAttempts` to 3

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/487 @neykov @drigodwin for VMs being "orphaned", not managed by Brooklyn, I think it's good enough for now. The only times I know of it happening are: 1. When Brooklyn was termina

[GitHub] brooklyn-server pull request #492: Allow a user to add or override deseriali...

2016-12-15 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/492#discussion_r92641835 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingClassRenamesProvider.java --- @@ -72,7 +81,7

[GitHub] brooklyn-server issue #487: Change default `machineCreateAttempts` to 3

2016-12-15 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/487 @drigodwin interesting. I'm not sure who we should optimise for though, with the defaults. The problem is if someone has misconfigured their location. For example, we'll wait

[GitHub] brooklyn-server pull request #490: Fix BROOKLYN-410: rebind locations from b...

2016-12-14 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/490 Fix BROOKLYN-410: rebind locations from bundles Builds on https://github.com/apache/brooklyn-server/pull/489 - please review and merge that first; then I'll rebase (which will make

[GitHub] brooklyn-server pull request #488: Get ready for compiling with JDK 1.8

2016-12-13 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/488#discussion_r92266653 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -486,8 +486,8 @@ public

[GitHub] brooklyn-server issue #409: bump sshj to same jclouds version [merge after j...

2016-12-13 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/409 @andreaturli This was merged as part of https://github.com/apache/brooklyn-server/pull/481, I believe. If that is correct, then can you close this PR please? If not, can you rebase it so

[GitHub] brooklyn-dist issue #70: Reorder `brooklyn-locations-jclouds` so that its in...

2016-12-13 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-dist/pull/70 LGTM - merging. --- 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

[GitHub] brooklyn-server issue #481: [WIP] [NOT MERGE] Jclouds 2.0.0

2016-12-13 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/481 LGTM - merging. Thanks @googlielmo @andreaturli @m4rkmckenna --- 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

[GitHub] brooklyn-server issue #481: [WIP] [NOT MERGE] Jclouds 2.0.0

2016-12-13 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/481 I ran the live tests listed below. Based on that, I'm happy for this to be merged (we can deal with Windows @ GCE later, which might be fixed with configuration

[GitHub] brooklyn-server issue #481: [WIP] [NOT MERGE] Jclouds 2.0.0

2016-12-12 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/481 @googlielmo (cc @andreaturli) to fix `SshjToolIntegrationTest` (the `testAsync.*` tests), you'll need this fix: ``` diff --git a/core/src/main/java/org/apache/brooklyn/util

[GitHub] brooklyn-docs issue #131: Increasing entropy for RHEL 7

2016-12-09 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-docs/pull/131 @bostko A couple of minor rewords. Other than that, looks good. --- 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

[GitHub] brooklyn-docs pull request #131: Increasing entropy for RHEL 7

2016-12-09 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/131#discussion_r91709250 --- Diff: guide/ops/troubleshooting/increase-entropy.md --- @@ -4,24 +4,52 @@ title: Increase Entropy toc: /guide/toc.json

[GitHub] brooklyn-docs pull request #131: Increasing entropy for RHEL 7

2016-12-09 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/131#discussion_r91709128 --- Diff: guide/ops/troubleshooting/increase-entropy.md --- @@ -4,24 +4,52 @@ title: Increase Entropy toc: /guide/toc.json

<    5   6   7   8   9   10   11   12   13   14   >