summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Merge "[DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt release" into frankfurtSylvain Desbureaux1-0/+1
2020-05-13Update git submodulesdeen19851-0/+0
* Update kubernetes/robot from branch 'frankfurt' to 4a50a3b035623ab285263a9ebed5d98f33bc65fe - demo-k8s.sh -- robot heatbridge updated Inputs to heatbridge operation updated, Inputs description updated Signed-off-by: deen1985 <damian.nowak@nokia.com> Change-Id: I96d89a7ed52850e5a9bbae2bb69177d25eb942ea Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: INT-1584 (cherry picked from commit eed1fc5b5a55fc75935edda30cdee84542fedb4c) - Change ingress base hostname Change ingress base hostname to recommended value Issue-ID: OOM-2391 Change-Id: Ica5ab275ed3eac2ec6f1669fc9ca32c29a2b12e6 - Merge "Host and port template for ingress setup" - Merge "[ROBOT] Fix Ingress configuration" - Merge "ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt" - ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I08584c00eaaa7cb84bcb055d1f7eee41d95d6019 - [ROBOT] Fix Ingress configuration Set SSL to redirect as backend uses HTTPS. Issue-ID: OOM-2186 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I94cf20a016f1d1face44037d9912de774a5f338c - Host and port template for ingress setup Depending on the ingress robot configuration host and port template should choose ingress host and port or direct cluster host and port + alternarive ingress hostname in config file Change-Id: I04c13657f5c5cf8b5f5373897bdc551dc2efdf36 Issue-ID: OOM-2341 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-05-13Merge "[Tree-wide] Make chart build process predictible" into frankfurtSylvain Desbureaux33-22/+72
2020-05-12Merge "Revise dcae bootstrap version" into frankfurtSylvain Desbureaux1-1/+1
2020-05-12[Tree-wide] Make chart build process predictibleKrzysztof Opasiak33-22/+72
ONAP is built using plain makefile rules. List of targets is generated using wildcard function. Based on make changelog: http://git.savannah.gnu.org/cgit/make.git/tree/NEWS since version 3.82 wildcard is not going to sort its results which means that charts are being processed in an arbitrary order which may lead to build failure due to missing dependencies. Since version 4.3 make started sorting the wildcard results once again which may lead to build issues. To avoid that and make our builds predictible independently from Makefile version let's make sure that we always sort wildcard results. Addinally let's use 'file://' instead of '@local' for charts in common to resolve dependencies between them. Issue-ID: OOM-2399 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iacb02dcdbd577ce0e9ca1078dd0586d296ec9375 (cherry picked from commit aae2da91becf5f1f56329d49656c1ad634917cba)
2020-05-12Merge "Add Helm charts for CDS py-executor" into frankfurtSylvain Desbureaux6-0/+276
2020-05-11Revise dcae bootstrap versionVijay Venkatesh Kumar1-1/+1
New bootstrap released for Son-handler blueprint updates Change-Id: I3bf4d177a6827ff6afe36a0d2130ccdc797ac099 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2216 Issue-ID: DCAEGEN2-2200 (cherry picked from commit 416658b118984aae23654dc0521027b86c277389)
2020-05-11[DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt releaseefiacor1-0/+1
Change-Id: I8b370e77407a3497d2fe46b207668dd234a24a80 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DCAEGEN2-2217 (cherry picked from commit b4ea1d79cdfdcc9f013a87f63f5ae386dbd8b137)
2020-05-11Merge "[POLICY] put base64 password in xacml.properties" into frankfurtSylvain Desbureaux3-8/+7
2020-05-11Add Helm charts for CDS py-executorMarek Szwalkiewicz6-0/+276
Chart for deployment pod and service of py-executor. This chart covers also artifact manager grpc server. Issue-ID: OOM-2256 Change-Id: Iaf7c569ccaea4062bf16abe3c314a1b24940d4c5 Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl> (cherry picked from commit a662568a444a4985068a96007290d1f480fe8547)
2020-05-11Merge "[VNFSDK] Use common secret template for postgres credentials" into ↵Sylvain Desbureaux6-9/+104
frankfurt
2020-05-09[POLICY] put base64 password in xacml.propertiesjhh3-8/+7
In addition, remove heap mem sizing for drools too as it is properly sized according to container allocated resources. Issue-ID: POLICY-2547 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I4e1e5eaef1cad924ac4c86e5248230aef1fad7d8 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit ed6839f2fe2566741dcd49c8e59fdae519ce84b0)
2020-05-08Set multicloud-k8s image to 0.6.0Eric Multanen1-1/+1
Update image for Frankfurt release. Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240 Issue-ID: OOM-2397 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 0d36387da995a3e5100b4a99c3e05765ee3ed4cd)
2020-05-08[VNFSDK] Use common secret template for postgres credentialsKrzysztof Opasiak6-9/+104
Even through we use common secret template both passwords are still hardcoded in common postgres chart but this will be removed as a final step just like we did for mariadb-galera. Issue-ID: OOM-2250 Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> (cherry picked from commit 79677d38adfb3de5a35c00cdb710f6325a8719a9)
2020-05-07Merge "[AAF] v1.16+ compatible templates"Krzysztof Opasiak50-1872/+656
2020-05-07Merge "[SDNC] Use common aaf template in SDNC"Sylvain Desbureaux3-60/+39
2020-05-07Merge changes I0947c006,I73f799d9Sylvain Desbureaux3-0/+164
* changes: DOC howto setup ingress on the Kubernetes cluster Ingress quick start guide notice
2020-05-07Merge "[COMMON] Add new template for obtaining certificate"Sylvain Desbureaux9-25/+270
2020-05-06Use RC1 version of CCSDK artifactsDan Timoney10-10/+10
Update helm charts to use RC1 version of CCSDK dockers Issue-ID: CCSDK-2358 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id247bdf3442084d724b84ed752956d08868c7ddf
2020-05-06[COMMON] Add new template for obtaining certificateKrzysztof Opasiak9-25/+270
Add new template that can be used to obtain certificate by component. Make also a PoC with NBI. Strongly based on aaf-config template. Issue-ID: AAF-1134 Change-Id: I10cb2a7b36a8dc436be337518cc15431aabbbc5d Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-05-06DOC howto setup ingress on the Kubernetes clusterLucjan Bryndza2-0/+160
User manual howto setup ingress controller on the kubernetes cluster using Nginx and MetalLB Issue-ID: OOM-1878 Change-Id: I0947c0060851fd7a43bfa92b0472b9ec898857b6 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-05-06Merge "[VNFSDK] Fix Ingress configuration"Krzysztof Opasiak1-2/+2
2020-05-06Merge "[VID] Fix Ingress configuration"Krzysztof Opasiak1-2/+2
2020-05-06Merge "[UUI] Fix Ingress configuration"Krzysztof Opasiak2-2/+2
2020-05-06Merge "[SDNC] Fix Ingress Configuration"Krzysztof Opasiak2-0/+21
2020-05-06Merge "[SDC] Fix Ingress configuration"Krzysztof Opasiak2-5/+2
2020-05-06Merge "[Portal] Fix Ingress configuration"Krzysztof Opasiak1-1/+1
2020-05-06Merge "[OOF] Fix Ingress configuration"Krzysztof Opasiak1-1/+1
2020-05-06Merge "[DMaaP] Fix Ingress configuration"Krzysztof Opasiak1-1/+1
2020-05-06Merge "[CLI] Fix Ingress configuration"Krzysztof Opasiak1-1/+1
2020-05-06Merge "[CDS] Fix Ingress configuration"Krzysztof Opasiak1-3/+3
2020-05-06Merge "[APPC] Fix Ingress configuration"Krzysztof Opasiak1-1/+1
2020-05-06Merge "[AAF] Fix AAF Configuration"Krzysztof Opasiak7-7/+7
2020-05-06[VNFSDK] Fix Ingress configurationSylvain Desbureaux1-2/+2
Change port to HTTPS one Set ssl to redirect. Issue-ID: OOM-2192 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I4ca8b8debe721c86baf92ba947f891a120df5435
2020-05-06[VID] Fix Ingress configurationSylvain Desbureaux1-2/+2
Set SSL to redirect as backend is HTTPS. Issue-ID: OOM-2191 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If7dd2760af35f169cad1adcf7573352766beada2
2020-05-06[UUI] Fix Ingress configurationSylvain Desbureaux2-2/+2
Set ssl to redirect when backend is HTTPS. Issue-ID: OOM-2190 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8275d31c8a6f07d42f178db15173665b998ef5e8
2020-05-06[SDNC] Fix Ingress ConfigurationSylvain Desbureaux2-0/+21
Set redirect to true when backend is HTTPS. Issue-ID: OOM-2188 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I787d5723b9e301f644aa0d6271980e3f58292cc2
2020-05-06[SDC] Fix Ingress configurationSylvain Desbureaux2-5/+2
Set redirect for SSL when backend is HTTPS Issue-ID: OOM-2187 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2c1e9acfdaf427e85b78accaf2d26be48eed5f73
2020-05-06[Portal] Fix Ingress configurationSylvain Desbureaux1-1/+1
Set redirect for SSL for HTTPS backend. Issue-ID: OOM-2185 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I44c42968c2d3ab35c61920f47d3bd6c2ae3cd4dc
2020-05-06[OOF] Fix Ingress configurationSylvain Desbureaux1-1/+1
Set redirect for SSL as backend is HTTPS. Issue-ID: OOM-2182 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I7dca15d6a381048f8f07c81b2523a1b6ec0ae308
2020-05-06[DMaaP] Fix Ingress configurationSylvain Desbureaux1-1/+1
Use HTTPS port set redirect for ssl part. Issue-ID: OOM-2179 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I83b30e7a21785f1018118f83db1fd3fe43db5f17
2020-05-06[CLI] Fix Ingress configurationSylvain Desbureaux1-1/+1
Use the new port. Set redirect to https service. Issue-ID: OOM-2176 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I139511d3dbdf22f771ff2168588a475f2a7303af
2020-05-06[CDS] Fix Ingress configurationSylvain Desbureaux1-3/+3
Set redirect to https based service. Issue-ID: OOM-2174 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1a823618c71458be055b0a6af96a56eee7262ee6
2020-05-06[APPC] Fix Ingress configurationSylvain Desbureaux1-1/+1
set redirect to https based service. Issue-ID: OOM-2173 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8b226cd6d8cd598cf6578b58d0d0c0f9558fd818
2020-05-06[AAF] Fix AAF ConfigurationSylvain Desbureaux7-7/+7
set redirect to service providing SSL add ingress for aaf-oauth Issue-ID: OOM-2170 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iec05ec5798cc8240ca45d7d08c973bc3516f5e8f
2020-05-06Merge "[DCAEGEN2] Use common secret template for postgres credentials"Sylvain Desbureaux4-18/+52
2020-05-06Ingress quick start guide noticeLucjan Bryndza1-0/+4
Notice about experimental ingress configuration Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I73f799d9fb254a5d40b1c7d22c75350010780a1d Issue-ID: OOM-1878
2020-05-06Merge "MUSIC spring boot helm charts (music-sb)"Sylvain Desbureaux40-1174/+746
2020-05-05Merge "[DCAEGEN2][dashboard] Use common secret template for postgres ↵Sylvain Desbureaux3-7/+29
credentials"
2020-05-05Merge "[DCAEGEN2][bootstrap] Use common secret template for postgres ↵Krzysztof Opasiak4-143/+163
credentials"