summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Merge "adding reference label" into stable/gambiastable/gambiaXuan Jia2-14/+6
2018-11-19adding reference labelSofia Wallin2-14/+6
Change-Id: If2a77719b30025c4425da25cb6ac95b1c5be6649 Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> (cherry picked from commit 1ae71798652b3222561b39fb29e25da2a873c81e)
2018-11-19Local Documentation build for Container4NFVTrevor Bramwell2-2/+5
Adds the ability to build and view project documentation locally. Change-Id: I19244288652461307cb564e7335604ee08f5d807 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> (cherry picked from commit 7f73ee1a58b896ffcc95a801f3472c6e8609e103)
2018-11-08add scenarior for virlet and kataGuo Ruijing6-0/+65
Change-Id: I24eaa36693b05343f67a3a777d04b7841dca9884 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit 554a84f03e586252c5f0fc320acd046a2ae93439)
2018-10-23Merge "Add a new committer:Lu Bin"Ruijing Guo2-35/+10
2018-10-20Add a new committer:Lu BinXuan Jia2-35/+10
Change-Id: Iaca7d1eb70d20ef276c4aff732437c1218f76487 Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
2018-10-18Merge "rebase to k8s 1.12 & docker 18.06 and enable device plugin"Xuan Jia1-6/+20
2018-10-16Merge "Fix links to remove references to submodules"Xuan Jia1-1/+2
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-10-08Modify the documentation about functest test.Jingzhao Ni1-1/+10
Modify the documentation for updating functest developing status. Change-Id: I5f31d8aa4af235b36f5f33a13658600dc32b2f01 Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
2018-09-18Local Documentation BuildsAric Gardner5-0/+25
This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: I143b0c116d54f0cc864a73829fe240f5a139bbc1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-09-14Fix links to remove references to submodulesAric Gardner1-1/+2
All references to submodules must be removed for docs to work going forward. Can be tested once your project has a local tox file Change-Id: I8b0077a26e6f6209df1bae607ed07423f5fed333 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-08-31Merge "Error corrections and architecture option updates"Xuan Jia11-330/+302
2018-08-31Merge "add document for openwrt demo deployment"Xuan Jia1-0/+318
2018-08-31Merge "modify release-notes"Xuan Jia1-0/+8
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-25fix timeout issue and disalbe kubeadm_basic & kubeadm_istioGuo Ruijing1-5/+2
Change-Id: I9aabbdbe4c0805498f104d8eafabc8da0d258ad2 Signed-off-by: Guo Ruijing <ruijing.guo@intel.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-05Merge "rebase onap oom to beijing release"Ruijing Guo8-73/+237
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-28Adding PTL to INFO.yamlAric Gardner1-0/+5
This was missed in my automated script as jiaxuan@chinamobile.com != jason.jiaxuan@gmail.com Change-Id: I831b88165a3a91b2c7b028b6ac16fd6cc60957fa Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
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 Jia6-42/+36
2018-05-31enable kata 1.0 + containerd 1.1Guo Ruijing6-42/+36
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-26modify release-notesXuan Jia1-0/+8
Change-Id: I7041c004ca94705e1ac8cb03b6a06a906db0be35 Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
2018-04-25add document for openwrt demo deploymentBin Lu1-0/+318
Change-Id: I0d2fe8c108324197d3b39e3892a79ca60e74d9b2 Signed-off-by: Bin Lu <bin.lu@arm.com> Jira: ENTOS-593
2018-04-24Snort implementationLaura Sofia Enriquez8-0/+177
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-22Fix ci deploy hanging issueQiLiang1-1/+3
- add timeout for each scenarios - Issue link: https://build.opnfv.org/ci/view/container4nfv/job/container4nfv-daily-deploy-master/79 Change-Id: I6dfe7b50a6649e25e88dcec5f57ae9a26efe5e52 Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-21disable multusGuo Ruijing1-1/+0
Change-Id: I79854e52188833184ed60669b9f792afffcfd3c6 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-20Update ci deploy sequencesQiLiang1-4/+17
- Add time consuming count for each scenarios - Add istio for container4nfv Change-Id: I3ed377492d6228e1c04362fee41f8b258f8ffd5a Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-20disable kataGuo Ruijing1-1/+0
Change-Id: I00c0912415bbaeb9a84f88d333a5e2dae79a75ff Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-03-10Merge "add Arm64 specific HPA documentation"Xuan Jia1-0/+171
2018-03-10Merge "Auto Generated INFO.yaml file"Xuan Jia1-0/+59
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-06Merge "Istio implementation for clearwater chart"Xuan Jia24-20/+122
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-03-01add Arm64 specific HPA documentationBin Lu1-0/+171
Heterogeneous computing is an important feature for a typical NFV scenario (Edge computing, Access networking). This document list specific hardware features for Arm64. Later, I will add more features in it. Change-Id: I5db29dd3842eb80dd707c762d7847c08e5b74252 Signed-off-by: Bin Lu <bin.lu@arm.com>
2018-03-01Merge "Add new committer Trevor.Tao"Xuan Jia1-0/+2
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