summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08Merge "[UUI] Automatically retrieve certificates"Krzysztof Opasiak20-11/+626
2021-11-08[SO] Use log templateMaciej Wereski13-117/+50
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ib883fcafe4424d4ec78a999899c99af2ae95a6cc
2021-11-08[SDNC] Use log templateMaciej Wereski4-29/+9
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I92749a252a7983f12c3136e996eb7f2e29f1e69d
2021-11-08[SDC] Use log templateMaciej Wereski10-111/+46
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: If9d80afb9983247f80317a8f201329c85884e37b
2021-11-08[DMAAP] Use log templateMaciej Wereski7-74/+16
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Also unecessary filebeat config map was removed. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I3dc384b0e2e857637897ac56a172a605de7eb67e
2021-11-08Merge "[ETCD] Give full FQDN name for etcd"Krzysztof Opasiak2-1/+2
2021-11-08Merge "[COMMON] Changed mongo storage location to enable persistance"Sylvain Desbureaux1-1/+1
2021-11-08[SDNC] Sdnc pod restart stucks in readiness check for sdnrdb-init-jobdemskeq81-2/+2
change readiness check from container to job Issue-ID: OOM-2875 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I613f58988dd007f03b949b20570564e28aa5db52
2021-11-06[UUI] Automatically retrieve certificatesSylvain Desbureaux20-11/+626
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2695 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I673b3c7b8087c150b1e4c1d522b92ec08260ec09
2021-11-05[COMMON] Changed mongo storage location to enable persistanceAndreas Geissler1-1/+1
Changed the volume mounted from /var/lib/mongo to /data/db, which is the default storage location of mongo Issue-ID: OOM-2864 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id054b36a9f8abea676e70511812d2aeb151d47e0
2021-11-05Merge "[CDS] Bump version for final Istanbul release"Sylvain Desbureaux5-5/+5
2021-11-04Merge "[SDNC] Version bump for final Istanbul image"Sylvain Desbureaux5-5/+5
2021-11-04Merge "[MULTICLOUD] Update chart with service account"Krzysztof Opasiak24-5/+80
2021-11-04Merge "[DOC] Correct requirements for doc chain building"Sylvain Desbureaux1-1/+1
2021-11-03Merge "[HOLMES] Use common postgres for holmes"Krzysztof Opasiak2-3/+30
2021-11-03[SDNC] Version bump for final Istanbul imageDan Timoney5-5/+5
Bump SDNC images to version 2.2.2, final Istanbul release version Issue-ID: SDNC-1610 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I340cc2a1c32534d561c121fc3cd33ab82c800f02
2021-11-03[CDS] Bump version for final Istanbul releaseDan Timoney5-5/+5
Bump CDS image versions to 1.2.1, which is final Istanbul release version. Issue-ID: CCSDK-3506 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3b8205321d683d2d0b6bd2389b3b8ad6a26ecc62
2021-11-03[MULTICLOUD] Update chart with service accountfarida azmy24-5/+80
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2862 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ia20fb51256e20e6582a2b9e0d89159742992fea4
2021-11-03Merge "[POLICY] Add helm chart for http participant"Sylvain Desbureaux10-0/+450
2021-11-03Merge "[MULTICLOUD] Release to fix cve issues"Sylvain Desbureaux11-35/+12
2021-11-03[DOC] Correct requirements for doc chain buildingthmsdt1-1/+1
Issue-ID: DOC-765 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I8d082f95ab23e5f2e407a282e71de0bf95b7cb20
2021-11-03[MULTICLOUD] Release to fix cve issuesBin Yang11-35/+12
This release focus on fixing cve issues by upgrading dependencies with regarding to artifactbroker, framework, openstack components. Issue-ID: MULTICLOUD-1344 Issue-ID: MULTICLOUD-1408 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I4568a6c0039d111327d13ed35017b66b04e83ff1
2021-11-02[AAI] Use log templateMaciej Wereski19-159/+84
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I730b5463fea750594a23ce391c352959d166195e
2021-11-02[COMMON] Add resources to log sidecar templateMaciej Wereski1-0/+7
Filebeat sidecar containers in many cases has resources set. As a result, in many components resources section is added manually, after usage of log template. This commit solves this situation Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I725a38eb9d4dffcc017c24399436ddfccdb91123
2021-10-31Merge "[MULTICLOUD] Release k8splugin after integration tests"Sylvain Desbureaux1-1/+1
2021-10-31[POLICY] Add helm chart for http participantrameshiyer2710-0/+450
Added helm chart for http participant in CLAMP Issue-ID: POLICY-3593 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I7cd529b891b0bc1d97b4ffa993492d1e8414ee00
2021-10-31Merge "[POLICY] Add helm chart for policy participant"Sylvain Desbureaux12-6/+534
2021-10-31[CCSDK] Workaround for naming service host name verification issueDan Timoney2-1/+4
The naming service query to policy manager is failing host name verification. While this issue is under investigation, it can be worked around by configuring the naming service to disable host name verification. This requires a new version of the network-name-gen microservice (1.2.1), and a change to set a new env variable to disable host name verification (enabled by default if this variable is unset). Issue-ID: CCSDK-3501 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia471cd27ce16b6e79a3ce6708e08c7d5f239feb3
2021-10-31Merge "[SDNC] Bump version for Istanbul RC"Sylvain Desbureaux7-7/+7
2021-10-31Merge "[SO] Bump SO nssmf adapter version"Sylvain Desbureaux1-1/+1
2021-10-31[SDNC] Bump version for Istanbul RCDan Timoney7-7/+7
Bump version of SDNC and CCSDK images for Istanbul RC milestone. Issue-ID: SDNC-1615 Issue-ID: CCSDK-3483 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id3a3627765e5623aa6cd8bffbfad1679ae6afef6
2021-10-31Merge "[SO] Fix so-openstack-adapter support for Keystone V3 api"Sylvain Desbureaux4-1/+17
2021-10-31Merge "[CPS] Update DMI-Plugin chart"Sylvain Desbureaux2-3/+3
2021-10-31Merge "[POLICY] Update core images/config for RC istanbul"Sylvain Desbureaux12-12/+12
2021-10-31Merge "[COMMON] Log: add ability to set ConfigMap name in volumes"Sylvain Desbureaux1-2/+4
2021-10-31[SO] Bump SO nssmf adapter versionseshukm1-1/+1
Bump to 1.9.1 in order to fix defects found in the E2E testing. Issue-ID: SO-3758 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id9caedf9e9931660bce2e6732162a096d489a26f
2021-10-30[POLICY] Add helm chart for policy participantrameshiyer2712-6/+534
Added policy participant helm chart in CLAMP Issue-ID: POLICY-3593 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I8c4f14a8448a0850a0da303a929dd86b43c8370d
2021-10-29Merge "[SDC] Update SDC to 1.9.4"Sylvain Desbureaux4-7/+7
2021-10-29Merge "[SO] Update the pods for cnf-adapter for the latest issues"Sylvain Desbureaux1-1/+1
2021-10-29Merge "[DCAEGEN2] Added imagePullSecret to cleanup job"Sylvain Desbureaux1-1/+3
2021-10-29[CPS] Update DMI-Plugin chartDylanB95EST2-3/+3
Update docker images to 1.0.1 for - ncmp-dmi-plugin Update DMI Plugin Url (bad variable name) Issue-ID: CPS-728 Issue-ID: CPS-683 Signed-off-by: DylanB95EST <dylan.byrne@est.tech> Change-Id: Ic998eca16dc7171d3c8ab0e567ab38183becc542
2021-10-29[COMMON] Log: add ability to set ConfigMap name in volumesMaciej Wereski1-2/+4
In case where subchart uses ConfigMap that was defined in parent chart, wrong chart name will be generated. This change allows to workaround that issue by supplying own prefix instead of generated one. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: Ieed19d46e4205cd5b23b4c74af19c618a6e48466
2021-10-29[HOLMES] Use common postgres for holmesAbdelmuhaimen Seaudi2-3/+30
Use common postgres for holmes Issue-ID: OOM-2860 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I608c8b3e5c81c2a266ab259cb7e9be0c6cc5eb1f
2021-10-29Merge changes from topic "Istanbul-doc-update"Sylvain Desbureaux2-7/+3
* changes: [DOC] Remove Guilin infra tools compatibility note [DOC] Upgrade kubectl and helm versions
2021-10-29Merge "[DOC] Update OOM User Guide chapter title"Sylvain Desbureaux1-2/+2
2021-10-29[ETCD] Give full FQDN name for etcdSylvain Desbureaux2-1/+2
Some Kubernetes deployments needs the full fqdn and not just the first part in order to make etcd statefulset to work. Issue-ID: OPTFRA-981 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idf384d2c65b13f64885429181c4fa2eba5ac4282
2021-10-29[MULTICLOUD] Release k8splugin after integration testsLukasz Rajewski1-1/+1
Fixes in the k8splugin after cnfo integration tests. Issue-ID: MULTICLOUD-1409 Issue-ID: MULTICLOUD-1414 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I465cb0ba6432fa8d70b0463caeac7a1d4a1102ed
2021-10-28Merge "[OOF] Update chart with service account"Krzysztof Opasiak18-1/+60
2021-10-28Merge "[NBI] Update chart with service account"Krzysztof Opasiak3-0/+10
2021-10-28Merge "[MSB] Update chart with service account"Krzysztof Opasiak13-4/+41