action #178906
Updated by szarate about 2 months ago
On a fresh 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) using: `instances=2 ethernet=eth1 bash -x $(which os-autoinst-setup-multi-machine)` (machine has two network interfaces) unfortunately after this the tests fail 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 the command suggested above: ``` Configuration error: INVALID_INTERFACE: Zone 'public': interface 'eth1' already bound to zone 'trusted' ```