[GitHub] incubator-brooklyn pull request: Brooklyn OSGification - step 1 (b...

2015-11-30 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/962#discussion_r46124182 --- Diff: pom.xml --- @@ -72,11 +72,122 @@ +0.9.0-SNAPSHOT + 1.7

[GitHub] incubator-brooklyn pull request: Add documentation and additional ...

2015-11-26 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/1074#discussion_r46010405 --- Diff: core/src/test/java/org/apache/brooklyn/util/core/internal/ssh/SshToolAbstractIntegrationTest.java --- @@ -264,8 +271,44 @@ public void

[GitHub] incubator-brooklyn pull request: Add documentation and additional ...

2015-11-26 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1074 Add documentation and additional tests to SshToolAbstractIntegrationTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko

[GitHub] incubator-brooklyn pull request: Adds WinRmTool interface

2015-11-24 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1045#issuecomment-159287775 Very good start for putting alternative WinRm implementations! As part of this refactoring I want to remind you to review #950 . My opinion is

[GitHub] incubator-brooklyn pull request: Adds WinRmTool interface

2015-11-24 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/1045#discussion_r45739428 --- Diff: software/winrm/src/main/java/org/apache/brooklyn/util/core/internal/winrm/WinRmTool.java --- @@ -0,0 +1,74 @@ +/* + * Licensed

[GitHub] incubator-brooklyn pull request: Fix BrooklynProperties.Factory.Bu...

2015-11-23 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1055 Fix BrooklynProperties.Factory.Builder.builderEmpty You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn

[GitHub] incubator-brooklyn pull request: BROOKLYN-193 Test skipping rebind...

2015-11-23 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1054#issuecomment-158876867 @hzbarcea the reason I did this that it is in the tests and I think it is better to have more fine control over the exceptions in tests. Any other who

[GitHub] incubator-brooklyn pull request: BROOKLYN-193 Test skipping invali...

2015-11-22 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1054 BROOKLYN-193 Test skipping invalid config values - Exposed exceptions in RebindTestUtils You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-brooklyn pull request: BROOKLYN-193: Add configuration f...

2015-11-17 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1033#issuecomment-157341283 Yes I tested with `rebind.failureMode.addConfig=continue` and without it and it works as expected. I am working on providing tests now. It will take me

[GitHub] incubator-brooklyn pull request: BROOKLYN-193: Add configuration f...

2015-11-16 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/1033#discussion_r44921362 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/rebind/RebindManagerImpl.java --- @@ -92,6 +92,9 @@ public static final

[GitHub] incubator-brooklyn pull request: BROOKLYN-193: Add configuration f...

2015-11-13 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1033 BROOKLYN-193: Add configuration for skipping invalid config Add configuration option for skipping invalid config values You can merge this pull request into a Git repository by running

[GitHub] incubator-brooklyn pull request: Add documentation for the "unable...

2015-11-10 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1015 Add documentation for the "unable to create new native thread" problem Added a Problems section in faq.md describing how to increase ulimit. @rdowner please advice wh

[GitHub] incubator-brooklyn pull request: SshTool choice

2015-11-10 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/1013#discussion_r44389092 --- Diff: core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java --- @@ -49,7 +50,14 @@ * These keys are detected

[GitHub] incubator-brooklyn pull request: Unwrap camp plan with parent over...

2015-11-06 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1007#issuecomment-154483716 @neykov, would you like to add more complicated test like the one bellow. You should also assert that the name which will be passed when a user selects

[GitHub] incubator-brooklyn pull request: Update Tomcat's webapp.url sensor...

2015-11-04 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/959#issuecomment-153782392 Thank you all for the discussion! I made the changes and now I am testing. --- If your project is set up for it, you can reply to this email and have

[GitHub] incubator-brooklyn pull request: Windows script files

2015-10-28 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/950#issuecomment-151855029 @ahgittin Yes it is still waiting for cloudsoft/winrm4j#2 I've upgraded the winrm4j version in this PR as well. --- If your project is set up for it

[GitHub] incubator-brooklyn pull request: Fix Java 8 build error

2015-10-27 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/991#discussion_r43144383 --- Diff: software/database/src/main/java/org/apache/brooklyn/entity/database/mysql/MySqlClusterImpl.java --- @@ -119,7 +121,7 @@ protected void

[GitHub] incubator-brooklyn pull request: Fix Java 8 build error

2015-10-27 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/991#discussion_r43143884 --- Diff: software/database/src/main/java/org/apache/brooklyn/entity/database/mysql/MySqlClusterImpl.java --- @@ -119,7 +121,7 @@ protected void

[GitHub] incubator-brooklyn pull request: Powershell scripting documentatio...

2015-10-23 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/988 Powershell scripting documentation - Remove the unnecessary Invoke-Command You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko

[GitHub] incubator-brooklyn pull request: Fix: SetHostnameCustomizer

2015-10-22 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/983#discussion_r42742105 --- Diff: software/base/src/test/java/org/apache/brooklyn/entity/machine/SetHostnameCustomizerTest.java --- @@ -64,4 +68,20 @@ public void

[GitHub] incubator-brooklyn pull request: Fix: SetHostnameCustomizer

2015-10-22 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/983#issuecomment-150189598 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 project does not have

[GitHub] incubator-brooklyn pull request: Fix: SetHostnameCustomizer

2015-10-22 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/983#discussion_r42737031 --- Diff: software/base/src/test/java/org/apache/brooklyn/entity/machine/SetHostnameCustomizerTest.java --- @@ -64,4 +68,20 @@ public void

[GitHub] incubator-brooklyn pull request: Update Tomcat's webapp.url sensor...

2015-10-20 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/959#discussion_r42492781 --- Diff: software/webapp/src/main/java/org/apache/brooklyn/entity/webapp/JavaWebAppSshDriver.java --- @@ -93,11 +93,11 @@ protected String

[GitHub] incubator-brooklyn pull request: Windows scripting documentation u...

2015-10-19 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/964 Windows scripting documentation updates - `$ErrorActionPreference` - powershell commands limitations You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-brooklyn pull request: Move winrm base from brooklyn-cor...

2015-10-15 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/957#discussion_r42135509 --- Diff: software/winrm/pom.xml --- @@ -0,0 +1,65 @@ + --- End diff -- What is the point creating a new module? I see only

[GitHub] incubator-brooklyn pull request: WinRM commands

2015-10-15 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/947#issuecomment-148404539 Closing in favour of #950 --- 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] incubator-brooklyn pull request: WinRM commands

2015-10-15 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/947 --- 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

[GitHub] incubator-brooklyn pull request: Update Tomcat's webapp.url sensor...

2015-10-15 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/959 Update Tomcat's webapp.url sensor to show the public hostname You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incu

[GitHub] incubator-brooklyn pull request: Windows file scripts

2015-10-12 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/950 Windows file scripts The PR includes #947 and it is Dependent on cloudsoft/winrm4j#2 The most important file here is `WindowsScriptsWinrmExitStatusLiveTest` You can merge

[GitHub] incubator-brooklyn pull request: WinRM commands

2015-10-12 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/947 WinRM commands Use executePsCommand and executeCmdCommand instead of executeScript It is a small refactoring which cleans up the too simple executeScript functionality. You

[GitHub] incubator-brooklyn pull request: Fix osname check when PostgreSQL ...

2015-10-09 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/944#issuecomment-146918927 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 project does not have

[GitHub] incubator-brooklyn pull request: VanillaWindowsProcess CatalogConf...

2015-10-07 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/940#issuecomment-146263797 Good changes! --- 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] incubator-brooklyn pull request: Add VanillaWindowsProcess to cata...

2015-09-29 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/927 Add VanillaWindowsProcess to catalog items You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn catalog_item

[GitHub] incubator-brooklyn pull request: MS SQL blueprint - improve instal...

2015-09-29 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/925#issuecomment-144004179 Yes it works. I am testing now other mssql scripts whether they return exit code from the commands. --- If your project is set up for it, you can reply

[GitHub] incubator-brooklyn pull request: MS SQL blueprint - improve instal...

2015-09-28 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/925 MS SQL blueprint - improve installation script pass the exit code from the install command to the install script You can merge this pull request into a Git repository by running

[GitHub] incubator-brooklyn pull request: Pass EntitlementContext to effect...

2015-09-23 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/920#issuecomment-142731738 @ygy can you review/test this --- 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] incubator-brooklyn pull request: Pass EntitlementContext to effect...

2015-09-23 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/920 Pass EntitlementContext to effectors Do that explicitly for expunge You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator

[GitHub] incubator-brooklyn pull request: Windows simple exit code Live tes...

2015-09-23 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/916 --- 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

[GitHub] incubator-brooklyn pull request: WinRM live tests

2015-09-23 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/917#issuecomment-142539074 Good to have more tests! I think it is good to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-brooklyn pull request: Windows simple exit code Live tes...

2015-09-21 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/916 Windows simple exit code Live test You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn

[GitHub] incubator-brooklyn pull request: WinRm Test - fixes

2015-09-21 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/914 WinRm Test - fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn winrm_refactoring_execution

[GitHub] incubator-brooklyn pull request: Capture exit code in AbstractSoft...

2015-09-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/906#discussion_r39869652 --- Diff: software/base/src/test/java/org/apache/brooklyn/entity/software/base/lifecycle/ScriptHelperUnitTest.java --- @@ -0,0 +1,63

[GitHub] incubator-brooklyn pull request: Improve winrm docs

2015-09-18 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/907#issuecomment-141444799 Good fixes. I like everything to be in one place. OK to merge! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-brooklyn pull request: Improve winrm docs

2015-09-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/907#discussion_r39851174 --- Diff: docs/guide/yaml/winrm/index.md --- @@ -115,40 +116,172 @@ This is only a very simple example. A core complex example can be found in the

[GitHub] incubator-brooklyn pull request: Improve winrm docs

2015-09-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/907#discussion_r39849538 --- Diff: docs/guide/yaml/winrm/index.md --- @@ -115,40 +116,172 @@ This is only a very simple example. A core complex example can be found in the

[GitHub] incubator-brooklyn pull request: Improve winrm docs

2015-09-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/907#discussion_r39849165 --- Diff: docs/guide/yaml/winrm/index.md --- @@ -82,7 +82,8 @@ For example - here is a blueprint: region: us-west-2

[GitHub] incubator-brooklyn pull request: Capture exit code in AbstractSoft...

2015-09-17 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/906 Capture exit code in AbstractSoftwareProcessWinrmDriver - Refactor AbstractSoftwareProcessWinrmDriver implementation like AbstractSoftwareProcessSshDriver - ScriptHelperUnitTest exit

[GitHub] incubator-brooklyn pull request: ScriptHelper exit code test

2015-09-17 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/905 --- 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

[GitHub] incubator-brooklyn pull request: ScriptHelper exit code test

2015-09-17 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/905 ScriptHelper exit code test - include test dependency EasyMock in brooklyn-software-base You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-brooklyn pull request: CreateUserPolicyWithEntityLiveTes...

2015-09-07 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/881#issuecomment-138328758 I will close this PR in favor of #877 The purpose of `CreateUserPolicyWithEntityLiveTest` is to verify that it doesn't throw an exception.

[GitHub] incubator-brooklyn pull request: CreateUserPolicyWithEntityLiveTes...

2015-09-07 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/881 --- 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

[GitHub] incubator-brooklyn pull request: CreateUserPolicyWithEntityLiveTes...

2015-09-03 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/881 CreateUserPolicyWithEntityLiveTest Verifies the behaviour of CreateUserPolicy You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko

[GitHub] incubator-brooklyn pull request: Adding timestamp to the template ...

2015-08-27 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/868#discussion_r3809 --- Diff: core/src/main/java/org/apache/brooklyn/core/location/cloud/names/BasicCloudMachineNamer.java --- @@ -41,9 +41,15 @@ protected String

[GitHub] incubator-brooklyn pull request: Winrm commands stdin, stdout, std...

2015-08-27 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/866#discussion_r38088447 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/AbstractSoftwareProcessWinRmDriver.java --- @@ -119,20 +136,53

[GitHub] incubator-brooklyn pull request: Winrm commands stdin, stdout, std...

2015-08-27 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/866#issuecomment-135365840 @aledsage Thank you for the elaborative comments! I fixed the addressed issues and added new config for powershell commands for: post-install, pre-launch

[GitHub] incubator-brooklyn pull request: Winrm commands stdin, stdout, std...

2015-08-26 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/866#discussion_r37966653 --- Diff: core/src/test/java/org/apache/brooklyn/location/byon/ByonLocationResolverTest.java --- @@ -345,7 +345,7 @@ public void

[GitHub] incubator-brooklyn pull request: Winrm commands stdin, stdout, std...

2015-08-26 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/866#issuecomment-134934816 I will appreciate if anyone review it earlier. Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-brooklyn pull request: Winrm commands stdin, stdout, std...

2015-08-25 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/866 Winrm commands stdin, stdout, stderr; Commands Live tests This PR provides stdin, stderr and stdout support to the Windows commands. Look the commits to see the changes

[GitHub] incubator-brooklyn pull request: Fixed some language mistakes in '...

2015-08-21 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/862#issuecomment-133361608 I think all fixes are correct. 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

[GitHub] incubator-brooklyn pull request: Ldap config fix

2015-08-18 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/839 Ldap config fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn ldap_fixes Alternatively you can review

[GitHub] incubator-brooklyn pull request: Test + fix BrooklynAccessUtils

2015-08-17 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/831#issuecomment-131812084 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

[GitHub] incubator-brooklyn pull request: [BROOKLYN-162] Renaming package b...

2015-08-14 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/816 --- 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

[GitHub] incubator-brooklyn pull request: [BROOKLYN-162] Renaming package b...

2015-08-13 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/816#issuecomment-130536456 @hzbarcea I saw it. You can test 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

[GitHub] incubator-brooklyn pull request: [BROOKLYN-162] Renaming package b...

2015-08-12 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/816 [BROOKLYN-162] Renaming package brooklyn.location You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn

[GitHub] incubator-brooklyn pull request: BrooklynLauncherRebindCatalogTest

2015-08-12 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/815 BrooklynLauncherRebindCatalogTest Fix test - assume the order on catalog rebind doesn't matter. I didn't debug the actual rebinding code, but I assume since ids and cata

[GitHub] incubator-brooklyn pull request: Renaming packages logback-include...

2015-08-11 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/808#issuecomment-129994305 @iyovcheva please check the osgi settings in usage/camp/src/test/resources/ --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-brooklyn pull request: LDAP authentication doc

2015-07-31 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/784 LDAP authentication doc Added an example brooklyn.properties for ldap You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko

[GitHub] incubator-brooklyn pull request: BYON: machine gets extra conf for...

2015-07-31 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/781#issuecomment-126631754 Good changes in both commits. We will test it Live to confirm. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-brooklyn pull request: Fix LDAP dc parameter

2015-07-30 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/780 Fix LDAP dc parameter Fix LDAP connection parameter. @grkvlt @aledsage Can you review it please? You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-brooklyn pull request: Tidy AbstractApplication

2015-07-29 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/778#issuecomment-126016545 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

[GitHub] incubator-brooklyn pull request: Entitlements improvements

2015-07-29 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/777#issuecomment-126009012 Looks good to me too. There is no breaking changes. Thank you for the refactoring! --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-brooklyn pull request: Fix NodeJsWebAppFixtureIntegratio...

2015-07-23 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/722 --- 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

[GitHub] incubator-brooklyn pull request: Add Riak Solr support

2015-07-23 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/615 --- 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

[GitHub] incubator-brooklyn pull request: Kafka - fix escaping

2015-07-17 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/756 Kafka - fix escaping Fixed the addressed issues You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn

[GitHub] incubator-brooklyn pull request: Fix KafkaIntegrationTest tests

2015-07-16 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/742#issuecomment-121922947 Yes it is just for the integration test, the java client doesn't implement getting message, poll() is not implemented so I hardcoded this in the integr

[GitHub] incubator-brooklyn pull request: Update brooklyn-node.yaml example

2015-07-14 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/744#discussion_r34604623 --- Diff: software/base/src/main/resources/brooklyn/entity/brooklynnode/brooklyn-node.yaml --- @@ -22,8 +22,8 @@ name: Example Brooklyn Node

[GitHub] incubator-brooklyn pull request: Update brooklyn-node.yaml example

2015-07-14 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/744 Update brooklyn-node.yaml example Include the more reasonable `brooklynnode.distro.uploadurl` attribute in the `brooklyn-node.yaml` example You can merge this pull request into a Git

[GitHub] incubator-brooklyn pull request: Fix KafkaIntegrationTest tests

2015-07-09 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/742 Fix KafkaIntegrationTest tests - updated kafka version - installing from binary instead of compiling from source Note on `KafkaIntegrationTest.testTwoBrokerCluster`: The

[GitHub] incubator-brooklyn pull request: Count the null values for the ave...

2015-07-06 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/731#issuecomment-118779959 Svet suggested that everywhere we should use 0 as a default null value for the average enricher because we could often have situations where some of the

[GitHub] incubator-brooklyn pull request: Use subnet hostname instead of ho...

2015-07-03 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/732#issuecomment-118283018 I'd rather change the address in the `MongoDBShardClusterImpl`. Also I think the getBrooklynAccessibleAddress is used for defining the public u

[GitHub] incubator-brooklyn pull request: Count the null values for the ave...

2015-07-01 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/731 Count the null values for the average enrichers This fixes TomcatAutoScalerPolicyTest Basically the problem is that after making a request to Tomcat uptade event for

[GitHub] incubator-brooklyn pull request: Revert the eager loading of the c...

2015-06-29 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/622#discussion_r33459189 --- Diff: docs/_build/build.sh --- @@ -179,9 +179,20 @@ function test_site() { } function make_jekyll() { + if [ -f ../usage

[GitHub] incubator-brooklyn pull request: Fix NodeJsWebAppFixtureIntegratio...

2015-06-29 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/722#issuecomment-116629151 Regarding java version check change. `java -version` returns different output if openjdk is used Example: ``` openjdk version "1.8

[GitHub] incubator-brooklyn pull request: Fix NodeJsWebAppFixtureIntegratio...

2015-06-29 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/722#discussion_r33456465 --- Diff: software/base/src/main/java/brooklyn/entity/java/JavaSoftwareProcessSshDriver.java --- @@ -336,7 +336,7 @@ protected int tryJavaInstall

[GitHub] incubator-brooklyn pull request: Fix NodeJsWebAppFixtureIntegratio...

2015-06-29 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/722#discussion_r3341 --- Diff: software/webapp/src/test/java/brooklyn/entity/webapp/nodejs/NodeJsWebAppFixtureIntegrationTest.java --- @@ -153,36 +140,16 @@ public

[GitHub] incubator-brooklyn pull request: Fix NodeJsWebAppFixtureIntegratio...

2015-06-26 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/722 Fix NodeJsWebAppFixtureIntegrationTest NFY You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn test_fixes

[GitHub] incubator-brooklyn pull request: Add Riak Solr support

2015-06-23 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/615#issuecomment-114518589 I tested with [these queries](http://docs.basho.com/riak/latest/dev/using/search) and it works correctly --- If your project is set up for it, you can

[GitHub] incubator-brooklyn pull request: Remove obsolete Tomcat fail bindi...

2015-06-23 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/710 Remove obsolete Tomcat fail binding test Basically the behavior was that it was expecting `LocalhostMachineProvisioningLocation.obtainSpecificPort` to throw an exception "por

[GitHub] incubator-brooklyn pull request: BROOKLYN-137 stopIptables and ope...

2015-06-22 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/707#issuecomment-114043722 Looks good. @ygy Can you remove sudo from the firewall-cmd related methods in IptablesCommands. This will improve the readability of

[GitHub] incubator-brooklyn pull request: sensors at riak cluster level and...

2015-06-19 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/701#issuecomment-113613328 Very good changes, thank you! I tested the cluster avarage values with https://github.com/apache/incubator-brooklyn/blob/master/examples/simple-web

[GitHub] incubator-brooklyn pull request: Fix JBoss6Server Integration Test

2015-06-19 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/699 Fix JBoss6Server Integration Test Remove unnecessary HOSTNAME vs ROOT_URL comparison You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-brooklyn pull request: Fix for Java 8 compile error

2015-06-16 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/693 Fix for Java 8 compile error remove final in order to fix variable initialization concern You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-brooklyn pull request: Add Riak Solr support

2015-05-11 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/615#issuecomment-101074109 I didn't pay attention that Riak installs Solr on its own http://docs.basho.com/riak/latest/ops/advanced/configs/search/#JVM-Installation So we need

[GitHub] incubator-brooklyn pull request: Riak bugfix

2015-05-05 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/626 Riak bugfix - Basho pulled out 2.1.0, reverted default version to 2.0.5 - packagecloud url was changed You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-brooklyn pull request: Add Solr support

2015-05-04 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/615#issuecomment-98918998 I included non Solr specific fixes also. @neykov Can you look at this. I think it is acceptable solution. --- If your project is set up for it, you can

[GitHub] incubator-brooklyn pull request: Revert the eager loading of the c...

2015-04-30 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/622 Revert the eager loading of the catalog items Currently loading the documentation of a catalog item is little slow. I think for the catalog items particularly, there is no reason for

[GitHub] incubator-brooklyn pull request: Add Solr support

2015-04-29 Thread bostko
Github user bostko commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/615#issuecomment-97356931 This code is working and all of the entities are in green although I didn't test with search queries against riak. I will be grateful if you give me

[GitHub] incubator-brooklyn pull request: Add Solr support

2015-04-28 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/615 Add Solr support For review Do not merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/bostko/incubator-brooklyn riak-solr

[GitHub] incubator-brooklyn pull request: Nodejs riak sample app

2015-04-24 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/612#discussion_r29048593 --- Diff: software/webapp/src/main/java/brooklyn/entity/webapp/nodejs/NodeJsWebAppSshDriver.java --- @@ -128,12 +124,19 @@ public void customize

[GitHub] incubator-brooklyn pull request: Nodejs riak sample app

2015-04-22 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/incubator-brooklyn/pull/612 Nodejs riak sample app - Refactoring the NodeJsWebAppSshDriver . Install packages from package.json as non-root You can merge this pull request into a Git repository by running

  1   2   >