summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2020-07-15Merge "[SO] bump the SO modules" into frankfurtSylvain Desbureaux1-1/+1
2020-07-13[AAF CertService] Increase certificates validityTomasz Wrobel5-30/+31
Root keys of certificate should have 10 years validity. Issue-ID: AAF-1175 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0ff9ed6ff095baa0797a2af50eca740e9b4a5c6b
2020-07-10Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'frankfurt' to 878f64c190e1dc5937ed30ff13921ff7fb1cbd97 - Bump 1.6.4 version for Frankfurt maintenance release This new version includes minor fixes for ue case support Issue-ID: INT-1652 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I773d78906c5b32678e58eafe825ba12059ff52cf (cherry picked from commit 44a38a594677ca38c4eea288908ebf503ad91b4e)
2020-07-09Merge "Add property enabling the py-executor component" into frankfurtSylvain Desbureaux1-0/+2
2020-07-09Merge "[CLAMP] Allow to use ' in clamp mariadb passwords" into frankfurtSylvain Desbureaux3-0/+213
2020-07-09[SO] bump the SO modulesseshukm1-1/+1
bump the SO modules for the F maintenance release This is from 1.6.3 to 1.6.4 SO-appc-Ochestrator is released first time in this release Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib73e08ecaf2a93153cda9eef4dd2880f5376b6c8
2020-07-08Merge "bump the SO version" into frankfurtSylvain Desbureaux12-12/+12
2020-07-08Merge "[CDS/SDNC] Update versions for Frankfurt mtce release" into frankfurtSylvain Desbureaux10-10/+10
2020-07-08Merge "[COMMON] Allow to use ' in mariadb-init" into frankfurtSylvain Desbureaux1-1/+4
2020-07-08[CDS/SDNC] Update versions for Frankfurt mtce releaseDan Timoney10-10/+10
Updated CDS versions to 0.7.5 and SDNC versions to 1.8.4 for Frankfurt mtce release. Note: version 0.7.5 contains fix to remove hard-coded certs from py-executor docker container. Issue-ID: CCSDK-2519 Issue-ID: CCSDK-2399 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8a6e02d94e9ab8108950543b6431c46fde2016dc (cherry picked from commit dfe1ee071903b421a37c062458b78ddf3690f311)
2020-07-07bump the SO versionseshukm12-12/+12
Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Idc5107ef640f760acbc285c7e74a2371f54c2431
2020-07-07Add new SO component so-appc-orchestrator to OOMRamesh Parthasarathy8-0/+386
- This is a new component with SO - This component polls bpmn for any app-c related tasks. If there is one, it will pick up the task, execute the task and provide task status to bpmn - SO code related to this functionality has already been delivered by Elena. Issue-ID: SO-2903 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I1bb3afd437f420304c41255560fbe13106eefb83
2020-07-06Merge "[SO] Sync up with the last-minute MSB certificate changes." into ↵Krzysztof Opasiak2-5/+5
frankfurt
2020-07-06[COMMON] Allow to use ' in mariadb-initKrzysztof Opasiak1-1/+4
' is one of characters that are placed in passwords by our default password generation algorith. As ' is a special character in SQL we need to escape it before concatenating it with SQL command. Let's also add set -e to fail if any of databases has not been created Issue-ID: OOM-2436 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ida8c75639eaa4049e3f874d30666f1fe4dc02e12 (cherry picked from commit c5dac87fa301247928211d5944be22ae14bcd534)
2020-07-03[CDS] Add hardcoded certificates to CDSSylvain Desbureaux6-7/+153
Issue-ID: CCSDK-2410 Issue-ID: CCSDK-2519 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I23aa5fd6c23659efece70067172660aaa3d4909c
2020-07-03[SO] Sync up with the last-minute MSB certificate changes.MukeshKumar2-5/+5
JKS file for SO Sol003 adapter updated to reflect changes in MSB. White spaces removed in override file which caused issues. Issue-ID: SO-2982 Change-Id: I6bdc16cdb585cf33580b710f6e60c139bb9034d4 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-07-03Merge "[POLICY] add env passwords to api/pap/xacml/dist" into frankfurtSylvain Desbureaux8-0/+73
2020-07-02[POLICY] add env passwords to api/pap/xacml/distjhh8-0/+73
keystore and truststore passwords are now stored as secrets to be accessed by environment variables. Issue-ID: POLICY-2575 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I5831f5c7bc040d036c38c321b5cc87848e80ca48
2020-07-02Merge "Revert "[COMMON] add pre upgrade script for mariadb-galera"" into ↵Krzysztof Opasiak7-333/+3
frankfurt
2020-06-25[CLAMP] Allow to use ' in clamp mariadb passwordsKrzysztof Opasiak3-0/+213
' is one of characters that are placed in passwords by our default password generation algorith. As ' is a special character in SQL files we need to escape it before substituting environment variables in .sql file. Issue-ID: CLAMP-878 Reported-by: Fiachra Corcoran <fiachra.corcoran@est.tech> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0423b0eaecf7cc16892c10b14881c4d09a24a1d0 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-25Revert "[COMMON] add pre upgrade script for mariadb-galera"Sylvain Desbureaux7-333/+3
This reverts commit f5993cdff9c9d873966d24e7987094fee4d13f0d. Reason for revert: upgrade script is not working well in all situations Issue-ID: INT-1633 Change-Id: Ic743f36fac73315eb10189e82cda80aa60e49af8 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-06-24Merge "Fix SDNC DMAAP consumer properties in HELM charts" into frankfurtSylvain Desbureaux3-7/+7
2020-06-19Fix SDNC DMAAP consumer properties in HELM chartsSandeep Shah3-7/+7
Minor configuration changes required in 3 SDNC DMAAP listener/consumer properties Issue-ID: OOM-2400 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I329d0cb6e7f706ff3ad22eabdbcce442a9c56410
2020-06-19[RELEASE] Change AppVersion for onap main chart6.0.0Sylvain Desbureaux1-1/+1
Issue-ID: OOM-2424 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iee3f9b6e1dc0dd278c9c55d317827f16ac8b3389 (cherry picked from commit 9c2c7cfe29b0fb2cad1f13ab5b50e896aac1007a)
2020-06-18Add property enabling the py-executor componentJulien Fontaine1-0/+2
Issue-ID: CCSDK-2414 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951 (cherry picked from commit a0aae63297e64016db2a441c23240849ebf4f2f2)
2020-06-12correct uid and gid for blueprints deploy folderAbdelmuhaimen Seaudi1-1/+1
Issue-ID: CCSDK-2425 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ib520bab2d2ffcd5e0791b4a6cd1eaa50d3c29e76
2020-06-11[AAF SMS] Use certInitializer for certificatesSylvain Desbureaux137-25/+708
AAF SMS was hardcoding its certificates in the container. This patch makes use of certInitializer in order to retrieve "fresh" certificates. In order to use certInitiliazer in a sub component, we had to move charts to component and add the right requirements. Issue-ID: AAF-1159 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6ec55eddffd54dd56b03cea1a6f0b437f8bfa299 (cherry picked from commit 0de302ad6212185c842ce7232319e19d994dd520)
2020-06-10[COMMON] add pre upgrade script for mariadb-galeratringuyen7-3/+333
When upgrading from a version to another, it may be impossible to do it "simply" because of changes in immutable properties of statefulsets. We change that here by creating a temporary deployment which will hold the whole databases during the time the old statefulset gets destroyed and the new one gets created. Issue-ID: OOM-2316 Signed-off-by: tringuyen <tri.nguyen@tatacommunications.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I318d72830d5002f50597e23e0753e292f8b47c53 (cherry picked from commit eb9eb59171a43d25fb012aaad0a1d37ca86bc2bf)
2020-06-08Merge "[CONTRIB] Change EJBCA to work on HTTP 8080" into frankfurtSylvain Desbureaux1-0/+1
2020-06-04[AAF] Add CMPv2 Cert ServiceEmmettCox16-0/+510
This new micro service allow retrieval of certificates using CMPv2 protocol and relay the requests to CA server (such as EJBCA provided in contrib folder). Issue-ID: AAF-1083 Change-Id: Ib3acba3d071533ad933d043f067147e8406d8fa8 Signed-off-by: EmmettCox <emmett.cox@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> (cherry picked from commit bca68e048a74ac3754e76ed738090402f7cbfd13)
2020-06-04[CONTRIB] Change EJBCA to work on HTTP 8080egernug1-0/+1
Issue-ID: SDNC-1136 Change-Id: I863bd7b280701c503ba45af6ba8e85f48ea18cfb Signed-off-by: egernug <gerard.nugent@est.tech> (cherry picked from commit 9903d6b77b32fb6a70194716a7aeeb7a84e508c1)
2020-06-04Merge "[common] Make sure that we declare repository in certInitializer" ↵Sylvain Desbureaux2-1/+2
into frankfurt
2020-06-04Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'frankfurt' to 36eee9317915ad1728421a5abeaa84fff239911c - bump testsuite 1.6.3 for frankfurt RC2 the delta with 1.6.2 includes minor fixes for - 5gbulkpm - pnf-registrate Please note that these changes are already taken into account in CI as xtesting dockers are rebuilt everyday but it is cleaner to execute the use cases Issue-ID: INT-1553 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibd41c65d4190421e7c790f7e1f8a754923803757 Signed-off-by: mrichomme <morgan.richomme@orange.com> (cherry picked from commit 7ee95b4c8f667dd0506499db17688473309cd91e)
2020-06-04Merge "bump the so version to 1.6.3" into frankfurtSylvain Desbureaux12-12/+12
2020-06-03[common] Make sure that we declare repository in certInitializerKrzysztof Opasiak2-1/+2
Not all components declare repository in the global section which may lead to some error when processing just a single component instead of whole onap. To avoid this let's make sure that cerInitializer sets repository url internally. Issue-ID: OOM-2416 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4fd2a235b188c7ee09d0173dbaa873141187a077 (cherry picked from commit 1b6861577c9b0a67e14ce70b1ddecc2e70db88ca)
2020-06-02Using AAF release 2.1.23 dockersChrisC3-5/+5
Uplifting AAF to 2.1.23 Issue-ID: AAF-1127 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ib7f76feb6d3adc622d4f198a1f954062d84a3ca2
2020-06-02Merge "Update SDNC/CCSDK to Frankfurt RC2 versions" into frankfurtSylvain Desbureaux12-12/+12
2020-06-02Merge "[PORTAL] Use common aaf template in portal-sdk" into frankfurtSylvain Desbureaux5-41/+18
2020-06-02Merge "[DMAAP] Use common aaf template in dmaap-dr-prov" into frankfurtSylvain Desbureaux5-164/+22
2020-06-01[PORTAL] Use common aaf template in portal-sdkKrzysztof Opasiak5-41/+18
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Change-Id: I49a7da1458b50dd1c550dbed5e686efc1c8e948d Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> (cherry picked from commit 09f5279dfbf989fc2403f632869ee74bb0d9b9fb)
2020-06-01[DMAAP] Use common aaf template in dmaap-dr-provKrzysztof Opasiak5-164/+22
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Change-Id: I266017e4acbcdac89a31dfba775380fd5cd9acfe Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> (cherry picked from commit 2df4a7841dda43f016f6b7665f5e2e13f3616557)
2020-06-01Use SDC 1.6.6 containersOfir Sonsino4-7/+7
Change-Id: I6d14baf950e413caa9d672a96d4a194bccb507f9 Issue-ID: SDC-2948 Signed-off-by: Ofir Sonsino <os0695@intl.att.com> (cherry picked from commit 04da1c28d8617fbabdedf18fda3aa4e99e2a9562)
2020-06-01Merge "Increment release version for osdf & has" into frankfurtKrzysztof Opasiak4-6/+5
2020-06-01Update git submodulesForsyth, James (jf2512)1-0/+0
* Update kubernetes/aai from branch 'frankfurt' to 64644ed8954a67f51abb98bb3cf3444ba6db0f64 - Change to released 1.6.9 schema-service Issue-ID: AAI-2593 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I73260f6a79804d46aac696eff7ff0d985093d303 (cherry picked from commit 01adc58bfb26c1d8e7415855293c1ae766c7a417)
2020-06-01Update SDNC/CCSDK to Frankfurt RC2 versionsDan Timoney12-12/+12
Update versions for SDNC and CCSDK dockers to reflect Frankfurt RC2 versions. Issue-ID: SDNC-1171 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iaf34379550d148a164341dac6c44fa20926b8ccb (cherry picked from commit 830b85f4e37b11136e473182f64ed5612e5edb72)
2020-05-31bump the so version to 1.6.3seshukm12-12/+12
Issue-ID: SO-2821 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0195408a29283c8fa3fe84ae72d616e1822bd3aa
2020-05-29Increment release version for osdf & hasvrvarma4-6/+5
Update osdf and has configurations Change-Id: I900ca5143fea1e5cd38d382abd5fe9b08af1a4de Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760 (cherry picked from commit 96294cd67ebb8fef62399a96bff624e24d40a8bc)
2020-05-29Merge "Release Clamp 5.0.7" into frankfurtSylvain Desbureaux2-2/+2
2020-05-29Merge changes I9b3c7aab,Ia75ba66d,I66886290,I630154c4,I42bb5a88, ... into ↵Sylvain Desbureaux102-308/+2531
frankfurt * changes: [COMMON] Use common aaf template in elasticsearch [PORTAL] Move portal subcharts to components [SDNC] Use common aaf template in sdnc [COMMON] Fix certInitializer to use proper global values [DMAAP] Use common aaf template in dmaap-bc [COMMON] Fix certInitializer [COMMON] Override truststore in aaf_agent image
2020-05-29Release Clamp 5.0.7sebdet2-2/+2
Release clamp 5.0.7 containing an important fix for clamp-857 Issue-ID: CLAMP-857 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I94b0d11ca0e6fdf441784c8cb77860d002923dad