aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23[VID] Obfuscate truststore password at the entrypointKrzysztof Opasiak1-2/+2
VID unfortunately expects truststore password to be obfuscated instead of getting it in plain text. Current solution that we had in the master branch was only a temporary fix which hardcoded obfuscated password in our charts. This patch introduces a proper solution that uses jetty-util to obfuscate the password before starting VID application. Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I391c29b6552121fd0b574a1046b4c1551c1a927a
2021-03-21[VID] Update VID to 8.0.2Ikramullah, Ikram1-1/+1
VID's Honolulu release image. Issue-ID: VID-958 Change-Id: Iad54bdeb02a9e361db5ca0d68d3487a1dc4d3150 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
2021-03-17[VID] Use obfuscated password for truststoreKrzysztof Opasiak1-3/+2
VID expects truststore password to be obfuscated using jetty-util. Issue-ID: OOM-1 Change-Id: I3d44524f7e89f026dfa27ac7d247028ccd598850 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-02-15[VID] Automatically retrieve certificatesSylvain Desbureaux1-1/+48
Use certInitializer in order to retrieve the certificates instead of hardcoding them. Issue-ID: VID-959 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I72eb09cd2719995ee05141034936f8e0589c7ad1
2020-12-14[COMMON][MARIADB] Upgrade Mariadb DB galera versionSylvain Desbureaux1-12/+12
Mariadb DB Galera containers version is outdated and unmaintained. We need them to move to a new image provider. As new image provider is not compatible with our old templates, we also update the templates (by reworking bitnami mariadb-galera chart). An update of global mariadb image is also done in order to match mariadb galera version. Issue-ID: OOM-1720 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib9976227759e90022183d4f37fc655143be4d6ac
2020-12-01[VID] Uses new tpls for repos / imagesSylvain Desbureaux1-10/+6
This commit makes VID 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: I99c371c949398ecb6a2437c3ddd49a74f5a2c97e
2020-11-18[COMMON/VID] Modified VID to use Shared DB.RPMishra1-4/+16
This change modifies VID to use the shared DB instance of mariadb. In addition, we create a mechanism in mariadb-init to allow a shared DB user to run a script after the DB has been created. The script can be passed as a configMap (as is the case with VID) or it can be a standalone script that is passed as a string. Issue-ID: OOM-1226 Change-Id: Ie51823338562a6fbe7472025d62cd4dba688168d Signed-off-by: RPMishra <rpmishra@aarnanetworks.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-08Guilin Release Image for VIDIkramullah, Ikram (fi241c)1-1/+1
Issue-ID: VID-897 Change-Id: I4517c137c7cf8660b3943969000f65a8e0d4d7ac Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+1
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-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-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-03-25VID: Update to version 6.0.4 (Frankfurt RC3)Ittay Stern1-1/+1
This build handle DB password special characters Issue-ID: VID-786 Issue-ID: VID-779 Change-Id: I48f3da564d1ea9314cb779021438241dd6113ba1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-19New VID certificate valid until: Mar 17, 2021Ittay Stern1-1/+1
Issue-ID: VID-784 Change-Id: I2393279cce83191e75730caaff1b57802857f0e9 Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-04VID: Update to version 6.0.3 (Frankfurt RC2)Ittay Stern1-1/+1
Issue-ID: VID-761 Change-Id: Ie3127f62a9b059020b047ae09bf13bdf77923833 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-15[VID] Don't hardcode mariadb-galera passwordKrzysztof Opasiak1-4/+17
Let's use common secret template to generate user credentials for VID DB and depend on mariadb-galera to generate secure enough root password. Issue-ID: OOM-2293 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ib474e202e9e35e6b2959d29648f542a89c87a4e5
2020-01-27VID: Update to version 6.0.2 (Frankfurt wave 1)Ittay Stern1-1/+1
Issue-ID: VID-716 Change-Id: Ia6344de1aa524d25a8818e18bfe693cacffc26c8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-09VID: Update to version 6.0.1Ittay Stern1-1/+1
Release 6.0.1 supports the current OOM chart setup (without VID_KEYSTORE_PASSWORD workaround). Issue-ID: VID-650 Issue-ID: VID-716 Change-Id: Ie326a9b0cc5c892f815470384b92938ab2312c62 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-11Merge "Add missing [mysqld] group"Borislav Glozman1-0/+1
2019-12-11Merge "Add ingress configuration for vid"Sylvain Desbureaux1-0/+6
2019-12-06Add missing [mysqld] groupBrian Freeman1-0/+1
Issue-ID: VID-725 Change-Id: I00bed189eae8a615f4db9531814a88ed2b000362 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-27Add ingress configuration for vidLucjan Bryndza1-0/+6
Add ingress configuration file for vid component. Ingress configuration can be changed in onap-all.yaml Change-Id: Icb1eccccd0488d78a8b44745888203192d9aaa4b Issue-ID: OOM-1508 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-11-18[VID] Use mariadb galera common chartSylvain Desbureaux1-9/+18
Instead of using "own" galera chart, reuse chart placed in common part of OOM installation. Will ease move to common galera cluster (which is not done by this commit). Change-Id: I843c89ed4899055e9502268089d0e01f28fe37ae Issue-ID: VID-704 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-10-03New VID certificate valid until: Oct 03, 2020Ittay Stern1-0/+1
Issue-ID: VID-650 Change-Id: I5a844993619002eb0792e3ebb62788dc69562309 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-18Merge "HTTPS calls for sdc"Brian Freeman1-1/+1
2019-09-18HTTPS calls for sdck.kedron1-1/+1
Proper configuration for HTTPS in the sdc: -configured the livenessProbe/readinessProbe ports -changed mount path for dcea-be components -updated dcea component images -updated VID and Portal to talk with the SDC Change-Id: Ibdece8f095aaa79e326cb9c4510e8227a7856b15 Issue-ID: SDC-2548 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-09-16Update VID values.yaml to version 5.0.3Ittay Stern1-1/+1
✔ El-Alto second wave 2.0 Issue-ID: VID-641 Change-Id: Ic35684d4c3198c0a415739f0727808f07afa241c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-09Update VID values.yaml to version 5.0.2Ittay Stern1-1/+1
✔ El-Alto second wave Issue-ID: VID-521 Change-Id: Ib537e1629084cb0cf4c98c9a00a85d5242e76310 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-29Update VID values.yaml to version 5.0.1Ittay Stern1-1/+1
✔ El-Alto first wave Issue-ID: VID-521 Change-Id: Ic34065a28a47d07e408ad345b493404a055740c6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-09Merge "Update VID values.yaml to release 5.0.0"Brian Freeman1-1/+1
2019-08-06Close VID's plain text port 30238Ittay Stern1-4/+2
* Move robot's health-check to https * Expose 8080 on ClusterIP only Issue-ID: VID-496 Issue-ID: OJSI-119 Change-Id: I9c197684c124e131c84109a7c0cbd279abcd4890 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-04Update VID values.yaml to release 5.0.0Ittay Stern1-1/+1
✔ El-Alto early drop Issue-ID: VID-521 Change-Id: I14f3f1e2407a79016b9c4be777a4fe8e33ae06e0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-13Update VID values.yaml to release 4.3.1Ittay Stern1-1/+1
✔ Dublin RC3 Issue-ID: VID-487 Change-Id: I6d3eafa6ff5f70c2094db01f007e8ad24b2d5fc2 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-05Update VID values.yaml to release 4.3.0Ittay Stern1-1/+1
✔ Dublin RC2 Change-Id: I8be07c01fc5c963fa296e248d75e9ab030066726 Issue-ID: VID-484 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-27Update VID values.yaml to release 4.2.0Ittay Stern1-1/+1
✔ Dublin RC1 Issue-ID: VID-481 Issue-ID: VID-482 Change-Id: Ib832963751e30bc9aee8452f362d036532532d74 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-05Update VID values.yaml to release 4.0.0Ittay Stern1-2/+2
✔ Dublin RC0 Issue-ID: VID-474 Change-Id: I4989bdc3d4cbe89162675ec9084e9daf70810f6d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-13Update VID in values.yaml to 4.0-STAGINGIttay Stern1-1/+1
Issue-ID: VID-440 Change-Id: I8b9114323c4892a231ef0a1f61e5ad35d9c84e15 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-20Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 0aad96cbbcdb97c2b074cb83d367c29dac6243df. Issue-ID: INT-663 Change-Id: I877077c3a35cb196c89ebb0e27dfe452e12b5249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-05Update VID image versionSonsino, Ofir (os0695)1-1/+1
Change-Id: Ief308b85fbc9e948f8fda5933965e3c2785b5158 Issue-ID: VID-325 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-23Merge "Set VID portal parameters"Mike Elliott1-1/+4
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-18Set VID portal parametersSonsino, Ofir (os0695)1-1/+4
Change-Id: Ieed7da9d45c5adea2d4ba77eeeddaa8948c86a0f Issue-ID: VID-330 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-25adding unlimited resource limitMandeep Khinda1-2/+3
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-21fixing vid startup issue after resource limitMandeep Khinda1-5/+5
The resource allocation is sufficient, however the pod takes longer to start and was being killed by the liveness probe. Increased probe delay to 2min and cpu core resources Issue-ID: OOM-1167 Change-Id: Ic2cdf2bd4a275d6f23ccaa7b8938ad6e1c1b5a4a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-20Use http port from VID to SOAlexis de Talhouët1-1/+1
As port 8443 isn't open by SO, we should use port 8080. Change-Id: I672ca81ec7a338a0cf5d3d81eecca4155f6fefad Issue-ID: OOM-1434 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20reducing resource request numbersMandeep Khinda1-4/+4
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët1-1/+1
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b Issue-ID: OOM-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19Resource Limit for VIDvaibhavjayas1-18/+18
Issue-ID: OOM-1167 Change-Id: Ib598b25bbf8fbda5b0fb41e3dfaf13dd7a31bd6c Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-18Merge "Vid Template alignment."Mandeep Khinda1-4/+4
2018-09-17Open http port and use correct logback.Piotr Darosz1-3/+7
Open http port and use correct logback, adjust VID image version Change-Id: Id408d9cb7a5f5cbc41ff49d901d435393d7dac13 Issue-ID: OOM-1382 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-09-03Vid Template alignment.Mandeep Khinda1-4/+4
Moving vid readiness to version 2.0.1 Remove unnecessary config maps as a result of using readiness 2.0.1, 2 configmaps moved to resources. Check if replica instances are up dynamically. Issue-ID: VID-236 Change-Id: Iaf2989f556214f60467f7a1d7a745a95ae421506 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>