aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/requirements.yaml
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2021-04-05 23:02:36 +0530
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-07-12 15:57:01 +0000
commit15ca512b7835534aafb584eecc3ef81e3954fc09 (patch)
tree5946ce6e450b543850713dd864917a0774640d01 /kubernetes/dcaegen2-services/requirements.yaml
parent2d41088cf4ef1f1b8459c4799cddcdbc8088d2d5 (diff)
[DCAEGEN2] Deploy DCAE PM-Mapper Microservices via Helm
- DCAE Helm Transformation (Phase-2) - Charts for the microservices are found under - oom/kubernetes/dcaegen2-services/dcae-pm-mapper Issue-ID: DCAEGEN2-2714 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Id91b19eec0e5d8f1ecc75b7f6042eac2fdb19609
Diffstat (limited to 'kubernetes/dcaegen2-services/requirements.yaml')
-rw-r--r--kubernetes/dcaegen2-services/requirements.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2-services/requirements.yaml b/kubernetes/dcaegen2-services/requirements.yaml
index 80c95cb8f5..d246c16237 100644
--- a/kubernetes/dcaegen2-services/requirements.yaml
+++ b/kubernetes/dcaegen2-services/requirements.yaml
@@ -1,5 +1,6 @@
# Copyright (c) 2021 J. F. Lucas. All rights reserved.
# Copyright (c) 2021 AT&T. All rights reserved.
+# Modifications Copyright (C) 2021 Nordix Foundation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,6 +30,10 @@ dependencies:
version: ~8.x-0
repository: '@local'
condition: dcae-kpi-ms.enabled
+ - name: dcae-pm-mapper
+ version: ~8.x-0
+ repository: '@local'
+ condition: dcae-pm-mapper.enabled
- name: dcae-ms-healthcheck
version: ~8.x-0
repository: '@local'