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

renaming directories #216

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
interval: daily

- package-ecosystem: docker
directory: /docker/vpp-centos-userspace-cni
directory: /docker/userspacecni/
schedule:
interval: daily

Expand Down
2 changes: 1 addition & 1 deletion ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ esac
kind create cluster --image "kindest/node:$kubectl_version"
kubectl get all --all-namespaces

#docker run -itd --device=/dev/hugepages:/dev/hugepages --privileged -v "$(pwd)/docker/vpp-centos-userspace-cni/:/etc/vpp/" --name vpp ligato/vpp-base
#docker run -itd --device=/dev/hugepages:/dev/hugepages --privileged -v "$(pwd)/example/sample-vpp-host-config:/etc/vpp/" --name vpp ligato/vpp-base
sleep 10
cd $USERSPACEDIR

Expand Down
2 changes: 1 addition & 1 deletion ci/vpp_test_setup/vpp_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USERSPACEDIR="${USERSPACEDIR:=/runner/_work/userspace-cni-network-plugin/userspa

kubectl delete ns vpp
kubectl create ns vpp
kubectl create -n vpp configmap vpp-startup-config --from-file="${USERSPACEDIR}/docker/vpp-centos-userspace-cni/startup.conf"
kubectl create -n vpp configmap vpp-startup-config --from-file="${USERSPACEDIR}/examples/sample-vpp-host-config/startup.conf"

worker="kind-control-plane"

Expand Down
4 changes: 0 additions & 4 deletions cnivpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ few notes regarding packages in this sub-folder.
The **usrsp-app** is intended to run in a container. It leverages the VPP CNI code
to consume interfaces in the container.

## docker/vpp-centos-userspace-cni/
The docker image **vpp-centos-userspace-cni** runs a VPP instance and the
usrsp-app at startup.

## cnivpp/localdb.go
**localdb** is use to store data in a DB. For the local VPP instance, the localdb
is used to store the swIndex generated when the interface is created. It is used
Expand Down