summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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)
2020-06-08Merge "[CONTRIB] Change EJBCA to work on HTTP 8080" into frankfurtSylvain Desbureaux1-0/+1
2020-06-04[AAF] Add CMPv2 Cert ServiceEmmettCox17-0/+512
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 Desbureaux103-310/+2535
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
2020-05-29Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'frankfurt' to d80164a8b6d73762dcfd8d14262811b7ff52caf3 - Testsuite R6 RC2 1.6.2 docker for OOM Update testsuite version for RC2 frankfurt Issue-ID: INT-1550 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I78bf8c3558658c11b2fb1fb96908d9209016014b (cherry picked from commit 51322d3b374588a051b4a5522fbd25ac92ffb328)
2020-05-29Merge "Version 3.0.4 of UUI needs to be released." into frankfurtSylvain Desbureaux2-2/+2
2020-05-29[COMMON] Use common aaf template in elasticsearchKrzysztof Opasiak5-61/+27
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I9b3c7aab73186c0bf1dfaa5fe21cf2f001ca8619
2020-05-29[PORTAL] Move portal subcharts to componentsKrzysztof Opasiak81-1/+231
In order to allow to define dependencies per subchart let's move all of them to components and make sure that they can be build independently. Issue-ID: AAF-1134 Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-05-29[SDNC] Use common aaf template in sdncKrzysztof Opasiak6-130/+15
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I66886290a1a13ca1c1d924b4d1128adc293b301c
2020-05-29[COMMON] Fix certInitializer to use proper global valuesKrzysztof Opasiak2-7/+6
One of reasons why certInitializer is a proper chart that you need to put in your requirements.yaml is to avoid copy-pasting the same global values among different charts. As it turned out in tests we've been not "mangling" global values properly while creating $subchartDot. This patch fixes the issue. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I630154c4eedd7192ebb1881e5899c8df495d988b
2020-05-29[DMAAP] Use common aaf template in dmaap-bcKrzysztof Opasiak6-108/+18
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I42bb5a8840701dfd99488df9913a5ffd01b17f64
2020-05-29[COMMON] Fix certInitializerKrzysztof Opasiak1-5/+4
By mistage aaf-agent-certs volume was created only if aaf_add_config option was set. This is incorrect as it should be created always. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I6172d2cbb781db4a26e09b7c4c324e985978b31e (cherry picked from commit 108483cae4831bb99e11d0c7df9dad8621b202ff)
2020-05-29[COMMON] Override truststore in aaf_agent imageKrzysztof Opasiak5-3/+2239
aaf_agent image currently contains hardcoded truststores in order to be able to connect to certman to retrieve certificate for given component. The goal is to remove hardcoded truststore from aaf_agent immage but first we need to be sure that all its users are able to provide the truststore to the pod as a configmap. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ibe9de6ad7264c05aeca2af858918fc2b4d3a772b (cherry picked from commit 95a5f84069703c583e49028b37003c73c03cc07d)
2020-05-28Merge "Update Portal Images for Role Mgt fix" into frankfurtSylvain Desbureaux3-3/+3
2020-05-28Version 3.0.4 of UUI needs to be released.hekeguang2-2/+2
Issue-ID: USECASEUI-434 Change-Id: I050c1ebfb086e879be9a764cf9e2844b6556ec2c Signed-off-by: hekeguang <hekeguang@chinamobile.com> (cherry picked from commit 9f5bf370648664ee76bdbcf58b9eb484fb31d58c)
2020-05-28Merge "[COMMON] Allow to use ' in postgres passwords" into frankfurtSylvain Desbureaux1-4/+11
2020-05-27Update Portal Images for Role Mgt fixstatta3-3/+3
Issue-ID: PORTAL-894 Change-Id: I7cf521518a89be18443148b350ba3d1df1bfec06 Signed-off-by: statta <statta@research.att.com>
2020-05-27Merge "Naming micro-service - Helm chart values updates." into frankfurtSylvain Desbureaux2-3/+17
2020-05-27Merge "[POLICY] frankfurt RC2 images" into frankfurtSylvain Desbureaux10-11/+11
2020-05-27Merge "Upgrade refrepo to 1.5.2" into frankfurtSylvain Desbureaux1-1/+1
2020-05-27Merge "[so][msb] Update MSB url to match with its certificate" into frankfurtSylvain Desbureaux4-5/+5
2020-05-27Merge "Set certificate SAN as msb-iag" into frankfurtSylvain Desbureaux4-18/+67
2020-05-27Merge "the final docker release for R6" into frankfurtSylvain Desbureaux2-2/+2
2020-05-27Upgrade refrepo to 1.5.2Bogumil Zebek1-1/+1
Issue-ID: VNFSDK-577 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I64cb933fe5d0f721221c13f5b5271d2f460f021b
2020-05-26[COMMON] Allow to use ' in postgres passwordsKrzysztof Opasiak1-4/+11
' 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: OOM-2317 Reported-by: Fiachra Corcoran <fiachra.corcoran@est.tech> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I970eaf03fbcbfa8cb68df4a06ee27503d02d896a (cherry picked from commit b0a2d3b3628166dc2dba34a6984cc36b8f821fe0)
2020-05-26Naming micro-service - Helm chart values updates.bt29832-3/+17
Changes requested by Yuriy. Moved policy password to secrets. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Ibec80f147ad1f7623b5915afd0072f7add76ef9f (cherry picked from commit 91566f00ca5ad9d76ff658f05fc8596ab481287a)
2020-05-26[POLICY] frankfurt RC2 imagesjhh10-11/+11
Issue-ID: POLICY-2514 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Id2597d80cfd5c43992e8d0435a2aca4312a3c796 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>