aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09[MODELING]Mysql DB migrate to MariaDB Galera Clusterdengyh4-30/+69
Issue-ID: MODELING-412 Change-Id: I7d42912a9cc1f200cc1ce8916991e6e3ab5e010b Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
2020-09-04Merge "[GENERAL] Use readiness container v3.0.1"Krzysztof Opasiak278-1094/+475
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux278-1094/+475
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-09-03Merge "[CDS] Add logs to STDOUT"Krzysztof Opasiak4-12/+30
2020-09-03Merge "[SDNC] Remove hard-coded busybox image"Krzysztof Opasiak3-3/+4
2020-09-02Update git submodulesWilliam Reehil1-0/+0
* Update kubernetes/aai from branch 'master' to 1990a02ce9295df7c94009401c24fa226a10f8e8 - Merge "Revert "[AAI] Add logs to STDOUT"" - Revert "[AAI] Add logs to STDOUT" This reverts commit befaa5500924f9ebda0b4bf65d8d6ab5a9f0745a. Reason for revert: Breaks the AAI HC Change-Id: Ie401f7bdc7408ce1171bc055a3e46cb610bd52c0
2020-09-02Merge "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"Krzysztof Opasiak9-0/+359
2020-09-02Merge "[MariaDB] Create NFVO Database Within MariaDB"Krzysztof Opasiak5-3/+52
2020-09-02[CDS] Add logs to STDOUTDominik Mizyn4-12/+30
This commit change logging level of used loggers to "INFO" and root logging level to "INFO" Thanks to that we will see "info", "error" and "warn" messages. Issue-ID: OOM-2514 Change-Id: I545e2ee69f1bcde7f7313fdda8f80e8201b7461c Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
2020-09-02[SDNC] Remove hard-coded busybox imageAlexander Dehn3-3/+4
get image values from global busyboxRepository/busyboxImage Issue-ID: OOM-2543 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: I5f0ef76fb8072b45bd9ad10d8580484656049b76 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
2020-09-01Update git submodulesWilliam Reehil1-0/+0
* Update kubernetes/aai from branch 'master' to bdbb69908135f5cee7c27fab7fbbcdde17ff5d57 - Merge "[AAI] Add logs to STDOUT" - [AAI] Add logs to STDOUT This commit add STDOUT appender to root level logging. Additionally, it approximates the logback.xml file to ONAP Application Logging Specification v1.2 Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com> Change-Id: Iee075bb1400fd2ab2afbc39bf87e93f269ebaf84
2020-09-01Update git submodulesefiacor1-0/+0
* Update kubernetes/aai from branch 'master' to b31e250091cd68edb77f3158691844decda82fc8 - [aai-oom] Bump versions for babel and schema-service Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: AAI-3099 Change-Id: Id6ebb67f39ed6f4b3dc24d1ef1447b1f272037a0
2020-09-01[SO] Add helm chart for SO-ETSI-NFVO-NS-LCMAndrewLamb9-0/+359
As part of adding Support for SOL005 NBI API Handler Issue-ID: SO-3157 Change-Id: I7ef5dc15b71d45a7d519390c245ef7cc106a363d Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-01[MariaDB] Create NFVO Database Within MariaDBrope2525-3/+52
Adding an additional SH script in order to create the NFVO database, which will be used by the SO ETSI NFVO NS LCM. It will be used to store required information on any NFVOs. The creation of the NFVO Database should not have an effect on other databases, as their creations have not been modified. Also renamed the Create so_user and so_admin SH scripts to start with 98, 99 in order to trigger after any new scripts are added in the future. Issue-ID: SO-3159 Change-Id: Idbf09db294d5bbc9e7dca063bc08040ce2bc8568 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-09-01Merge "[SDNC] oom for clustered disaggregated SDN-R"Sylvain Desbureaux51-89/+567
2020-09-01Merge "[VFC]Remove the process of mysql in vfc-redis"Sylvain Desbureaux8-23/+19
2020-09-01Merge "Fix of mariadb-galera backup charts."Sylvain Desbureaux1-0/+5
2020-08-31[SDNC] oom for clustered disaggregated SDN-RAlexander Dehn51-89/+567
use disaggregated elasticserach DB from common Issue-ID: SDNC-1165 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: I0c6ac6549f6c144f0ed5a64ae76a1fa352f740d2
2020-08-28Merge "[VES] Update the VES Collector and bootstrap versions"Sylvain Desbureaux1-3/+2
2020-08-27[POLICY] certInit support + refactoringjhh125-3737/+1496
Several changes are including in this patch: - certInitializer support (POLICY-2615, REQ-361) - renamed policy objects to start with "policy-" prefix (POLICY-1000) - add resources section to components that did not have or had it incorrectly set up rendering null (POLICY-2502) - Removal of legacy policy-engine components (POLICY-2743) - Miscellaneous refactoring of charts (POLICY-2745) - update pdp legacy reference to policy-xacml-pdp from pdp (legacy) Issue-ID: POLICY-2615 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I8b6984a663bbb14d331a366ec02b6dd38755cde7 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-08-27Update git submodulesVenkata Harish Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 7e6e2bf385f85e85e008d06b2415290851fee2b7 - Merge "Updating the portal properties uebkey to remove the space in hopes this will fix 2905" - Updating the portal properties uebkey to remove the space in hopes this will fix 2905 Issue-ID: AAI-2905 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I6155787d24e6704a7f5b8b919a30dcc4f3624912
2020-08-27Fix of mariadb-galera backup charts.Marat Salakhutdinov1-0/+5
Issue-ID: OOM-2525 Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca> Change-Id: I7ea70454368c68e3a264a181a57fae7bad1219d1
2020-08-26Update git submodulesWilliam Reehil1-0/+0
* Update kubernetes/aai from branch 'master' to d1b50c9c6c2c2d4452483da67729298e5953a2db - Merge "AAI-2958 Fix data-router in crash loopback state when there is no internet access" - AAI-2958 Fix data-router in crash loopback state when there is no internet access The problem is due to the fact in the data-router-oxm.xml file was referencing spring-context-4.2.xsd but it's not part of the spring-context-<xxx>.jar. Therefore, it needs to reach out to the internet to download the internet. And in spring 5, it started to use versionless spring-context.xsd and it's part of spring-context-5.1.13.jar (which is packaged in data-router 1.6.2). The fix is to update data-router-oxm.xml to use the versionless spring-context.xsd (and it's only accessible via https). Change-Id: Icf62978b73ae097fc3bcbaf3e96a8f63706dc4fc Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: AAI-2958
2020-08-26[VES] Update the VES Collector and bootstrap versionsEdyta Krukowska1-3/+2
Update Ves version to 1.7.3 and bootstrap to 2.0.4 to use latest versions in Cloudify deployment. Issue-ID: DCAEGEN2-2264 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I4d9225871b32a38e16590633022ac7aca7d63ec8
2020-08-26Merge "[SDNC] Remove sdnc-portal component"Sylvain Desbureaux18-632/+0
2020-08-26Merge "Fix cassandra backup."Sylvain Desbureaux3-5/+6
2020-08-26Merge changes from topic "disabletca"Sylvain Desbureaux22-580/+28
* changes: [DCAEMOD] Guilin updates for SECCOM and other enhancements [DCAE] Exclude TCA/cdap from bootstrap
2020-08-25[COMMON] Enable importing custom certificates to truststore using ↵Jozsef Csongvai4-3/+145
certInitializer ONAP deployments may require the use of custom certificates. Instead of manually adding certificates to the truststore file, users can now add their .pem certificates under certInitializer/resources and have them imported automatically by an init container. The updated truststore can then be mounted to a component by providing a truststoreMountpath. Issue-ID: OOM-2509 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I896c729143346738e91fa57f895ba48043b253c1
2020-08-25Merge "[SDNC] Set STDOUT Log level"Krzysztof Opasiak3-4/+8
2020-08-25Merge "[COMMON] new logConfiguration chart"Krzysztof Opasiak5-0/+98
2020-08-25Update git submodulesWilliam Reehil1-0/+0
* Update kubernetes/aai from branch 'master' to 5071da297b9e7f58c796bad7d4ae1e3415a039c4 - Merge "Prepare upgrade to readiness containers v3.0.1" - Prepare upgrade to readiness containers v3.0.1 Readiness 3.x is a new version, not using root user and using stable Kubernetes API. The upgrade is not doable by just changing version as script path has moved. Therefore, we must upgrade everything in one shot. As AAI is not in the same repo, it's not doable for this component. We then change variables only for AAI so we can continue to use older images. We'll move AAI just after the rest has been upgraded. Issue-ID: OOM-2545 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5afa83892043f4844afe12e61724a8d368a9f2e0
2020-08-25Merge "Unable to boot SNDC pod without AAF"Sylvain Desbureaux1-1/+8
2020-08-25Merge "[MULTICLOUD] HELM artifact added to the artifactbroker config"Sylvain Desbureaux1-1/+2
2020-08-25Merge "[DMAAP] Increase backoffLimit for DMAAP provisioning job"Sylvain Desbureaux1-1/+1
2020-08-25[VFC]Remove the process of mysql in vfc-redisdengyh8-23/+19
Two main process in vfc-redis: redis + mysql Issue-ID: VFC-1727 Change-Id: Ied784a4ff8270d23f3609a7942dbfb8d81e74084 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
2020-08-24[DCAEMOD] Guilin updates for SECCOM and other enhancementsvv770d4-10/+16
- RuntimeAPI support for DmaapPlugin integration + java11 - Security vulnerability updates for Genprocessor, RuntimeAPI - OnboardingAPI offline support Change-Id: I2009a22cc24d7f7446f76e4ada76e22dd252945d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-1996 Issue-ID: DCAEGEN2-2271 Issue-ID: DCAEGEN2-2272 Issue-ID: DCAEGEN2-2221 Signed-off-by: vv770d <vv770d@att.com>
2020-08-24[DCAE] Exclude TCA/cdap from bootstrapvv770d18-570/+12
Redis installation removed (was used by tca/cdap) SCH java11 upgraded Tca-gen2 (java 11, sec vul, policy reconfig) Change-Id: Ia6801d789d675136755cd217cb79f532a625685c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2342 Issue-ID: DCAEGEN2-2330 Issue-ID: DCAEGEN2-2198 Issue-ID: DCAEGEN2-2266 Issue-ID: DCAEGEN2-2285 Signed-off-by: vv770d <vv770d@att.com>
2020-08-24[SDNC] Remove sdnc-portal componentDan Timoney18-632/+0
The sdnc-portal component is currently disabled due to known security vulnerabilities. This component is no longer supported - the developer left the project - and its functionality is not really needed. So, we are removing this component in Guilin. Issue-ID: SDNC-1236 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I45c7cad2102011fb25ca9f6707792dfd5c97624f
2020-08-24Merge "[DCAE] Update dcaegen2 cloudify manager image"Krzysztof Opasiak1-1/+1
2020-08-24Update git submodulesHarish Venkata Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 46961c4794a17f72643bd491af6c159ea7e53380 - Update schema service to support v20 Issue-ID: AAI-3017 Change-Id: If46a1bfafbd2edb73cd7d3832468c06fac855911 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-08-20Update git submodulesKrzysztof Kuzmicki1-0/+0
* Update kubernetes/robot from branch 'master' to b093c77b4faa2c4f0bfc67e481f724b6d67c7229 - [ROBOT] robot_properties.py configmap contains failing character Issue-ID: INT-1700 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I93004428c4c794dc50f8518698a72a95e9386591
2020-08-20Merge "[DOC] Correct RST files"Sylvain Desbureaux13-250/+277
2020-08-19Update git submodulesGrzegorz-Lis1-0/+0
* Update kubernetes/aai from branch 'master' to dceb913fa262d4d1112ae734e6f9768b0354f9be - [AAI] Make AAI compatible with Kubernetes v1.17 Issue-ID: OOM-2445 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c
2020-08-19[DOC] Correct RST filesEric Debeau13-250/+277
Correct different RST files to remove warnings generated by Doc8 - long lines - yaml code bad formated - tabulation Add a new file to store the hardcoded certificates (easier to manage with a CSV file than a RST table) Correct some minor editorial errors Issue-ID: OOM-2542 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I89bfea619fbeda581dc04ca2abea80adfe1a8a02
2020-08-19[DCAE] Update dcae-health-check to use container with K8S 1.17 APIGrzegorz-Lis1-1/+2
Issue-ID: DCAEGEN2-2387 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I1a6854f8f4a8049fb24bd6054321fd33882febc3
2020-08-19[DCAE] Update dcaegen2 cloudify manager imageRemigiusz Janeczek1-1/+1
Cloudify manager container updated with k8splugin supporting k8s 1.17 api and allowing blueprints to ask for CMPv2 certificates. Issue-ID: DCAEGEN2-2252 Issue-ID: DCAEGEN2-2309 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Iac6d27a35b75824ba1ed8b6543fa0be88b4783b7
2020-08-19[MULTICLOUD] HELM artifact added to the artifactbroker configLukasz Rajewski1-1/+2
HELM artifact type has been added to the artifactbroker of multicloud-k8s plugin. In consequence, artifactbroker will have ability to read the distributed from SDC artifact of new HELM type on which basis RB Definition in k8s plugin will be created. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I15b75f0659b5ab2d0cbfbf6dd30066ebd87e9806
2020-08-18Merge "No root access to mariadb from portal app"Sylvain Desbureaux2-1/+9
2020-08-18Merge "[NBI] Make NBI compatible with Kubernetes v1.17"Sylvain Desbureaux1-1/+5
2020-08-18No root access to mariadb from portal appSandeep Shah2-1/+9
Updates to helm charts to include an init container to set permissions for volume, so that the existing initialization code when run as a non-root user can access the volume. this is in combination with PORTAL-966. Issue-ID: PORTAL-946 Signed-off-by: SandeepLinux <Sandeep.Shah@att.com> Change-Id: I63a78dc1ab90914d648b0c1f470d3079eb0ddeba