Merge "Update documentation index file"
authorxinhuili <lxinhui@vmware.com>
Tue, 21 Nov 2017 01:47:32 +0000 (01:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 21 Nov 2017 01:47:32 +0000 (01:47 +0000)
docs/MultiCloud-Administrator-Guide.rst
docs/Release Notes.rst [new file with mode: 0644]
docs/index.rst

index b18cc94..4ed1ea6 100644 (file)
@@ -4,6 +4,12 @@ ONAP MultiCloud Administrator Guide
 
 The guide for MultiCloud Administrator.
 
+Architecture
+============
+
+Please refer to the link for more details:
+https://wiki.onap.org/pages/viewpage.action?pageId=8227952
+
 
 Configuration
 =============
diff --git a/docs/Release Notes.rst b/docs/Release Notes.rst
new file mode 100644 (file)
index 0000000..fbf47ba
--- /dev/null
@@ -0,0 +1,52 @@
+=============
+Release Notes
+=============
+
+Release Date
+------------
+2017-11-16
+
+
+New Features
+------------
+* Keystone proxy for convenient integration with modules which depend on original OpenStack functions
+* Multiple VIM registry and unregister
+* Resources LCM functions
+* Auto-deployment support to both K8s and heat
+* Hierarchical binding based integration with the third party SDN controller
+* Basic Fcaps alert collection support, VM abnormal status is thrown out as an example
+* Fake cloud based Unit and system test framework
+* Complete code coverage detection, CSIT, and document framework
+* Provide several plugins of different backbends, including: Vanilla OpenStack (based on Ocata) and commercial Clouds including OpenStack (including Titanium - Mitaka from Wind River and VIO - Ocata from VMware)
+
+Bug Fixes
+---------
+- `MULTICLOUD-123 <https://jira.onap.org/browse/MULTICLOUD-123>`_
+  Append v3 to keystone url by default, if keystone version is missing.
+
+- `MULTICLOUD-102 <https://jira.onap.org/browse/MULTICLOUD-102>`_
+  Throw exception in Multi Cloud when backend OpenStack throw exceptions.
+
+- `MULTICLOUD-101 <https://jira.onap.org/browse/MULTICLOUD-101>`_
+  Fix failed to add image info to AAI if image name didn't contain '-'.
+  
+
+Known Issues
+------------
+None
+
+Security Issues
+---------------
+None
+
+Upgrade Notes
+-------------
+None
+
+Deprecation Notes
+-----------------
+None
+
+Other
+-----
+None
index 63ce8cd..b4e1e5b 100644 (file)
@@ -7,6 +7,7 @@ MultiCloud Documentation Repository
 
 .. _index-multicloud:
    
+   Release Notes
    MultiCloud-Deployment-Guide
    MultiCloud-Test-Guide
    MultiCloud-API-Specification-V1