--== SUMMARY ==-- In order to configure firewalld, copy the files from /home/herabus/ovirt_engine/etc/ovirt-engine/firewalld to /etc/firewalld/services and execute the following commands: firewall-cmd --permanent --add-service ovirt-postgres firewall-cmd --permanent --add-service ovirt-jboss-http firewall-cmd --permanent --add-service ovirt-fence-kdump-listener firewall-cmd --permanent --add-service ovirt-websocket-proxy firewall-cmd --permanent --add-service ovirt-vmconsole-proxy firewall-cmd --permanent --add-service ovirt-jboss-https firewall-cmd --reload The following network ports should be opened: tcp:2222 tcp:5432 tcp:6100 tcp:8080 tcp:8443 udp:7410 An example of the required configuration for iptables can be found at: /home/herabus/ovirt_engine/etc/ovirt-engine/iptables.example Please use the user 'admin@internal' and password specified in order to login Web access is enabled at: http://trojan.dragon.org:8080/ https://trojan.dragon.org:8443/ JBoss is listening for debug connection at: 127.0.0.1:8787 The following commands can not be executed in developer mode. Please execute them as root: ovn-nbctl set-connection ptcp:6641 ovn-sbctl set-ssl /home/herabus/ovirt_engine/etc/pki/ovirt-engine/keys/ovn-sdb.key.nopass /home/herabus/ovirt_engine/etc/pki/ovirt-engine/certs/ovn-sdb.cer /home/herabus/ovirt_engine/etc/pki/ovirt-engine/ca.pem ovn-sbctl set-connection pssl:6642 sed -i "\ s/^cert-file=.*/cert-file=\/home\/herabus\/ovirt_engine\/etc\/pki\/ovirt-engine\/certs\/ovirt-provider-ovn.cer/; \ s/^key-file=.*/key-file=\/home\/herabus\/ovirt_engine\/etc\/pki\/ovirt-engine\/keys\/ovirt-provider-ovn.key.nopass/; \ s/^cacert-file=.*/cacert-file=\/home\/herabus\/ovirt_engine\/etc\/pki\/ovirt-engine\/ca.pem/; \ s/^ssl_enabled=.*/ssl_enabled=true/; \ s/^ovn-remote=.*/ovn-remote=tcp:127.0.0.1:6641/; \ " /etc/ovirt-provider-ovn/ovirt-provider-ovn.conf keytool -import -alias ovirt-provider-ovn -keystore /home/herabus/ovirt_engine/var/lib/ovirt-engine/external_truststore -file /home/herabus/ovirt_engine/etc/pki/ovirt-engine/ca.pem -noprompt -storepass changeit Some services were not restarted automatically in developer mode and must be restarted manually. Please execute the following commands to start them: systemctl restart openvswitch systemctl restart ovn-northd Internal CA 88:02:F6:CE:0C:41:4A:71:77:3D:E8:C8:19:F4:59:70:66:68:84:A0 SSH fingerprint: SHA256:PuhtqiKYVlc3wQo+4iAZBaePX4g9wK9Hf2jwpjz/BUc [WARNING] Less than 16384MB of memory is available DEVENV NOTE: ovirt-vmconsole configuration was installed at devenv prefix. if you want to test vmconsole you should copy the following directories into filesystem root and chown to ovirt-vmconsole: - /home/herabus/ovirt_engine/etc/ovirt-vmconsole - /home/herabus/ovirt_engine/etc/pki/ovirt-vmconsole