Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudify-cosmo/cloudify-manager
- Owner: cloudify-cosmo
- License: apache-2.0
- Created: 2014-04-01T11:06:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T18:08:32.000Z (9 months ago)
- Last Synced: 2024-04-14T07:31:35.951Z (9 months ago)
- Language: Python
- Size: 25.3 MB
- Stars: 147
- Watchers: 45
- Forks: 79
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-israel - Cloudify - Open source tool for orchestrating the lifecycle of infrastructure, network, and application resources on-prem and in the cloud. ![GitHub last commit](https://img.shields.io/github/last-commit/cloudify-cosmo/cloudify-manager?style=flat-square "GitHub last commit") ![GitHub top language](https://img.shields.io/github/languages/top/cloudify-cosmo/cloudify-manager?style=flat-square) (Projects by main language / python)
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)