Skip to content

Commit

Permalink
tools: Remove cloudmonkey, add info in INSTALL.md
Browse files Browse the repository at this point in the history
After some discussion on the dev ML[1], we decided to move tools/cli which
contained cloudmonkey to a new git repository [2]. We did that by retaining
its history. In this commit, we remove tools/cli and add information on where
to find cloudmonkey. This is help us speed up cloudmonkey's development and
releases, now that with ApiDiscovery it's completely independent of any other
CloudStack modules.

[1] http://markmail.org/message/tjlr753xfhpw4uk4
[2] https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git

Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud committed Jul 28, 2013
1 parent 76c90ef commit 6f84e74
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 1,291 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ Install needed packages:
$ yum install cloud-agent # agent (kvm)
$ yum install cloud-usage # usage server

## Installing CloudMonkey CLI

CloudMonkey is a CLI for Apache CloudStack. It was earlier in `tools/cli` within
the source code but now it has its own repository:

https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git

## Notes

If you will be using Xen as your hypervisor, please download [vhd-util](http://download.cloud.com.s3.amazonaws.com/tools/vhd-util)
Expand Down
1 change: 1 addition & 0 deletions tools/cli/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Moved to https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git
23 changes: 0 additions & 23 deletions tools/cli/cloudmonkey/__init__.py

This file was deleted.

181 changes: 0 additions & 181 deletions tools/cli/cloudmonkey/cachemaker.py

This file was deleted.

Loading

0 comments on commit 6f84e74

Please sign in to comment.