summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-02Merge "Migrate oom docs"Sylvain Desbureaux9-0/+145
2020-04-02Merge "update release version of modeling-etsicatalog"Sylvain Desbureaux1-1/+1
2020-04-02Merge "Disable VES/http"Sylvain Desbureaux4-9/+10
2020-04-01Merge "MetalLB install script for bare metal cluster"Krzysztof Opasiak1-0/+85
2020-04-01Merge "Remove unneded LoadBalancer annotation"Krzysztof Opasiak1-2/+0
2020-04-01Merge "Remove redundant Ingress service config"Krzysztof Opasiak1-23/+0
2020-04-01Merge "Add support for metal LB in DNS deploy script"Krzysztof Opasiak1-4/+33
2020-04-01Merge "Bump SO version to 1.6.0"Krzysztof Opasiak10-11/+10
2020-04-01Merge "[SDC BE] Remove HTTP node port 30205"Krzysztof Opasiak7-100/+55
2020-04-01Update git submodulesVenkata Harish Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 734cab7fc193e701b59bacc9c234030b52449fa4 - Merge "Setup data router to trust ONAP root cert" - Setup data router to trust ONAP root cert Issue-ID: AAI-2766 Change-Id: I44d0be5e4009e5c712c098a95e4f2fc58c497ae9 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-04-01Update git submodulesdeen19851-0/+0
* Update kubernetes/aai from branch 'master' to ed4d83f3eadfc2b2c84ee5126bd5297f254770d3 - Corrected the Model Invariant UUI for PNF (remove o) Signed-off-by: deen1985 <damian.nowak@nokia.com> Change-Id: I707941be062ffd817570140d390b5c14506e5e1a Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: AAI-2845
2020-04-01[SDC BE] Remove HTTP node port 30205gummar7-100/+55
Keep HTTP port reachable from inside the server. Issue-ID: OJSI-101 Change-Id: I0468697d8f3d0192a5d8e102501db0d14633fa86 Signed-off-by: gummar <raj.gumma@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-04-01Add support for metal LB in DNS deploy scriptLucjan Bryndza1-4/+33
Extract ingress controller IP address which is same as node where the metalLB is deployed Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2289 Change-Id: I16e6d1704e54b679cb39caa3c720538a5ff60a60
2020-04-01Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to a7266921b688bc199d8c1dc722b64c203b7e0bea - Update dmaap cert Issue-ID: AAI-2766 Change-Id: Ic87dee2d8d140ab8e58b86ed54a84ad8d690dbb3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-04-01Merge "[POLICY] Use common secret template in brmsgw"Krzysztof Opasiak3-0/+35
2020-04-01Bump SO version to 1.6.0seshukm10-11/+10
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib340900d834f1b74b1ca936dc5c2de96d3c6ad96 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-04-01Merge "Remove all http nodeports from DCAE-DS"Sylvain Desbureaux6-31/+8
2020-04-01Merge "[SO] Onboard ONAP CA during init phase"Krzysztof Opasiak30-156/+289
2020-04-01Merge "[COMMON] Allow to include filePaths as a reference to variable"Krzysztof Opasiak1-1/+13
2020-04-01Update git submodulesKrzysztof Kuzmicki1-0/+0
* Update kubernetes/robot from branch 'master' to 60271b7510ea9d57ed56cd9958d1c07f5ceaf3c5 - ROBOT e2e test cases improvements for csar/zip tosca package validation - Fix permission issue Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I255d152f2be19e5ea60831dc717e4bf01ec69435
2020-04-01Remove all http nodeports from DCAE-DSFuss, Areli (af732p)6-31/+8
Issue-ID: OOM-2347 Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com> Change-Id: I7977425c72bb4d1bc75b2781e38ccc9c254fff4c
2020-04-01Merge "[POLICY] Use common secret template in pdp"Sylvain Desbureaux3-0/+36
2020-04-01Merge "[POLICY] Allow to override username and password from env"Sylvain Desbureaux1-2/+11
2020-04-01Merge "[POLICY] Use common secret template in policy-xacml"Sylvain Desbureaux4-2/+37
2020-04-01Merge "[DMAAP-DR] Bump aaf_agent image version"Sylvain Desbureaux1-1/+1
2020-04-01[POLICY] Use common secret template in pdpKrzysztof Opasiak3-0/+36
Use common secret template in pdp module to override DB credentials comming from policy-common. For now db creds are hardcoded but will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I7e2304a79e0c92b5e7e32170135fd59769a21899
2020-04-01[POLICY] Use common secret template in brmsgwKrzysztof Opasiak3-0/+35
Use common secret template in brmsgw module to override DB credentials comming from policy-common For now db creds are hardcoded but will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic15afa9d65982d0ae3a535094f1e4b5f21758c82
2020-04-01[POLICY] Allow to override username and password from envKrzysztof Opasiak1-2/+11
To avoid hardcoding password in base.conf let's allow to override DB username and password from the environment variable. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I9fc9506b3908da06d0ad221f63d0a56c783788db
2020-04-01[POLICY] Use common secret template in policy-xacmlKrzysztof Opasiak4-2/+37
Use common secret template in policy-xacml module instead of hardcoding db credentials in config map. For now db creds are hardcoded but will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I3c78373d1b6cf6cdd94af03645e3d5af8704b942
2020-03-31Update git submodulesMarco Platania1-0/+0
* Update kubernetes/robot from branch 'master' to 6032bc4ef9224b37df3b9d1e9b2f3ef51902aaf8 - Merge "Add HTTPS config lighttpd" - Add HTTPS config lighttpd Issue-ID: REQ-231 Change-Id: I4e18eed4424414d820f3ed78dfe5b1fb959a8938 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-31Update git submodulesKrzysztof Kuzmicki1-0/+0
* Update kubernetes/robot from branch 'master' to af54b39d9bad61bc10bf2eb5ab304819183b11f6 - ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I58fbd642057650d76a65fdd4ba08f562acb44522
2020-03-31[DMAAP-DR] Bump aaf_agent image versionefiacor1-1/+1
Change-Id: Id4e93e6f21bf1914512220e3b8e31f8e8eda71d6 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1416
2020-03-31Disable VES/httpVijay Venkatesh Kumar4-9/+10
dcae-bootstrap (1.12.4) PMSH 1.0.2 bp update Disable VES/HTTP (OJSI-116) dcae-healthcheck 1.3.1 Change-Id: Ib594d5787783876997ccd6559a58f16f6354524d Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2172 Issue-ID: OJSI-116 Issue-ID: DCAEGEN2-2129 Issue-ID: DCAEGEN2-2174 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-31Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to ed292323735ea0b366960474d15fcfa23b209d0e - Merge "Update AAI certs to expiry 27 Mar 2021" - Update AAI certs to expiry 27 Mar 2021 Issue-ID: AAI-2821 Change-Id: I385598c62ee0f964e2c277a8b192b5bf7b50f1d1 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-31Merge "use ODL aaa-app-config when AAF disabled"Sylvain Desbureaux1-2/+0
2020-03-31Merge "address known Zookeeper bugs"Sylvain Desbureaux3-5/+3
2020-03-31Merge "[OOF] Use faster version of common secret template"Sylvain Desbureaux5-8/+8
2020-03-31update release version of modeling-etsicatalogdyh1-1/+1
Change-Id: I24bc6a57b4d67883f6d26d2112b9573fc632b58b Issue-ID: MODELING-349 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-03-31MetalLB install script for bare metal clusterLucjan Bryndza1-0/+85
If Ingress controller is exposed via NodePort it listens on non standard port, so it can be quite problematic. Exposing via LoadBalancer doesn't work properly on bare metal Kubernetes cluster, so external LB solution is needed. Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I9a2032e8501caca7c3a564f6bbcf969fdde31da2 Issue-ID: OOM-2346
2020-03-31Revise dcae container versionVijay Venkatesh Kumar2-3/+3
dcae-bootstrap update include below blueprint updates Tcagen2 1.0.1 VES 1.5.4 DL Handlers (Admin & Feeder) VES Mapper, RESTConf, Heartbeat RunTime API Bp-gen version 1.3.1 Change-Id: I1c76d0b5eb63c65459925c7b3296629175765e71 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Issue-ID: DCAEGEN2-2107 Issue-ID: DCAEGEN2-2129 Issue-ID: DCAEGEN2-2098 Issue-ID: DCAEGEN2-2041 Issue-ID: DCAEGEN2-2145 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-31[SO] Onboard ONAP CA during init phaseSylvain Desbureaux30-156/+289
Workaround for retrieving ONAP root CA and keeping SO container being run by no root user. Issue-ID: SO-2730 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
2020-03-31[COMMON] Allow to include filePaths as a reference to variableKrzysztof Opasiak1-1/+13
filePaths comes as a list and we didn't "fully support" passing this variable as a reference to other variable like we do in all other cases. Let's fix that and allow both constructs: secrets: - name: construct 1 type: generic filePaths: - file1 - file2 - name: construct 2 type: generic filePaths: '{{ .Values.fpaths }}' fpaths: | - file1 - file2 - '{{ include "templateThatGeneratesFileName" . }} Please note the | after : in fpaths. It means that from yaml point of view this is is a string. We need to do it this way because we pass this to tpl function and then we need to collect a proper list from it. Issue-ID: SO-2730 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I5a6b475366bfea4cd0995a7e530bf88cb8ad639e
2020-03-31Merge "[SDNC] Use faster version of common secret templates"Sylvain Desbureaux26-69/+123
2020-03-31Merge "Fix mount point for SCH tls-init container"Sylvain Desbureaux1-1/+1
2020-03-31Merge "Update CLAMP deployment for Frankfurt release (RC0)"Sylvain Desbureaux7-63/+221
2020-03-31Merge "Add server cert info for AAI mS"Sylvain Desbureaux1-5/+15
2020-03-30[SDNC] Use faster version of common secret templatesKrzysztof Opasiak26-69/+123
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I6cf72e3d6dcd8eab5f913b86febc7a21d02c1ecb
2020-03-30Fix mount point for SCH tls-init containerJack Lucas1-1/+1
Issue-ID: DCAEGEN2-2177 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I470ba4fbcb0521069eda8b3296fe303c1b3c90b5
2020-03-30Update CLAMP deployment for Frankfurt release (RC0)sebdet7-63/+221
Update the SQL and settings of Clamp + set the docker image to current release Issue-ID: CLAMP-795 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Idaa4935516237221c90c4cf9141136fa1e104a02
2020-03-30Merge "[UUI] Upgrade uui version to 3.0.1"Sylvain Desbureaux2-2/+2