DCAE Istanbul rls notes updates 07/124907/3
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 12 Oct 2021 20:54:29 +0000 (16:54 -0400)
committerVijay Venkatesh Kumar <vv770d@att.com>
Wed, 13 Oct 2021 15:43:10 +0000 (11:43 -0400)
Change-Id: Icecfa691c02363b40b3ab79468ea5e9e8b9a0f65
Issue-ID: DCAEGEN2-2918
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
docs/sections/release-notes.rst
docs/sections/services/kpi-computation-ms/installation-helm.rst
docs/sections/services/son-handler/installation-helm.rst

index d74f0da..3c109a9 100644 (file)
@@ -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
index 57128da..be43234 100644 (file)
@@ -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                                            |
index 97f2822..3fbc4c0 100644 (file)
@@ -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    |
 +-------------------------------+------------------------------------------------+