Skip to content

Commit 45f56b0

Browse files
committed
Release v1.5.1-12
1 parent 6652bd5 commit 45f56b0

File tree

5 files changed

+136
-71
lines changed

5 files changed

+136
-71
lines changed

docker-compose/b2b-3pair/compose.yml

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,68 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.5.1-12
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always
77
traffic_engine_1:
8-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
8+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
99
network_mode: "host"
1010
restart: always
1111
privileged: true
1212
environment:
13-
- OPT_LISTEN_PORT=5555
14-
- ARG_IFACE_LIST=virtual@af_packet,veth0
15-
- OPT_NO_HUGEPAGES=Yes
13+
- OPT_LISTEN_PORT=5555
14+
- ARG_IFACE_LIST=virtual@af_packet,veth0
15+
- OPT_NO_HUGEPAGES=Yes
1616
traffic_engine_2:
17-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
17+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
1818
network_mode: "host"
1919
restart: always
2020
privileged: true
2121
environment:
22-
- OPT_LISTEN_PORT=5556
23-
- ARG_IFACE_LIST=virtual@af_packet,veth1
24-
- OPT_NO_HUGEPAGES=Yes
22+
- OPT_LISTEN_PORT=5556
23+
- ARG_IFACE_LIST=virtual@af_packet,veth1
24+
- OPT_NO_HUGEPAGES=Yes
2525
traffic_engine_3:
26-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
26+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
2727
network_mode: "host"
2828
restart: always
2929
privileged: true
3030
environment:
31-
- OPT_LISTEN_PORT=5557
32-
- ARG_IFACE_LIST=virtual@af_packet,veth2
33-
- OPT_NO_HUGEPAGES=Yes
31+
- OPT_LISTEN_PORT=5557
32+
- ARG_IFACE_LIST=virtual@af_packet,veth2
33+
- OPT_NO_HUGEPAGES=Yes
3434
traffic_engine_4:
35-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
35+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
3636
network_mode: "host"
3737
restart: always
3838
privileged: true
3939
environment:
40-
- OPT_LISTEN_PORT=5558
41-
- ARG_IFACE_LIST=virtual@af_packet,veth3
42-
- OPT_NO_HUGEPAGES=Yes
40+
- OPT_LISTEN_PORT=5558
41+
- ARG_IFACE_LIST=virtual@af_packet,veth3
42+
- OPT_NO_HUGEPAGES=Yes
4343
traffic_engine_5:
44-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
44+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
4545
network_mode: "host"
4646
restart: always
4747
privileged: true
4848
environment:
49-
- OPT_LISTEN_PORT=5559
50-
- ARG_IFACE_LIST=virtual@af_packet,veth4
51-
- OPT_NO_HUGEPAGES=Yes
49+
- OPT_LISTEN_PORT=5559
50+
- ARG_IFACE_LIST=virtual@af_packet,veth4
51+
- OPT_NO_HUGEPAGES=Yes
5252
traffic_engine_6:
53-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
53+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
5454
network_mode: "host"
5555
restart: always
5656
privileged: true
5757
environment:
58-
- OPT_LISTEN_PORT=5560
59-
- ARG_IFACE_LIST=virtual@af_packet,veth5
60-
- OPT_NO_HUGEPAGES=Yes
58+
- OPT_LISTEN_PORT=5560
59+
- ARG_IFACE_LIST=virtual@af_packet,veth5
60+
- OPT_NO_HUGEPAGES=Yes
61+
layer23-hw-server:
62+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.5.1-6
63+
gnmi-server:
64+
image: ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2
65+
protocol_engine_1:
66+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
67+
protocol_engine_2:
68+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383

docker-compose/b2b/compose.yml

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.5.1-12
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always
77
traffic_engine_1:
8-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
8+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
99
network_mode: "host"
1010
restart: always
1111
privileged: true
1212
environment:
13-
- OPT_LISTEN_PORT=5555
14-
- ARG_IFACE_LIST=virtual@af_packet,veth0
15-
- OPT_NO_HUGEPAGES=Yes
13+
- OPT_LISTEN_PORT=5555
14+
- ARG_IFACE_LIST=virtual@af_packet,veth0
15+
- OPT_NO_HUGEPAGES=Yes
1616
traffic_engine_2:
17-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
17+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
1818
network_mode: "host"
1919
restart: always
2020
privileged: true
2121
environment:
22-
- OPT_LISTEN_PORT=5556
23-
- ARG_IFACE_LIST=virtual@af_packet,veth1
24-
- OPT_NO_HUGEPAGES=Yes
22+
- OPT_LISTEN_PORT=5556
23+
- ARG_IFACE_LIST=virtual@af_packet,veth1
24+
- OPT_NO_HUGEPAGES=Yes
25+
layer23-hw-server:
26+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.5.1-6
27+
gnmi-server:
28+
image: ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2
29+
traffic_engine_3:
30+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
31+
traffic_engine_4:
32+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
33+
traffic_engine_5:
34+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
35+
traffic_engine_6:
36+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
37+
protocol_engine_1:
38+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
39+
protocol_engine_2:
40+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383

docker-compose/cpdp-b2b/compose.yml

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,58 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.5.1-12
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always
77
traffic_engine_1:
8-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
8+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
99
restart: always
1010
privileged: true
1111
ports:
1212
- "5555:5555"
1313
- "50071:50071"
1414
environment:
15-
- OPT_LISTEN_PORT=5555
16-
- ARG_IFACE_LIST=virtual@af_packet,veth0
17-
- OPT_NO_HUGEPAGES=Yes
18-
- OPT_NO_PINNING=Yes
19-
- WAIT_FOR_IFACE=Yes
15+
- OPT_LISTEN_PORT=5555
16+
- ARG_IFACE_LIST=virtual@af_packet,veth0
17+
- OPT_NO_HUGEPAGES=Yes
18+
- OPT_NO_PINNING=Yes
19+
- WAIT_FOR_IFACE=Yes
2020
traffic_engine_2:
21-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
21+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
2222
restart: always
2323
privileged: true
2424
ports:
2525
- "5556:5556"
2626
- "50072:50071"
2727
environment:
28-
- OPT_LISTEN_PORT=5556
29-
- ARG_IFACE_LIST=virtual@af_packet,veth1
30-
- OPT_NO_HUGEPAGES=Yes
31-
- OPT_NO_PINNING=Yes
32-
- WAIT_FOR_IFACE=Yes
28+
- OPT_LISTEN_PORT=5556
29+
- ARG_IFACE_LIST=virtual@af_packet,veth1
30+
- OPT_NO_HUGEPAGES=Yes
31+
- OPT_NO_PINNING=Yes
32+
- WAIT_FOR_IFACE=Yes
3333
protocol_engine_1:
34-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.337
34+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
3535
restart: always
3636
privileged: true
3737
network_mode: service:traffic_engine_1
3838
environment:
39-
- INTF_LIST=veth0
39+
- INTF_LIST=veth0
4040
protocol_engine_2:
41-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.337
41+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
4242
restart: always
4343
privileged: true
4444
network_mode: service:traffic_engine_2
4545
environment:
46-
- INTF_LIST=veth1
46+
- INTF_LIST=veth1
47+
layer23-hw-server:
48+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.5.1-6
49+
gnmi-server:
50+
image: ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2
51+
traffic_engine_3:
52+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
53+
traffic_engine_4:
54+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
55+
traffic_engine_5:
56+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
57+
traffic_engine_6:
58+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12

docker-compose/cpdp-frr/compose.yml

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.5.1-12
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always
77
traffic_engine_1:
8-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
8+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
99
restart: always
1010
privileged: true
1111
ports:
1212
- "5555:5555"
1313
- "50071:50071"
1414
environment:
15-
- OPT_LISTEN_PORT=5555
16-
- ARG_IFACE_LIST=virtual@af_packet,veth0
17-
- OPT_NO_HUGEPAGES=Yes
18-
- OPT_NO_PINNING=Yes
19-
- WAIT_FOR_IFACE=Yes
15+
- OPT_LISTEN_PORT=5555
16+
- ARG_IFACE_LIST=virtual@af_packet,veth0
17+
- OPT_NO_HUGEPAGES=Yes
18+
- OPT_NO_PINNING=Yes
19+
- WAIT_FOR_IFACE=Yes
2020
traffic_engine_2:
21-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
21+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
2222
restart: always
2323
privileged: true
2424
ports:
2525
- "5556:5556"
2626
- "50072:50071"
2727
environment:
28-
- OPT_LISTEN_PORT=5556
29-
- ARG_IFACE_LIST=virtual@af_packet,veth2
30-
- OPT_NO_HUGEPAGES=Yes
31-
- OPT_NO_PINNING=Yes
32-
- WAIT_FOR_IFACE=Yes
28+
- OPT_LISTEN_PORT=5556
29+
- ARG_IFACE_LIST=virtual@af_packet,veth2
30+
- OPT_NO_HUGEPAGES=Yes
31+
- OPT_NO_PINNING=Yes
32+
- WAIT_FOR_IFACE=Yes
3333
protocol_engine_1:
34-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.337
34+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
3535
restart: always
3636
privileged: true
3737
network_mode: service:traffic_engine_1
3838
environment:
39-
- INTF_LIST=veth0
39+
- INTF_LIST=veth0
4040
protocol_engine_2:
41-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.337
41+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
4242
restart: always
4343
privileged: true
4444
network_mode: service:traffic_engine_2
4545
environment:
46-
- INTF_LIST=veth2
46+
- INTF_LIST=veth2
4747
frr:
4848
image: quay.io/frrouting/frr:9.1.0
4949
cap_add:
@@ -60,3 +60,15 @@ services:
6060
- type: bind
6161
source: ./frr/vtysh.conf
6262
target: /etc/frr/vtysh.conf
63+
layer23-hw-server:
64+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.5.1-6
65+
gnmi-server:
66+
image: ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2
67+
traffic_engine_3:
68+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
69+
traffic_engine_4:
70+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
71+
traffic_engine_5:
72+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
73+
traffic_engine_6:
74+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12

hw/ixhw-b2b/compose.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: "2"
2-
32
services:
43
controller:
5-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
4+
image: ghcr.io/open-traffic-generator/keng-controller:1.5.1-12
65
restart: always
76
ports:
87
- "8443:8443"
@@ -24,7 +23,7 @@ services:
2423
max-file: "10"
2524
mode: "non-blocking"
2625
layer23-hw-server:
27-
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:0.13.0-2
26+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.5.1-6
2827
restart: always
2928
command:
3029
- "dotnet"
@@ -38,3 +37,21 @@ services:
3837
max-size: "100m"
3938
max-file: "10"
4039
mode: "non-blocking"
40+
gnmi-server:
41+
image: ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2
42+
traffic_engine_1:
43+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
44+
traffic_engine_2:
45+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
46+
traffic_engine_3:
47+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
48+
traffic_engine_4:
49+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
50+
traffic_engine_5:
51+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
52+
traffic_engine_6:
53+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12
54+
protocol_engine_1:
55+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383
56+
protocol_engine_2:
57+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383

0 commit comments

Comments
 (0)