[GitHub] brooklyn-server pull request: Use login port for ssh

2016-06-01 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/171 Use login port for ssh Currently we assume port 22 for ssh unless a portforwarder has been configured. This uses the getLoginPort from nodemetadata to determine the ssh port

[GitHub] brooklyn-server pull request #214: BROOKLYN-305: handle invalid xml chars in...

2016-06-22 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/214#discussion_r68134027 --- Diff: core/src/test/java/org/apache/brooklyn/util/core/xstream/XmlUtilTest.java --- @@ -20,15 +20,65 @@ import static

[GitHub] brooklyn-server issue #214: BROOKLYN-305: handle invalid xml chars in attrib...

2016-06-23 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/214 LGTM --- 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] incubator-brooklyn pull request: Create Password Sensor

2016-01-29 Thread duncangrant
Github user duncangrant commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1169#issuecomment-176694764 I think I've made all the changes that I've been asked for. If everything is ok then please let me know if I should squash my commits before merging

[GitHub] incubator-brooklyn pull request: Create Password Sensor

2016-01-26 Thread duncangrant
Github user duncangrant commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1169#issuecomment-174955669 @ahgittin I'm a bit confused about brooklyn's new structure. If I want to extend abstractyamltest so that I can write a yaml test for this then either

[GitHub] incubator-brooklyn pull request: Create Password Sensor

2016-01-21 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1169 Create Password Sensor A simple initialiser for creating passwords in yaml as a sensor Added a password generating function in the Identifiers class which uses

[GitHub] incubator-brooklyn pull request: Create Password Sensor

2016-01-26 Thread duncangrant
Github user duncangrant commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1169#issuecomment-175027320 @neykov The nice thing about yaml is it becomes an example of how to use something that you know works because it has been tested so I'll probably keep

[GitHub] brooklyn-server pull request: Add support for JSR-223 scripting of...

2016-05-24 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/153#discussion_r64358268 --- Diff: core/src/test/java/org/apache/brooklyn/core/effector/script/ScriptEffectorTest.java --- @@ -0,0 +1,68 @@ +/* + * Licensed

[GitHub] brooklyn-library pull request: Allow creating roles for PostgreSQL

2016-05-06 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/33#discussion_r62303117 --- Diff: software/database/src/main/java/org/apache/brooklyn/entity/database/postgresql/PostgreSqlSshDriver.java --- @@ -328,9 +340,39

[GitHub] brooklyn-library pull request: Allow creating roles for PostgreSQL

2016-05-06 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/33#discussion_r62302094 --- Diff: software/database/src/main/java/org/apache/brooklyn/entity/database/postgresql/PostgreSqlSshDriver.java --- @@ -328,9 +340,39

[GitHub] brooklyn-server pull request: Remove feature brookly-software-cm

2016-05-09 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/135 Remove feature brookly-software-cm You can merge this pull request into a Git repository by running: $ git pull https://github.com/duncangrant/brooklyn-server fix/karaf-cm

[GitHub] brooklyn-server issue #271: Move karaf distribution to brooklyn-dist.

2016-07-28 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/271 I've tested this - all seems to work --- 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-library issue #53: Move karaf distribution to brooklyn-dist.

2016-07-28 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-library/pull/53 I've tested this - all seems to work --- 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-dist issue #41: Move karaf distribution to brooklyn-dist.

2016-07-28 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-dist/pull/41 I've tested this - all seems to work Tested compiling, running in amp and karaf Checked entities available as expected in catalog Ran some entities (mariadb crate) --- If your

[GitHub] brooklyn-server pull request #292: Shared location customizer

2016-08-11 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/292#discussion_r74493525 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/SharedLocationSecurityGroupCustomizer.java

[GitHub] brooklyn-server pull request #292: Shared location customizer

2016-08-11 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/292#discussion_r74493342 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/SharedLocationSecurityGroupCustomizer.java

[GitHub] brooklyn-server issue #292: Shared location customizer

2016-08-12 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/292 @aledsage I've done the renaming and fixed the merge conflicts --- 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 #91: Fix typo

2016-07-13 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-docs/pull/91 Fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/duncangrant/brooklyn-docs fix-typo Alternatively you can review and apply

[GitHub] brooklyn-docs pull request #90: Added more policies to policies page

2016-07-13 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-docs/pull/90 Added more policies to policies page You can merge this pull request into a Git repository by running: $ git pull https://github.com/duncangrant/brooklyn-docs update-policies-docs

[GitHub] brooklyn-docs pull request #89: BROOKLYN-218: document nss upgrade to avoid ...

2016-07-12 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/89#discussion_r70506491 --- Diff: guide/ops/troubleshooting/deployment.md --- @@ -75,6 +75,58 @@ There are many possible reasons for this ssh failure, which include

[GitHub] brooklyn-docs pull request #85: Split locations docs into more sections

2016-07-04 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-docs/pull/85 Split locations docs into more sections It is difficult to find the details for AWS softlayer in the locations doc as you have to scroll a long way so this commit splits them

[GitHub] brooklyn-server pull request #292: Shared location customizer

2016-08-08 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/292 Shared location customizer A location customizer that creates a single shared security group for each entity it is applied to as well as an individual entity. The shared entity

[GitHub] brooklyn-server issue #292: Shared location customizer

2016-08-15 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/292 I've removed some whitespace and squashed commits. @grkvlt Do you think we can merge this now? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] brooklyn-server issue #544: Prefer centos 7

2017-01-31 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/544 @geomacy I read that as more of an open question for which there was only one response (from @googlielmo ) in favour. I'm personally don't like the idea of making this configurable

[GitHub] brooklyn-server pull request #544: Prefer centos 7

2017-01-31 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/544 Prefer centos 7 As discusson on the Apache Brooklyn discussion mailing list this PR updates BrooklynImageChooser to prefer centos over ubuntu You can merge this pull request

[GitHub] brooklyn-server issue #544: Prefer centos 7

2017-02-03 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/544 I've removed the code that selects the latest centos so that it behaves as before - with no preference for any version of centos --- If your project is set up for it, you can reply

[GitHub] brooklyn-server issue #544: Prefer centos 7

2017-01-31 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/544 @aledsage I've tried to take into account your comments and I've written some unit tests to assert the logic etc. I think that I've probably made it harder to make it configurable so

[GitHub] brooklyn-library pull request #92: Updates couchDBNode to support V2.0+

2017-02-16 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/92#discussion_r101529086 --- Diff: software/nosql/src/main/java/org/apache/brooklyn/entity/nosql/couchdb/CouchDBNodeSshDriver.java --- @@ -198,24 +211,36 @@ public

[GitHub] brooklyn-dist pull request #42: OSGi features cleanup

2016-08-19 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/42#discussion_r75463853 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -0,0 +1,62 @@ + + +http://karaf.apache.org/xmlns/features/v1.2.0

[GitHub] brooklyn-server pull request #319: Clean up duplicated code in JcloudsLocati...

2016-09-05 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/319#discussion_r77517736 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/NetworkingEffectors.java --- @@ -65,38 +64,28

[GitHub] brooklyn-server issue #319: Clean up duplicated code in JcloudsLocationCusto...

2016-09-05 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/319 Why are you using the SharedLocationSecurityGroupCustomizer in NetworkingEffectors? The SharedLocationSecurityGroupCustomizer is intended as a cut-down

[GitHub] brooklyn-server pull request #319: Clean up duplicated code in JcloudsLocati...

2016-09-05 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/319#discussion_r77518183 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/SharedLocationSecurityGroupCustomizer.java

[GitHub] brooklyn-server pull request #319: Clean up duplicated code in JcloudsLocati...

2016-09-05 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/319#discussion_r77522771 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/InboundPortsJcloudsLocationCustomizer.java

[GitHub] brooklyn-server pull request #319: Clean up duplicated code in JcloudsLocati...

2016-09-05 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/319#discussion_r77539548 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/SharedLocationSecurityGroupCustomizer.java

[GitHub] brooklyn-server issue #319: Clean up duplicated code in JcloudsLocationCusto...

2016-09-05 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/319 How do I test this? I tried: `location: aws-central-centos7 services: - type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess

[GitHub] brooklyn-server pull request #361: Add disable flag to shared sg customizer

2016-09-30 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/361 Add disable flag to shared sg customizer This flag allows the shared sg to be disabled in yaml You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] brooklyn-server pull request #371: One instance of customizer at each custom...

2016-10-05 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/371 One instance of customizer at each customize step Change so that getCustomizers is only called once during provisioning. This ensures that only a single instance of a customizer

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

2016-08-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-dist/pull/43 LGTM --- 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 issue #43: Close public ports protected by the default credent...

2016-08-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-dist/pull/43 688 [sshd-SshClient[309e345f]-nio2-thread-2] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at [/127.0.0.1:8101, RSA, 01:98:f4:32:32:dc:49:8c:62:c6:c7:31:75

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

2016-08-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-dist/pull/43 When I run bin/stop I get: Unable to find port... --- 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 pull request #361: Add disable flag to shared sg customizer

2016-09-30 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/361#discussion_r81350227 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/SharedLocationSecurityGroupCustomizer.java

[GitHub] brooklyn-docs issue #115: Improve config inheritance docs

2016-10-14 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-docs/pull/115 LGTM --- 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-server pull request #501: JCLOUDS-1108 workaround: GCE hardwareId s...

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

[GitHub] brooklyn-server pull request #609: HttpCommandEffector allows string payload

2017-03-24 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/609 HttpCommandEffector allows string payload Also fixed integration tests that failing due to https://httpbin You can merge this pull request into a Git repository by running: $ git

[GitHub] brooklyn-server pull request #610: Various integration test fixes

2017-03-24 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/610#discussion_r107880463 --- Diff: core/src/test/java/org/apache/brooklyn/core/effector/http/HttpCommandEffectorHttpBinTest.java --- @@ -38,42 +54,93 @@ import

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111569328 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -621,6 +621,7 @@ private static Object getFlag(Map

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111567843 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -621,6 +621,7 @@ private static Object getFlag(Map

[GitHub] brooklyn-server pull request #789: Adds DynamicCluster.START_TIMEOUT

2017-08-03 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/789#discussion_r131145665 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -485,6 +491,17 @@ protected void doStart

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131340473 --- Diff: core/src/main/java/org/apache/brooklyn/feed/http/HttpFeed.java --- @@ -228,6 +235,25 @@ public Builder httpExecutor(HttpExecutor val

[GitHub] brooklyn-server issue #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/790 Could you update the description to explain what this does in a bit more detail please? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131342918 --- Diff: core/src/test/java/org/apache/brooklyn/feed/http/HttpFeedTest.java --- @@ -360,7 +364,90 @@ public void

[GitHub] brooklyn-server issue #784: Upgrade json-path to 2.4.0 (from 2.0.0)

2017-08-03 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/784 LGTM - needs minidev missing requirement issue fixed --- 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

[GitHub] brooklyn-docs pull request #175: Document fix for SSLException close_notify

2017-04-28 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-docs/pull/175 Document fix for SSLException close_notify You can merge this pull request into a Git repository by running: $ git pull https://github.com/duncangrant/brooklyn-docs close_notify

[GitHub] brooklyn-server issue #745: Azure ARM default network fixes from PR suggesti...

2017-06-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/745 Tested with a location with no virtual network set but with overrideAuthenticateSudo set to true. Tested with a specified virtual network. --- If your project is set up

[GitHub] brooklyn-server pull request #575: Clean up location metadata and OSGi packa...

2017-05-03 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/575#discussion_r114517277 --- Diff: core/src/main/java/org/apache/brooklyn/core/location/BasicLocationRegistry.java --- @@ -372,7 +377,10 @@ public final Location

[GitHub] brooklyn-library pull request #105: change config for 2.0.0

2017-05-05 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-library/pull/105 change config for 2.0.0 Use the chttpd section for binding ip and setting port You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] brooklyn-server issue #684: Switch to Java 8

2017-05-19 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/684 That's a nice example of java 8ifyng code. LGTM --- 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

[GitHub] brooklyn-server pull request #862: Fix npr when reading streamed bundle

2017-10-13 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/862 Fix npr when reading streamed bundle This happens when there is an existing unmanaged bundle with the same id and a replacement bundle is uploaded without the force flag

[GitHub] brooklyn-server issue #812: use external config in examples

2017-09-08 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/812 Should we make it easier to disable the provider? That way a "live" deployment of amp would prevent it's use. So if a developer forgets to update their yaml to use a rea

[GitHub] brooklyn-server issue #805: Modify jcloudsLocation.releaseNode

2017-08-25 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/805 Should the same change be applied to killMachine( as well? --- 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 #863: Fix ManagementNodeStateListener

2017-10-19 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/863 This looks reasonable to me and improves testing. I think we should consider how much of this should be covered in the user docs as we make it all seem quite simple here https

[GitHub] brooklyn-server pull request #900: Fix VSP stop/start when ssh monitoring di...

2017-11-17 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/900 Fix VSP stop/start when ssh monitoring disabled When stop / starting a VanillaSoftwareProcess with ssh monitoring the process will never be marked as healthy after a stop start

[GitHub] brooklyn-library pull request #137: Update openssl prior to installing nodej...

2017-11-03 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-library/pull/137 Update openssl prior to installing nodejs Changes to how nodejs/npm packaged on centos mean we need to do this Fix recommended here: https://stackoverflow.com/questions

[GitHub] brooklyn-server pull request #881: BROOKLYN-547: fix VanillaSoftwareProcess....

2017-11-06 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/881#discussion_r149190906 --- Diff: software/base/src/test/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcessTest.java --- @@ -294,4 +309,63 @@ public

[GitHub] brooklyn-server issue #881: BROOKLYN-547: fix VanillaSoftwareProcess.restart...

2017-11-06 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/881 Tested fairly thoroughly using a blueprint which was previously failing to restart correctly. ---

[GitHub] brooklyn-client pull request #62: Fixes index out of range issue

2017-11-09 Thread duncangrant
Github user duncangrant closed the pull request at: https://github.com/apache/brooklyn-client/pull/62 ---

[GitHub] brooklyn-client issue #62: Fixes index out of range issue

2017-11-09 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-client/pull/62 Closing because would still panic if you ran br --help -v ---

[GitHub] brooklyn-client pull request #63: Fixes index out of range issue

2017-11-09 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-client/pull/63 Fixes index out of range issue Wasn't handling calls where there were only flag params e.g. br -v You can merge this pull request into a Git repository by running: $ git pull

[GitHub] brooklyn-client pull request #62: Fixes index out of range issue

2017-11-08 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-client/pull/62 Fixes index out of range issue Wasn't handling flags properly but we can assume that there is no scope if there are only 2 parms i.e. br param You can merge this pull request

[GitHub] brooklyn-server issue #914: ShellEnvSerializer: handle Duration

2017-12-11 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/914 PR could do with a description. ---

[GitHub] brooklyn-server issue #969: Add registered types test

2018-06-12 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/969 @geomacy regarding the naming I don't think tags is relevant to the tests. The mechanism for comparison could be changed later without changing the tests. I see this as a file of tests

[GitHub] brooklyn-server issue #969: Add registered types test

2018-06-14 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/969 @ahgittin in response to your comment https://github.com/apache/brooklyn-server/pull/969#issuecomment-396177108 I have removed that commit from the PR as I wasn't really comfortable

[GitHub] brooklyn-server issue #968: does a yaml parse and compares the hash of the r...

2018-06-04 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/968 @ahgittin I've tested this with a few different bom files with small changes e.g. quotes, comments, etc. Works well. It's also nice that it's a small change. There are a couple

[GitHub] brooklyn-server pull request #968: does a yaml parse and compares the hash o...

2018-06-04 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/968#discussion_r192718263 --- Diff: core/src/main/java/org/apache/brooklyn/core/typereg/RegisteredTypes.java --- @@ -682,27 +683,65 @@ private static String

[GitHub] brooklyn-server pull request #969: Add registered types test

2018-06-05 Thread duncangrant
GitHub user duncangrant opened a pull request: https://github.com/apache/brooklyn-server/pull/969 Add registered types test This PR follows on from #968 It adds 2 commits. The first adds tests for the functionality fixed in #968 The second changes the logic in #968

[GitHub] brooklyn-server pull request #961: Add .m2 folder in the list of ignore fold...

2018-05-02 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/961#discussion_r185488617 --- Diff: parent/pom.xml --- @@ -1104,6 +1104,8 @@ https://brooklyn.incubator.apache.org

[GitHub] brooklyn-server issue #961: Add .m2 folder in the list of ignore folders for...

2018-05-02 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/961 I wonder if it would be better to check out the repo into a subdirectory. This is an option in jenkins but would probably need some changes around paths in the build scripts. ---

[GitHub] brooklyn-server issue #935: Winrm hold mutex for install

2018-01-17 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/935 @aledsage I think I've addressed all comments and mirrored the changes for ssh drivers. ---

[GitHub] brooklyn-docs issue #260: Use the official AWS CLI instead of s3cmd

2018-06-21 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-docs/pull/260 Merging - thanks @tbouron ---

[GitHub] brooklyn-server issue #972: BROOKLYN-594: fix REST api /v1/server/ha/persist...

2018-06-21 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/972 I'll merge - thanks @nakomis ---

[GitHub] brooklyn-ui issue #58: Version bumps to align with brooklyn server

2018-08-03 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-ui/pull/58 LGTM - I'll merge ---

[GitHub] brooklyn-server issue #976: Fixed Spelling.

2018-07-30 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/976 @jimmycasey Thank you very much for your pull request. I'll merge that now. ---

[GitHub] brooklyn-server issue #979: karaf/features: include snakeyaml 1.17 bundle ex...

2018-08-17 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/979 Thanks for that @kemitix ---

[GitHub] brooklyn-server issue #986: BROOKLYN-600: cleanup entities on deploy-failure

2018-09-06 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/986 This looks good to me ---

[GitHub] brooklyn-server issue #952: [BROOKLYN-584] Add support for recent jclouds's ...

2018-02-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/952 @andreaturli Might be worth adding a docs change to https://brooklyn.apache.org/v/latest/locations/index.html#openstack? ---

[GitHub] brooklyn-server issue #952: [BROOKLYN-584] Add support for recent jclouds's ...

2018-02-26 Thread duncangrant
Github user duncangrant commented on the issue: https://github.com/apache/brooklyn-server/pull/952 @andreaturli No - shouldn't be part of this PR. I just wrote the comment as a reminder. ---

[GitHub] brooklyn-docs pull request #245: improve OpenStack documentation

2018-02-26 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/245#discussion_r170577533 --- Diff: guide/locations/_openstack.md --- @@ -1,23 +1,69 @@ ## OpenStack -### Apache jclouds -Support for OpenStack