summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-10-12 16:54:29 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2021-10-13 11:43:10 -0400
commit725d852ae050c2d3f9376273ff5bc35d90034dd8 (patch)
treea05a8b6028261de4ae53747b1006e72c096a706f
parent6b77f909b9bc2799865b3221d0d400c10740d684 (diff)
DCAE Istanbul rls notes updates
Change-Id: Icecfa691c02363b40b3ab79468ea5e9e8b9a0f65 Issue-ID: DCAEGEN2-2918 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--docs/sections/release-notes.rst40
-rw-r--r--docs/sections/services/kpi-computation-ms/installation-helm.rst4
-rw-r--r--docs/sections/services/son-handler/installation-helm.rst8
3 files changed, 28 insertions, 24 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst
index d74f0dac..3c109a97 100644
--- a/docs/sections/release-notes.rst
+++ b/docs/sections/release-notes.rst
@@ -108,35 +108,40 @@ Release Data
New features
------------
-
-
*DCAE Enhancements Features*
-
DCAEGEN2-2771 DCAE Impacts for E2E Network Slicing in Istanbul release
- - Enhance SliceAnalysis and KPI-Computation MS to interface with CPS; integration with new CBS client SDK and support policy sidecar
+ - SliceAnalysis and KPI-Computation MS migrated from ConfigDb to CPS
+ - Integration with new CBS client SDK and support policy sidecar
DCAEGEN2-2703 Add stndDefined domain to HV-VES
- - Adapt HV_VES to support stdDefined domain instroduced under VES7.2.1 spec
+ - HV_VES microservice was adapted to support stdDefined domain introduced under VES7.2.1 spec
DCAEGEN2-2630 DCAE Helm Transformation (Phase 2)
- - Since Honolulu, 13 additional MS has been delivered for Helm deployment
- - DCAE Service helm deployment is supported through implementing common functions as named template/functions defined in dcaegen2-services-common charts. Several new common features has been added in generic fashion and components/mS can enable required features via configuration override
- - K8S Secret/Environment mapping
- - CMPv2 Certificate support
- - Policy Sidecar
- - Mount data from configmap through PV/PVC
- - Topic/feed provisioning support
- - SDK Libraries (java and python) has been enhanced to support configuration retrieval from files
- - Helm-generator tool available for generating DCAE component helm-chart given component spec
+ - All DCAE microservices migration to helm was completed in Istanbul release. Since Honolulu, 13 additional MS has been delivered added for Helm deployment support
+ - All DCAE Microservice are supported under both Helm and Cloudify/blueprint based deployments (legacy)
+ - Helm Templated resuable function - Several new common features has been added in generic fashion as named template/functions defined in dcaegen2-services-common charts; each DCAEcomponents/mS can enable required features via configuration override. Following are current set of features available under dcaegen2-services-common
+ - K8S Secret/Environment mapping
+ - CMPv2 Certificate support
+ - Policy Sidecar
+ - Mount data from configmap through PV/PVC
+ - Topic/feed provisioning support
+ - AAF certificates generation/distribution
+ - Consul loader for application config
+
+ - Reducing Consul Dependency for DCAE components
+ Under cloudify deployments, Consul is used as central configuration store for all applications. With migration to Helm, the consul dependency is being removed by switching config management through K8S Configmap (via python/java SDK libraries). This allows application to be deployed standalone in multi/edge cloud without any dependency on central platform components.
+
+ - Helm-generator tool (POC) available for generating DCAE component helm-chart given component spec. This tool will be integrated with MOD/design flow to support helm chart generation and distribution for Jakarta release.
DCAEGEN2-2541 Bulk PM (PMSH) - Additional use cases, deployment and documentation enhancements
- - Enhanced PMSH Microservice to support subscription property updates, config updates to support 'n' subscriptions, support resource name in filter
+ - Enhanced PMSH Microservice to support subscription property updates, config updates to support 'n' subscriptions, support resource name in filter
DCAEGEN2-2522 Enhancements for OOF SON use case
- - Implemented CPS client and switched to new CBS client SDK for removing consul dependency and enabling policy configuration through sidecar.
+ - Implemented CPS client interface (replacing ConfigDb)
+ - Switched to new CBS client SDK for removing consul dependency and enabling policy configuration through sidecar.
-Non-Functional
+*Non-Functional*
- Removed GPLv3 license from software by switching to onap/integration base images (DCAEGEN2-2455)
- CII Badging improvements (DCAEGEN2-2622)
@@ -150,7 +155,6 @@ Bug Fixes
- Slice Analysis - Avoid removal of data when insufficient samples are present (DCAEGEN2-2509)
-
.. _istanbul_deliverable:
Deliverables
diff --git a/docs/sections/services/kpi-computation-ms/installation-helm.rst b/docs/sections/services/kpi-computation-ms/installation-helm.rst
index 57128dab..be43234f 100644
--- a/docs/sections/services/kpi-computation-ms/installation-helm.rst
+++ b/docs/sections/services/kpi-computation-ms/installation-helm.rst
@@ -92,9 +92,9 @@ Application Configurations
+-------------------------------+------------------------------------------------+
|Configuration | Description |
+===============================+================================================+
-|Streams_subscribes | Dmaap topics that the MS will consume messages |
+|streams_subscribes | Dmaap topics that the MS will consume messages |
+-------------------------------+------------------------------------------------+
-|Streams_publishes | Dmaap topics that the MS will publish messages |
+|streams_publishes | Dmaap topics that the MS will publish messages |
+-------------------------------+------------------------------------------------+
|cbsPollingInterval | Polling Interval for consuming config data from|
| | CBS |
diff --git a/docs/sections/services/son-handler/installation-helm.rst b/docs/sections/services/son-handler/installation-helm.rst
index 97f28223..3fbc4c08 100644
--- a/docs/sections/services/son-handler/installation-helm.rst
+++ b/docs/sections/services/son-handler/installation-helm.rst
@@ -91,8 +91,8 @@ Deployment Steps
.. code-block:: bash
dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
- policies:
- policyID: |
+ policies:
+ policyID: |
'["com.Config_PCIMS_CONFIG_POLICY"]'
- Update Config db IP address:
@@ -135,9 +135,9 @@ Application Configurations
+-------------------------------+------------------------------------------------+
|Configuration | Description |
+===============================+================================================+
-|Streams_subscribes | Dmaap topics that the MS will consume messages |
+|streams_subscribes | Dmaap topics that the MS will consume messages |
+-------------------------------+------------------------------------------------+
-|Streams_publishes | Dmaap topics that the MS will publish messages |
+|streams_publishes | Dmaap topics that the MS will publish messages |
+-------------------------------+------------------------------------------------+
|postgres.host | Host where the postgres database is running |
+-------------------------------+------------------------------------------------+