--- /dev/null
+.. 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
+
 
--- /dev/null
+.. 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
+
+
+
+
 
 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
 
    :maxdepth: 1
 
    architecture.rst
-   delivery.rst
    APIs/index
+   consumedapis.rst
+   delivery.rst
+   logging.rst
    installation.rst
+   administration.rst
 
 
 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
-++++++++++++++++++++++++
 
 
 
 
-Version: x.y.z
+Version: 1.0.0
 --------------
 
 
-:Release Date: yyyy-mm-dd
+:Release Date: 2017-11-16
 
 
 
  - 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**
 
 ===========