aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19[RELEASE] Change AppVersion for onap main chartSylvain Desbureaux1-1/+1
Issue-ID: OOM-2424 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iee3f9b6e1dc0dd278c9c55d317827f16ac8b3389
2020-06-17[DMAAP] Fix provisioning job for topic creationefiacor1-2/+2
Change-Id: Ifa779a2bf97c4b8c06bc7cdd9e67a66200cb8afe Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1444
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
2020-06-15Merge "[DOC] Update release note"Sylvain Desbureaux9-700/+874
2020-06-15[GLOBAL] Upgrade readiness check versionSylvain Desbureaux1-1/+1
Use a newer readiness check script with better handling of readiness on statefulsets. Issue-ID: OOM-2418 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ica7c87e856c193b2ed825a3eb2345262689f2808
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
2020-06-12Merge "correct uid and guid for blueprints deploy folder"Sylvain Desbureaux1-1/+1
2020-06-11correct uid and guid for blueprints deploy folderroot@nfs1-1/+1
Issue-ID: CCSDK-2425 Change-Id: Ia2dd204f4b089922ff2e4e152bbda7fc374e7d09 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2020-06-11[COMMON] Fix bad subchartDot retrievingSylvain Desbureaux1-2/+2
readinessCheck was retrieving "subchartDot" in string format and not in "object" format. This commit fixes it Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I04060f973d283802e6269dc67370a336c5bcf95e
2020-06-11Merge "[AAF SMS] Use certInitializer for certificates"Krzysztof Opasiak138-25/+710
2020-06-10Merge "[COMMON] add pre upgrade script for mariadb-galera"Sylvain Desbureaux7-3/+333
2020-06-08[DOC] retrieve submodules at clone in guideSylvain Desbureaux1-1/+1
The git clone command was missing the automatic retrieve of submodules. Issue-ID: DOC-618 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic43fa71c3b931b21160095ed9a9f4e48f733cbf4
2020-06-08[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
2020-06-07Merge "sdnc update"Borislav Glozman1-63/+136
2020-06-05Add 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
2020-06-05[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
2020-06-04Merge "[AAF] Add CMPv2 Cert Service"Sylvain Desbureaux17-0/+512
2020-06-04Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 7ee95b4c8f667dd0506499db17688473309cd91e - 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>
2020-06-04Merge "bump th so version to 1.6.3"Sylvain Desbureaux12-12/+12
2020-06-03sdnc updateSmokowski, Kevin (ks6305)1-63/+136
update sdnc logging configuration Issue-ID: OOM-2426 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2666ce7feca692dde700386e072ac1a69dfc6eec
2020-06-03Merge "Using AAF release 2.1.23 dockers"Sylvain Desbureaux3-5/+5
2020-06-02[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
2020-06-01Merge "[PORTAL] Use common aaf template in portal-sdk"Krzysztof Opasiak5-41/+18
2020-06-01Merge "[DMAAP] Use common aaf template in dmaap-dr-prov"Krzysztof Opasiak5-164/+22
2020-06-01Using 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-05-31bump th so version to 1.6.3seshukm12-12/+12
Issue-ID: SO-2955 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: If47a43c642e59fe4048d1d816f971e25524236da
2020-05-29Merge "Use SDC 1.6.6 containers"Krzysztof Opasiak4-7/+7
2020-05-29Add 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-05-29Use SDC 1.6.6 containersOfir Sonsino4-7/+7
Change-Id: I6d14baf950e413caa9d672a96d4a194bccb507f9 Issue-ID: SDC-2948 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2020-05-29Merge "Update SDNC/CCSDK to Frankfurt RC2 versions"Sylvain Desbureaux12-12/+12
2020-05-29Merge "[PORTAL] Use common aaf template in portal-app"Sylvain Desbureaux5-40/+17
2020-05-28Merge "bump the SO version 1.6.2"Krzysztof Opasiak12-12/+12
2020-05-28Merge "[CONTRIB] Change EJBCA to work on HTTP 8080"Krzysztof Opasiak1-0/+1
2020-05-28Update 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
2020-05-28Merge "Update Portal Images for Role Mgt fix"Sylvain Desbureaux3-3/+3
2020-05-28[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>
2020-05-28[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>
2020-05-28Merge "Version 3.0.4 of UUI needs to be released."Sylvain Desbureaux2-2/+2
2020-05-28Merge "Refactor Policy PAP for common service template"Sylvain Desbureaux3-45/+14
2020-05-28Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 51322d3b374588a051b4a5522fbd25ac92ffb328 - 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 - Merge "Subject: Fix heatbridge params for Frankfurt" - Subject: Fix heatbridge params for Frankfurt Issue-ID: INT-1584 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I25c69c9e7849c2aadb1dedb611bb731685379baa
2020-05-27Merge "Fix readiness-check ready.py script for stateful set"Krzysztof Opasiak1-3/+1
2020-05-27Merge "Increment release version for osdf & has"Krzysztof Opasiak4-6/+5
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-27Refactor Policy PAP for common service templateBruno Sakoto3-45/+14
Issue-ID: POLICY-2514 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I3021081f3e9d1a3cec079fdaf4595689d25571fb
2020-05-27Merge "[COMMON] Use common aaf template in elasticsearch"Sylvain Desbureaux5-61/+27
2020-05-27Merge "[CONTRIB] Use proper image for netbox provision job"Sylvain Desbureaux3-3/+6
2020-05-27Increment 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
2020-05-26Fix readiness-check ready.py script for stateful setSebastien Premont-Tendland1-3/+1
Only check the status field readyReplicas instead of currentReplicas and updatedReplicas. The value of currentReplicas relates to the number of pods created with the first revision of the stateful set. If a change is made to the stateful set and pods are restarted then currentReplicas is no longer returned in the status. Check JIRA for more information. Issue-ID: OOM-2418 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: If5dbc892b6d807e6ca681457f9874613fce7db04
2020-05-26Merge "[CLAMP] Allow to use ' in clamp mariadb passwords"Krzysztof Opasiak3-0/+213
2020-05-26[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>