aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Merge "[UUI] Update intent analysis version" into londonAndreas Geissler1-1/+1
2023-06-28[UUI] Update intent analysis versionkaixiliu1-1/+1
Update intent analysis version Issue-ID: USECASEUI-817 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: I4afdaa9b575a8ea02d609ba9bdcfa2203351b4e8 (cherry picked from commit 55743b44cb9032217c4a72e8de2fd4963e4c6311)
2023-06-28[UUI][CDS] Fix Nodeport settingsAndreas Geissler2-2/+4
Fix the nodeport assignment of cds-ui and uui and uui-server. Fixed as well MultiCloud services. Issue-ID: OOM-3209 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8792211b9791a16b2d4b762b4517ccd3511408bf (cherry picked from commit aeb99f4c74b300a16e96268d8a3956efd8bddeeb)
2023-06-19[UUI] Uui-intent-analysis resource settings fixAndreas Geissler1-2/+2
The pod uses more memory, so the resource limits needed to be enhanced Issue-ID: OOM-3189 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I0096a1b08add252fbed642182b95e5e26a0f0d0c
2023-06-15[UUI] Update image of components of UUIkaixiliu4-4/+4
Update image of components of UUI Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: Ie4f396bd863139f8ec8c70d2f731fcf58f11446b
2023-05-25[UUI] Update database sql of uui-intent-analysisxudan161-1/+20
update file intent-analysis-init.sql to update the initialization of uui-intent-analysis DB. Issue-ID: OOM-3182 Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: I30e9920afb3c881d7ecd6f41f8a4d0900d22b8fc
2023-04-27[UUI] Update image of components of UUIkaixiliu2-2/+2
Update the image version for UUI components Issue-ID: REQ-1442 Signed-off-by: kaixiliu <liukaixi@chinamobile.com> Change-Id: Id283cf76ba143e9b539f63e1aec614c39902c9da
2023-04-12[UUI] Fix for MSB registration entriesAndreas Geissler2-3/+4
Get the correct port settings and disable SSL for the UUI ports in the MSB registration Issue-ID: MSB-755 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I2aecdc9b98e7784f861bede69b8f4ed68a1e7150
2023-03-20[UUI] Cleanup Helmcharts from TLS/AAFAndreas Geissler11-124/+58
Cleanup charts and remove AAF options Issue-ID: OOM-3123 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I0c67789bcae2187fef424edfca7eabb3e8625b30
2023-03-03[COMMON] Fix resources indentmiroslavmasaryk1-2/+1
Fix of resources template indent and therefore resources in components Issue-ID: OOM-3104 Signed-off-by: miroslavmasaryk <miroslav.masaryk@telekom.com> Change-Id: I825a3860db00cae4bb80b2aa2d82ac1a42b33124
2023-02-14[UUI] Make UUI SM compatibleAndreas Geissler14-115/+4823
Change the service definitions and deployment to support the nonTLS setup (AAF removal) using existing templates Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If86aa97e2bc8eef628a02d43407b2f16b1d06783
2022-12-07[UUI] Update image of components of UUIcmrizhangzhen1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-762 Signed-off-by: cmrizhangzhen <781953240@qq.com> Change-Id: Ib964f8cdd11ee259868e7c2b2aa35327007ed048
2022-12-01Merge "[UUI] Service Mesh Compliance for UUI"Fiachra Corcoran3-4/+5
2022-11-30[UUI] Service Mesh Compliance for UUIamatthews3-4/+5
Updating the basic requirements for Service Mesh Compliance within UUI. Issue-ID: OOM-2253 Change-Id: Idbc481a34e5eec8fc1e6849bd7683bfeb31f15df Signed-off-by: amatthews <adrian.matthews@est.tech>
2022-11-22[UUI] Add intent analysis and postgres deployments for uuixudan1611-0/+518
1. Intent analysis is the new component of uui 2. UUI decides to use postgres as an independent MS 3. Using the postgres template supported by the Community 4. Make this component Service Mesh Compatibility Signed-off-by: xudan16 <xudan16@huawei.com> Issue-ID: OOM-2997 Change-Id: I1c40c3e4b6d67591507475723f3465031372471c
2022-11-10[COMMON] Bump ONAP versionAndreas Geissler3-16/+16
Update chart versions 12.0.0 for London Issue-ID: OOM-3046 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
2022-11-10[UUI] Update image of components of UUI servercmrizhangzhen1-1/+1
Update the image version for UUI server Issue-ID: USECASEUI-760 Signed-off-by: cmrizhangzhen <781953240@qq.com> Change-Id: I3584f99f0d98ec91f3bdd1fd8fd93cfc683edc64
2022-11-03[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-743 Change-Id: Iab67b65566c3d2737337b3c85f3b0d3f6d035697 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-11-03Merge "[UUI] New Solve 2 components in one Docker"Fiachra Corcoran7-33/+452
2022-11-03[UUI] New Solve 2 components in one DockerJunyiDu7-33/+452
1.add postgres env in uui-server 2.use oom common postgres Signed-off-by: dujunyi <hunterdevil@foxmail.com> Issue-ID: USECASEUI-405 Change-Id: Id72a11f5b8574ff566061fcdfe98663107b6de2f
2022-10-21[COMMON] Harmonize all component ingress configAndreas Geissler2-2/+2
Harmonize all ingress definitions using schema: <component>-<application>-<api|ui> and adding plain_port attributes to support SM Issue-ID: OOM-3000 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8212774ba194758d7cf23bc2085edcc4eacd2539
2022-09-30[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-731 Change-Id: I44f1d869a285455a8a1109945e051a3899bb3589 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler2-6/+20
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler3-14/+14
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-05-02[COMMON] Fix sourced script with arguments bashismguillaume.lambert1-3/+3
pointed out by checkbashisms. This is very likely a classical script execution. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Id4269a4f8792627008acaa2c7595e02a3b2de94d
2022-04-28[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-662 Change-Id: I1ca25dfcde7dee20266660797ce089430c3af9d8 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2022-03-28Merge "[UUI] Use NLP new version image"Sylvain Desbureaux1-1/+1
2022-03-23[UUI] Use NLP new version imagezhaoyh61-1/+1
NLP image version has been updated. Issue-ID: REQ-1074 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: If77320d257abc4d22fc7e2ce4580f7d69525a5dc
2022-03-23[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-649 Change-Id: Ic828aaa86307287ad681e60b73bc538db95426a9 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-12-07[GLOBAL] Migrate to helm v3efiacor8-99/+58
Move all Chart.yaml to use apiVersion: 2 Move dependencies from requirements.yaml to Chart.yaml Changes to all makeFiles Changes to helm deploy plugin Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0 Issue-ID: OOM-2845
2021-11-10[UUI] NLP for IBN helm chartzhaoyh69-0/+271
NLP component added to UUI Issue-ID: USECASEUI-605 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: I0e4a4c71c0bd9bfacb9d1983e1f4a9a79aaab47b
2021-11-06[UUI] Automatically retrieve certificatesSylvain Desbureaux13-10/+610
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2695 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I673b3c7b8087c150b1e4c1d522b92ec08260ec09
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux3-5/+8
Use version 9.0.0 for Istanbul Also update the doc. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
2021-10-12[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-617 Change-Id: I4d2b2ff8b3a5aceeadddf7c87df449ee71b8b3e7 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert1-1/+1
- create a .pre-commit-config.yaml configuration file with * gitlint * trailing blanks linter * tabs removal linter - exclude .git folder from it - exclude Makefiles since tabs are mandatory by default in them - create a tox pre-commit profile to run it from tox note gitlint is not runnable at this pre-commit stage - create pre-commit-install and pre-commit-uninstall tox profiles to (un)install hooks locally and (un)perform tests at each "git commit" call (i.e. without calling manually the pre-commit tox profile) - precise pre-commit stages/types in the pre-commit configuration file so that hooks are installed correctly. This avoids messages about skipped tests when they are run at a wrong stage. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie95bb4f6f90be80b05a1398973caffeff7936881
2021-09-12[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-604 Change-Id: I1aa59d3c8c4d198ecb7d734a2df848e20adc2b0f Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-09-02[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-594 Change-Id: I3d2ebb8f264ecbce733c437338a63cc5591432a3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-06-21[COMMON] Add missing .helmignore files and "components/" entriesandreasgeissler1-0/+1
In order to save some space Issue-ID: OOM-2763 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Ibbd8d5f713307ada76a0d04ede57d3c7696bcfe5
2021-04-13[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components. Issue-ID: USECASEUI-566 Change-Id: Id2920cffa95b9a9f00dd73592ff8f6712ba7f234 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-04-01[UUI] Update image of components of UUIhekeguang2-2/+2
Update the image version for UUI components Issue-ID: USECASEUI-549 Change-Id: Ib1189e3871485a927f100d963589b8a642a3b5bb Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux3-6/+6
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-01-07[UUI-SERVER] Modify field name and fix postgresql errorhekeguang1-1/+1
1. In UUI-Server, modify sliceProfile field name. 2. In UUI-Server, fix "no transaction is in progress" error. Issue-ID: USECASEUI-524 Change-Id: Ic3670bdd65e46629a8d215effd67e3912fce2619 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-12-09[UUI] Move components to component dirJakub Latusek8-1/+4
Helm 3.4 requires the dependencies in the charts dir to be included in the requirements. Dependencies need to be moved to the components folder Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660 Issue-ID: OOM-2562
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux3-4/+4
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
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-10-21[UUI] change comment styleJakub Latusek4-0/+8
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I8c6f7dd3f68f482d12b527ba526a12adec2fbe30 Issue-ID: OOM-2562
2020-10-09Update uui version to 3.0.6hekeguang2-2/+2
Issue-ID: USECASEUI-489 Change-Id: Id21c913b2f353e6d91728fe6c786e21f5b3b82af Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux2-2/+3
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-07-28[UUI] Make UUI compatible with Kubernetes v1.17Grzegorz-Lis2-2/+8
Issue-ID: OOM-2468 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I93a35b063e48915fc840a8e62b0323157de533b8
2020-05-26Version 3.0.4 of UUI needs to be released.hekeguang2-2/+2
Issue-ID: USECASEUI-434 Change-Id: I050c1ebfb086e879be9a764cf9e2844b6556ec2c Signed-off-by: hekeguang <hekeguang@chinamobile.com>