...
OOM Oslo release
Chart versions have to be fixed (https://gerrit.onap.org/r/c/oom/+/140114?usp=search))
Istio TLS version
Is Istio/Ingress supporting TLS 1.3 ?, tested in the new ArgoCD environment
https://istio.io/latest/docs/tasks/security/tls-configuration/workload-min-tls-version/
ArgoCD deployment
Taken over work from Marek Szwałkiewicz
Start modifications…
2 Parts of a gating solution:
Gitlab project to start a pipeline to deploy the nodes/network (terraform), create Kubernetes cluster (via kubespray), deploy ArgoCD and register Project/Applications
Gitlab project (later part of OOM) including the ArgoCD Application configurations for Infrastructure components (Istio, operators) and ONAP components
PM usecases require DCAE components (Viresh Navalli ):
datafile-collector (DFC)
patch created to remove MR dependency (https://gerrit.onap.org/r/c/dcaegen2/collectors/datafile/+/139981?usp=search)
Jenkins job manually triggered to create a docker image (https://jenkins.onap.org/view/dcaegen2/job/dcaegen2-collectors-datafile-maven-docker-stage-master/)
Release patch required (TBD)
pm-mapper
Patch required to remove the MR dependency
Current issues:
DFC uses:
DMAAP data-router
Problem:
DMAAP is deprecated and unmaintained and DCAE components are not deployed because of the DMaaP removal
possible solution (Jack Lucas )
instead of re-activation of DMaaP DR
DFC could send the file directly to PM-Mapper
Possible enhancement would be a retry mechanism
or instead of sending the file to use an object-store as an intermediate storage between DFC and PM-Mapper
...