Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

yishaibeeri/cosmo-manager

 
 

Repository files navigation

Cloudify Cosmo Manager

Cosmo is the code name for the new release of Cloudify (version 3.0). Cloudify is an open soruce tool for deploying, managing and scaling applications on the cloud. This repo contains the source code for the Cloudify Cosmo management server. To install Cloudify Cosmo refer the README file of the Cloudify Cosmo CLI project.

Fuller documentation for the new Cosmo architecture will be available soon at The CloudifySource web site.

Contribute to Cosmo

You will need Maven and Git in order to develop the cosmo project.

  • Open a new bug or feature request in JIRA with the "cosmo" label

  • clone this repo

cosmo-manager$ git clone https://github.com/CloudifySource/cosmo-manager.git
  • make changes on a seperate branch named feature/CLOUDIFY-XXXX where XXXX is the JIRA ID.

  • Run unit tests

cosmo-manager$ mvn test -f travis-pom.xml
  • Run integration test
cosmo-manager        $ cd vagrant
cosmo-manager/vagrant$ python2.7 test/dsl_test.py
  • Open a new pull request with the changes.

About

Management for cosmo project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.2%
  • Ruby 20.8%
  • Java 11.2%
  • Other 0.8%