summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Improve docker registry secret managementBorislavG17-17/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Sync docker image images with docker-manifest.csvGary Wu16-16/+16
Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03Remove nsPrefix references from vfc chartPriyanka Jain1-2/+1
Issue-ID: OOM-1027 Change-Id: Ia0d6890c27cb957dbf10b65b7e72bce3806b8d35 Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG34-70/+87
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-24Merge "Update vfc charts configutation"Mandeep Khinda3-1/+10
2018-04-18Update vfc charts configutationyangyan3-1/+10
Change-Id: I79dc1c5d26692fe675ca4cf2779fc78eac557a45 Issue-ID: VFC-879 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-04-17Change the service name of MSB register annotationLiZi1-1/+1
The service name of vfc-workflow and vfc-workflow-engine are both "workflow" in MSB register annotations. Actually they are two different service. Change-Id: I45bb3a131431bb4893c0dc992cdb008c1045cf84 Issue-ID: OOM-949 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-04-16Update readiness-check versionBorislavG17-17/+17
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-12VFC Communication fails because MSB service namemahendrr35-69/+42
Change-Id: I26e27cfb3b973bbffd0a94e3ec8411f5218cdf4f Issue-ID: OOM-804 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
2018-04-10Standardized Config for VFCMike Elliott129-1378/+5676
Change-Id: Ie7064b59032c6cd81ee37466c89a5dee74530939 Issue-ID: OOM-750 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-28Add Nokia v2 driverDenes Nemeth3-1/+85
Change-Id: I6b40fcff3f0f09e7633f7fac38665e755bf90167 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-03-22License addition in all yamlsvaibhav_16dec18-0/+252
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG17-62/+62
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-01-09Modify ztevmanagerdrivermaopengzhang3-27/+27
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ët5-16/+172
- 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 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>