GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/350
Fixes for JcloudsLocation
See individual commits for details. Copied below for your convenience:
```
commit aba3f0980d7adfa1d7e9bf601c2ecbf1329a5a9e
Author: Aled Sage <[email protected]>
Date: Fri Sep 23 21:40:06 2016 +0100
JcloudsLocation: pass relevant config to child machine loc
Previously it only passed a small selection of the config to the child
location. But if you passed additional ssh config values in the
`provisioning.properties` then they wouldnât get passed through.
commit 9c9dd47810627da6b05450e89cbce40787faac17
Author: Aled Sage <[email protected]>
Date: Fri Sep 23 21:25:18 2016 +0100
Add JcloudsWinrmingLiveTest
A test for JcloudsLocation provisioning (and WinRMâing to) a Windows
VM.
Deletes the old AwsEc2LocationWindowsLiveTest, which was massively out
of date and wrong.
commit d0d8cf09755c6adbdd6c5990aa77ab2a7f4d74b6
Author: Aled Sage <[email protected]>
Date: Fri Sep 23 19:07:48 2016 +0100
Mark failing tests as broken in JcloudsLoginLiveTest
commit d49441d18093a9967cc9d7050dfdbbb4f6d881ba
Author: Aled Sage <[email protected]>
Date: Fri Sep 23 19:04:58 2016 +0100
Fix MAP_DEV_RANDOM_TO_DEV_URANDOM for running as root
Fixes
JcloudsLoginLiveTest.testSpecifyingPasswordWhenNoDefaultKeyFilesExistWithRootUser
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix-JcloudsLocation-pass-through-config-to-machine
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/350.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #350
----
commit d49441d18093a9967cc9d7050dfdbbb4f6d881ba
Author: Aled Sage <[email protected]>
Date: 2016-09-23T18:04:58Z
Fix MAP_DEV_RANDOM_TO_DEV_URANDOM for running as root
Fixes
JcloudsLoginLiveTest.testSpecifyingPasswordWhenNoDefaultKeyFilesExistWithRootUser
commit d0d8cf09755c6adbdd6c5990aa77ab2a7f4d74b6
Author: Aled Sage <[email protected]>
Date: 2016-09-23T18:07:48Z
Mark failing tests as broken in JcloudsLoginLiveTest
commit 9c9dd47810627da6b05450e89cbce40787faac17
Author: Aled Sage <[email protected]>
Date: 2016-09-23T20:25:18Z
Add JcloudsWinrmingLiveTest
A test for JcloudsLocation provisioning (and WinRMâing to) a Windows VM.
Deletes the old AwsEc2LocationWindowsLiveTest, which was massively out
of date and wrong.
commit aba3f0980d7adfa1d7e9bf601c2ecbf1329a5a9e
Author: Aled Sage <[email protected]>
Date: 2016-09-23T20:40:06Z
JcloudsLocation: pass relevant config to child machine loc
Previously it only passed a small selection of the config to the child
location. But if you passed additional ssh config values in the
`provisioning.properties` then they wouldnât get passed through.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---