You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/09/26 16:37:22 UTC

[5/5] brooklyn-server git commit: Closes #350

Closes #350

Fixes for JcloudsLocation

See individual commits for details. Copied below for your convenience:

```
commit aba3f0980d7adfa1d7e9bf601c2ecbf1329a5a9e
Author: Aled Sage <al...@gmail.com>
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\u2019t get passed through.

commit 9c9dd47810627da6b05450e89cbce40787faac17
Author: Aled Sage <al...@gmail.com>
Date:   Fri Sep 23 21:25:18 2016 +0100

    Add JcloudsWinrmingLiveTest

    A test for JcloudsLocation provisioning (and WinRM\u2019ing to) a Windows VM.

    Deletes the old AwsEc2LocationWindowsLiveTest, which was massively out
    of date and wrong.

commit d0d8cf09755c6adbdd6c5990aa77ab2a7f4d74b6
Author: Aled Sage <al...@gmail.com>
Date:   Fri Sep 23 19:07:48 2016 +0100

    Mark failing tests as broken in JcloudsLoginLiveTest

commit d49441d18093a9967cc9d7050dfdbbb4f6d881ba
Author: Aled Sage <al...@gmail.com>
Date:   Fri Sep 23 19:04:58 2016 +0100

    Fix MAP_DEV_RANDOM_TO_DEV_URANDOM for running as root

    Fixes JcloudsLoginLiveTest.testSpecifyingPasswordWhenNoDefaultKeyFilesExistWithRootUser
```


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/63b368d0
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/63b368d0
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/63b368d0

Branch: refs/heads/master
Commit: 63b368d07945ec6d1c182b3e9a134974c9ad5404
Parents: 57fabdf aba3f09
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Mon Sep 26 19:37:04 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Mon Sep 26 19:37:04 2016 +0300

----------------------------------------------------------------------
 ...bstractCloudMachineProvisioningLocation.java | 35 ++++++--
 .../location/jclouds/JcloudsLocation.java       | 50 ++++++++---
 .../jclouds/AbstractJcloudsLiveTest.java        | 27 ++++--
 .../jclouds/JcloudsAddressesLiveTest.java       |  2 +-
 .../location/jclouds/JcloudsLoginLiveTest.java  |  8 +-
 ...cloudsSshMachineLocationStubbedLiveTest.java | 27 ++++++
 .../jclouds/JcloudsWinrmingLiveTest.java        | 47 ++++++++++
 ...hineProvisioningLocationJcloudsLiveTest.java |  4 +-
 .../provider/AwsEc2LocationWindowsLiveTest.java | 95 --------------------
 9 files changed, 167 insertions(+), 128 deletions(-)
----------------------------------------------------------------------