aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06[MULTICLOUD] Log4j vulnerability fixBin Yang4-4/+4
The fix in artifactbroker changing log4j version into 2.16 Issue-ID: MULTICLOUD-1433 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I032d7274446b40889cedba41103eed8bf7021717
2022-01-06[DCAE] Log4j vulnerability fix with patched containersvv770d3-5/+6
VES/Mapper/RestConf container updated with log4j 2.16.0 version Change-Id: If58dc1a35172f896cb4b585259ad34a59100225a Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3022
2022-01-06[SDNC] Log4shell fixDan Timoney5-5/+5
This update remediates the log4shell security vulnerability in SDNC by installing updated versions of the SDNc images which have been patched. Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63377cd21254b70a83a7302841cb5ac12f19d422
2022-01-05[MARIADB] Downgrade mariadb versionSylvain Desbureaux5-5/+5
Use version 10.6.5-debian-10-r28 instead of 10.6.5. Also align clamp and so to use the same version as the other ones Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie1db09b03daa1bb7792ee0ff6a73bd3483213e75
2022-01-03Merge "[COMMON] Fix more array bashisms"Sylvain Desbureaux1-5/+8
2021-12-16Merge "[COMMON] Fix some array bashisms"Sylvain Desbureaux1-5/+5
2021-12-16Merge "[GLOBAL] Move to Gitlab"Sylvain Desbureaux13-5/+685
2021-12-16[COMMON] Fix more array bashismsguillaume.lambert1-5/+8
pointed out by checkbashisms. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ia22b064a6bda5f7e2cb50247bc3c47a8b162466c
2021-12-15[COMMON] Fix some array bashismsguillaume.lambert1-5/+5
pointed out by checkbashisms Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Iac07813968e42af1f5a18b0cefb4aee85aa2b880
2021-12-15Merge "[DCAE] Log4j vulnerability fix"Krzysztof Opasiak3-0/+8
2021-12-15Merge "[SDNC] Mediate log4shell vulnerability"Krzysztof Opasiak3-0/+6
2021-12-15Merge "[DMAAP][MR] Allow kafka to run with < 3 replicas"Krzysztof Opasiak2-3/+10
2021-12-15Merge "[GLOBAL] Bump Java JRE image"Krzysztof Opasiak2-2/+2
2021-12-15Merge "[GLOBAL] Bump curl image"Krzysztof Opasiak2-2/+2
2021-12-15Merge "[POLICY] Change API and PAP usernames"Sylvain Desbureaux8-13/+13
2021-12-15Merge "[COMMON] Make our common charts compatible with helm 3.7+"Sylvain Desbureaux2-3/+2
2021-12-15Merge "[COMMON] Make namespace configurable"Sylvain Desbureaux2-3/+14
2021-12-14[SDNC] Mediate log4shell vulnerabilityDan Timoney3-0/+6
Add Java system property setting to remediate day zero vulnerability, pending more permanent fix (upgrade CCSDK/SDNC to log4j v2.15.0, and upgrade to a version of OpenDaylight that has upgraded as well). Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id2a9e2743490daa23f3fa51f10a43beb91290e0b
2021-12-14[DCAE] Log4j vulnerability fixVijay Venkatesh Kumar3-0/+8
Disable explicitly the msg format lookups Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3022
2021-12-14[COMMON] Make our common charts compatible with helm 3.7+Krzysztof Opasiak2-3/+2
Helm 3.7.0 introduced a new .Chart variable named IsRoot. In the same time they refactored the representation of .Chart and it no longer is a dictionary but a structure which confuses mergeOverride. In order to keep our tricks working we need to skip .Chart while doing a deepCopy of our current context. Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I230e2ba460ddf09377d8de6c1366d4fd82f764cd
2021-12-14[POLICY] Change API and PAP usernamesadheli.tavares8-13/+13
- change references of healthcheck to policyadmin regarding API and PAP auth - add robot variables to accommodate the referred changes. Issue-ID: POLICY-3815 Change-Id: I318b7f44d9e7f554d98d845abd80cc6512831b78 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-12-14[GLOBAL] Move to GitlabSylvain Desbureaux13-5/+685
Add all necessary files in order to move OOM repo to gitlab and also uses gitlab-ci features. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie3ba8d22828b103219d590886a8c58825eff2eef
2021-12-13Merge "[COMMON][MARIADB] Bump version to 10.6.5"Krzysztof Opasiak3-3/+3
2021-12-13Merge "[COMMON][MONGO] Bump Mongo to latest 4.x version"Krzysztof Opasiak1-1/+1
2021-12-13Merge "[COMMON] Fix FUNCNAME bashisms"Sylvain Desbureaux1-8/+2
2021-12-13Merge "[HOLMES] Alter table to align with Ves 7.1 changes in Holmes-ms"Sylvain Desbureaux1-5/+4
2021-12-13Merge "[COMMON] Add a pre-commit-auto-update tox profile"Sylvain Desbureaux2-1/+7
2021-12-13Merge "[DCAEGEN2] Add missing configurations in son-handler helm chart"Sylvain Desbureaux1-2/+24
2021-12-13Merge "[DCAEGEN2] Update healthcheck to version 2.4.0"Sylvain Desbureaux5-5/+14
2021-12-13[HOLMES] Alter table to align with Ves 7.1 changes in Holmes-msVenkata Molluru1-5/+4
Table altered in Holmes-ms, same to be aligned in helm chart Issue-ID: HOLMES-308 Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com> Change-Id: I6a2a93fbcf232639c9f3d2853a91011a0f70673f
2021-12-13[COMMON] Fix FUNCNAME bashismsguillaume.lambert1-8/+2
pointed out by checkbashisms. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I949263ef21c3dd600b2040491428fdba6cba69ef
2021-12-13Merge "[COMMON] Add a shellcheck tox profile"Sylvain Desbureaux1-0/+7
2021-12-13Merge "[COMMON] Changed mongo storage location to enable persistance"Sylvain Desbureaux1-1/+18
2021-12-12[COMMON] Add a pre-commit-auto-update tox profileguillaume.lambert2-1/+7
This profile can be called manually to upgrade linters declared in the pre-commit configuration file. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ia3ccb818f973eba94d1723a14fc7775515ca8a48
2021-12-12[COMMON] Add a shellcheck tox profileguillaume.lambert1-0/+7
Shellcheck is a shell linter. It can include good remarks as well as false positives. It is currently not activated in the CI. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie392ce030f877ab6bdca9e91d7f8ec6820f34d79
2021-12-12[GLOBAL] Move checkbashisms to a dedicated scriptguillaume.lambert2-10/+30
Using a dedicated shell script rather than scripts commands directly in tox.ini configuration is usually recommanded. It avoids quoting hell issues and ensures a better virtualenv isolation. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic4764f628d6f8c3bb4d0dd36a0559603c80f6c4a
2021-12-10[DMAAP][MR] Allow kafka to run with < 3 replicasSylvain Desbureaux2-3/+10
Current hardcoded configuration doesn't allow kafka to be run with less than 3 replicas. This patch fixes this Issue-ID: OOM-2831 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iffd78a3eaa808e62a74fbc08f26e19f1644440df
2021-12-10[GLOBAL] Bump Java JRE imageSylvain Desbureaux2-2/+2
Use onap/integration-java11 11.0.0 image for Jakarta Issue-ID: SECCOM-271 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id5aab493eebae3787d636c6a771c58d0b9d98558
2021-12-10[GLOBAL] Bump curl imageSylvain Desbureaux2-2/+2
Use curl 7.80.0 image for Jakarta Issue-ID: SECCOM-271 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ieb288a29acd36bacec9a36e06717514adce04bd3
2021-12-10[COMMON] Changed mongo storage location to enable persistanceAndreas Geissler1-1/+18
Added initContainer to fix the permissions of the to be mounted volume and changed intent Issue-ID: OOM-2864 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I188d7f6002405e810dd54d1043824979b4d83d42
2021-12-10[COMMON][MARIADB] Bump version to 10.6.5Sylvain Desbureaux3-3/+3
Bump version to the one asked by SECCOM. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I99a4c1e412a2288b595d78470dc433466586529b
2021-12-10[COMMON][MONGO] Bump Mongo to latest 4.x versionSylvain Desbureaux1-1/+1
As we need to be on 4.4 before upgrading to 5.0, let's update to 4.4 for Jakarta and 5.x in Kohn release Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie72f83f5380d9d5f0427dbd4f0f9ba8fa97c8780
2021-12-09[DCAEGEN2] Update healthcheck to version 2.4.0Jack Lucas5-5/+14
Add health checks for DCAE microservices deployed after the initial installation of dcaegen2-services. Issue-ID: DCAEGEN2-2959 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ife7620b252641d0ac466f3bb977d826f6e955446
2021-12-09[DCAEGEN2] Add missing configurations in son-handler helm chartMalarvizhi1-2/+24
Update the missing CPS configurations in son-handler chart Issue-ID: DCAEGEN2-2998 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iad0d185d9b28836c63e26a9cd1328dd3fd65968d
2021-12-09Merge "[ROBOT] ADD BULKPM testsuite to use helm based component services"Sylvain Desbureaux4-21/+135
2021-12-09[COMMON] Make namespace configurablexuegao2-3/+14
Make the namespace parameter configurable for CertInitializer and ReadinessCheck Chart Issue-ID: OOM-2888 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: I5bb4e86be935921af1d852d6d7666fb5c8eaf725
2021-12-08[COMMON] Fix & add to bashisms CI failover scriptsguillaume.lambert2-3/+5
Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Icf139e50d44aed0315d0e4cb21c59ad05a5a3bdb
2021-12-08[COMMON] Fix "local var=XX" bashismsguillaume.lambert6-23/+53
Variable attribute 'local' is not POSIX but is LSB supported. It is available in other shells such as ash or dash. And in ksh, local is the default scope of functions vaiables. Though, the syntax "local var=XX" is only supported and found in bash. Sadly, this is not detected by checkbashims. - fix "local var=XX" bashisms - add a manual command in tox.ini to detect them in the CI https://wiki.ubuntu.com/DashAsBinSh#local https://wiki.ubuntu.com/DashAsBinSh#declare_or_typeset https://stackoverflow.com/questions/12000949/scope-of-variables-in-ksh Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Iff26e50cd352eeb760d923a4740a6f92184fe0f2
2021-12-08[ROBOT] ADD BULKPM testsuite to use helm based component servicesKrzysztof Kuzmicki4-21/+135
Changes required in OOM before adding BULKPM test cases that use helm based component services Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I188c847ff7b4f66c88f2b067c0c05ba1c19ac1d7
2021-12-07[GLOBAL] Migrate to helm v3efiacor541-7919/+4673
Move all Chart.yaml to use apiVersion: 2 Move dependencies from requirements.yaml to Chart.yaml Changes to all makeFiles Changes to helm deploy plugin Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0 Issue-ID: OOM-2845