Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.5 KB

README.adoc

File metadata and controls

55 lines (42 loc) · 1.5 KB

MSOOrchestrator

Cloudify Manager for MSO4SC.

Installation

MSOOrchestrator offers a bash script for Centos 7 and a docker image.

Minimum Requirements
  • vCPUs 2

  • RAM 4GB

  • Storage 5GB

Recommended Requirements
  • vCPUs 8

  • RAM 16GB

  • Storage 64GB

Docker

At Docker Hub you can find the latest build image to start using the CLI.

With docker compose it is possible to have a working orchestrator in 6 minutes. Under the docker folder, copy template.env to .env and edit it with the host ip and the admin password. Then run docker-compose up -d.

Bash install

To install the orchestrator on a Centos 7 machine, the script centos-install-cfy-manager.sh automates the process. It receives as arguments the host ip and the admin password. The installation process will take several minutes.

Usage

The orchestrator can be controlled by the CLI.