From 88a64ebf39dea43a4f0d69d18e5ab5933febea98 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Fri, 27 Apr 2018 12:22:22 +0200 Subject: Fix component startup Change-Id: Ia45d4a682f8faceb8c045ffedd7611bc61b21b7b Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- nokiav2/docs/intro.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 nokiav2/docs/intro.rst (limited to 'nokiav2/docs/intro.rst') diff --git a/nokiav2/docs/intro.rst b/nokiav2/docs/intro.rst new file mode 100644 index 00000000..fb7678f9 --- /dev/null +++ b/nokiav2/docs/intro.rst @@ -0,0 +1,45 @@ +Introduction to ONAP with Nokia VNFM +==================================== + +Supported features +------------------ + + - Use VF-C LCM as data source for VIM & VNFM information + + - Use VF-C catalog as data source for VNF template artifacts + + - Integrate with multiple VNFM instances + + - VNF instantiation with VF-C API + + - VNF termination with VF-C API + + - VNF scaling with VF-C API + + - VNF healing with VF-C API + + - VNF on-boarding to VNFM (part of instantiation) + + - Send LCN to VF-C of the following elements: + + - VNFC + + - virtual link (internal) + + - connection point (internal & external) + + - Use SDC as data source for VNF template artifacts + + - Use AAI as data source for VIM & VNFM information + + - Directly manipulate the following resource in A&AI + + - generic VNF (may also be created previously) + + - VNFC + + - virtual server + + - L3 networks + + - logical interfaces \ No newline at end of file -- cgit 1.2.3-korg