https://github.com/cloudify-cosmo/cloudify-manager
Cloudify's manager related code
https://github.com/cloudify-cosmo/cloudify-manager
Last synced: 6 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 12 years ago)
- Default Branch: master
- Last Pushed: 2025-09-09T10:07:23.000Z (9 months ago)
- Last Synced: 2025-09-09T13:31:55.062Z (9 months ago)
- Language: Python
- Size: 25.4 MB
- Stars: 150
- Watchers: 44
- Forks: 81
- Open Issues: 75
-
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)