Fwd: Install of new ovirt baremetal system 4.3.9

Forwarding to oVirt users list since it looks to be better suited there. ---------- Forwarded message --------- From: kelley bryan <kelley.bryan10@gmail.com> Date: Wed, May 6, 2020 at 12:02 PM Subject: Install of new ovirt baremetal system 4.3.9 To: <infra@ovirt.org> Engine deployment fails near end: [ ERROR ] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "set -euo pipefail && firewall-cmd --get-active-zones | grep -v \"^\\s*interfaces\"", "delta": "0:00:00.352904", "end": "2020-05-05 22:28:01.561606", "msg": "non-zero return code", "rc": 1, "start": "2020-05-05 22:28:01.208702", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"} were does ovirt store logs? _______________________________________________ Infra mailing list -- infra@ovirt.org To unsubscribe send an email to infra-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XALRUKVRYFC2NF... -- Anton Marchukov Associate Manager - RHV DevOps - Red Hat

On Wed, May 6, 2020 at 12:22 PM Anton Marchukov <amarchuk@redhat.com> wrote: [snip] Engine deployment fails near end:
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "set -euo pipefail && firewall-cmd --get-active-zones | grep -v \"^\\s*interfaces\"", "delta": "0:00:00.352904", "end": "2020-05-05 22:28:01.561606", "msg": "non-zero return code", "rc": 1, "start": "2020-05-05 22:28:01.208702", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"}
were does ovirt store logs? _______________________________________________ Infra mailing list -- infra@ovirt.org To unsubscribe send an email to infra-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XALRUKVRYFC2NF...
It is not clear the originator... anyway: - for engine related logs /var/log/ovirt-engine/engine.log on the server where the oVirt engine service runs - for host related logs (in case the command failure is also at host level and then communicated to engine) /var/log/vdsm/vdsm.log on the server representing the hypervisor involved for the command HIH, Gianluca

Thanks for the log location. After reading all I could in logs it appeared Firewalld had issue so I manually did these: firewall-cmd --add-service=http --permanent firewall-cmd --add-service=https --permanent Engine deploy finished with no more errors.

On Wed, May 6, 2020 at 4:43 PM kelley bryan <kelley.bryan10@gmail.com> wrote:
Thanks for the log location. After reading all I could in logs it appeared Firewalld had issue so I manually did these: firewall-cmd --add-service=http --permanent firewall-cmd --add-service=https --permanent Engine deploy finished with no more errors.
I don't know your particular architecture and mode of installation, but useful readings in downstream RHV documentation follow: - for external engine server setup: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/htm... - for hosted engine using cockpit (recommended) https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/htm... - for hosted engine setup using cli (alternative) https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/htm... Gianluca

On May 6, 2020 1:20:21 PM GMT+03:00, Anton Marchukov <amarchuk@redhat.com> wrote:
Forwarding to oVirt users list since it looks to be better suited there.
---------- Forwarded message --------- From: kelley bryan <kelley.bryan10@gmail.com> Date: Wed, May 6, 2020 at 12:02 PM Subject: Install of new ovirt baremetal system 4.3.9 To: <infra@ovirt.org>
Engine deployment fails near end: [ ERROR ] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "set -euo pipefail && firewall-cmd --get-active-zones | grep -v \"^\\s*interfaces\"", "delta": "0:00:00.352904", "end": "2020-05-05 22:28:01.561606", "msg": "non-zero return code", "rc": 1, "start": "2020-05-05 22:28:01.208702", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
The system may not be provisioned according to the playbook results: please check the logs for the issue, fix accordingly or re-deploy from scratch.\n"}
were does ovirt store logs? _______________________________________________ Infra mailing list -- infra@ovirt.org To unsubscribe send an email to infra-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XALRUKVRYFC2NF...
Hi Kelley, Did you enable firewalld on the hosts ? Do you have any active zones on firewalld ? Actually the play is trying to get the active zones, so it can update the firewall rules. Best Regards, Strahil Nikolov
participants (4)
-
Anton Marchukov
-
Gianluca Cecchi
-
kelley bryan
-
Strahil Nikolov