summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui
AgeCommit message (Collapse)AuthorFilesLines
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>
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-04-29Change ingress hosnames for exposed servicesLucjan Bryndza1-1/+1
Change ingress host to the required hostnames Change-Id: Ic78c8821e2e23e00943d8abdf7b2183b4d940c72 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2391 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-04-02Bump chart versionSylvain Desbureaux3-3/+3
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-03-30[UUI] Upgrade uui version to 3.0.1hekeguang2-2/+2
Issue-ID: USECASEUI-422 Change-Id: I2fa0c9486dd02516e5cd7bd9c3fcdae927d7a73b Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-17Change the version number to 2.0.5, and modify the configuration of HTTPS ↵hekeguang3-5/+6
matching 2.0.5. Issue-ID: USECASEUI-412 Change-Id: I8afe4fef1da62e6c40a9b19c2699135b9b0055a3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-13[UUI] Release new version of serverhekeguang1-1/+1
Issue-ID: USECASEUI-412 Change-Id: I521876aecb95f265ccfc92c8f1d144afd6cbb54c Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-05[UUI] UUI Server is a core eaterSylvain Desbureaux1-6/+6
And thus needs bigger limits/requests Issue-ID: USECASEUI-403 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ide23f95af16f9ed9615bcb26e67e40cd1145670f
2020-02-26SECCOM HTTPS communication vs. HTTP(TSC must have)hekeguang2-4/+5
Issue-ID: USECASEUI-356 Change-Id: Ibdaae24155992c0132254669c6173488d65227d6 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak4-8/+8
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-11-27Add ingress controler support to UUILucjan Bryndza4-0/+14
Add ingress controler support to UUI using ingress common template Issue-ID: OOM-2190 Change-Id: I02a94788ace71c27464a2606aa3ecf2b11b1b1da Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott3-3/+3
Updating all helm chart versions to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate aai/oom patch. Please do not merge until this coordination has completed. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
2019-06-18update usecase-ui image versionshentao9992-2/+2
Change-Id: Id392a90ec17da105f7c0e17903ca2276140011db Issue-ID: USECASEUI-276 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-05-10change usecase-ui-server api urlguochuyicmri1-1/+1
Change-Id: Ib56a22795a17b72dd8bcc5726802a6b56b4a8060 Issue-ID: USECASEUI-260 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott3-3/+3
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-11-15Sync docker tags with release manifestGary Wu2-2/+2
Sync docker tags with the release manifest from integration repo commit b37a3cfdaf92c4855660d2f0c1b20eb482b99bd4. Change-Id: Iabb203836d0c0adb5604a9303d4a108142ec6757 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-26Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 73e35266be6609f1eb59d2de3bf819ebd3cb4a79. Change-Id: I8e79691e9d4cf27cc20082bd2dfbf6ee3bc7eef3 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-24Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 178b6b9fbab29eabee2dc05273029a560c459aa0. Change-Id: Id7f6630d356a743b3999389f2a70cbc8c69af4b7 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda2-2/+2
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda2-0/+2
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott3-3/+3
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-18Add Resource Limits for uuiGregSulek4-17/+37
flavor name removed from global Issue-ID: OOM-1165 Change-Id: I8da4cf5de40182567edaa44544bab074d34accf9 Signed-off-by: GregSulek <gsulek@amdocs.com>
2018-08-30Merge "License Addition task UUI , VNFSDK , MSB , NBI"Mandeep Khinda2-0/+26
2018-08-30Apache2 License additiontoshrajbhardwaj1-2/+2
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>