aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-23Merge "[COMMON][MARIADB-INIT] Uses new tpls for repos / images"Krzysztof Opasiak3-6/+6
2020-11-23Merge "[HELM] Uses new tpls for repos / images"Krzysztof Opasiak3-7/+5
2020-11-23Merge "[PORTAL] Uses new tpls for repos / images"Krzysztof Opasiak16-41/+33
2020-11-23Merge "[PLATFORM] Uses new tpls for repos / images"Krzysztof Opasiak4-35/+7
2020-11-23Merge "[CLAMP] Uses new tpls for repos / images"Krzysztof Opasiak18-37/+29
2020-11-23Merge "[COMMON][MARIADB] Uses new tpls for repos / images"Krzysztof Opasiak6-22/+14
2020-11-23Merge "[SO] Uses new tpls for repos / images"Krzysztof Opasiak48-130/+105
2020-11-23Merge "[VNFSDK] Uses new tpls for repos / images"Krzysztof Opasiak4-13/+8
2020-11-23Merge "[UUI] Uses new tpls for repos / images"Krzysztof Opasiak4-4/+5
2020-11-23Merge "[COMMON] New templates to handle repositories"Krzysztof Opasiak13-43/+395
2020-11-21[HELM] Uses new tpls for repos / imagesSylvain Desbureaux3-7/+5
This commit makes Helm example chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1561fa6626687cf841c278231f2caab9cd99d46b
2020-11-21[CLAMP] Uses new tpls for repos / imagesSylvain Desbureaux18-37/+29
This commit makes clamp chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5e266d3adaecc1cb65c35732c2d174dd159b8a03
2020-11-21[PLATFORM] Uses new tpls for repos / imagesSylvain Desbureaux4-35/+7
This commit makes platform chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I95c238eff8e7e166fb4d70d388e7952c2f1c1dd2
2020-11-21[PORTAL] Uses new tpls for repos / imagesSylvain Desbureaux16-41/+33
This commit makes Portal chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib49380460bbbf581c364033fc0fde707ee84082b
2020-11-21[SO] Uses new tpls for repos / imagesSylvain Desbureaux48-130/+105
This commit makes SO chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ife4e1fcfff565b3ada7e726913826e2c9f76bc07
2020-11-21[UUI] Uses new tpls for repos / imagesSylvain Desbureaux4-4/+5
This commit makes UUI template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0578820c2ac414bd2e3acd8b961cf16c1de46fde
2020-11-21[VNFSDK] Uses new tpls for repos / imagesSylvain Desbureaux4-13/+8
This commit makes VNF SDK template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia0607f57fb49fa0bc9fc5c8191358b2b80dfe884
2020-11-21[COMMON][MARIADB] Uses new tpls for repos / imagesSylvain Desbureaux6-22/+14
This commit makes mariadb galera template to use the new generator for repositories and images. As mariadb are coming from dockerhub, we're using directly this repository. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I7010ea3214c34fbee1ee697a127a1e43bfd16aed
2020-11-21[COMMON][MARIADB-INIT] Uses new tpls for repos / imagesSylvain Desbureaux3-6/+6
This commit makes mariadb init template to use the new generator for repositories and images. As mariadb images are coming from dockerhub, we're using directly this repository. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I21e99fc4c7c4d968b393d27dfad2b51bcc5c2cfd
2020-11-20Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 37ac984e35503182f7fc1b771cefa16bf0c84203 - Add Lasse as Integration committer Issue-ID: INT-1788 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If17d3df740936c3f21f0e10883406aaf1c303629
2020-11-20[COMMON] New templates to handle repositoriesSylvain Desbureaux13-43/+395
Current repository templates handles only ONAP "nexus" repository configuration. So, all images coming from another repository (currently, OOM is using 4 repository, including nexus one) cannot simply be retrieved from another one. This commit add new templates, in a specific chart, in order to change that. Now, each for repository can be overidden and all 4 can have a credentials. Also, in order to minimize global variables, templates aimed to retrieve usual utility images (busybox, envsubst, readiness, ...) are created. Issue-ID: OOM-2634 Change-Id: I27eb33d830d56ec28f9de68599f5108a262983b3 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> [Reduce code size, add missing busyboxRepository] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-11-20[GENERIC] move from registry.hub.docker.com to docker.ioSylvain Desbureaux27-39/+39
`registry.hub.docker.com` needs authentication now, in contrary to previous behavior. As OOM deployments is unauthenticated when using docker hib repository, all OOM deployments is broken. `docker.io` seems to be still OK with unauthenticated requests so let's move to this endpoint. Issue-ID: OOM-2636 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d
2020-11-19Merge "[POLICY] Use apex 2.4.4 and drools 1.7.5"Krzysztof Opasiak3-2/+3
2020-11-19Update git submoduleswreehil1-0/+0
* Update kubernetes/aai from branch 'master' to 540b846831e2053ccdcce9fa620cb7eeb7f5db46 - Upversion to the 1.7.13 version of the schema service including an edge rule update for network slicing Issue-ID: AAI-3220 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I89245b4dd425cfadc7b3fd92127849c2e52f6c22
2020-11-19Merge "[SDC] Release 1.7.3 images"Krzysztof Opasiak4-7/+7
2020-11-19Merge "[DCAE] VES-http input override"Sylvain Desbureaux1-3/+3
2020-11-18[DCAE] VES-http input overridevv770d1-3/+3
Service name change to avoid conflict with VES-TLS Change-Id: I68cb87de1e1707fe8d7b37ae361baa95fd5e6f64 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2520
2020-11-18Merge "[COMMON/VID] Modified VID to use Shared DB."Krzysztof Opasiak11-133/+100
2020-11-18[POLICY] Use apex 2.4.4 and drools 1.7.5Jim Hahn3-2/+3
Update version numbers for some Policy images. Fixed the following issues: - match prov-status with both "ACTIVE" and "active" in drools-apps - close stdin & stdout in apex-pdp CLI editor - add stringify method to apex-pdp execution context - set dmaap fetch timeout for apex-pdp Issue-ID: POLICY-2893 Change-Id: I30017d6f2f01034b2f8721c800925dcab79672b3 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-11-18Merge "Revert "[CONSUL] Make consul run as non-root""Krzysztof Opasiak2-35/+9
2020-11-18[SDC] Release 1.7.3 imagessebdet4-7/+7
Release the 1.7.3 images for all sdc components Issue-ID: SDC-3364 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Icd873c8d5a2147e62938bf7fdd6da7b60bcf3c59
2020-11-18Merge "[Modeling] Update image of etsicatalog"Sylvain Desbureaux1-1/+1
2020-11-18Merge "[CLAMP] Update BE/FE images to move to 5.1.5"Sylvain Desbureaux2-2/+2
2020-11-18Merge "[CONTRIB] Add requests/limits to EJBCA"Krzysztof Opasiak2-1/+22
2020-11-18Merge "[CCSDK] Make a1policymanagement react on ConfigMap updates"Krzysztof Opasiak5-3/+114
2020-11-18[COMMON/VID] Modified VID to use Shared DB.RPMishra11-133/+100
This change modifies VID to use the shared DB instance of mariadb. In addition, we create a mechanism in mariadb-init to allow a shared DB user to run a script after the DB has been created. The script can be passed as a configMap (as is the case with VID) or it can be a standalone script that is passed as a string. Issue-ID: OOM-1226 Change-Id: Ie51823338562a6fbe7472025d62cd4dba688168d Signed-off-by: RPMishra <rpmishra@aarnanetworks.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-11-18Merge "[OOF] Bump OSDF to 3.0.2"Krzysztof Opasiak2-2/+5
2020-11-18Merge "Revert "[CONSUL] Make consul server run as non-root""Krzysztof Opasiak1-3/+1
2020-11-18Merge "[SO] Bump container versions to 1.7.10"Sylvain Desbureaux10-10/+10
2020-11-17[OOF] Bump OSDF to 3.0.2krishnaa962-2/+5
Issue-ID: OPTFRA-871 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I64b7e6dbacbc627e55d28dafc5254cbeac74b821
2020-11-16Revert "[CONSUL] Make consul run as non-root"Daniel Milaszkiewicz2-35/+9
Revert submission 114556 Reason for revert: Bug - OOM-2630 Reverted Changes: Ic1302ac28:[CONSUL] Make consul server run as non-root I43584b7f0:[CONSUL] Make consul run as non-root Issue-ID: OOM-2630 Change-Id: Ie80d50417418d182f3db54d103bac50dde0c6775 Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
2020-11-16Revert "[CONSUL] Make consul server run as non-root"Daniel Milaszkiewicz1-3/+1
Revert submission 114556 Reason for revert: Bug - OOM-2630 Reverted Changes: Ic1302ac28:[CONSUL] Make consul server run as non-root I43584b7f0:[CONSUL] Make consul run as non-root Issue-ID: OOM-2630 Change-Id: I3e96f85ad92239f6a3e3df019fc1f675b837ce0d Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
2020-11-16Update git submodulesBrian Freeman1-0/+0
* Update kubernetes/robot from branch 'master' to 4e61a1c981b7e00846c0ca2857cd32be027294e1 - Update script and artifact default value Issue-ID: INT-1779 Change-Id: Iaa41b42a091b182a30d3b1215ad22555e78bfc6c Signed-off-by: Brian Freeman <bf1936@att.com>
2020-11-14[SO] Bump container versions to 1.7.10Kalkere Ramesh, Sharan10-10/+10
SO 1.7.10 containers are release containers so-bpmn-infra: 1.7.10 so-catalog-db-adapter: 1.7.10 so-monitoring: 1.7.10 so/nssmf-adapter: 1.7.10 so/openstack-adapter: 1.7.10 so/request-db-adapter: 1.7.10 so/sdc-controller: 1.7.10 so/sdnc-adapter: 1.7.10 so/vnfm-adapter:1.7.10 so/api-handler-infra:1.7.10 Issue-ID: SO-3346 Change-Id: I450734f8b4704c767c330deff8a830ae84ba3d2c Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-11-13[DCAE] Revise bootstrap and vescollector versionvv770d1-2/+2
k8s-bootstrap-container 2.1.8 includes blueprint revision for below components Son-handler 2.1.2 Holmes 1.2.9 Slice-Analysis 1.0.1 Pm-Maper 1.4.2 VesCollector 1.7.9 Change-Id: Id2a4f494d68ae1aea0708f5bfb799c1606fb8e57 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2495 Issue-ID: DCAEGEN2-2500 Issue-ID: HOLMES-369 Issue-ID: HOLMES-368 Issue-ID: DCAEGEN2-2485 Issue-ID: DCAEGEN2-2480 Signed-off-by: vv770d <vv770d@att.com>
2020-11-13Merge "[SO] Register Etsi Nfvo in MSB"Sylvain Desbureaux1-2/+2
2020-11-13Merge "[CCSDK] Fix for naming service"Sylvain Desbureaux1-1/+1
2020-11-13Merge "[Tree-wide] Update helm repo after build"Sylvain Desbureaux1-5/+14
2020-11-13Merge "[SO] Bump container versions to 1.7.9 "Sylvain Desbureaux10-10/+10
2020-11-12[CCSDK] Fix for naming serviceDan Timoney1-1/+1
Updated version of network-name-gen microservice to 1.0.2, which contains fix for database initialization error (CCSDK-2978). Issue-ID: CCSDK-2978 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I25fb44188086181714cfdd3b864ad69bad8f28bf