-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvars.yml
56 lines (54 loc) · 913 Bytes
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
packages:
- git
- python3-pip
- ninja-build
- make
- automake
- gcc
- gcc-c++
- kernel-devel
- clang
- openssl-devel
- libcap-ng
- libcap-ng-devel
- autoconf
- automake
- libtool
- socat
- iperf3
- hostname
- gdb
- patch
- cscope
- wget
- tcpdump
- perf
- numactl-devel
- pciutils
- net-tools
- nmap-ncat
- tmux
- glibc
- libcap-ng-debuginfo
- openssl-libs-debuginfo
- zlib-debuginfo
pip_packages:
- meson
- flake8
- tftpy
- pyelftools
- scapy
- pyftpdlib
- cryptography
git_repos:
- src: https://github.com/DPDK/dpdk.git
dest: /root/dpdk/
branch: v22.11
- src: https://github.com/openvswitch/ovs.git
dest: /root/ovs
- src: git://github.com/mininet/mininet
dest: /root/mininet
- src: git://github.com/mininet/openflow
dest: /root/openflow
- src: https://github.com/ovn-org/ovn.git
dest: /root/ovn