On Fri, Jun 22, 2018 at 9:31 AM Sandro Bonazzola <sbonazzo@redhat.com> wrote:
Next failure is in TASK [ovirt-host-deploy-firewalld : Enable SSH port] 
unsupported version of firewalld, requires >= 0.2.11

# rpm -q firewalld
firewalld-0.5.2-2.fc28.noarch

Obviously the complain is incorrect, "0.5.2" > "0.2.11".



I added there the host deploy log for this run.
 
I worked around this by disabling firewall configuration when adding
a host.

The host was added but was not reachable.

To fix this, I disabled the firewall on the host using:
iptables -F

The next issue is missing ovirtmgmt bridge on the host, using setup networks
fixed the issue - and the host became UP.

This should have been done by ovirt-host-deploy, can you please share the host deploy logs?

See attached log in no-overtmgmt.tar.gz
 
So in summary, to add Fedora 28 host:
- patch ovirt-host-deploy: https://gerrit.ovirt.org/#/c/92437/ and install on engine host
- patch otopi: https://gerrit.ovirt.org/#/c/92435/ and install on engine host
- install python-netaddr on engine host
  - need to file a bug
- disable firewall setup in engine "Add host" dialog
  - need to file a bug

Done
 
- disable firewall on the host
- use setup networks to add ovirtmgmt network to the host
- forget about block storage for now
- change selinux to permissive mode
- we need a tracker bug for fedora 28 issues


Added the new bugs.

Nir