summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-11-16[VID] Use log templateMaciej Wereski1-17/+3
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I035f51a3931dd41fc56d477cfb43ba57e2c042f6
2021-03-24[VID] Create an empty dir for cacheSylvain Desbureaux1-0/+4
VID needs a cache folder. Currently, this caching feature doesn't work as cache folder can't be accessed. This patch allows the cache to be accessed. Issue-ID: VID-960 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea442f115e01919e82b14674249695d21c3197fe
2021-03-23[VID] Obfuscate truststore password at the entrypointKrzysztof Opasiak1-0/+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-02-15[VID] Automatically retrieve certificatesSylvain Desbureaux1-10/+19
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-1/+1
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-3/+3
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-3/+3
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-21[VID] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I66c141480e6a5715be571b7a2ae1e9945b9e040e Issue-ID: OOM-2562
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+2
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-08-11[VID] Make VID compatible with Kubernetes v1.17Magdalena_Biernacka1-1/+4
Issue-ID: OOM-2470 Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com> Change-Id: I6f023a4696bdef7cab685de1c8107db48faf960f
2020-03-25[VID] Use faster version of common secret templatesKrzysztof Opasiak1-2/+2
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I87995de66dca0b3a6d159a09ee2dc8fca2989cce
2020-02-15[VID] Don't hardcode mariadb-galera passwordKrzysztof Opasiak1-7/+3
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-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-2/+2
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-12-15VID: Remove VID_KEYSTORE_PASSWORD workaroundIttay Stern1-2/+0
Workaround is no longer needed, after CATALINA_OPTS parameters are late-evaluated. See commit https://gerrit.onap.org/r/c/vid/+/99583 (change id Ife2a2e92b3745691cc45590d1afd1688d918048f). Issue-ID: VID-650 Change-Id: Ibb27d050632e8ce9b96da6e4033840380d1f3f72 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-18[VID] Use mariadb galera common chartSylvain Desbureaux1-6/+8
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/+4
Issue-ID: VID-650 Change-Id: I5a844993619002eb0792e3ebb62788dc69562309 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-18HTTPS calls for sdck.kedron1-0/+2
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-08-08moving certificates from vid image to mounted catalogBartosz Gardziejewski1-0/+5
Issue-ID: VID-494 Change-Id: Ie1a3a9b362618d6b1821583bc6b3c39c28eb82c0 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2018-12-03Change template properties for AAIbiniek1-4/+2
To be merged together with https://gerrit.onap.org/r/#/c/71855/ Change-Id: Ib09f3e8cdbe01c95594430ae13aab1f7f867b606 Issue-ID: VID-347 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-10-31Fix VID portal URLSonsino, Ofir (os0695)1-1/+1
Change-Id: Iecba9f2bbe62e45dc81678cf136260a331dd2fad Issue-ID: VID-330 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-23Merge "Consistent naming for vid deployment"Borislav Glozman1-1/+1
2018-10-23Consistent naming for vid deploymentJulien Barbot1-1/+1
Change-Id: I7ae002ae214f1c0ca858a96c79e2b74f15d13405 Issue-ID: OOM-729 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-10-18Set VID portal parametersSonsino, Ofir (os0695)1-2/+4
Change-Id: Ieed7da9d45c5adea2d4ba77eeeddaa8948c86a0f Issue-ID: VID-330 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-05USe HTTP for SO endpoint in VIDPiotr Darosz1-1/+1
Correct the protocol and endpoint for SO API as HTTPS is not supported Change-Id: Ib84e9ab28ae3810141120572246d7a4a6b2d91a6 Issue-ID: VID-320 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Resource Limit for VIDvaibhavjayas1-1/+1
Issue-ID: OOM-1167 Change-Id: Ib598b25bbf8fbda5b0fb41e3dfaf13dd7a31bd6c Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-18Merge "Vid Template alignment."Mandeep Khinda1-15/+1
2018-09-17Open http port and use correct logback.Piotr Darosz1-4/+0
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-15/+1
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>
2018-08-29VID MSO client - enable HTTPSPiotr Darosz1-1/+1
Enable VID MSO HTTPS client. Merge after https://gerrit.onap.org/r/#/c/62279/ Change-Id: If3ac6206e53be2a1ac61adcadf7ffc423da9409a Issue-ID: VID-267 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-06-06VID deployment bug fixSonsino, Ofir (os0695)1-1/+1
Change-Id: I8ed132e6241d7e27c30a49b4d0e1e8df153a9306 Issue-ID: VID-241 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-04VID Resiliency & ScalabilitySonsino, Ofir (os0695)1-8/+22
Change-Id: Ifc593e2e33c3430c74156b4b153263c11127bfa9 Issue-ID: VID-160 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-10Correcting VID so service nameMandeep Khinda1-1/+1
Issue-ID: OOM-987 Change-Id: Ia552cac88f42d63d517893ad7ef2128fa2b1d629 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-06Fix inconsistent repository referencesBorislavG1-1/+1
Issue-ID: OOM-874 Changes to be committed: modified: aai/charts/aai-babel/templates/deployment.yaml modified: aai/charts/aai-champ/templates/deployment.yaml modified: aai/charts/aai-data-router/templates/deployment.yaml modified: aai/charts/aai-gizmo/templates/deployment.yaml modified: aai/charts/aai-modelloader/templates/deployment.yaml modified: aai/charts/aai-resources/templates/deployment.yaml modified: aai/charts/aai-search-data/templates/deployment.yaml modified: aai/charts/aai-sparky-be/templates/deployment.yaml modified: aai/charts/aai-traversal/templates/deployment.yaml modified: aai/charts/aai-traversal/templates/job.yaml modified: appc/charts/appc-cdt/templates/deployment.yaml modified: appc/templates/statefulset.yaml modified: clamp/charts/mariadb/templates/deployment.yaml modified: clamp/templates/deployment.yaml modified: cli/templates/deployment.yaml modified: common/dgbuilder/templates/deployment.yaml modified: common/mariadb-galera/templates/statefulset.yaml modified: dcaegen2/charts/dcae-bootstrap/templates/job.yaml modified: dcaegen2/charts/dcae-cloudify-manager/templates/deployment.yaml modified: dcaegen2/charts/dcae-healthcheck/templates/deployment.yaml modified: dcaegen2/charts/dcae-redis/templates/statefulset.yaml modified: dmaap/charts/dmaap-bus-controller/templates/deployment.yaml modified: dmaap/charts/dmaap-bus-controller/values.yaml modified: esr/charts/esr-gui/templates/deployment.yaml modified: esr/templates/deployment.yaml modified: msb/charts/kube2msb/templates/deployment.yaml modified: msb/charts/msb-discovery/templates/deployment.yaml modified: msb/charts/msb-eag/templates/deployment.yaml modified: msb/charts/msb-iag/templates/deployment.yaml modified: multicloud/charts/multicloud-ocata/templates/deployment.yaml modified: multicloud/charts/multicloud-vio/templates/deployment.yaml modified: multicloud/charts/multicloud-windriver/templates/deployment.yaml modified: multicloud/templates/deployment.yaml modified: policy/charts/brmsgw/templates/deployment.yaml modified: policy/charts/drools/charts/nexus/templates/deployment.yaml modified: policy/charts/drools/templates/statefulset.yaml modified: policy/charts/mariadb/templates/deployment.yaml modified: policy/charts/pdp/templates/statefulset.yaml modified: policy/templates/deployment.yaml modified: portal/charts/portal-app/templates/deployment.yaml modified: portal/charts/portal-cassandra/templates/deployment.yaml modified: portal/charts/portal-mariadb/templates/deployment.yaml modified: portal/charts/portal-sdk/templates/deployment.yaml modified: portal/charts/portal-widget/templates/deployment.yaml modified: portal/charts/portal-zookeeper/templates/deployment.yaml modified: sdnc/charts/dmaap-listener/templates/deployment.yaml modified: sdnc/charts/sdnc-portal/templates/deployment.yaml modified: sdnc/charts/ueb-listener/templates/deployment.yaml modified: sdnc/templates/statefulset.yaml modified: uui/charts/uui-server/templates/deployment.yaml modified: uui/templates/deployment.yaml modified: vid/charts/mariadb/templates/deployment.yaml modified: vid/templates/deployment.yaml Change-Id: I00aaa1eff3b870db3b475365eeda3f2e10aef6b9 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-02Fix VID environment variablesRoger Maitland1-5/+5
Change-Id: I9f6487d4588c443817010e727515e0f262ba0d01 Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com> Issue-ID: OOM-1034
2018-04-24Make all services independent of helm Release.NameBorislavG1-2/+2
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16VID Health Check failsmahendrr1-8/+8
Issue-ID: OOM-910 Change-Id: I7cf1c14a922d3917d24455b1fb23367569752299 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
2018-03-27Vid Standardization ConfigPriyanka1-0/+162
Issue-ID: OOM-729 Change-Id: Ic5b082e2d87ca7ef7944cd1ccce635ea2309e1f5 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>