summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2022-04-26[STRIMZI] Add kafka admin userefiacor2-1/+32
Adding admin user for kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I077c9453fa68ed6e1c39f0fabc7e459df7027f9d Issue-ID: DMAAP-1705
2022-04-26[HOLMES] Reduced Log InfoGuangrongFu2-6/+6
Raise the logging level from DEBUG to INFO to reduce the amount of logs. Issue-ID: HOLMES-529 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I8ccee757a86b51ee7f09658a41fd869f6d3c79d5
2022-04-25[AWX] Remove nonssl NodePortefiacor2-3/+1
Remove nonssl NodePort Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I5ee4294771e1b6559b64ddb14ddb123761ccdc4c Issue-ID: OOM-2966
2022-04-25[OOF] Update OOF-HAS container to 2.3.0Krishna7-6/+53
Update OOF-HAS container to 2.3.0 Issue-ID: OPTFRA-1037 Signed-off-by: Krishna <krishnamoorthy.manoharan@stl.tech> Change-Id: I46f6a23ce0f61cf22559e39e29a0118cc9730136
2022-04-25[SDC] Remove http nodePortefiacor2-4/+0
Removing http nodePort Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8 Issue-ID: OOM-2966
2022-04-25Merge "[CDS-STRIMZI] Migrate cds to use strimzi kafka"Lukasz Rajewski6-23/+234
2022-04-25[COMMON] Fix shopt nullglob bashismguillaume.lambert1-1/+0
pointed out by checkbashisms. shopt, and therefore all the options it provides (only nullglob here) are not defined by POSIX and are bash-specific. The specific option nullglob is well documented in the bash manual. In short, it makes filename globbing patterns that do not match any filenames simply expanded to nothing rather than remaining unexpanded. $ echo my*file my*file $ shopt -s nullglob $ echo my*file This is actually useless in the script where it is used here since no blob is used to expand such filenames. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Id336c17a46c6e5c0748562e7cd8f0efa5570ce6d
2022-04-25Merge "[HOLMES] Updated the Docker Version to the Latest"Fiachra Corcoran2-2/+2
2022-04-24[HOLMES] Updated the Docker Version to the LatestGuangrongFu2-2/+2
Updated docker versions. Issue-ID: HOLMES-529 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Ib9b576f035a7daae556265ff6461894932d591a5
2022-04-23[COMMON] Fix declare bashismsguillaume.lambert1-2/+10
pointed out by checkbashisms. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I4940176970266238168009ffd56bce956c7ece69
2022-04-23[POLICY] GUI changes for Spring boot migrationdanielhanrahan3-63/+49
Update chart to run Spring Boot version of policy-gui Remove obsolete nginx config Issue-ID: POLICY-3980 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I34ff95be09a416e07d2f4ad8bdaea71c1a1e7111
2022-04-23Merge "[DCAE] Update application config properties for slice/son/kpi ms"Fiachra Corcoran3-22/+0
2022-04-23Merge "[MODELING] Update modeling/etsicatalog image"Fiachra Corcoran1-1/+1
2022-04-23Merge "[SDC-WD] Release 1.11.1 sdc-workflow-designer"Fiachra Corcoran2-3/+3
2022-04-23[CDS-STRIMZI] Migrate cds to use strimzi kafkaefiacor6-23/+234
Move cds to use strimzi kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I89a64399d677584829e6408c8f72e9b5ad41cabd Issue-ID: DMAAP-1706
2022-04-23[POLICY] Changes for postgresqlwaynedunican7-4/+174
Added postgres and to Chart.yaml and values.yaml Changed policy job to create dbs in posgres if used Issue-ID: POLICY-2715 Change-Id: Ia81b56faad85cdcdb261c2f369887dad3eee092d Signed-off-by: saul.gill <saul.gill@est.tech> Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2022-04-22[MODELING] Update modeling/etsicatalog imagedengyh1-1/+1
Update modeling/etsicatalog image to 1.0.14 Issue-ID: MODELING-608 Change-Id: I0abdd05c30af5a08791bd43bcfc00cb532992735 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
2022-04-22[DCAE] Update application config properties for slice/son/kpi msNiranjana3-22/+0
- Remove AAF credentials in DMAAP configuration from slice-analysis-ms, son-handler-ms and kpi-ms charts Issue-ID: DCAEGEN2-3034 Issue-ID: DCAEGEN2-3035 Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I85bee827cda40e5eca101846ab59b317c917a966
2022-04-22[POLICY] Update components to latest releasejhh10-10/+10
The exceptions are policy-drools-pdp, policy-xacml-pdp, and policy-gui that are handled in different reviews. Issue-ID: POLICY-4089 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I5d03ce22d9c69380c6f76b24383555cf71803ea4 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-04-22[POLICY] Disable prometheus monitoring by defaultRashmi Pujar13-29/+12
ServiceMonitor resource not part of native Kubernetes, it is a custom resource defined via Prometheus operator. Prometheus operator deployment is a pre-requisite to enable creating a ServiceMonitor objects. Issue-ID: POLICY-4096 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: Ia672d5d5982e61c00f8effccad0929240f54efb2
2022-04-22Merge "[POLICY] Increase hikari connection pool size for PAP & API"Fiachra Corcoran2-0/+4
2022-04-22[SDC] Update SDC docker versions to 1.10.4MichaelMorris4-7/+7
Update versions for Jakarta RC Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3909 Change-Id: I6c55858aa9b6458aafabfe54dff099a3f12ccc93
2022-04-22[SDC-WD] Release 1.11.1 sdc-workflow-designervasraz2-3/+3
Release 1.11.1 sdc-workflow-designer Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: If60baf500c8ec6192c5a63fde204ebb7f5a7dbff Issue-ID: SDC-3961
2022-04-22[POLICY] Increase hikari connection pool size for PAP & APIPrakhar Pandey2-0/+4
We saw some bottlenecks during S3P testing of API component due to the default connection pool size of 10. Setting it to 20 based on the number of parallel threads used for performance tests. The change is required because prior to spring boot migration (Istanbul and earlier), the default connection size was 32 so it was never a problem for running load tests. Issue-ID: POLICY-4007 Change-Id: Iaaa573d5fce0298e3aff05a27c2e845840a6cb06 Signed-off-by: Prakhar Pandey <prakhar.pandey@bell.ca>
2022-04-21Merge "[PMSH] Release Image 2.2.2"Fiachra Corcoran1-1/+1
2022-04-21Merge "[DCAE] Remove deprecated mS charts"Fiachra Corcoran8-335/+0
2022-04-21Merge "[MARIADB] Back to istanbul version of mariaDB image"Fiachra Corcoran3-3/+3
2022-04-21[MARIADB] Back to istanbul version of mariaDB imageMichal Jagiello3-3/+3
We have stability issues with MariaDB (which didn't occur on istanbul). Issue-ID: OOM-2963 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I23b31db06dd87a45a47c8b2741b36e6387e5d1ec
2022-04-20[PMSH] Release Image 2.2.2egernug1-1/+1
Release of latest image for PMSH after merge dcaegen2-services-pmsh-docker-merge-master/182/ Issue-ID: DCAEGEN2-3116 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I497d66729b36183a1277edc625266a40c3d19707
2022-04-20[MULTICLOUD] Bug fixes in k8spluginLukasz Rajewski1-1/+1
Bug fixes in k8splugin - verification of etcd connection - improved validation of pvc status Issue-ID: MULTICLOUD-1468 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I03690d365d5d5b15805f8ab20b8fa8aeb2935638
2022-04-19[CCSDK][SDNC] Install Jakarta versionsDan Timoney13-12/+18
Install Jakarta M4 versions of CCSDK and SDNC docker containers Issue-ID: CCSDK-3604 Issue-ID: SDNC-1672 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ifd5da73e9fd6937e9e395522b49f60263f64d472
2022-04-19[POLICY] Enhance liveness probes and metricsjhh7-10/+75
- added logback prometheus support for xacml and drools. - enabled enhanced healthchecks. - enabled enhanced liveness probes for drools pdp to detect stuck PDP application and restart it. - add prometheus servicemonitor for drools. - set latest docker image versions for drools-applications and xacml Issue-ID: POLICY-3386 Issue-ID: POLICY-4089 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I0ffd9bf93452f8a7a63deb33f2103f9b80476d07 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-04-15Merge "[AAI] Upgrading to the latest v26 default schema version config"Fiachra Corcoran5-6/+6
2022-04-14[AAI] Upgrading to the latest v26 default schema version configwr148d5-6/+6
CCVPN use case introduced some new model updates in Jakarta which require the default schema being moved to v26. New schema-service version too. Issue-ID: AAI-3466 Change-Id: I3ee06a2ee4ea21cd99a9e8e059a94d93441fee0c Signed-off-by: wr148d <wr148d@att.com>
2022-04-13[POLICY] Rename from TOSCA Control Loop to ACMFrancescoFioraEst37-116/+304
Update CLAMP OOM Configuration for rename from TOSCA Control Loop to ACM Issue-ID: POLICY-3942 Change-Id: I2044dfb68f22dc27d701c7bea1e2a2eab69cb28d Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
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-11[DCAE] Remove deprecated mS chartsVijay Venkatesh Kumar8-335/+0
BBS-Ep deprecated with J release Change-Id: I05ff9c496ac55f660f3e6cc0236ace601c45df2b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2974
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