source of the problem is the missing systemd-network package as reported by https://openqa.opensuse.org/tests/1381836#step/check_default_network_manager/3 === # zypper -n in systemd-network | cat; ( exit ${PIPESTATUS[0]} ); echo ZG7tm-$?- Loading repository data... Reading installed packages... Package 'systemd-network' not found. ZG7tm-104- === verified that package present in Leap15.2 but not in Jump. === jump:~ # rpm -q systemd-network package systemd-network is not installed === tw152:~ # rpm -q systemd-network systemd-network-234-lp152.31.4.1.ppc64le tw152:~ # rpm -ql systemd-network |grep usr.bin |grep ctl /usr/bin/networkctl === Do we want to provide this package for Jump ?