diff options
author | Xuan Jia <jason.jiaxuan@gmail.com> | 2017-03-17 07:25:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-17 07:25:23 +0000 |
commit | efc22bdd2a21855255ed91ab6390fcedcaa01883 (patch) | |
tree | 92e4f75976ebdcf15edb9f57826c536baf877884 /docs/development/gapanalysis/gap-analysis-opnfv-installer.rst | |
parent | 14592c93aa4dd318edd686394bd13a8880c2219b (diff) | |
parent | b8086853525b142e999dcecfce052f26ac7dc92b (diff) |
Merge "Upload gap-analysis documentation"
Diffstat (limited to 'docs/development/gapanalysis/gap-analysis-opnfv-installer.rst')
-rw-r--r-- | docs/development/gapanalysis/gap-analysis-opnfv-installer.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/development/gapanalysis/gap-analysis-opnfv-installer.rst b/docs/development/gapanalysis/gap-analysis-opnfv-installer.rst new file mode 100644 index 0000000..f1c047b --- /dev/null +++ b/docs/development/gapanalysis/gap-analysis-opnfv-installer.rst @@ -0,0 +1,32 @@ +.. 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 OPNFV Installer +=============================================== +This section provides users with OpenRetriever gap analysis regarding feature +requirement with OPNFV Installer in Danube Official Release. The following +table lists the use cases / feature requirements of container integrated +functionality, and its gap analysis with OPNFV Installer in Danube Official +Release. OPNFV installer should support them. + +.. table:: + :class: longtable + + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Use Case / Requirement |Supported in Danube|Notes | + +===========================================================+===================+====================================================================+ + |Use Openstack Magnum to install container environment |No |Magnum is supported in Openstack Official Release, but it's not | + | | |supported in OPNFV Installer. Magnum is the place where container | + | | |can be installed in OPNFV. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Use Openstack Ironic to supervise bare metal machine |No |Container could be installed in bare metal machine. Ironic provides | + | | |bare metal machine, work with Magnum together to setup a container | + | | |environment, be installed in OPNFV. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |Use Openstack Kuryr to provide network for container |No |Container has its own network solution. Container needs to connect | + | | |with virtual machines, and Kuryr which use Neutron provides network | + | | |service is the best choice now. | + +-----------------------------------------------------------+-------------------+--------------------------------------------------------------------+ + |