Created attachment 1268914 [details] /var/log/messages rolekit FileNotFoundError ... No such file or directory: 'ipa-server-install' PowerPC F26 Problem identified on compose 20170404 (same on 20170403, no failure 20170331) === extract of openQA issued command: echo '{"admin_password":"monkeys123","dns_forwarders":{"ipv4":["9.101.4.100"],"ipv6":["9.101.4.100"]}}' | rolectl deploy domaincontroller --name=domain.local --settings-stdin Deployment can take a long time. To monitor the progress, run journalctl -ef -u rolekit Error: [Error 2] No such file or directory: 'ipa-server-install' === cat /var/log/rolekit 2017-04-05 04:40:32 ERROR: b'Package rolekit-0.5.1-4.fc26.noarch is already installed, skipping.' 2017-04-05 04:41:58 ERROR: FileNotFoundError: [Errno 2] No such file or directory: 'ipa-server-install' ===
Created attachment 1268915 [details] dnf.log
Looking at that DNF log, it tried to install the @freeipa-server package group (which includes the freeipa-server package), but DNF didn't actually install it. My suspicion is that whatever repository mirror you were connected to didn't have the package for some reason. Can you retry it and see if it keeps happening? Given that you filed this right around the Fedora 26 Alpha release, I'm guessing that you may have hit a mirror that wasn't fully synchronized.
Thank you for the investigation. A retry with next 20170406 compose do not show the problem anymore.