summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2017-09-28Add VFC app in the oneclickmaopengzhang1-1/+1
Add VFC APP to setenv file Change-Id: I4af66c3c9a6e23c700c0a34e0ae09fc89c8d7c0c Issue-ID: OOM-19 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-09-27added filebeat to all componentsyuryn19-4/+338
Deployment of: filebeat containar for each relevant component + chown of log dir to root - prevents filebeat complaining about filebeat file + ecomp web app renamed onap - fixed dep-pap.yaml + fixed multiple volumeMounts in vid-server Change-Id: I74f8f2abd5feeba1d37b044d2a023674fd41c994 Issue-ID:OOM-110 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-26Merge "Added AAF containers to ONAP Kubernetes"Mandeep Khinda13-4/+571
2017-09-26Added AAF containers to ONAP KubernetesDusan Rozman13-4/+571
Created the initial deployment yamls for AAF project Issue-ID: OOM-11 Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-26removing dcae-config.tar from repoMandeep Khinda1-0/+0
It isn't referenced anywhere and dcaegen1 pods come up without it Issue-ID: OOM-323 Change-Id: I42901c9a57c2f3b9be0405b2b2fff90e607a1688 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-26Add VFC containers to ONAP K8Smaopengzhang17-0/+749
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>
2017-09-26Revert "added filebeat to all components"Alexis de Talhouët20-344/+10
Pods aren't starting properly. Let's not take any risk, so reverting. 3m 18s 4 kubelet, kubernetes-5 spec.containers{vid-server} Normal Killing Killing container with id docker://vid-server:FailedPostStartHook This reverts commit 4ca69ea2b6a2aaaf0974953a3c3dec7694fdfcb0. Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I7953ac3b0e2a4ecbdd1a7d2a48cb9a1964bf08ab Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-09-26Merge "Add multicloud plugins for OpenStack"Alexis de Talhouët4-1/+177
2017-09-26Add multicloud plugins for OpenStackBin Yang4-1/+177
Fixed nodeport conflicts. Change-Id: I1684d9808a2b6b6eda2417fd957816852f9cd751 Issue-Id: MULTICLOUD-108 Signed-off-by: Bin Yang <bin.yang@windriver.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-26Merge "added filebeat to all components"Alexis de Talhouët20-10/+344
2017-09-26Merge "Fix default namespace for Consul deployments."Alexis de Talhouët1-1/+1
2017-09-25Fix default namespace for Consul deployments.gfraboni1-1/+1
The Default namespace prefix for all pods deployed by one-click is 'onap', but the values file for Consul was using 'inf' instead. This has been corrected to be in line with the other components. Issue-ID: OOM-86 Change-Id: I05a184090f678af8d019ba46eb6c750e5ee03e39 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-25Merge "Added vnfsdk containers to ONAP Kubernetes"Mike Elliott9-5/+134
2017-09-25Added vnfsdk containers to ONAP KubernetesDusan Rozman9-5/+134
Created the initial base deployment yamls for VNFSDK. Issue-ID: OOM-320 Change-Id: I3b062654dcb3d48c91cdc90d59597bf27a662b23 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-25Fix mount point for Consul server configuration.gfraboni1-1/+1
Issue-ID: OOM-86 Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-25Merge "Add Consul health check support for SDNC"Mike Elliott1-0/+22
2017-09-25Merge "Add Consul health check support for SDC"Mike Elliott5-0/+121
2017-09-24added filebeat to all componentsItay Hassid20-10/+344
Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I3605a975ee9dbe3e34b8fa6b17fef52e9d29b975 Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
2017-09-22Add Consul health check support for SDNCgfraboni1-0/+22
This push adds health checks for the SDNC. IssueID: OOM-86 Change-Id: I73b15e09388e87dc481d77b76ba302ff4dcb4317 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Add Consul health check support for SDCgfraboni5-0/+121
This push adds health checks for the SDC components. Issue-ID: OOM-86 Change-Id: I67c861a7a3e98f2aaa88c30e3132500cfc429118 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Merge "Add Consul health check support for MSO"Mandeep Khinda4-0/+73
2017-09-22Merge "synching up SO 1.1"Mandeep Khinda26-3146/+770
2017-09-22Merge "Add AAI config changes"Alexis de Talhouët12-206/+6314
2017-09-22Add Consul health check support for MSOgfraboni4-0/+73
This push adds health checks for the MSO components. Issue-ID: OOM-86 Change-Id: Ia8908e4225248f51c73d8d41aa8895cd6f9b511c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Add AAI config changesMike Elliott12-206/+6314
A new RESOURCES_HOSTNAME environment variable was added to the traversal service to allow configuration for communicating with resource service. The gremlin service has been removed from AAI 1.1 deliverables. Change-Id: Id38581d49822cb3aa8ccb912508fabfb5c775a5a Issue-Id: OOM-312 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-22Merge "Add Consul health check support for message-router"Alexis de Talhouët5-0/+56
2017-09-22Add Consul health check support for message-routergfraboni5-0/+56
This push adds health checks for the following message-router components: DMaaP, Kafka, and ZooKeeper. Issue-ID: OOM-86 Change-Id: Icb557a27208eea94ea7ee6d8eadfb1f02481d7b4 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21dcaegen2 bootstrap container in K8sMandeep Khinda7-1/+144
launching the dcaegen2 bootstrap container in OOM K8s. -based on dcaegen2/deployments/bootstrap/README-docker.md -requires an openstack private key pair file locally -requires mining and updating a yaml configuration file as per the comments in the sample file given. -unfortunately, my attempts to bundle the secret and configmap in the helm package didn't work out as they are external files so I create them using the createAll.bash script. Issue-ID: OOM-107 Change-Id: I221f60af66ea0f7e97ddd8b92819dce9aa6b5a81 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-21Merge "Add Consul support to 'OneClick' deployment."Mike Elliott26-2/+477
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni26-2/+477
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21synching up SO 1.1Mandeep Khinda26-3146/+770
trying to keep up with changes in SO upstream 1.1 -robot health check still fails with a HTTP 503. --The same error is observed in the HEAT env. -unforking config directories and instead mounting files that we need to change. -the DB boot sql scripts are checked out on the VM and are not within the container which makes keeping in synch an ongoing process until we spend time improving config/boot Issue-ID: OOM-311 Change-Id: Ia91ced683ca985184c2752917795e2b7ebffb9a8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-21Update to use newly named portal containersMike Elliott1-4/+4
Portal container names now include a hyphen. K8s deployment descriptors updated to point to new containers. Change-Id: I7b6b08a9d707b1b9747c6f45de70df7392cfca8f Issue-Id: OOM-310 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-21Add fix for multicloud port definition in yamlMike Elliott1-4/+2
Replaced underscore with hypen. Underscores not supported in yaml. Change-Id: I5b45708cc39aac346a03d4d25ed82ab4080bd608 Issue-Id: OOM-309 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-21fixing appc robot health checkMandeep Khinda1-1/+1
https://gerrit.onap.org/r/#/c/7773/ was not picked up when the appc move to 1.1. was done in the OOM project. Issue-ID: OOM-308 Change-Id: Ic2d6d89cce8d1076b7a4e1decf8665d760209a68 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Merge "Added CLAMP containers to ONAP Kubernetes"Mike Elliott16-3/+1087
2017-09-20adding debug log to config-init.shMandeep Khinda1-1/+1
Issue-ID: OOM-307 Change-Id: Ic7261ae2bf34f5490b67daf01851aea1913bd585 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20porting robot tenantId changeMandeep Khinda4-1/+7
This change to robot caused demo init stop working in OOM as we were using tenantName to keystone auth. https://gerrit.onap.org/r/#/c/11539/ This fixes the issue and requires a new parameter to onap-parameters.yaml. steps to workaround will be provided in the jira comments Issue-ID: INT-149 Change-Id: I3dad07b24313a5bc6637b602a8c52835544155e8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Added CLAMP containers to ONAP KubernetesDusan Rozman16-3/+1087
Added the initial deployment yamls for CLAMP and updated one-click Issue-ID: OOM-12 Change-Id: I48c842d77bf95ad53dcff9ab28edf542b1cb4bf5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-20Merge "Fix API gateway image issue"Alexis de Talhouët2-3/+3
2017-09-20Add msb_apigateway domain and port to multicloudliangke3-0/+12
Change-Id: Iaff7c8d58d913528c05a16302b5a1e18d7824dc1 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-19Fix API gateway image issueHuabingZhao2-3/+3
Issue-Id: OOM-113 Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-19Merge "Add msb and kube2msb registrator to oneclick"Mike Elliott1-1/+2
2017-09-16Add msb and kube2msb registrator to oneclickHuabingZhao1-1/+2
Deploying MSB first and kube2msb last will ensure all the ONAP services can be registered to MSB. Issue-Id: OOM-278 Change-Id: I3210f407c7b338b765117f8f2ba7a1d4920f3b32 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Fix annotation issue for policyHuabingZhao1-2/+2
The json format is not correct due to lacking of a comma. Issue-Id: OOM-222 Change-Id: I5af614d02e8cddd96efa80d09d72dcf264756ae1 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Add service endpoint annotation for SDCHuabingZhao1-0/+31
Issue-Id: OOM-223 Change-Id: Ie1ad56e163bc00b91465e25359d272122ae8ebfd Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Add Multicloud containers to ONAP K8Sliangke8-3/+178
Change-Id: I0801156481c8306cc7599a27d50b981385968a70 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-15Merge "Add service endpoint annotation for message router"rui hu1-0/+11
2017-09-14Merge "For global-onap-configmap use file content"Alexis de Talhouët1-1/+1
2017-09-14Merge "Containers time zone sync"Mandeep Khinda40-0/+229
2017-09-14For global-onap-configmap use file contentyuryn1-1/+1
Change-Id: I12780f57f5f2070e5603d25a7fd6a78320220845 Issue-ID: OOM-277 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>