summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Adjust VFC modules to latest (Amsterdam)Alexis de Talhouët5-16/+172
- add nokia driver - add workflow engine activiti - fix workflow deps - update versions to released ones 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 K8Smaopengzhang16-0/+732
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>