aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2020-04-02Merge "Remove logback and bump up the clamp version"Sylvain Desbureaux4-327/+3
2020-04-02Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to ab137ca81f5d4f9eb3d442f37f8e7ea52d7757f0 - Merge "Removed the PNF mappings from AAI-Babel cfg" - Removed the PNF mappings from AAI-Babel cfg It comes out, that when these mappings are filled in aai-babel tosca-mappings, the Service model distribution breaks. We will need a permanent fix in Guilin release, for now, let`s remove that mapping. Change-Id: I714979d6e032a09d74ad658d82b304c7165adb96 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: AAI-2845
2020-04-02Bump chart versionSylvain Desbureaux307-372/+372
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-04-02Update git submodulesSylvain Desbureaux1-0/+0
* Update kubernetes/aai from branch 'master' to 39e940f450e0345d5328a1809bdc42779e9c3cb4 - Bump chart version Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I7280bb53c67230afd10483ac4a9b0508e47fb06b
2020-04-02Update git submodulesSylvain Desbureaux1-0/+0
* Update kubernetes/robot from branch 'master' to 7f37c3cd610edd911a8b68e2118212d9ec8149d6 - Bump chart version Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I73cc56e5e12018cf2d313bea04facf9e41691ad4
2020-04-02Merge "Update MOD component versions"Sylvain Desbureaux6-15/+30
2020-04-02Remove logback and bump up the clamp versionsebdet4-327/+3
Remove the logback file not used anymore and bump up clamp version Issue-ID: CLAMP-812 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic3576039df21eb8aa27064188c56c0117aea1ceb
2020-04-02Merge "Updated sdc cert."Sylvain Desbureaux22-29/+277
2020-04-02Updated sdc cert.k.kedron22-29/+277
Updated truststore/keystore password for sdc cert. Added truststore/keystore password to chef AUTO.json. Updated deployment.yaml files to mount the cert files. Issue-ID: SDC-2855 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ifd0d45cc591a0624005f86d2e67e3c0bc490efd3
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-01[COMMON] More versatile templates for storageSylvain Desbureaux1-45/+199
1. Add the possibility to specify a suffix and a specific persistence information path. This is useful when a deployment has several PVC 2. Create a template for Volume Claim Templates in Statefulset Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0ed47818e8f5a73b54f95cb82615adaa03bf8ce8
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[SO] Correct connection configuration to sdncKonrad Bańka5-11/+20
Issue-ID: INT-1511 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I1e44830206c9e1124952078584a769869caa6ffb
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 Opasiak29-141/+252
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 MOD component versionsJack Lucas6-15/+30
Use images that do not run as root Issue-ID: DCAEGEN2-2170 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I5766128c6005ba0087f8eb469e74386c4c9f310b
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-31move AAF cert to APPC helm chartTaka Cho5-2/+55
move AAF cert out of APPC docker to APPC helm chart new AAF cert: Validity Not Before: Mar 27 18:03:32 2020 GMT Not After : Mar 27 18:03:32 2021 GMT Issue-ID: APPC-1857 Change-Id: I25adc3fce2bed234c6748a87d975c46f1e607260 Signed-off-by: Taka Cho <takamune.cho@att.com>
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>