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/html/installing_red_hat_virtualization_as_a_standalone_manager_with_local_databases/rhv_requirements#RHV-manager-firewall-requirements_SM_localDB_deploy

- for hosted engine using cockpit (recommended)
https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html/installing_red_hat_virtualization_as_a_self-hosted_engine_using_the_cockpit_web_interface/rhv_requirements#RHV-manager-firewall-requirements_SHE_cockpit_deploy

- for hosted engine setup using cli (alternative)
https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html/installing_red_hat_virtualization_as_a_self-hosted_engine_using_the_command_line/rhv_requirements#RHV-manager-firewall-requirements_SHE_cli_deploy

Gianluca