summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22[DCAE] Revert TLS disabling for external DCAE MSsAndreas Geissler5-5/+13
For Kohn we still base on AAF CM to provide TLS on the external DCAE services: - dcae-ves-collector - dcae-hv-ves-collector - dcae-datafile-collector - dcae-pm-mapper connection to dmaap-dr-node For London this will be changed to use Ingress TLS Issue-ID: OOM-2775 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I1deb6492483c6ae2db7b5437319dc722d78727c0 (cherry picked from commit 3502e73a2762fc50f9ba3ae5d65a3efe5f05bead)
2022-11-09[DCAE] DCAEGEN2-Services Service Mesh Patchrope25219-64/+95
Service Mesh patch for DCAE, changing port names to http. Remove aaf-cm readiness check, set tlsServer to false (excluding restconf) Added environment variables to pods to solve CBS problems Disable VES authentcation in SM override Change-Id: I42a12912f471d89bd4ebc6181f5454140e54a605 Issue-ID: OOM-2820 Issue-ID: DCAEGEN2-3277 Signed-off-by: rope252 <gareth.roper@est.tech> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-10-25[DCAE] Update KPI policy configuration in Helmmalar1-2/+2
Updated the values.yaml file for kpi-ms Issue-ID: DCAEGEN2-3207 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Ie26003cf77be943cbd3ad38e01b0248f96a3e9ac
2022-10-25Merge "[DCAE] SliceMs Kohn updates"Andreas Geissler1-7/+11
2022-10-20[DCAE] Add Ingress configuration for DCAEGEN2 servicesAndreas Geissler8-0/+107
Add Ingress configurations for external DCAE servcices - datafile-collector - restconf-collector - ves-collector - hv-ves-collector Issue-ID: OOM-3014 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I05c334c000f7ec938239ddfad3c5e43ffecd10e8
2022-10-13[DCAE] SliceMs Kohn updatesVijay Venkatesh Kumar1-7/+11
Version bump to 1.1.5 Change-Id: Ie63c06cec3f3c97d6c9bac3e86dfd5e6174087cb Issue-ID: DCAEGEN2-3239 Issue-ID: DCAEGEN2-3238 Issue-ID: DCAEGEN2-3240 Issue-ID: DCAEGEN2-3120 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-27Merge "[DCAE] Version updates for Kohn"Jack Lucas4-10/+6
2022-09-26[DCAE] Version updates for KohnVijay Venkatesh Kumar4-10/+6
RESTConf: 1.3.4 TCAGEn2: 1.3.4 SNMPTrap: 2.0.7 SON-Handler: 2.1.10 MOD/Distributor: 1.1.1 Issue-ID: DCAEGEN2-2976 Issue-ID: DCAEGEN2-3210 Issue-ID: DCAEGEN2-3166 Issue-ID: DCAEGEN2-3213 Issue-ID: DCAEGEN2-3234 Issue-ID: DCAEGEN2-3158 Change-Id: Ia0cc18bba14036284eb8de2a62220e9bab25d59b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-20[DCAEGEN2-SVCS] Allow image repo overrideJack Lucas1-2/+9
Allow overriding the default image repository for the DCAE microservice image. Issue-ID: OOM-2978 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I7dab36db8eca6917411c8366c388082d5280e506
2022-09-12[DCAEGEN2] Update DCAEGEN2 released containersTomasz Wrobel6-6/+6
Update Datafile Collector version to 1.9.0 Update HV-VES Collector version to 1.11.0 Update PM-Mapper version to 1.9.0 Update PRH version to 1.8.1 Update VES Collector version to 1.11.1 Update VES-OpenApi-Manager version to 1.2.0 Issue-ID: DCAEGEN2-3211 Issue-ID: DCAEGEN2-3212 Issue-ID: DCAEGEN2-3218 Issue-ID: DCAEGEN2-3219 Issue-ID: DCAEGEN2-3214 Issue-ID: DCAEGEN2-3215 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I2617aa870a5cea1683829584d57af2cba7b06ef9
2022-09-07[DCAEGEN2-SERVICE] Add policy sync for slicemsqingshuting1-1/+17
Add policy sync as a side car to provide runtime configuration for slicems Issue-ID: DCAEGEN2-3195 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: Ic05d757291a0129771bc28cca1df88bc284c5b54
2022-08-17Merge "[COMMON] Update Makefiles to enable parallelization"Jack Lucas3-7/+28
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler3-7/+28
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-08-03Merge "[DCAEGEN2-SVCS] Support config update via configMap"Fiachra Corcoran5-70/+51
2022-08-02[DCAEGEN2-SVCS] Support config update via configMapJack Lucas5-70/+51
Change chart to mount application configuration configMap directly on the application container and rely on the DCAE SDK to do environment variable substitution on the configMap content. This allows changing configuration by editing the configMap without restarting the application. Remove message router authenticated topic provisioning from DCAE. Issue-ID: DCAEGEN2-2935 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I85139e64f8cb7e1b88f8fca8d5d84cc71f946290
2022-08-02[DCAGEN2] Update Datafile Collector to 1.8.0Tomasz Wrobel1-1/+2
Update Datafile Collector version to 1.8.0 Make certificate dependency configurable Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If761d50317cc93dada54b3614ce274cc437bccc8
2022-08-02Merge "[DCAE] Remove topic provisioning config for PM-Mapper"Fiachra Corcoran1-14/+0
2022-07-28[DCAE] Remove topic provisioning config for PM-MapperVijay Venkatesh Kumar1-14/+0
PM-Mapper was switched to use unauthenticated topic with Jakarta The topic provisioning config removed to avoid un-necessary DMAAP dbc-client topic provisioning Change-Id: Idf5fb3862ae41fad459eb2e8afddc99f71104416 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3032 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-07-06[DCAE] Enable optional DCAE componentsVijay Venkatesh Kumar2-9/+11
All DCAE MS to be enabled for gating/daily/weekly KPI/SON-Handler Ms charts update to remove policy configuration dependency. Change-Id: Ia17da13cbfc8f1e7082b8b693e826b5f677c8cd1 Issue-ID: DCAEGEN2-3176 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler21-164/+164
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-05-18[DCAEGEN2] Update son-handler image version to 2.1.7 and slice-analysis-ms ↵malar2-2/+2
version to 1.1.3 Bug fix in handling FM notification Issue-ID: DCAEGEN2-3150 Issue-ID: DCAEGEN2-3156 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I6698b2087bcc2cd5a34813b59de16f727809e4a7
2022-05-10Merge "[HV-VES-STRIMZI] Migrate hv-ves to use strimzi kafka"Jack Lucas5-37/+152
2022-05-09[HV-VES-STRIMZI] Migrate hv-ves to use strimzi kafkaefiacor5-37/+152
Move hv-ves to use strimzi kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ia441d060771186ba41465c8622291ff73b7561aa Issue-ID: DMAAP-1705
2022-05-04[DCAE] Update slice-analysis-ms image version to 1.1.2decheng zhang1-1/+1
- Update slice-analysis-ms image version to 1.1.2 Issue-ID: DCAEGEN2-3147 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I8d116becc133fc289cc3c1b9280d2f70c7309e3d Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-26[DCAE] Update application config properties in slice-analysis-msdecheng zhang1-1/+26
- Add new application config properties - Add new dmaap subscribers properties - Update slice-analysis-ms image version to 1.1.1 Issue-ID: DCAEGEN2-3124 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I9fa1bbcbce9ce03d6b02d857037e9e0c5333df66 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-22[DCAE] Update application config properties for slice/son/kpi msNiranjana3-22/+0
- Remove AAF credentials in DMAAP configuration from slice-analysis-ms, son-handler-ms and kpi-ms charts Issue-ID: DCAEGEN2-3034 Issue-ID: DCAEGEN2-3035 Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I85bee827cda40e5eca101846ab59b317c917a966
2022-04-21Merge "[PMSH] Release Image 2.2.2"Fiachra Corcoran1-1/+1
2022-04-21Merge "[DCAE] Remove deprecated mS charts"Fiachra Corcoran8-335/+0
2022-04-20[PMSH] Release Image 2.2.2egernug1-1/+1
Release of latest image for PMSH after merge dcaegen2-services-pmsh-docker-merge-master/182/ Issue-ID: DCAEGEN2-3116 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I497d66729b36183a1277edc625266a40c3d19707
2022-04-11[DCAE] Update pm-mapper default vaulesTomasz Wrobel1-6/+6
Change default pm-mapper configuration to avoid TLS error in default installation. Issue-ID: INT-1895 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I20c235a86f87f01b965e14f38145d1754f65b7c2
2022-04-11[DCAE] Remove deprecated mS chartsVijay Venkatesh Kumar8-335/+0
BBS-Ep deprecated with J release Change-Id: I05ff9c496ac55f660f3e6cc0236ace601c45df2b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2974
2022-04-06Merge "[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue"Jack Lucas1-2/+2
2022-03-30Merge "[DCAE] Version revision for TCA and VES-Mapper"Sylvain Desbureaux2-2/+2
2022-03-30Merge "[DCAGEN2] Fix pm-mapper readiness values"Sylvain Desbureaux1-2/+2
2022-03-29[DCAE] Version revision for TCA and VES-MapperVijay Venkatesh Kumar2-2/+2
TCA - vulnerability updates VES-Mapper - Fix for removing consul lookup Change-Id: I26c240e2e224adbb95a154d27814e72b032a01da Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3097 Issue-ID: DCAEGEN2-3042
2022-03-29Merge "[DCAEGEN2] Top up ves-openapi-manager to version 1.1.0"Sylvain Desbureaux1-2/+2
2022-03-29[DCAGEN2] Fix pm-mapper readiness valuesTomasz Wrobel1-2/+2
- Switch readiness to http Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I8a0b74a3575dbd64f9f9ac37ae11c578045ec2df
2022-03-29[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issuePrativa Dora1-2/+2
Updated the policy-xacml-pdp access credentials Issue-ID: DCAEGEN2-3128 Signed-off-by: Prativa Dora <prativa.dora@techmahindra.com> Change-Id: I81655e4d79c792ea656eab9e6db660d27673c949
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas37-448/+18
DCAE microservices no longer rely on Consul to store their configuration information. This change modifies the common DCAE microservice deployment template to eliminate the initContainer that loads configuration information into Consul. Issue-ID: DCAEGEN2-3059 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I4d9d547de020fe1987afab1c99cd033799ed7b36
2022-03-22Merge "[DCAE] Update kpi-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-6/+4
2022-03-22Merge "[DCAE] Update son-handler-ms to use unauthenticated Dmaap topic"Sylvain Desbureaux1-7/+7
2022-03-22Merge "[DCAE] Update application config properties in slice-analysis-ms"Sylvain Desbureaux1-8/+9
2022-03-21[DCAE] Update son-handler-ms to use unauthenticated Dmaap topicNiranjana1-7/+7
- Son-handler-ms image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3035 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia82771050da7ebf90145c9644ae04167eaab7e70
2022-03-21[DCAE] Update kpi-ms to use unauthenticated Dmaap topicNiranjana1-6/+4
- Kpi image version bump - Use unauthenticated Dmaap topic Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ib8ed9e7c1b3d0a5d1d3b00985dfd7c13936585c6
2022-03-18Merge "[DCAEGEN2] Top up DCAEGEN2 images"Sylvain Desbureaux4-13/+16
2022-03-18Merge "[DCAEGEN2] Fix check for log directory path"Sylvain Desbureaux1-3/+4
2022-03-18[DCAE] Update application config properties in slice-analysis-msNiranjana1-8/+9
- Add new application config properties - Use unauthenticated Dmaap topics Issue-ID: DCAEGEN2-3099 Issue-ID: DCAEGEN2-3034 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I8ba290dc8792285eaf4a16dcc9e027096dd5c846
2022-03-15[DCAEGEN2] Top up DCAEGEN2 imagesTomasz Wrobel4-13/+16
Top up following DCAEGEN2 images: - DFC 1.7.1 - PM-Mapper 1.8.0 - PRH 1.8.0 - VES 1.11.0 Issue-ID: DCAEGEN2-3006 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Icf8c08c42a002d131207201af7df1e7ced5e120e
2022-03-15[DCAEGEN2] Fix check for log directory pathJack Lucas1-3/+4
Fix bug in dcaegen2-services-common deployment template that caused a nil pointer error when values.yaml for a dcaegen2 microservice did not have a log.path entry. Issue-ID: DCAEGEN2-3093 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I3874fd4c4327b487f3a9bf7d95e747d86a320998
2022-03-08[DCAE] Disable CBS deployment and remove CBS dependencyVijay Venkatesh Kumar15-24/+8
- Disable default deployment of CBS - Remove CBS from dependency on all DCAE services - Version bump for VESMapper, RESTConf, PMSH Change-Id: Ibf58c4c949d4b847ebeaa7e511b901a83792d1ba Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2890 Issue-ID: DCAEGEN2-2968 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>