GitHub user geomacy opened a pull request:
https://github.com/apache/brooklyn-server/pull/131
Add Karaf equivalents of cloud commands.
Refactors the CloudExplorer class into a core CloudExplorerSupport class
that does the work without knowing about any command line functionality,
plus a smaller CloudExplorer that does the command line handling and
invokes the CloudExplorerSupport to do the work.
Adds Karaf commands with the same names that use Karaf's command line
support to invoke the CloudExplorerSupport.
Adds the Karaf commands bundle as a boot feature so the commands are
readily available on startup.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/geomacy/brooklyn-server karaf-cloud-commands
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/131.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 #131
----
commit bc244af9c7bc647ab46a26683a8978613cd3007d
Author: Geoff Macartney <[email protected]>
Date: 2016-04-29T15:43:12Z
Add Karaf equivalents of cloud commands.
Refactors the CloudExplorer class into a core CloudExplorerSupport class
that does the work without knowing about any command line functionality,
plus a smaller CloudExplorer that does the command line handling and
invokes the CloudExplorerSupport to do the work.
Adds Karaf commands with the same names that use Karaf's command line
support to invoke the CloudExplorerSupport.
Adds the Karaf commands bundle as a boot feature so the commands are
readily available on startup.
----
---
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.
---