Cloud orchestrator distribution by DOCOMO Innovations, Inc.
docomoinnovations/cloud_orchestrator is a Laravel package for cloud orchestrator distribution by docomo innovations, inc..
It currently has 9 GitHub stars and 8.446 downloads on Packagist (latest version 8.0.0-beta1).
Install it with composer require docomoinnovations/cloud_orchestrator.
Discover more Laravel packages by docomoinnovations
or browse all Laravel packages to compare alternatives.
Last updated
Cloud Orchestrator is a Drupal cloud management distribution tailored for cloud administrators and operators.
The distribution manages resources in public and private clouds. Version 6.x includes support for Amazon EC2 and Amazon VPC/Networking, Kubernetes, OpenStack, VMware and Terraform.
Major features include
Cloud Orchestrator's functionality is built using the [Cloud module] (https://www.drupal.org/project/cloud).
The recommended way to install Cloud Orchestrator is using Composer.
composer create-project docomoinnovations/cloud_orchestrator cloud_orchestrator
To use 6.x use the following command.
composer create-project docomoinnovations/cloud_orchestrator:6.x-dev cloud_orchestrator
After the composer project is created, point your web server to
cloud_orchestrator/docroot. Then run the normal Drupal installer.
Alternatively, you can use the [AWS CloudFormation Template] (https://cloud-orchestrator.s3.amazonaws.com/cfn/cloud_orchestrator_single.yaml) to launch the Cloud Orchestrator stack on AWS EC2.
After the stack is built, check that the build script has completed by logging
into your instance with SSH using the SSHAccess value under the Outputs tab.
Follow the build script progress with tail -f /var/log/cloud-init-output.log.
The build script takes about 10 minutes to complete.
When the script has completed, click on the DrupalUrl under the Outputs tab.
Follow the standard Drupal installation process.
Cloud Orchesration Introduction
Installation
Setting up EC2 in Cloud Orchestrator
Issues are tracked on [drupal.org]. Please do not submit support requests through GitHub.
Cloud Orchestrator is released under the terms of the `` GPLv2 license.