Technology agnostic orchestration framework
Project description
mac
Manageacloud is a flexible orchestration platform. It allows you to create, destroy and organise servers and infrastructures.
Fork me on GitHub!
Features
Orchestrate servers
Orchestrate production ready infrastructure (golden images, autoscaling groups, load balancers, etc)
Versioning servers and infrastructure
Empower Continuous Delivery
View who is the owner of the resources (servers and infrastructure)
Interact with your servers using a Command Line Interface, REST Api or Web Interface
Manage access to servers
Convert your infrastructure into code
Orchestrate servers using your existing automation codes (eg Docker, Puppet, Chef, SaltStack, etc)
Test server configurations easily
Integrate any technology that can be operated from the command line interface or an API
Keep the history (including logs) of servers and infrastructure
Trigger events via WebHooks
Although Manageacloud is technology agnostic, we have created some shortcuts for easier operation with Amazon Web Services, Google Compute Engine, Rackspace and Digital Ocean
Access to the documentation or to the quickstart guide to learn more.
Installation
Command Line Interface
Install vis pip3 install:
pip3 install mac
Examples
Standalone applications
To create a new server and install apache for Ubuntu
mac instance create -b "apt-get update && apt-get install apache2 -y" -r ubuntu:trusty
To create a new server and install apache for CentOS
mac instance create -b "apt-get update && apt-get install apache2 -y" -r centos:7
To install Wordpress
mac instance create -c basic_wordpress_installation
Infrastructures
You can learn more about how to orchestrate infrastructure using our [quickstart guide](https://manageacloud.com/quickstart)
- The following example:
Creates an instance and a load balancer in AWS
Deploys an application and version version_2
This infrastructure has a name and a version, which makes it ideal for some scenarios such as blue-green deployments.
mac -s infrastructure macfile https://goo.gl/ezRWx1 -p INF_VERSION=2 APP_BRANCH=version_2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mac-1.0.8.tar.gz
.
File metadata
- Download URL: mac-1.0.8.tar.gz
- Upload date:
- Size: 76.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac3af43ed7e4bb0c3b7f27b3c170dcdac20ce182c62b86834eaa1cbb39f30c2 |
|
MD5 | 7069337d96dc2ea5033833e4953e36cc |
|
BLAKE2b-256 | eacff44ce6c1f9da539f5933dff5121aafe307fa57fe815c0542a7e94ec96494 |