summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-12-17update test casesHEADmasterXuan Jia3-1/+179
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com> Change-Id: I57f9c522ac13f323021e213f7938aafc0572524e
2019-12-17create application for kubernetesXuan Jia9-0/+230
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com> Change-Id: Iddc4bf912907d271d7196b47e132c3e187e79bd6
2019-09-23upgrade to ubuntu 18 & k8s 1.15Guo Ruijing3-16/+10
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Change-Id: I9c0905b5d2ef13219e0cf6369bb1321011270540
2019-05-28Fixed issue that running kube-proxy fail on Macbinjialv011-5/+71
This issue trigged by lack of kernel module needed to run iptables. Change-Id: I8e31024b0e524d766a10994d15b1acfa4e83fb33 Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
2019-05-22fix kata installationGuo Ruijing1-3/+3
Change-Id: Ic309e4bae5285309a3fe16a5338eb72c6a881926 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-05-10fix issue in virtlet and disable istiostable/hunterGuo Ruijing2-4/+3
Change-Id: Ib75a486fceef9feb35f8fd6eaad78b97d8e44550 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-03-29Merge "enable virtlet & kata"Xuan Jia8-3/+601
2019-03-01fix registry and kata installationGuo Ruijing2-15/+4
Change-Id: Ie74c889ce0c8714f7e52beec9ace130350728472 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-02-16enable virtlet & kataGuo Ruijing8-3/+601
Change-Id: I88f7b579a825ba7ad25da5074773e5668f0ef000 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-02-04fix kata installation in kubeadm_kataGuo Ruijing1-1/+1
Change-Id: Ic59ce70bec89efd263a095e923409263d8ee94bc Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-02-01Merge "fix kata installation failure"Xuan Jia1-1/+1
2019-02-01fix kata installation failureGuo Ruijing1-1/+1
Change-Id: If7ec8818486ec5044f28aa95b5b08f50438b6f1b Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-01-29MACCHIATObin kernel config for edgeJianlin Lv3-0/+668
Recompile MACCHIATObin kernel image meet the edge system requirements and provid a script to facilitate the build of the kernel image. Change-Id: I5edbaa880d49853c9ee769d38e80e1df05ab7133 Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
2019-01-18some updates kata setupGuo Ruijing6-26/+30
1. fix in containerd private registry 2. master node using docker and worker node without docker 3. rebase containerd to 1.2.2 Change-Id: Ide2a45ed892134269995b8d96aa76d5c3362c6f3 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2019-01-10add kata in kubeadm & rebase containerdGuo Ruijing7-2/+144
Change-Id: I86a037dcb83854471e9c59f22f899e0ba2f023b7 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-11-20enable multus & istioGuo Ruijing11-109/+9
Change-Id: Ib43fa8d4b1494e0b48e295941af223647c161f92 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-11-15Merge "rebase multus"Ruijing Guo13-75/+128
2018-11-13rebase multusGuo Ruijing13-75/+128
Change-Id: Ia82ed5f71ad7fdd49bfc71614ebf0d52920de610 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-11-12rebase virtletGuo Ruijing8-214/+343
1. k8s 1.12.2, docker: 18.03 2. criproxy: 0.12.0, virtlet: v1.4.1 Change-Id: I826bad4407ef4d048f3307dface5683f7d9d10e6 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-10-18Merge "rebase to k8s 1.12 & docker 18.06 and enable device plugin"Xuan Jia1-6/+20
2018-10-16rebase to k8s 1.12 & docker 18.06 and enable device pluginGuo Ruijing1-6/+20
Change-Id: Ifbe25c03de1c11144d093fe710b2a48c5c419b89 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-10-16Update bookinfo application deploy and clean scripts for Istio 1.0.xJingLu52-4/+6
Since Istio 1.0, a new traffic management API, a.k.a. v1alpha3, is being introduced. And there are also some minor changes in the deployment and clean steps for bookinfo application. Change-Id: I96c9eb552104dfdce15b4628b29c7cc72ac207b2 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-10-16Add a time lag for kubernetes to register Istio CRDsJingLu51-0/+3
After separately install the CRDs first, it may need a few seconds to wait for Kubernetes to register them. Change-Id: Ifb66c9688c080a5230b0df9762fb4dd861beaf83 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-10-11Improve Istio installationJingLu51-0/+3
Since Istio 1.0, there is an independent Istio’s Custom Resource Definitions manifest. It is recommended to install Istio's CRD first before invoking the istio-demo.yaml to avoid error like: unable to recognize "install/kubernetes/istio-demo.yaml": no matches for config.istio.io/, Kind=attributemanifest unable to recognize "install/kubernetes/istio-demo.yaml": no matches for config.istio.io/, Kind=attributemanifest in https://build.opnfv.org/ci/view/clover/job/clover-daily-deploy-master/210/consoleFull Change-Id: I9c26458d713ea1e01cb5976e4203843569ba7db2 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-08-30Add Kubernetes VPP Vhostuser Deployment Scenario on arm64 platformtrevortao4-0/+69
Add the deployment of Kubernetes VPP Vhostuser scenario with the help of Compass installer on arm64 platform, which would enable the containers and VPP vswitch communication with virtio-vhostuser interface. Change-Id: I84531dd3730f94a7910f2f5615a193420fdad73f Signed-off-by: trevortao <trevor.tao@arm.com>
2018-08-07Merge "enable kata container with ovn cni"Xuan Jia3-9/+50
2018-08-07Merge "several enhancement/fix for kubeadm onap"Xuan Jia7-163/+25
2018-08-03several enhancement/fix for kubeadm onapGuo Ruijing7-163/+25
1. add ntp for kubeadm onap 2. support vagrant cross 2 hosts 3. add beijing branch Change-Id: I50faf8448ddc0efa765b98fecd19c1d7a52bf3a3 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-08-02src/arm: add k8s cni deployment tasksYibo Cai28-0/+673
Deploy Multus, SRIOV, Vhostuser(VPP+DPDK) with CRD. Change-Id: I787d5fd61c75f17d50fbaf8f86c08bdc44c557b8 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-07-06enable kata container with ovn cniGuo Ruijing3-9/+50
Change-Id: I3d79c13fca011af83e5c9109319f8f4cc49b8b85 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-07-05rebase onap oom to beijing releaseGuo Ruijing8-73/+237
Change-Id: I9f3d755764a194068c2f3f128eb6d0861fcda555 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-06-06fix istio deploy fialurewutianwei2-16/+5
Some files don't exist in istio 0.8.0 version. So it failed to deploy istio in CI. what this patch do: 1. using istio-demo.yml instead of istio.yml to deploy istio 2. define the ingress gateway when running bookinfo sample 3. rename ingress to ingressgateway Change-Id: I39ec39320d61e5af8282c6f50bad90240444bc79 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-05-31Merge "enable kata 1.0 + containerd 1.1"Xuan Jia5-42/+35
2018-05-31enable kata 1.0 + containerd 1.1Guo Ruijing5-42/+35
Change-Id: Idbeda8b36d067a7bd27a8ef19184c5bb5a6daa04 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-05-23enable image building for openwrt demoBin Lu18-0/+864
Change-Id: Id464f064e9a7c4a55244c3cec4b3303a4ed0a889 Signed-off-by: Bin Lu <bin.lu@arm.com>
2018-04-24Snort implementationLaura Sofia Enriquez7-0/+144
This PR has: 1. Snort VNF. 2. Documentation. Change-Id: I5df23a1b8cdb65864aa8f432ce547d6cf5f27cde Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
2018-04-02fix deployment failureGuo Ruijing7-7/+7
Change-Id: I6145b406450b0846999223f1e4e6783eb06bb0a9 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-03-20Tiny fix for istio scenarioQiLiang3-3/+3
- disable user interactive when clean_bookinfo - run sleep before status check to save ci varify time Change-Id: I6072b85c3c941af30263101a3d4dca0537abf1fc Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-08Basic setup for istio sidecar auto injectionQiLiang2-3/+41
To enable auto sidecar injection on specific namespace, you only need label the namespace with `istio-injection=enabled`, e.g.: kubectl label namespace default istio-injection=enabled For details please refer: https://istio.io/docs/setup/kubernetes/sidecar-injection.html#automatic-sidecar-injection Change-Id: I2059aa0be2ab3f4f942342850d286281c5f940d4 Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-05Istio implementation for clearwater chartLaura Sofia Enriquez24-20/+122
1. Services ports renamed. 2. Added label 'app' inside all the deployment's yamls. . README.md added with configuration information. JIRA: CLOVER-3 JIRA: CONTAINER-22 Change-Id: I4c58b9ad6b5e0e598ad6a152f58c8afad084a805 Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
2018-02-25Clearwater implementation for OPNFVLaura Sofia Enriquez8-20/+113
K8S version 1.9 Clearwater deployment from source code using k8s v1.9. Tests added. Change-Id: Ifde573768721871b441ecb06a60ac25c0519b73d Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
2018-02-23Merge "Clearwater Helm Chart"Xuan Jia25-0/+646
2018-02-21Clearwater Helm ChartLaura Sofia Enriquez25-0/+646
Custom chart to deploy Clearwater with k8s. This patch depends of gerrit #50467 Change-Id: I5621909d768e6d91668aad9aae70869ae10acecf JIRA: CONTAINER-22 Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
2018-02-12update kata container deploymentGuo Ruijing4-33/+24
1. fix kata container deployment failure issue 2. use package instead of source build 3. remove docker installation 4. upgrade to k8s 1.9 Change-Id: Ie7698fb0e6a3a459d42b17d998b21f2dcf3a7854 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-02-11Fix onap aai deployment failure issueGuo Ruijing1-0/+1
Change-Id: I3a2bf891d3910e395ea976c31454bd6556fc4a3a Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-02-11update to vagrant 2.0.2Guo Ruijing1-4/+4
vagrant 1.8 cannot download vagrant box Change-Id: I07252a7e5dc11f084419a44dffc1262e981f2b74 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-02-08enable sriov cni deployement in container4nfvBin Lu4-0/+88
Change-Id: I55fb7a536539a26c1800f9cf4da1e61749ee3bca Signed-off-by: Bin Lu <bin.lu@arm.com>
2018-02-02Update istio installationQiLiang1-3/+15
Update istio installation, since upstream istio 0.5.0 is released. Fetch istio latest version from github.com instead of hard code it. Change-Id: If7aca736d631f74f9fdd6828a204895ec342b0ad Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-01-25Add Kubernetes deployment scenario with 2 Flannel interfacestrevortao4-0/+98
1. README file 2. Deployement scripts Change-Id: I1f99ba77e803c8bbc5c40ae783b32ff0c7218375 Signed-off-by: trevortao <trevor.tao@arm.com>
2018-01-25Add Kubernetes deployment scenario for arm servertrevortao6-0/+230
1. README.rst: installation guide 2. Scenario1: Kubernetes_basic, a basic Kubernetes cluster with 2 nodes and Flannel CNI plugin, including the deployment scripts, and an example use case We may add more Kubernetes scenarios in the future Change-Id: I3a0189533fdf99f0a80fd76c9e6cf96ff4a7e9f0 Signed-off-by: trevortao <trevor.tao@arm.com>