summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-10-31Merge "[MULTICLOUD] Release k8splugin after integration tests"Sylvain Desbureaux1-1/+1
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[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
2021-10-28[OOM] Fix issue with K8S semver checksebdet1-1/+1
The current kubeVersion leads to deployment issue, 1.19.X-Y X-Y must be added so that it can work on a patched k8s. Issue-ID: OOM-2873 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I90df220853f2884c7ade415b060a227e5f6ecb50
2021-10-28[DCAEGEN2] Added imagePullSecret to cleanup jobAndreas Geissler1-1/+3
Added the imagePullSecret in the job to enable private registries with credential access Issue-ID: OOM-2869 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I00f2166dee740a226f30e51b81b5e8e7f8396d04
2021-10-27Merge "[MULTICLOUD] Release to fix java cve issues"Krzysztof Opasiak4-4/+4
2021-10-27[SO] Fix so-openstack-adapter support for Keystone V3 apiMarcin Wilk4-1/+17
Currently so-openstack-adapter configuration file contains hardcoded v2.0 Keystone endpoint. This fix allows for defining Keystone api version via values/override file Change-Id: Ib81c2888784d3d41c1ac2464c122a426743023dd Issue-ID: OOM-2866 Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
2021-10-27[SO] Update the pods for cnf-adapter for the latest issuesLukasz Rajewski1-1/+1
Istanbul related pairwise testing issues resolved and updated the pods. Issue-ID: SO-3404 Issue-ID: SO-3795 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ieb133108231562efb24a06f605ece64f76ee1e7c
2021-10-27[MSB] Update chart with service accountfarida azmy13-4/+41
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2861 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I6670bde473aef92399acd35b1efbfd4743438ef6
2021-10-27[NBI] Update chart with service accountfarida azmy3-0/+10
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2867 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I63aa457b22c798b481bcca7cc33ca592d7eca0b9
2021-10-27[POLICY] Update core images/config for RC istanbulliamfallon12-12/+12
Updated images for all components. Issue-ID: POLICY-3696 Change-Id: Idf598cc4d59c7a67327fe470121b004c890343cc Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-27Merge "[DCAEGEN2] Update son-handler image version to 2.1.5"Sylvain Desbureaux1-1/+1
2021-10-27Merge "[POLICY] Altered helm chart for policy-clamp-be"Sylvain Desbureaux4-232/+267
2021-10-27[OOF] Update chart with service accountfarida azmy18-1/+60
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2872 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Id55593ca2103c962ad95925ae418cf143906ef50
2021-10-27Merge "[CPS] Service Mesh Compliance for CPS"Sylvain Desbureaux3-6/+6
2021-10-27[SDC] Update SDC to 1.9.4MichaelMorris4-7/+7
Updating SDC images for Istanbul RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3744 Change-Id: I37d9bcde09fa3de52242a776b572f24a61a872e5
2021-10-27Merge "[SDC] Exposing new parameters in chef config"Sylvain Desbureaux2-1/+7
2021-10-26[DCAEGEN2] Update son-handler image version to 2.1.5malar1-1/+1
Bug fix in filtering new FM notification Issue-ID: DCAEGEN2-2943 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Id3651b323934ddd325d5e9f9681dc472874a92d6
2021-10-25[MULTICLOUD] Release to fix java cve issuesLukasz Rajewski4-4/+4
This release focus on fixing cve issues by upgrading dependencies with regarding to artifactbroker, framework. Issue-ID: MULTICLOUD-1334 Issue-ID: MULTICLOUD-1344 Signed-off-by: Bin Yang <bin.yang@windriver.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I0f05444a55c9928de812af6c0b732492746948eb
2021-10-22[POLICY] Altered helm chart for policy-clamp-besaul.gill4-232/+267
Added runtime-controlloop url and creds to application.properties Added new image to values Fixed SpringBoot issue where config could not be found Issue-ID: POLICY-3593 Change-Id: Ie54b4b10b3df428f6d6f72f2f53d6384f24c00cc Signed-off-by: saul.gill <saul.gill@est.tech>
2021-10-21Merge "[COMMON] Fix trailing blanks found by pre-commit"Sylvain Desbureaux8-29/+28
2021-10-20Merge "[HOLMES] Bumped the version of holmes-rule-mgmt"Sylvain Desbureaux1-1/+1
2021-10-20Merge "[DMAAP] Bump image versions"Sylvain Desbureaux8-15/+33
2021-10-20Merge "[CPS] Update cps-core image version 2.0.1"Sylvain Desbureaux1-1/+1
2021-10-20Merge "[OOF] Slicing_config exposed in the OOM config"Sylvain Desbureaux2-0/+101
2021-10-20Merge "[SO] Add properties for history cleanup window"Sylvain Desbureaux2-3/+12
2021-10-20Merge "[CDS] Add toggle for disabling command-executor blueprints PVC"Sylvain Desbureaux2-1/+5
2021-10-20Merge "[COMMON] Bump ONAP version"Sylvain Desbureaux457-1214/+1669
2021-10-20[COMMON] Fix trailing blanks found by pre-commitguillaume.lambert8-29/+28
pre-commit is now enforced by the CI chain. Meanwhile, trailing blanks were introduced in the code base and must be fixed so that gate pass. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I54daa27a1fdf019a6777e9b90274d0ef4f1ba08e
2021-10-20Merge "[DCAEGEN2-SERVICES] Fix and resolve remote references in st. def. domain"Sylvain Desbureaux18-1372/+2407
2021-10-19[DCAEGEN2-SERVICES] Fix and resolve remote references in st. def. domainKrzysztof Kuzmicki18-1372/+2407
As it was agreed with Vijay we are downgrading standard defined domain used in OOM to version that is compatible with helm charts and config map size used during ONAP deployment. In order to upgrade schema map user need to use OOM/UTILS script and update deployments of: - dcae ves collector - dcae ves openapi manager Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: DCAEGEN2-2893 DCAEGEN2-2894 DCAEGEN2-2895 Change-Id: I09caa95041cf9bd5825d384eaf513cfecf24044d