Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudify-cosmo/cloudify-manager

Cloudify's manager related code
https://github.com/cloudify-cosmo/cloudify-manager

Last synced: about 2 months ago
JSON representation

Cloudify's manager related code

Awesome Lists containing this project

README

        

# Cloudify Manager

[![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-manager/tree/master.svg?style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-manager/tree/master)
[![Build Status](https://travis-ci.org/cloudify-cosmo/cloudify-manager.svg?branch=master)](https://travis-ci.org/cloudify-cosmo/cloudify-manager)

This repository contains the following Cloudify components:

* Cloudify's manager REST service.
* Cloudify system-workflows
* Integration tests.

# REST API Reference

See [here](http://docs.getcloudify.org/api/).

## Running Integration Tests

Integration tests can found within the [`tests`](tests) folder of this repository.
See [Integration Tests Readme](tests/README.md)