GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/104
Refactor: LocationResolver accept any config
One can include any config in the spec, e.g.
`byon(hosts="1.1.1.1",privateKeyFile="~/.ssh/mycustom.pem")`
This also adds support for locations specs in the form
`byon(hosts="1.1.1.1")` as well as the old `byon:(hosts="1.1.1.1")` (note the
colon is not needed).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
refactor/LocationResolver-accept-any-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/104.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 #104
----
commit fe0cce482f16c1ba9a153ca04634bd9a9146f769
Author: Aled Sage <[email protected]>
Date: 2014-03-27T13:41:22Z
Refactor location-resolvers
- previously had two newLocationFromString methods, where second
was only ever called by first. So deleted second method.
commit 3ff64c5f74780b0e2157934a3e4f9e706264e2fd
Author: Aled Sage <[email protected]>
Date: 2014-07-31T12:29:48Z
location-resolver: allow any properties in spec
- for byob, localhost and jcloudsByon, don't enforce just a few
properties; instead accept any property
commit c5b5c9ab23faf450e5d83ed3c6123ae187731662
Author: Aled Sage <[email protected]>
Date: 2014-04-01T21:11:18Z
Rename LocalhostResolver to LocalhostLocationResolver
commit 8bffc20750057d18ded8c1e575f109f14faa7c2e
Author: Aled Sage <[email protected]>
Date: 2014-08-01T14:11:06Z
JcloudsByonLocationResolverTest: create VMs first
commit 3c71cbd81701a7c5c116526d9342f880c527e529
Author: Aled Sage <[email protected]>
Date: 2014-08-01T14:18:23Z
Rename JcloudsByonLocationResolverTest to LiveTest
commit 6aff47920cdc3af8efd38943a6a1efa6cf09f7ea
Author: Aled Sage <[email protected]>
Date: 2014-08-01T14:12:07Z
Fix CentOS 6.3 VM used in AWS tests
- as requested by Zaid because the previous one had problems with
yum repos; this is an official one from CentOS
commit ad44491657bc478ee9825e30ac23a4513c82a94c
Author: Aled Sage <[email protected]>
Date: 2014-08-01T14:12:42Z
Adds AbstractLocationResolver
commit d8a0e940035a5176141aae531bc9e59ee244ea2d
Author: Aled Sage <[email protected]>
Date: 2014-08-01T14:22:30Z
Rename JcloudsResolver to JcloudsLocationResolver
----
---
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.
---