aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2022-04-13Merge "[CPS] Fix statefulset upgrade"Lukasz Rajewski3-6/+10
2022-04-12Merge "[ROBOT] Do not use NodePort in Robot"Lukasz Rajewski1-1/+1
2022-04-12Merge "[POLICY] Enable cluster role for k8s-ppnt"Fiachra Corcoran1-2/+26
2022-04-12Merge "[DCAE] Update pm-mapper default vaules"Lukasz Rajewski1-6/+6
2022-04-11Merge "[DEPLOY] Use HELM_NS for kubectl commands"Lukasz Rajewski1-5/+7
2022-04-11[CPS] Fix statefulset upgradeBruno Sakoto3-6/+10
Remove helm chart label from timescaledb statefulset fields for which updates are forbidden Issue-ID: CPS-857 Change-Id: I024ef0cd8c23c477e1d43a1a4ee9c5d6d1743f3b Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
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-10Merge "[STRIMZI] Fix random node port allocation"Lukasz Rajewski2-1/+9
2022-04-09Merge "[SDC][MariaDB] Increase persistance volume size of mariadb-galera"Lukasz Rajewski1-1/+1
2022-04-08[STRIMZI] Fix random node port allocationefiacor2-1/+9
Assign fixed nodeports for strimzi Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib28d18ac0825523e897c529ca13712d2fc83ee67 Issue-ID: OOM-2960
2022-04-08Merge "[SO] First release images for the J release"Lukasz Rajewski8-8/+8
2022-04-07[SDC][MariaDB] Increase persistance volume size of mariadb-galeraMichal Jagiello1-1/+1
We observed from time to time issues with fetching data from mariadb-galera. We suppose that can be related with too low persistence volume size of mariadb-galera. Increase that value and observe gating and daily. Issue-ID: SDC-3949 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I964351b755e11a513da42f1c11da86bb1130ad96
2022-04-07Merge "[MULTICLOUD] Changes for Jakarta release"Dan Timoney14-27/+67
2022-04-07Merge "[ROBOT] Adopt robot test cases to helm based deployment"Jack Lucas3-0/+11
2022-04-07[SO] First release images for the J releaseSeshu-Kumar-M8-8/+8
First images of SO for Jakarta release. Issue-ID: SO-3912 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com> Change-Id: I666a5a7e3be27cf24c2c557c9ce2f696213d1aff
2022-04-07[DEPLOY] Use HELM_NS for kubectl commandsefiacor1-5/+7
Use HELM_NAMESPACE instead of RELEASE for kubectl Increase timeout for strimzi deploy Issue-ID: OOM-2959 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie6d09ade07f2f229972cfa8059f58312b9d6ee20
2022-04-07[MULTICLOUD] Changes for Jakarta releaseBin Yang14-27/+67
Rebase and remove packages which has GPLv3 dependency issue Update log to redirect to stdout Issue-ID: MULTICLOUD-1224 Issue-ID: MULTICLOUD-1450 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Id850bbe9cd51a4bce6eb0fe0cfc8274b04acf41e
2022-04-06Merge "[PORTAL] Disable Portal"Fiachra Corcoran1-1/+1
2022-04-06Merge "[CPS] Set postgres replica strategy"Jack Lucas1-0/+2
2022-04-06Merge "[MODELING] Update modeling/etsicatalog image"Jack Lucas1-1/+1
2022-04-06Merge "[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue"Jack Lucas1-2/+2
2022-04-06Merge "[GLOBAL] Allow anonymous access to main repo"Jack Lucas1-3/+6
2022-04-06[PORTAL] Disable PortalMichal Jagiello1-1/+1
Portal is unmaintained and shouldn't be installed by default Issue-ID: OOM-2921 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I9e300651bee0abb0ad7de73649cc3a9b0aa84b28
2022-04-05[DEPLOY] Improve deploy.shefiacor2-44/+74
Add logic to deploy required components up front Fix storage deleteClaim on kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6dd820a40691ba3c7e3a93510d0e5eaa9f356f9b Issue-ID: OOM-2954
2022-04-04[DEPLOY] Bug fix for positional arg in deploy.shefiacor1-1/+1
Bug fix for positional arg in deploy.sh Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ic8de9baf9236e65e53a0d2d9ba084208a3212772 Issue-ID: OOM-2955
2022-04-01Merge "[STRIMZI] Adding strimzi project"Dan Timoney16-4/+320
2022-04-01[ROBOT] Do not use NodePort in RobotMichal Jagiello1-1/+1
Robot is not maintained and have wrong, self-signed certificate Issue-ID: INT-1720 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I0db6e9e309d6884813ba5d3db3dbcbf75eed3294
2022-03-31[CPS] Set postgres replica strategyBruno Sakoto1-0/+2
Strategy is set to Recreate instead of using default RollingUpdate Issue-ID: CPS-894 Change-Id: Ia5a5f54512baa6445a161c43075f0c29679691d0 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2022-03-31[MODELING] Update modeling/etsicatalog imagedengyh1-1/+1
Update modeling/etsicatalog image to 1.0.13 Change-Id: I9883d6b40f4e8d2d3ed526f4d5c8453c90e2811f Issue-ID: MODELING-592 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
2022-03-31[POLICY] Enable cluster role for k8s-ppntrameshiyer271-2/+26
Cluster role is required for the k8s-ppnt to perform helm deployments on the cluster Issue-ID: POLICY-3748 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ib916803d22f6ecf0ed16e8c75fe52b4e567069ca
2022-03-31[STRIMZI] Adding strimzi projectefiacor16-4/+320
Deploy a 2 node replica strimzi kafka cluster Reduce MR kafka to 1 replica Add kafka ready check to cps-temporal Update readthedocs with strimzi prerequisite Modify deploy.sh to deploy the strimzi kafka in advance Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I87e54ad69a174174cb86f096c07d58878e3ab14e Issue-ID: DMAAP-1621
2022-03-30Merge "[DCAE] Version revision for TCA and VES-Mapper"Sylvain Desbureaux2-2/+2
2022-03-30Merge "[POLICY] Update CLAMP OOM Configuration for Remove Clamp frontend"Sylvain Desbureaux13-511/+2
2022-03-30Merge "[DCAGEN2] Fix pm-mapper readiness values"Sylvain Desbureaux1-2/+2
2022-03-30Merge "[AAI] Upgrading to the latest images that include v25/v26 XSDs"Sylvain Desbureaux6-6/+6
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-29[ROBOT] Adopt robot test cases to helm based deploymentKrzysztof Kuzmicki3-0/+11
Adopt robot cases to helm based deployment Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I20594ae0734f3b5a3222fe38c625a4f40c31ff29
2022-03-29[POLICY] Update CLAMP OOM Configuration for Remove Clamp frontendFrancescoFioraEst13-511/+2
Remove clamp-frontend code, as this is moved to policy-gui Issue-ID: POLICY-3358 Change-Id: Id6402815ead572e8cec9f1743709d6de6f28b79c Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2022-03-28[AAI] Upgrading to the latest images that include v25/v26 XSDswr148d6-6/+6
Issues happening for SO so trying to upgrade to the latest images for e2e test to pass gating Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I666e243356e97885fa2a556ddfd524ef2458820e
2022-03-28[GLOBAL] Allow anonymous access to main repoSylvain Desbureaux1-3/+6
Today, access to main repo (nexus3.onap.org:10001 by default) mandates an user configuration. If someone is proxying it with a repository with anonymous access, it may not work. This patch allows to remove authentication by setting user to empty string. Issue-ID: OOM-2928 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I379d43343694d7dcb9212687c5a8104cc8c77bc3
2022-03-28Merge "[DCAEGEN2] Remove Consul loader init container"Sylvain Desbureaux37-448/+18
2022-03-28Merge "[MSB] Update msb gateway docker version"Sylvain Desbureaux2-2/+2
2022-03-28Merge "[UUI] Use NLP new version image"Sylvain Desbureaux1-1/+1
2022-03-28Merge "[UUI] Update image of components of UUI"Sylvain Desbureaux2-2/+2
2022-03-24[MSB] Update msb gateway docker versionjinquanni2-2/+2
Fixed the some security bug Issue-ID: MSB-654 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Iaead5b50f9c2ce2ff9840d79d65e90027abf61e8
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-23Merge "[CPS] Upgrade docker images to Jakarta"Sylvain Desbureaux3-3/+3