aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21[VFC] change comment styleJakub Latusek2-0/+4
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: Ic9e6fec5e5f6897a35d1c2c1036a947e30432efb Issue-ID: OOM-2562
2020-03-25[VFC] Use faster version of common secret templateKrzysztof Opasiak1-1/+1
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I26c3b15e837ead96477d95312cb450a623ec16ae
2020-03-09[VFC] Use common secret template for DB root passwordKrzysztof Opasiak1-0/+15
Issue-ID: VFC-1600 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I9f83c6f6eaace60c3e974218810e5943c5758c06
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-1/+1
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
2018-04-10Standardized Config for VFCMike Elliott18-1293/+21
Change-Id: Ie7064b59032c6cd81ee37466c89a5dee74530939 Issue-ID: OOM-750 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-28Add Nokia v2 driverDenes Nemeth2-1/+80
Change-Id: I6b40fcff3f0f09e7633f7fac38665e755bf90167 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-03-22License addition in all yamlsvaibhav_16dec16-0/+224
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG16-60/+60
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-01-09Modify ztevmanagerdrivermaopengzhang2-25/+25
Modify all-service.yaml,values.yaml, etc Change-Id: Ieb98334a31a48654cee6436ac48a69f16948a380 Issue-ID: OOM-506 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-11-28Adjust VFC modules to latestAlexis de Talhouët4-2/+148
- add nokia driver - add workflow engine activiti - fix workflow deps - update versions to released ones (TB updated) Change-Id: Ia8df5fdd1df13e4d237aa628fb2c4fceb2d033cc Issue-ID: OOM-473 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-10-29Add option to disable specific deploymentsyuryn14-24/+65
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-16fixing invalid VFC service specMandeep Khinda1-1/+1
A missing quote breaks the helm yaml to json conversion... tested with: helm install vfc --dry-run --debug Issue-ID: OOM-352 Change-Id: Ie676f1f604f97d14d7e335682bb3b241f68d4640 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-28Service endpoint annotation for VF-CHuabingZhao1-0/+143
Issue-Id: OOM-25 Change-Id: I76f87e25f58a0b1eb68dd5ff08224a2beaaf4479 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-26Add VFC containers to ONAP K8Smaopengzhang14-0/+660
Add VFC containers to ONAP K8S MK:- fixed issues related to port names longer than 15chars - scoped pods to the onap-vfc namespace. All deployments still fail due to missing docker images in nexus3 Yan:- fixed docker images in nexus3 MK (patchset 7) - adding image pull secrets or they all fail - address Alexis comments by removing trailing spaces & removing activii (with the comments left in it crashes out) MK: (patchset 8) - removing trailing whitespaces Change-Id: Iab9f641aaa580511c0e4a073a71da723aaf07315 Issue-ID: OOM-19 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>