diff options
author | 2017-09-25 15:59:50 +0800 | |
---|---|---|
committer | 2017-09-25 16:04:25 +0800 | |
commit | 9703f9bc0a008f4c4a51fc18553f2d03276b96b8 (patch) | |
tree | 4f423bce3d733c97e2631e574dd67a5fd592e5f0 /docs/index.rst | |
parent | 076025746738430b2f7071a8de937236d19ea1ba (diff) |
Add vfc document template
Add vfc document template
Issue-ID: VFC-447
Change-Id: Ia8b0a80f202865ae8437dfbfe41f6e288cb0661b
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst index c8ea0959..8311287b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,24 @@ -NSLCM API
----------
-
-.. toctree::
- :titlesonly:
-
- NSLCM_API_Specification_v0.1
\ No newline at end of file +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. _vfc_index: + +ONAP VF-C +========= + +As part of the integration between OpenECOMP and OPEN-O, VF-C leverages ETSI NFV MANO architecture and information model as a reference, and implements life cycle management and FCAPS of VNF and NS. + +* support NS and VNF lifecycle management based on the ONAP tosca and yang data model and workflow +* support integration with multi VNFMs via drivers, which include vendors VNFM and generic VNFM +* support integration with multi VNFs via generic VNFM, which does not provide VNFM function +* support integration with multi VIMS via Multi-VIM, which include the opensource and commercial VIMs +* support microservice architecture and model driven resource orchestration and management + + +.. toctree:: + :maxdepth: 1 + + architecture.rst + delivery.rst + APIs/index + installation.rst |