summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26[COMMON][ETCD] Skip startup self-discovery for etcd nodesfrankfurtKonrad Bańka1-0/+4
Current startup script of etcd checks whether all assumed other nodes are already running, before proceeding. This check, however, also includes checking localhost, but due to using headless service statefulset pod DNS discovery, it doesnt succeed immediately. In some deployments k8s DNS server may be laggy, thus failing startup script to finish before liveness check. This patch fixes such failures of 1 pod etcd clusters, and improves startup time for any size ones. Signed-off-by: Konrad Bańka <k.banka@samsung.com> Issue-ID: OOM-2668 Change-Id: I2f9263a0f4964b0a495631775d0cbbceef25e85b
2021-01-11[MULTICLOUD] provision multicloud-pike with msb https endpointBin Yang2-1/+7
ONAP MSB component disabled http endpoint during Frankfurt release multicloud-pike component has to utilize MSB https endpoint instead Issue-ID: MULTICLOUD-1195 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Ieea57dce0cebe85771d6d19932cd48085da54da0 (cherry picked from commit 7c309a53e5b4c0b65d53b233a34d806b9228d08c)
2020-12-04[POLICY] send status to pap when types are readyjhh2-1/+2
this is a port from guilin functionality Issue-ID: POLICY-2901 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ie045ca35ae8707b9043422c3c241a30300b0f4a9 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-11-17[POLICY] Add fetchTimeout to handle dmaap 503 errorRam Krishna Verma3-0/+3
Adding fetchTimeout in policy xacml-pdp, apex-pdp & pap to throttle the request for 15ms in case of getting 503 from dmaap and not flooding too many requests. Issue-ID: POLICY-2884 Change-Id: Ie03d5d7da5a6b7ac335eb9cc016c7b735faec3f0 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-11-16Update git submodulesBrian Freeman1-0/+0
* Update kubernetes/robot from branch 'frankfurt' to 5a61ec5b5deb0025d7674c5726f9530376380378 - Fix artifact and script version Issue-ID: INT-1779 Change-Id: I6b53f2ee0742251ee1d268491158107674ef1c00 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-10-22Update git submoduleskuldipr1-0/+0
* Update kubernetes/aai from branch 'frankfurt' to e6e48e394e804d2405181b6b4e91491a386add61 - Fixed concurrency issue in PNF uploading Issue-ID: AAI-3100 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: Iaf704f88477f88f8c5397a99d69b7e96dad902b2
2020-10-13[SDNC] Fix typo in setenv scriptDan Timoney2-6/+6
The setenv script used to set garbage collection options in Frankfurt contains a typo. Unfortunately, since the GC logging options are different in Frankfurt vs Guilin, we cannot simply cherry pick the Guilin change that fixed this - we must submit a separate change directly to Frankfurt. This change changes the setenv script so that it will be identical to that used in Guilin - the differences are now in sdnc values.yaml. There is a new setting (gcLogOptions), which is set here to the proper values to enable GC logging for Frankfurt. Issue-ID: SDNC-1377 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ibacdb598cc561d64d1e197d45fe485a4701e3dd8
2020-09-11[COMMON] Allow to set default password complexityKrzysztof Opasiak2-1/+19
With the introduction of common secret template many of ONAP passwords started being automatically generated. The algorithm that we use for this purpose allows to choose the complexity of generated password. By default we use "long" which contains special characters. Unfortunately this turns out to often cause some issue. To make our deployment more stable and user friendly lets allow the deployer to choose the desired password complexity. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ib7a412e19f6b44f20c8ac388393936cf5d967d4e (cherry picked from commit f5ee1c5aa533c47f93b091eafb366c4185b4ab49)
2020-09-08[CLAMP,COMMON] Escape special chars in mysql passwordsKrzysztof Opasiak2-3/+9
Fix both clamp and common mariadb-galera instances to make sure that special characters in passwords are escaped properly. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iee48523d36d404ad7b21515f0d205f2f60a507ed (cherry picked from commit 7860146d73472e3b2ff9f7390638ae608c9f9d0f)
2020-08-29update bpmn oof config to have correct configurationRamesh Parthasarathy2-0/+9
Macro Workflow fails in AssignVnfBB in step HomingBB for missing oof client configuration. It is being addressed here. Issue-ID: SO-3193 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Idadfa075b33ed68b11edbdce02be3b0192173d42
2020-07-27Merge "[DOCUMENTATION] Add Maintenance Release notes" into frankfurtKrzysztof Opasiak2-1/+49
2020-07-23[DOCUMENTATION] Add Maintenance Release notesSylvain Desbureaux2-1/+49
Add in Frankfurt release notes the part related to Maintenance release note 1. Issue-ID: OOM-2523 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I92a924a387ce5dce71cca5b48a743b8071b8a25e
2020-07-20Merge "[CCSDK] Add hardcoded dgbuilder certificates" into frankfurt6.0.1Sylvain Desbureaux7-0/+78
2020-07-17Merge "[POLICY] tomcat security upgrade legacy components" into frankfurtKrzysztof Opasiak6-75/+21
2020-07-16[POLICY] tomcat security upgrade legacy componentsjhh6-75/+21
Cert stores password support for APEX component in frankfurt (POLICY-2633). Issue-ID: POLICY-2678 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ic7bda77f0ecc59109bc0263eeb1d7c630d326128 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-07-16Merge "[SDC] Update sdc images for Frankfurt" into frankfurtKrzysztof Opasiak4-7/+7
2020-07-16[CCSDK] Add hardcoded dgbuilder certificatesDan Timoney7-0/+78
Add hard coded certificate for CCSDK dgbuilder (design time tool) Issue-ID: CCSDK-2541 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9fe61a1bdf17cbdf22a3d518ded27582e86c2c07
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-10[SO] bump the SO modulesseshukm0-0/+0
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: Ibf797d79b729f009f4de8fc1d8844c90a941e8f4
2020-07-09Merge "Add property enabling the py-executor component" into frankfurtSylvain Desbureaux1-0/+2
2020-07-09[SDC] Update sdc images for Frankfurtsebdet4-7/+7
Update the sdc images for frankfurt maintenance release, moving to 1.6. Issue-ID: SDC-3189 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1f7ea5f6aee0def6d9711e9c93496e00024f7e26 (cherry picked from commit e1a57e0c3bfcb2b1441e6d30c2d1916961dc670b)
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 Desbureaux7-72/+222
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-02point .gitreview to frankfurt branchjhh1-1/+1
Issue-ID: POLICY-2575 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I98051cd0c98e20703df1423dc4575911ed293c63
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-16[DOC] Use the right version for ONAP FrankfurtSylvain Desbureaux1-3/+4
The version given for Frankfurt version is not the right one. So we fix it with this commit. Issue-ID: OOM-2424 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I9e24f0b15d821904e70d758a978c2979a530adf0 (cherry picked from commit 571173bcb479c22720ec601d8a5ea107104e0cfd)
2020-06-15[DOC] Update release noteSylvain Desbureaux9-700/+874
Create release note for Frankfurt Issue-ID: OOM-2382 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia78f6eee0dd07b0ebba84c8c714c6a95e4d99a34 (cherry picked from commit dd76978833cce30ecca7263d4bd3430bdcc2adfe)
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 Desbureaux138-25/+710
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)