Add doc missing part 75/23075/1
authoryangyan <yangyanyj@chinamobile.com>
Fri, 10 Nov 2017 03:33:38 +0000 (11:33 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 10 Nov 2017 03:33:46 +0000 (11:33 +0800)
Issue-ID: VFC-591
Change-Id: I8c7c520b1935311e8dd0924abb7d4d74f22add02
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docs/platform/administration.rst [new file with mode: 0644]
docs/platform/consumedapis.rst [new file with mode: 0644]
docs/platform/delivery.rst
docs/platform/index.rst
docs/platform/logging.rst
docs/release-notes.rst

diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst
new file mode 100644 (file)
index 0000000..5d0ab06
--- /dev/null
@@ -0,0 +1,20 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+Administration
+--------------
+VF-C components have been dockerized, can use docker command to manage VF-C.
+
+
+Processes
++++++++++
+* Process 1
+* Process 2
+
+Actions
++++++++
+All actions performed on the VF-C components are docker-based.
+* Action X
+* Action Y
+
diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst
new file mode 100644 (file)
index 0000000..cd39a5e
--- /dev/null
@@ -0,0 +1,16 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Consumed APIs
+=============
+References to APIs offered by other components
+
+A&AI: Use A&AI API to operate the instance data stored in A&AI, this opration includes CURL
+SDC:  Use Catalog external API to query csar package
+DCAE: Use DCAE Ves collector API to report FCAPS data to DCAE
+MSB:  Use MSB to register and find microservice
+Modeling: Use nfvparser API to parse tosca template
+
+
+
+
index 1a6ab3b..9622789 100644 (file)
@@ -25,3 +25,23 @@ VF-C provides vnfm driver northbound api,then Vendor can implement this APIs to
 For the EMS driver,it can collect VNF lay’s Fcaps data from Vendor EMS, and then translate and put these data to DCAE Vescollector
 
 
+For the Amsterdan release, VF-C includes the following components:
+
+NFVO
+ - vfc-nfvo-lcm
+ - vfc-nfvo-catalog
+ - vfc-nfvo-resmgr
+ - vfc-nfvo-driver-emsdriver
+ - vfc-nfvo-driver-gvnfm-gvnfmadapter
+ - vfc-nfvo-driver-gvnfm-jujudriver
+ - vfc-nfvo-driver-svnfm-ztedriver
+ - vfc-nfvo-driver-svnfm-huaweidriver
+ - vfc-nfvo-driver-svnfm-nokiadriver
+ - vfc-nfvo-driver-sfc-ztesfcdriver
+GVNFM
+ - vfc-gvnfm-vnflcm
+ - vfc-gvnfm-vnfmgr
+ - vfc-gvnfm-vnfres
+Workflow
+ - workflow-engine-mgr-service
+ - activiti-extension
\ No newline at end of file
index 8311287..12fa0be 100644 (file)
@@ -19,6 +19,9 @@ As part of the integration between OpenECOMP and OPEN-O, VF-C leverages ETSI NFV
    :maxdepth: 1
 
    architecture.rst
-   delivery.rst
    APIs/index
+   consumedapis.rst
+   delivery.rst
+   logging.rst
    installation.rst
+   administration.rst
index 8d480e2..df74134 100644 (file)
@@ -3,12 +3,16 @@
 
 Logging & Diagnostic Information
 --------------------------------
-Description of how to interact with and diagnose problems with the components
-as delivered.
+
+In Amsterdam release, VF-Clogs are kept inside the docker containers.
+You can get the log when the dockers start.
 
 Where to Access Information
 +++++++++++++++++++++++++++
+Use docker logs command to get the log.
+
+::
 
+  docker logs &{docker-name}
+  
 
-Error / Warning Messages
-++++++++++++++++++++++++
index ef1ce16..79cf95d 100644 (file)
@@ -17,11 +17,11 @@ VF-C also provides standard south bound interface to VNFMs and can integration w
 
 
 
-Version: x.y.z
+Version: 1.0.0
 --------------
 
 
-:Release Date: yyyy-mm-dd
+:Release Date: 2017-11-16
 
 
 
@@ -32,20 +32,44 @@ Version: x.y.z
  - VNF FCAPS, collecting FCAPS data from vendor EMS
  - VNFM Integration, integration with specific VNFMs of vendors to deploy commercial VNFs
  - VNF Integration, integration with VNF via GVNFM
-
+released components:
+
+NFVO
+ - vfc-nfvo-lcm
+ - vfc-nfvo-catalog
+ - vfc-nfvo-resmgr
+ - vfc-nfvo-driver-emsdriver
+ - vfc-nfvo-driver-gvnfm-gvnfmadapter
+ - vfc-nfvo-driver-gvnfm-jujudriver
+ - vfc-nfvo-driver-svnfm-ztedriver
+ - vfc-nfvo-driver-svnfm-huaweidriver
+ - vfc-nfvo-driver-svnfm-nokiadriver
+ - vfc-nfvo-driver-sfc-ztesfcdriver
+GVNFM
+ - vfc-gvnfm-vnflcm
+ - vfc-gvnfm-vnfmgr
+ - vfc-gvnfm-vnfres
+Workflow
+ - workflow-engine-mgr-service
+ - activiti-extension
 
 **Bug Fixes**
 
-
+This is the initial release
 **Known Issues**
 
-**Security Issues**
+None
 
+**Security Issues**
 
+None
 **Upgrade Notes**
 
+This is the initial release
 **Deprecation Notes**
 
+This is the initial release
 **Other**
 
 ===========