-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcompose.yml
60 lines (60 loc) · 1.83 KB
/
compose.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
57
58
59
60
services:
controller:
image: ghcr.io/open-traffic-generator/keng-controller:1.19.0-5
command: --accept-eula --http-port 8443
network_mode: "host"
restart: always
traffic_engine_1:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5555
- ARG_IFACE_LIST=virtual@af_packet,veth0
- OPT_NO_HUGEPAGES=Yes
traffic_engine_2:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5556
- ARG_IFACE_LIST=virtual@af_packet,veth1
- OPT_NO_HUGEPAGES=Yes
traffic_engine_3:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5557
- ARG_IFACE_LIST=virtual@af_packet,veth2
- OPT_NO_HUGEPAGES=Yes
traffic_engine_4:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5558
- ARG_IFACE_LIST=virtual@af_packet,veth3
- OPT_NO_HUGEPAGES=Yes
traffic_engine_5:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5559
- ARG_IFACE_LIST=virtual@af_packet,veth4
- OPT_NO_HUGEPAGES=Yes
traffic_engine_6:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
network_mode: "host"
restart: always
privileged: true
environment:
- OPT_LISTEN_PORT=5560
- ARG_IFACE_LIST=virtual@af_packet,veth5
- OPT_NO_HUGEPAGES=Yes