Add needed details for Magnum Project

Add the missing details for Magnum project Overview.

Change-Id: I14e903c0acc395398a39d959038479b97ab88ffe
This commit is contained in:
ashish.billore 2017-06-21 15:43:56 +09:00
parent 7a5dc9c8e9
commit 4b451455ec
1 changed files with 26 additions and 2 deletions

View File

@ -61,9 +61,33 @@ Container Orchestration Engine (COE)
========
Overview
========
*To be filled in*
Magnum rationale, concept, compelling features
Magnum is an OpenStack API service developed by the OpenStack Containers Team
making container orchestration engines (COE) such as Docker Swarm, Kubernetes
and Apache Mesos available as the first class resources in OpenStack.
Magnum uses Heat to orchestrate an OS image which contains Docker and COE
and runs that image in either virtual machines or bare metal in a cluster
configuration.
Magnum offers complete life-cycle management of COEs in an
OpenStack environment, integrated with other OpenStack services for a seamless
experience for OpenStack users who wish to run containers in an OpenStack
environment.
Following are few salient features of Magnum:
- Standard API based complete life-cycle management for Container Clusters
- Multi-tenancy for container clusters
- Choice of COE: Kubernetes, Swarm, Mesos, DC/OS
- Choice of container cluster deployment model: VM or Bare-metal
- Keystone-based multi-tenant security and auth management
- Neutron based multi-tenant network control and isolation
- Cinder based volume service for containers
- Integrated with OpenStack: SSO experience for cloud users
- Secure container cluster access (TLS enabled)
More details: `Magnum Project Wiki <https://wiki.openstack.org/wiki/Magnum>`_
===============
ClusterTemplate