summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-11-07 16:01:21 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-07 16:01:21 +0000
commit4367b9df79a5fb12fd43658f370de23b3b56f331 (patch)
tree6314fc05aa0fbebf1d0631eccacb216da37f7cac
parent3d2b2aed3172d48325ed91ee6c1546c5172bac5e (diff)
parent8fafa43e31ea6e36c6336a07776c89a1ff899c2f (diff)
Merge "Add release notes"v1.1.01.0.0-ONAP1.0.0-Amsterdam
-rw-r--r--docs/sections/release-notes.rst131
1 files changed, 110 insertions, 21 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst
index ca257314..fd655bb8 100644
--- a/docs/sections/release-notes.rst
+++ b/docs/sections/release-notes.rst
@@ -3,44 +3,133 @@
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.
+Version: 1.0.0
+--------------
+:Release Date: 2017-11-16
-Version: x.y.z
---------------
+**New Features**
-:Release Date: yyyy-mm-dd
+DCAE is the data collection and analytics sub-system of ONAP. Under ONAP Release 1 the DCAE
+sub-system includes both platform components and DCAE service components. Collectively the ONAP R1
+DCAE components support the data collection and analytics functions for the R1 use cases, i.e. vFW,
+vDNS, vCPU, and vVoLTE.
+
+Specifically, DCAE R1 includes the following components:
+
+- Core platform
+ - Cloudify manager
+ - Consul cluster
+- Extended platform
+ - Platform component docker host
+ - Service component docker host
+ - CDAP cluster
+ - PostgreSQL database (*)
+- Platform docker container components
+ - Configuration binding service
+ - Deployment handler
+ - Service change handler
+ - Inventory
+ - Policy handler
+ - CDAP broker
+- Service components
+ - Docker container components
+ - VNF Event Streaming (VES) collector
+ - Holmes engine (**)
+ - Holmes rule management (**)
+ - CDAP analytics component
+
+(*) Note: This component is delivered under the CCSDK project, deployed by DCAE under a single
+VM configuration as a shared PostgreSQL database for the R1 demos. (CCSDK PostgreSQL supports
+other deployment configurations not used in the R1 demos.)
+(**) Note: This component is delivered under the Holmes project and used as a DCAE analytics component
+in R1.
+
+Source codes of DCAE are released under the following repositories on gerrit.onap.org:
+
+- dcaegen2
+- dcaegen2/analytics
+- dcaegen2/analytics/tca
+- dcaegen2/collectors
+- dcaegen2/collectors/snmptrap
+- dcaegen2/collectors/ves
+- dcaegen2/deployments
+- dcaegen2/platform
+- dcaegen2/platform/blueprints
+- dcaegen2/platform/cdapbroker
+- dcaegen2/platform/cli
+- dcaegen2/platform/configbinding
+- dcaegen2/platform/deployment-handler
+- dcaegen2/platform/inventory-api
+- dcaegen2/platform/plugins
+- dcaegen2/platform/policy-handler
+- dcaegen2/platform/servicechange-handler
+- dcaegen2/utils
+**Bug Fixes**
-**New Features**
+This is the initial release.
-One or two sentences explaining the purpose of this Release.
-**Bug Fixes**
- - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and a sentence explaining what this defect is addressing.
**Known Issues**
- - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and two, three sentences.
- One sentences explaining what is the issue.
-
- Another sentence explaining the impact of the issue.
-
- And an optional sentence providing a workaround.
+
+- Need to test/integrate into an OpenStack environment other than Intel/Windriver Pod25.
+- Need to provide a dev configuration DCAE.
+
**Security Issues**
- You may want to include a reference to CVE (Common Vulnerabilities and Exposures) `CVE <https://cve.mitre.org>`_
+- The DCAE Bootstrap container needs to have a secret key for accessing VMs that it launches.
+This key is currently passed in as a Heat template parameter. Tracked by JIRA DCAEGEN2-178.
+- The RESTful API calls are generally not secure. That is, they are either over http, or https
+without certificate verification. Once there is an ONAP wide solution for handling certificates,
+DCAE will switch to https.
**Upgrade Notes**
+This is the initial release.
+
+
**Deprecation Notes**
+There is a GEN1 DCAE sub-system implementation existing in the pre-R1 ONAP Gerrit system. The GEN1
+DCAE is deprecated by the R1 release. The DCAE included in ONAP R1 is also known as DCAE GEN2. The
+following Gerrit repos are voided and already locked as read-only.
+
+- dcae
+- dcae/apod
+- dcae/apod/analytics
+- dcae/apod/buildtools
+- dcae/apod/cdap
+- dcae/collectors
+- dcae/collectors/ves
+- dcae/controller
+- dcae/controller/analytics
+- dcae/dcae-inventory
+- dcae/demo
+- dcae/demo/startup
+- dcae/demo/startup/aaf
+- dcae/demo/startup/controller
+- dcae/demo/startup/message-router
+- dcae/dmaapbc
+- dcae/operation
+- dcae/operation/utils
+- dcae/orch-dispatcher
+- dcae/pgaas
+- dcae/utils
+- dcae/utils/buildtools
+- ncomp
+- ncomp/cdap
+- ncomp/core
+- ncomp/docker
+- ncomp/maven
+- ncomp/openstack
+- ncomp/sirius
+- ncomp/sirius/manager
+- ncomp/utils
+
+
**Other**
-===========