aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-servicechange-handler
AgeCommit message (Collapse)AuthorFilesLines
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux2-4/+6
Use version 9.0.0 for Istanbul Also update the doc. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
2021-10-10[DCAEGEN2] Update chart with service accountfarida azmy3-1/+11
Add service account to requirements.yaml, values.yaml and deployment/statefulset. Issue-ID: OOM-2726 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6bafed3c621f4e7b1a307bc9338334586eb6795e Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux2-3/+3
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux2-3/+3
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
2020-11-22[DCAE] Uses new tpls for repos / imagesSylvain Desbureaux3-11/+6
This commit makes DCAE chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib0ba117864a95750ee5762636d94d22e9d029959
2020-10-21[DCAEGEN2] change comment styleJakub Latusek2-0/+4
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I91948802ecb1999fac4d0cc3cd70367844b07a8b Issue-ID: OOM-2562
2020-09-16[SDC] Deprecate DCAE-DSChrisC1-1/+1
DCAE-DS is now deprecated (replaced by DCAE-MOD) - no need to maintain old charts Issue-ID: SDC-2642 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iba2f17ff22c73b668466abd638323e5b2914c959
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux2-4/+3
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-08-24[DCAE] Exclude TCA/cdap from bootstrapvv770d1-3/+3
Redis installation removed (was used by tca/cdap) SCH java11 upgraded Tca-gen2 (java 11, sec vul, policy reconfig) Change-Id: Ia6801d789d675136755cd217cb79f532a625685c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2342 Issue-ID: DCAEGEN2-2330 Issue-ID: DCAEGEN2-2198 Issue-ID: DCAEGEN2-2266 Issue-ID: DCAEGEN2-2285 Signed-off-by: vv770d <vv770d@att.com>
2020-07-24Make DCAEGEN compatible with Kubernetes v1.17Krzysztof Kuzmicki1-1/+4
Issue-ID: OOM-2454 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I7dc8044384f32930d2c3af7b59d39a94c3c4c103
2020-04-02Bump chart versionSylvain Desbureaux1-1/+1
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-03-30Fix mount point for SCH tls-init containerJack Lucas1-1/+1
Issue-ID: DCAEGEN2-2177 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I470ba4fbcb0521069eda8b3296fe303c1b3c90b5
2020-02-12Pick up new tls init containerJack Lucas1-1/+1
Remove unneeded dashboard inputs file Prepend release name to filebeat configmap name Issue-ID: DCAEGEN2-917 Issue-ID: DCAEGEN2-1923 Issue-ID: DCAEGEN2-1805 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I53ef20046d7e16c4e0a2defd41c846d91af4ec09
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak2-3/+3
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-11-07Attempt 2 at chart restructureUbuntu6-0/+296
Helm value override file now supports component-specific settings: dcae-bootstrap: enabled: true dcae-cloudify-manager: enabled: true dcae-config-binding-service: enabled: true dcae-healthcheck: enabled: true dcae-redis: enabled: true dcae-servicechange-handler: enabled: true dcae-inventory-api: enabled: true dcae-deployment-handler: enabled: true dcae-policy-handler: enabled: true dcae-dashboard: enabled: true Issue-ID: OOM-1574 Signed-off-by: Ubuntu <dgl@research.att.com> Change-Id: I85e0fe6ae19e176d954611549ec954a5fe662307 Signed-off-by: Ubuntu <dgl@research.att.com>