open-traffic-generator / ixia-c

Ixia-c Traffic Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ixia-c-one deployment on ubuntu 22.04 fails

ashutshkumr opened this issue · comments

When deploying ixia-c-one on ubuntu 22.04 using containerlab, test port containers are not assigned any interface.
The culprit is pipework script, which doesn't seem to work correctly when cgroupv2 is enabled.

2022/05/09 21:43:35 Found IP address: 172.17.0.4
2022/05/09 21:43:35 Endpoint address: 172.17.0.4:5555
2022/05/09 21:43:35 Controller Config: &{LocationMap:[{Location:eth3 Endpoint:172.17.0.3:5555} {Location:eth4 Endpoint:172.17.0.4:5555}]}
2022/05/09 21:43:35 Interface 'eth1' does not exist, adding it ...
2022/05/09 21:43:35 Creating traffic-engine ...
2022/05/09 21:43:35 Creating container ixia-c-traffic-engine:1.4.1.26 ...
2022/05/09 21:43:35 Pushing interface to traffic-engine container ...
2022/05/09 21:43:35 Could not create traffic-engine for interface eth1 : could not push interface: exit status 1

Fixed in v0.0.1-2897