https://github.com/cloudify-cosmo/cloudify-manager
Cloudify's manager related code
https://github.com/cloudify-cosmo/cloudify-manager
Last synced: 5 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T18:08:32.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:31:35.951Z (about 1 year 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.   (Projects by main language / python)
README
# Cloudify Manager
[](https://circleci.com/gh/cloudify-cosmo/cloudify-manager/tree/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)