Merge "Fix Definitions part for container-networking-model.rst"

This commit is contained in:
Jenkins 2016-03-03 10:15:50 +00:00 committed by Gerrit Code Review
commit cc4516aa16
1 changed files with 14 additions and 7 deletions

View File

@ -82,13 +82,20 @@ These roles are not mutually exclusive. For example:
Definitions Definitions
----------- -----------
COE: Container Orchestration Engine COE
Baymodel: An object that stores template information about the bay which is Container Orchestration Engine
used to create new bays consistently.
Bay: A Magnum resource that includes at least one host to run containers on, Baymodel
and a COE to manage containers created on hosts within the bay. An object that stores template information about the bay which is
Pod: Is the smallest deployable unit that can be created, scheduled, and used to create new bays consistently.
managed within Kubernetes.
Bay
A Magnum resource that includes at least one host to run containers on,
and a COE to manage containers created on hosts within the bay.
Pod
Is the smallest deployable unit that can be created, scheduled, and
managed within Kubernetes.
Additional Magnum definitions can be found in the Magnum Developer Additional Magnum definitions can be found in the Magnum Developer
documentation[2]. documentation[2].