All Projects → apache → Cloudstack Cloudmonkey

apache / Cloudstack Cloudmonkey

Licence: apache-2.0
Apache Cloudstack Cloudmonkey

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Cloudstack Cloudmonkey

Texterify
The localization management system.
Stars: ✭ 37 (-21.28%)
Mutual labels:  cloud
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+18012.77%)
Mutual labels:  cloud
Iv
Asignatura de infraestructuras virtuales para el Grado de Informática
Stars: ✭ 43 (-8.51%)
Mutual labels:  cloud
Paperspace Python
Paperspace API for python
Stars: ✭ 38 (-19.15%)
Mutual labels:  cloud
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+17404.26%)
Mutual labels:  cloud
Openwhisk Runtime Nodejs
Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
Stars: ✭ 43 (-8.51%)
Mutual labels:  cloud
Addon Lxdone
Allows OpenNebula to manage Linux Containers via LXD
Stars: ✭ 36 (-23.4%)
Mutual labels:  cloud
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+1114.89%)
Mutual labels:  cloud
Go Cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
Stars: ✭ 8,124 (+17185.11%)
Mutual labels:  cloud
Couchdb Couch
Mirror of Apache CouchDB
Stars: ✭ 43 (-8.51%)
Mutual labels:  cloud
Pas On Cloud
CyberArk Privileged Access Security on Cloud
Stars: ✭ 39 (-17.02%)
Mutual labels:  cloud
Ansible Dcos
[DEPRECATED] Please consider using the Ansible Roles for DC/OS maintained by the Mesosphere SRE team
Stars: ✭ 41 (-12.77%)
Mutual labels:  cloud
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-8.51%)
Mutual labels:  cloud
Teamcity Azure Agent
TeamCity support for Azure cloud build agents
Stars: ✭ 37 (-21.28%)
Mutual labels:  cloud
Pacbot
PacBot (Policy as Code Bot)
Stars: ✭ 1,017 (+2063.83%)
Mutual labels:  cloud
Watchdog
🔑 Lightweight server access management system, written in Rust
Stars: ✭ 37 (-21.28%)
Mutual labels:  cloud
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+26108.51%)
Mutual labels:  cloud
Nff Go
NFF-Go -Network Function Framework for GO (former YANFF)
Stars: ✭ 1,036 (+2104.26%)
Mutual labels:  cloud
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-4.26%)
Mutual labels:  cloud
Hpccloud
A Cloud/Web-Based Simulation Environment
Stars: ✭ 43 (-8.51%)
Mutual labels:  cloud

CloudMonkey Build Statuscloudmonkey

cloudmonkey ☁️🐵 is a command line interface (CLI) for Apache CloudStack. CloudMonkey can be use both as an interactive shell and as a command line tool which simplifies Apache CloudStack configuration and management.

The modern cloudmonkey is a re-written and simplified port in Go and can be used with Apache CloudStack 4.9 and above. The legacy cloudmonkey written in Python can be used with Apache CloudStack 4.0-incubating and above.

For documentation, kindly see the wiki.

Development

For development the pre-requisites are Go 1.11 or latest and a unix-like environment. You can use the following targets for building:

$ make help

  all             Build program binary
  test-bench      Run benchmarks
  test-short      Run only short tests
  test-verbose    Run tests in verbose mode with coverage reporting
  test-race       Run tests with race detector
  check tests     Run tests
  test-xml        Run tests with xUnit output
  test-coverage   Run coverage tests
  debug           Runs a debuggable binary using dlv
  lint            Run golint
  fmt             Run gofmt on all source files

Build and run:

$ make run

Build and run manually:

$ make all
$ ./bin/cmk

Community

You may join the relevant mailing list(s) for cloudmonkey related discussion:

Development Mailing List

Users Mailing List

Contribution

Discuss issue(s) and feature(s) on CloudStack development mailing list. Report issue(s) on the user mailing list and/or open a Github issue.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Commit your change
  4. Write tests for your change if applicable
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

History

The original cloudmonkey was written in Python and contributed to Apache CloudStack project by Rohit Yadav on 31 Oct 2012 under the Apache License 2.0. The Python-based original CLI is now referred to as the legacy cloudmonkey and can be installed using pip install cloudmonkey.

Starting version 6.0.0, the modern cloudmonkey cmk is a fast and simplified Go-port of the original tool with some backward incompatibilities and reduced feature set. It ships as a standalone 64-bit executable binary for several platforms such as Linux, Mac and Windows.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].