This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 5 files changed +3
-7
lines changed
examples/sample-vpp-host-config
5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
11
11
interval : daily
12
12
13
13
- package-ecosystem : docker
14
- directory : /docker/vpp-centos-userspace-cni
14
+ directory : /docker/userspacecni/
15
15
schedule :
16
16
interval : daily
17
17
Original file line number Diff line number Diff line change 41
41
kind create cluster --image " kindest/node:$kubectl_version "
42
42
kubectl get all --all-namespaces
43
43
44
- # docker run -itd --device=/dev/hugepages:/dev/hugepages --privileged -v "$(pwd)/docker/ vpp-centos-userspace-cni/ :/etc/vpp/" --name vpp ligato/vpp-base
44
+ # docker run -itd --device=/dev/hugepages:/dev/hugepages --privileged -v "$(pwd)/example/sample- vpp-host-config :/etc/vpp/" --name vpp ligato/vpp-base
45
45
sleep 10
46
46
cd $USERSPACEDIR
47
47
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ USERSPACEDIR="${USERSPACEDIR:=/runner/_work/userspace-cni-network-plugin/userspa
5
5
6
6
kubectl delete ns vpp
7
7
kubectl create ns vpp
8
- kubectl create -n vpp configmap vpp-startup-config --from-file=" ${USERSPACEDIR} /docker/ vpp-centos-userspace-cni /startup.conf"
8
+ kubectl create -n vpp configmap vpp-startup-config --from-file=" ${USERSPACEDIR} /examples/sample- vpp-host-config /startup.conf"
9
9
10
10
worker=" kind-control-plane"
11
11
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ few notes regarding packages in this sub-folder.
17
17
The ** usrsp-app** is intended to run in a container. It leverages the VPP CNI code
18
18
to consume interfaces in the container.
19
19
20
- ## docker/vpp-centos-userspace-cni/
21
- The docker image ** vpp-centos-userspace-cni** runs a VPP instance and the
22
- usrsp-app at startup.
23
-
24
20
## cnivpp/localdb.go
25
21
** localdb** is use to store data in a DB. For the local VPP instance, the localdb
26
22
is used to store the swIndex generated when the interface is created. It is used
File renamed without changes.
You can’t perform that action at this time.
0 commit comments