Closed kedark3 closed 4 years ago
Hello contributor, thanks for submitting a PR for this project!
I am the bot who triggers "standard-CI" builds for this project. As a security measure, I will not run automated tests on PRs that are not from white-listed contributors.
In order to allow automated tests to run, please ask one of the project maintainers to review the code and then do one of the following:
ci test please
on this PR to trigger automated tests for it.ci add to whitelist
on this PR to trigger automated tests for it and also add you to the contributor white-list so that your future PRs will be tested automatically. ( keep in mind this list might be overwritten if the job XML is refreshed, for permanent whitelisting, please follow #3 option )ci add to whitelist
After investigation, it seems you hit https://bugzilla.redhat.com/1850028
I was able to fix the firewall issue as I converted my MAC address input to all lower case which will automatically happen in #358 Hence closing.
Problem
With latest RHV 4.4.1 I am not able to successfully utilize this role for hosted engine setup. It fails in file
tasks/bootstrap_local_vm/05_add_host.yml
on task- name: Wait for ovirt-engine service to start
. I found out that firewalld on hosted engine VM was not allowing http/https connections during setup.Solution
Adding firewalld https/http services to enable the communication between RHV host and Engine VM. I have tested this multiple times and it works consistently.