Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 3dc7d1c

Browse files
committed
renaming directories
Signed-off-by: John O'Loughlin <[email protected]>Signed-off-by: John O'Loughlin <[email protected]>
1 parent 43181a0 commit 3dc7d1c

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

Diff for: .github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
interval: daily
1212

1313
- package-ecosystem: docker
14-
directory: /docker/vpp-centos-userspace-cni
14+
directory: /docker/userspacecni/
1515
schedule:
1616
interval: daily
1717

Diff for: ci/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ esac
4141
kind create cluster --image "kindest/node:$kubectl_version"
4242
kubectl get all --all-namespaces
4343

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
4545
sleep 10
4646
cd $USERSPACEDIR
4747

Diff for: ci/vpp_test_setup/vpp_host.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USERSPACEDIR="${USERSPACEDIR:=/runner/_work/userspace-cni-network-plugin/userspa
55

66
kubectl delete ns vpp
77
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"
99

1010
worker="kind-control-plane"
1111

Diff for: cnivpp/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ few notes regarding packages in this sub-folder.
1717
The **usrsp-app** is intended to run in a container. It leverages the VPP CNI code
1818
to consume interfaces in the container.
1919

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-
2420
## cnivpp/localdb.go
2521
**localdb** is use to store data in a DB. For the local VPP instance, the localdb
2622
is used to store the swIndex generated when the interface is created. It is used

0 commit comments

Comments
 (0)