action #178906
Updated by okurz 2 months ago
On a fresh Leap leap 15.6 install I am trying to setup a multi-machine cluster using this script as mentioned in the documentation: (machine setup is simple https://en.opensuse.org/openSUSE:OpenQA:Setup)
`instances=2 ethernet=eth1 bash -x $(which os-autoinst-setup-multi-machine)` (machine has two network interfaces)
Unfortunately unfortunately after this the tests fail with:
with
```
qemu-system-x86_64: -netdev tap,id=qanet0,ifname=tap21,script=no,downscript=no: could not configure /dev/net/tun (tap21): Operation not permitted
```
Also the firewall seems borked:
```
Error: RUNNING_BUT_FAILED: Changing permanent configuration is not allowed while firewalld is in FAILED state. The permanent configuration must be fixed and then firewalld restarted. Try `firewall-offline-cmd --check-config`.
```
Calling calling the command suggested above:
```
Configuration error: INVALID_INTERFACE: Zone 'public': interface 'eth1' already bound to zone 'trusted'
```
## Suggestions
* Redo the above steps to reproduce the issue or work with szarate to further investigate
* Crosscheck with how we test os-autoinst-setup-multi-machine, e.g. in openQA-in-openQA tests https://openqa.opensuse.org/group_overview/24
Back