From cdbfc1d717712f330aa1412d6c59085f98b8ac5e Mon Sep 17 00:00:00 2001 From: trevortao Date: Thu, 30 Aug 2018 10:54:01 +0800 Subject: Add Kubernetes VPP Vhostuser Deployment Scenario on arm64 platform 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 --- src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh (limited to 'src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh') diff --git a/src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh b/src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh new file mode 100755 index 0000000..21082b3 --- /dev/null +++ b/src/arm/kubernetes_vpp_vhostuser/k8s-deploy.sh @@ -0,0 +1,17 @@ +#!/bin/bash +set -e + +cd compass4nfv + + +export ADAPTER_OS_PATTERN='(?i)CentOS-7.*arm.*' +export OS_VERSION="centos7" +export KUBERNETES_VERSION="v1.9.1" + + +#For virtual environment: +export DHA="deploy/conf/vm_environment/k8-nosdn-nofeature-noha.yml" +export NETWORK="deploy/conf/vm_environment/network.yml" +export VIRT_NUMBER=2 VIRT_CPUS=8 VIRT_MEM=8192 VIRT_DISK=50G + +./deploy.sh -- cgit 1.2.3-korg