From b8086853525b142e999dcecfce052f26ac7dc92b Mon Sep 17 00:00:00 2001 From: Xuan Jia Date: Tue, 14 Feb 2017 14:52:39 +0800 Subject: Upload gap-analysis documentation new file: development/gapanalysis/gap-analysis-kubernetes-v1.5.rst new file: development/gapanalysis/gap-analysis-openstack-mitaka.rst new file: development/gapanalysis/gap-analysis-opnfv-installer.rst new file: development/gapanalysis/index.rst Signed-off-by: Xuan Jia Change-Id: I12d8168245beae67172cbdeb1db9bb4cd42b0593 --- .../gapanalysis/gap-analysis-openstack-mitaka.rst | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/development/gapanalysis/gap-analysis-openstack-mitaka.rst (limited to 'docs/development/gapanalysis/gap-analysis-openstack-mitaka.rst') diff --git a/docs/development/gapanalysis/gap-analysis-openstack-mitaka.rst b/docs/development/gapanalysis/gap-analysis-openstack-mitaka.rst new file mode 100644 index 0000000..9fa906b --- /dev/null +++ b/docs/development/gapanalysis/gap-analysis-openstack-mitaka.rst @@ -0,0 +1,30 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. http://creativecommons.org/licenses/by/4.0 +.. (c) Xuan Jia (China Mobile) + +================================================ +OpenRetriever Gap Analysis with OpenStack Mitaka +================================================ +This section provides users with OpenRetriever gap analysis regarding feature +requirement with Openstack Mitaka Official Release. The following table lists +the use cases / feature requirements of container integrated functionality, and +its gap analysis with Openstack Mitaka Official Release. + +.. table:: + :class: longtable + + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Use Case / Requirement |Supported in Mitaka|Notes | + +===========================================================+===================+====================================================================+ + |Manage conainter and virtual machine in the same platform. |No |Magnum could provide container environment, but it can't manage | + | | |container application. We need a tool to manage applications, no | + | | |matter where it is running on container or virutal machine. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Container private registry store container images. |No |Container images need to store in container private registry. The | + | | |image could be stored in Openstack Cinder or single virtual machine.| + | | |No matter what, it can fetech container images in this container | + | | |environment. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Kuryr need to support MACVLAN and IPVLAN |No |MACVLAN and IPVLAN could get better network performance. In Ocata, | + | | |it will support. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ -- cgit 1.2.3-korg