aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/platform/administration.rst1
-rw-r--r--docs/platform/consumedapis.rst10
-rw-r--r--docs/platform/logging.rst2
-rw-r--r--docs/release-notes.rst4
-rw-r--r--docs/release-notes.rst.bak77
5 files changed, 88 insertions, 6 deletions
diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst
index 5d0ab06a..1968df34 100644
--- a/docs/platform/administration.rst
+++ b/docs/platform/administration.rst
@@ -15,6 +15,7 @@ Processes
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
index cd39a5ec..2aef466e 100644
--- a/docs/platform/consumedapis.rst
+++ b/docs/platform/consumedapis.rst
@@ -5,11 +5,11 @@ 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
+ - 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
diff --git a/docs/platform/logging.rst b/docs/platform/logging.rst
index df74134a..a4e15ca1 100644
--- a/docs/platform/logging.rst
+++ b/docs/platform/logging.rst
@@ -13,6 +13,6 @@ Use docker logs command to get the log.
::
- docker logs &{docker-name}
+ docker logs ${docker-name}
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 79cf95d4..8a17f412 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -57,6 +57,7 @@ Workflow
**Bug Fixes**
This is the initial release
+
**Known Issues**
None
@@ -64,12 +65,15 @@ None
**Security Issues**
None
+
**Upgrade Notes**
This is the initial release
+
**Deprecation Notes**
This is the initial release
+
**Other**
===========
diff --git a/docs/release-notes.rst.bak b/docs/release-notes.rst.bak
new file mode 100644
index 00000000..79cf95d4
--- /dev/null
+++ b/docs/release-notes.rst.bak
@@ -0,0 +1,77 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+VF-C Release Notes
+==================
+
+.. note::
+ * This Release Notes must be updated each time the team decides to Release new artifacts.
+ * The scope of this Release Notes is for this particular component. In other words, each ONAP component has its Release Notes.
+ * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of this Release Notes.
+ * Except the date and the version number, all the other sections are optional but there must be at least one section describing the purpose of this new release.
+ * This note must be removed after content has been added.
+
+VF-C includes two main component:NFV-O and GVNFM, can implement life cycle management and FCAPS of VNF and NS. VF-C takes part in end2end service orchestration and close loop automatiion by working with SO,DCAE and Policy.
+VF-C also provides standard south bound interface to VNFMs and can integration with multi vendor VNFMs via drivers.
+
+
+
+Version: 1.0.0
+--------------
+
+
+:Release Date: 2017-11-16
+
+
+
+**New Features**
+
+ - NS lifecycle management, including NS instance creation,termination and healing
+ - VNF lifecycle management, including VNF nstance creation,termination and healing
+ - 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**
+
+None
+
+**Security Issues**
+
+None
+**Upgrade Notes**
+
+This is the initial release
+**Deprecation Notes**
+
+This is the initial release
+**Other**
+
+===========
+
+End of Release Notes