936dd11a16
This guide is based on the installguide-cookiecutter template and will be published automatically to docs.openstack.org. [2] is a similar patch and [3] is WIP. A change to add magnum to the install-guide job will follow. This is a follow-up of [4]. [1] http://docs.openstack.org/contributor-guide/project-install-guide.html [2] https://review.openstack.org/#/c/325389 [3] https://review.openstack.org/#/c/317152 [4] https://review.openstack.org/#/c/332161 Change-Id: I145fd30f575dab45b4c947bc4609287b1e300025 Partially-Implements: blueprint magnum-installation-guide
798 B
798 B
Container Infrastructure Management service overview
The Container Infrastructure Management service consists of the following components:
magnum
command-line client-
A CLI that communicates with the
magnum-api
to create and manage container clusters (i.e. bays in magnum terminology). End developers can directly use the magnum REST API. magnum-api
service-
An OpenStack-native REST API that processes API requests by sending them to the
magnum-conductor
via AMQP. magnum-conductor
service-
Runs on a controller machine and connects to heat to orchestrate a magnum bay. Additionally, it connects to a Docker Swarm, Kubernetes or Mesos REST API endpoint.