summaryrefslogtreecommitdiffstats
path: root/src/arm/kubernetes_vpp_vhostuser/deploy-cni.sh
blob: 941b917b8fb6c0d177e67c9c72f3753f76f6541f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash -e

cd ../cni-deploy

DEPLOY_SCENARIO="k8-vpp-nofeature-noha"

export ANSIBLE_HOST_KEY_CHECKING=False

virtualenv .venv
source .venv/bin/activate
pip install ansible==2.6.1

#deploy flannel, multus
ansible-playbook -i inventory/inventory.cfg deploy.yml --tags flannel,multus
#deploy vhost-vpp
ansible-playbook -i inventory/inventory.cfg deploy.yml --tags vhost-vpp