Devel
Threads by month
- ----- 2025 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
May 2021
- 16 participants
- 19 discussions

[VDSM] Started getting virNetTLSContextCheckCertTimes:154 : The server certificate /etc/pki/vdsm/certs/vdsmcert.pem has expired
by Edward Haas 11 Jan '24
by Edward Haas 11 Jan '24
11 Jan '24
Hi,
I have a VM which acts as an oVirt host with VDSM installed. I use it for
testing without connecting it to Engine.
Recently VDSM fails to come up and I see this error:
Sep 26 17:58:18 localhost libvirtd: 2018-09-26 14:58:18.978+0000: 12176:
error : virNetTLSContextCheckCertTimes:154 : The server certificate
/etc/pki/vdsm/certs/vdsmcert.pem has expired
Any hint on how to generate or fetch a new certificate without the help of
Engine?
Thanks,
Edy.
3
5
Hi,
Can't add new host to ovirt engine, because the following error:
2019-06-12 12:23:09,664 p=4134 u=engine | TASK [ovirt-host-deploy-facts :
Set facts] *************************************
2019-06-12 12:23:09,684 p=4134 u=engine | ok: [10.35.1.17] => {
"ansible_facts": {
"ansible_python_interpreter": "/usr/bin/python2",
"host_deploy_vdsm_version": "4.40.0"
},
"changed": false
}
2019-06-12 12:23:09,697 p=4134 u=engine | TASK [ovirt-provider-ovn-driver
: Install ovs] *********************************
2019-06-12 12:23:09,726 p=4134 u=engine | fatal: [10.35.1.17]: FAILED! =>
{}
MSG:
The conditional check 'cluster_switch == "ovs" or (ovn_central is defined
and ovn_central | ipaddr and ovn_engine_cluster_version is
version_compare('4.2', '>='))' failed. The error was: The ipaddr filter
requires python's netaddr be installed on the ansible controller
The error appears to be in
'/home/engine/apps/engine/share/ovirt-engine/playbooks/roles/ovirt-provider-ovn-driver/tasks/configure.yml':
line 3, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- block:
- name: Install ovs
^ here
2019-06-12 12:23:09,728 p=4134 u=engine | PLAY RECAP
*********************************************************************
2019-06-12 12:23:09,728 p=4134 u=engine | 10.35.1.17 :
ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0
ignored=0
whats missing!?
Thanks
--
Ahmad Khiet
Red Hat <https://www.redhat.com/>
akhiet(a)redhat.com
M: +972-54-6225629
<https://red.ht/sig>
7
10
I want to remove inactive contributors from vdsm-master-maintainers.
I suggest the simple rule of 2 years of inactivity for removing from this
group,
based on git log.
See the list below for current status:
https://gerrit.ovirt.org/#/admin/groups/106,members
Thoughts?
Nir
6
11
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
Should maven download it auto ?
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @
java-sdk-parent ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
java-sdk-generator ---
[INFO] Compiling 3 source files to
/root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/
ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259
s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234
s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project java-sdk-generator: Compilation failure
[ERROR]
/root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/
ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :java-sdk-generator
2
5
Thanks to the 133 participants in the oVirt 2021 Spring survey!
The survey is now over and results are publicly available at [1].
[1]
https://docs.google.com/forms/d/1RcSzRQ2YmB2U3MNlWk0YqTVFdGYIdguk46K2A-DZEv…
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>
*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
1
0

custom repos in HE suite (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 2029 - Still Failing!)
by Yedidyah Bar David 27 May '21
by Yedidyah Bar David 27 May '21
27 May '21
On Wed, May 26, 2021 at 1:14 PM <jenkins(a)jenkins.phx.ovirt.org> wrote:
>
> Project: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/
> Build: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/2029/
Another issue, unrelated to the other thread about the same job:
I passed a custom repo [1], a result of [2], but it wasn't used - 'dnf
upgrade' in lago.log did not install it, and I also can't see there
that it had the repo. Most likely this is related to recent changes re
extra repos handling, but I didn't follow them. Sorry. Is this being
tracked?
Thanks,
[1] https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/2029…
[2] https://github.com/oVirt/ovirt-ansible-collection/pull/277
> Build Number: 2029
> Build Status: Still Failing
> Triggered By: Started by user Yedidyah Bar David
>
> -------------------------------------
> Changes Since Last Success:
> -------------------------------------
> Changes for Build #2027
> [Eitan Raviv] network: add network wait for done
>
>
> Changes for Build #2028
> [Marcin Sobczyk] selenium: Don't define network backend in rootless
>
>
> Changes for Build #2029
> [Michal Skrivanek] lagofy: implement lago shell as a ssh
>
>
>
>
> -----------------
> Failed Tests:
> -----------------
> 1 tests failed.
> FAILED: he-basic-suite-master.test-scenarios.test_001_he_deploy.test_he_deploy
>
> Error Message:
> ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=les, 0.00KB
> [ INFO ] DNF Downloaded CentOS-8 - OpsTools - collectd
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for ovirt-imageio-preview owned by nsoffer
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for iprocess-preview owned by nsoffer
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded CentOS-8 - NFV OpenvSwitch Testing
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded OpenStack Train Repository
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Latest oVirt master nightly snapshot
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Latest oVirt master additional nightly snapshot
> [ INFO ] Stage: Environment packages setup
> [ INFO ] Stage: Programs detection
> [ INFO ] Stage: Environment setup (late)
> [ INFO ] Stage: Environment customization
>
> --== STORAGE CONFIGURATION ==--
>
>
> --== HOST NETWORK CONFIGURATION ==--
>
> [ INFO ] Checking available network interfaces:
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> Please specify which way the network connectivity should be checked (ping, dns, tcp, none) [dns]:
>
> --== VM CONFIGURATION ==--
>
>
> Please enter the name of the data center where you want to deploy this hosted-engine host.
> Data center [Default]:
>
> Please enter the name of the cluster where you want to deploy this hosted-engine host.
> Cluster [Default]:
>
> If you want to deploy with a custom engine appliance image, please specify the path to the OVA archive you would like to use.
> Entering no value will use the image from the ovirt-engine-appliance rpm, installing it if needed.
> Appliance image path []:
> [ INFO ] Detecting host timezone.
> Do you want to apply a default OpenSCAP security profile? (Yes, No) [No]:
> [ INFO ] The engine VM will be configured to use 192.168.200.99/24
>
> --== HOSTED ENGINE CONFIGURATION ==--
>
> Please provide the name of the SMTP server through which we will send notifications [localhost]:
> Please provide the TCP port number of the SMTP server [25]:
> Please provide the email address from which notifications will be sent [root@localhost]:
> Please provide a comma-separated list of email addresses which will get notifications [root@localhost]:
> [ INFO ] Stage: Setup validation
> Please provide the hostname of this host on the management network [lago-he-basic-suite-master-host-0.lago.local]:
> [ INFO ] Stage: Transaction setup
> [ INFO ] Stage: Misc configuration (early)
> [ INFO ] Stage: Package installation
> [ INFO ] Stage: Misc configuration
> [ INFO ] Stage: Transaction commit
> [ INFO ] Stage: Closing up
> [ INFO ] Cleaning previous attempts
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> [ INFO ] ok: [localhost]
> [ INFO ] Starting local VM
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check IPv6]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv4 route]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv6 route]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse libvirt default network configuration]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove IPv4 configuration]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure it as an isolated network]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 address]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 prefix]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, enable DHCPv6]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set DHCPv6 range]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change default address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP start range]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP end range]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, destroy]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, undefine]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, define]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get libvirt interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv6]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save bridge name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the bridge to appear on the host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Refresh network facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv4 CIDR for virbr0]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv6 CIDR for virbr0]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 outbound route rules]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 inbound route rules]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 outbound route rules]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 inbound route rules]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host unique id]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create directory for local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local vm dir path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fix local VM directory permission]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install ovirt-engine-appliance rpm]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for path]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for sha1sum]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get OVA path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compute sha1sum]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compare sha1sum]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register appliance PATH]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check available space on local VM directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check appliance size]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure we have enough space to extract the appliance]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to local VM directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance disk size]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse qemu-img output]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Hash the appliance root password]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create cloud init user-data and meta-data files]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create ISO disk]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get local VM IP]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove leftover entries in /etc/hosts for the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create an entry in /etc/hosts for the local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for SSH to restart on the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the local VM]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add an entry for this host on /etc/hosts on the local VM]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set FQDN]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force the local VM FQDN to temporary resolve on the natted network address]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reconfigure IPv6 default gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore sshd reverse DNS lookups]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance distribution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Initialize OpenSCAP variables]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OpenSCAP datastream path]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Verify OpenSCAP datastream]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set default OpenSCAP profile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Apply OpenSCAP profile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reset PermitRootLogin for sshd]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reboot the engine VM to ensure that FIPS is enabled]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if FIPS mode is enabled]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on CentOS]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on Rhel]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include before engine-setup custom tasks files for the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy ssh key for root to HE VM]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Perform pre-install checks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Gather facts on installed packages]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Fail when firewall manager is not installed]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install required packages for oVirt Engine deployment]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if rhevm package is installed]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install RHV package]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install rest of the packages required for oVirt Engine deployment]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine setup]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set answer file path]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Use the default answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy custom answer file]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Use remote's answer file]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Update setup packages]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy yum configuration file]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set 'best' to false]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Update all packages]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Remove temporary yum configuration file]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set offline parameter if variable is set]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Restore engine from file]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-setup with answerfile]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Make sure `ovirt-engine` service is running]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after engine-setup custom tasks files for the engine VM]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the engine to reach a stable condition]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure LibgfApi support]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save original OvfUpdateIntervalInMinutes]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OVF update interval to 1 minute]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Saving original value]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Adding new SSO_ALTERNATE_ENGINE_FQDNS line]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart ovirt-engine service for changed OVF Update configuration and LibgfApi support]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Mask cloud-init services to speed up future boot]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for ovirt-engine service to start]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Open a port on firewalld]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Expose engine VM webui over a local port via ssh port forwarding]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Evaluate temporary bootstrap engine URL]
> [ INFO ] ok: [localhost]
> [ INFO ] The bootstrap engine is temporary accessible over https://lago-he-basic-suite-master-host-0.lago.local:6900/ovirt-engine/
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detect VLAN ID]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Engine public key as authorized key without validating the TLS/SSL certificates]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target datacenter is present]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target cluster is present in the target datacenter]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check actual cluster location]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enable GlusterFS at cluster level]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set VLAN ID at datacenter level]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get active list of active firewalld zones]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure libvirt firewalld zone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after_add_host tasks files]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Always revoke the SSO token]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Host is not up, please check logs, perhaps also on the engine machine"}
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "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"}
> [ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook
> [ INFO ] Stage: Clean up
> [ INFO ] Cleaning temporary resources
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> [ ERROR ] fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host lago-he-basic-suite-master-engine.lago.local port 22: No route to host", "skip_reason": "Host localhost is unreachable", "unreachable": true}
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Clean local storage pools]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> [ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20210526121429.conf'
> [ INFO ] Stage: Pre-termination
> [ INFO ] Stage: Termination
> [ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, fix accordingly or re-deploy from scratch.
> Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.+ HOSTEDENGINE=lago-he-basic-suite-master-engine
> + shift
> ++ dnsdomainname
> + DOMAIN=lago.local
> ++ sed s/_/-/g
> ++ hostname
> + MYHOSTNAME=lago-he-basic-suite-master-host-0
> + STORAGEHOSTNAME=lago-he-basic-suite-master-storage
> + VMPASS=123456
> + ENGINEPASS=123
> + HE_SETUP_HOOKS_DIR=/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/hooks
> + copy_ssh_key
> + cat
> ++ hostname
> + [[ lago-he-basic-suite-master-host-0 == *\i\p\v\6* ]]
> + setup_ipv4
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] "." a[4]}'
> ++ awk -F/ '{print $1}'
> + MYADDR=192.168.200.3
> + echo '192.168.200.3 lago-he-basic-suite-master-host-0.lago.local lago-he-basic-suite-master-host-0'
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".1"}'
> ++ awk -F/ '{print $1}'
> + HEGW=192.168.200.1
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk -F/ '{print $1}'
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".99"}'
> + HEADDR=192.168.200.99
> + echo '192.168.200lago-he-basic-suite-master-host-0 | FAILED | rc=1 >>
> /var/tmp: 80 GiB (85857206272 bytes) trimmed
> [ INFO ] Stage: Initializing
> [ INFO ] Stage: Environment setup
> During customization use CTRL-D to abort.
> Configuration files: /root/hosted-engine-deploy-answers-file.conf
> Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> Version: otopi-1.9.5_master (otopi-1.9.5-0.0.master.20210127123723.git44ac5a2.el8)
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Ceph packages for x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded CentOS Stream 8 - PowerTools
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Extra Packages for Enterprise Linux 8 - x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded GlusterFS 8 testing packages for x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded virtio-win builds roughly matching what will be shipped in upcoming RHEL
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for EL8_collection owned by sbonazzo
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for gluster-ansible owned by sac
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for ovsdbapp owned by mdbarroso
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Advanced Virtualization testing packages for x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Advanced Virtualization CentOS Stream testing packages for x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Advanced Virtualization CentOS Stream testing packages for x86_64
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded CentOS-8-Stream - oVirt 4.4 - testing
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded CentOS-8 - OpsTools - collectd
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for ovirt-imageio-preview owned by nsoffer
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Copr repo for iprocess-preview owned by nsoffer
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded CentOS-8 - NFV OpenvSwitch Testing
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded OpenStack Train Repository
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Latest oVirt master nightly snapshot
> [ INFO ] DNF Downloading 1 files, 0.00KB
> [ INFO ] DNF Downloaded Latest oVirt master additional nightly snapshot
> [ INFO ] Stage: Environment packages setup
> [ INFO ] Stage: Programs detection
> [ INFO ] Stage: Environment setup (late)
> [ INFO ] Stage: Environment customization
>
> --== STORAGE CONFIGURATION ==--
>
>
> --== HOST NETWORK CONFIGURATION ==--
>
> [ INFO ] Checking available network interfaces:
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> Please specify which way the network connectivity should be checked (ping, dns, tcp, none) [dns]:
>
> --== VM CONFIGURATION ==--
>
>
> Please enter the name of the data center where you want to deploy this hosted-engine host.
> Data center [Default]:
>
> Please enter the name of the cluster where you want to deploy this hosted-engine host.
> Cluster [Default]:
>
> If you want to deploy with a custom engine appliance image, please specify the path to the OVA archive you would like to use.
> Entering no value will use the image from the ovirt-engine-appliance rpm, installing it if needed.
> Appliance image path []:
> [ INFO ] Detecting host timezone.
> Do you want to apply a default OpenSCAP security profile? (Yes, No) [No]:
> [ INFO ] The engine VM will be configured to use 192.168.200.99/24
>
> --== HOSTED ENGINE CONFIGURATION ==--
>
> Please provide the name of the SMTP server through which we will send notifications [localhost]:
> Please provide the TCP port number of the SMTP server [25]:
> Please provide the email address from which notifications will be sent [root@localhost]:
> Please provide a comma-separated list of email addresses which will get notifications [root@localhost]:
> [ INFO ] Stage: Setup validation
> Please provide the hostname of this host on the management network [lago-he-basic-suite-master-host-0.lago.local]:
> [ INFO ] Stage: Transaction setup
> [ INFO ] Stage: Misc configuration (early)
> [ INFO ] Stage: Package installation
> [ INFO ] Stage: Misc configuration
> [ INFO ] Stage: Transaction commit
> [ INFO ] Stage: Closing up
> [ INFO ] Cleaning previous attempts
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> [ INFO ] ok: [localhost]
> [ INFO ] Starting local VM
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check IPv6]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv4 route]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv6 route]
> [ INFO ] skipping: [localhost]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse libvirt default network configuration]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove IPv4 configuration]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure it as an isolated network]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 address]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 prefix]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, enable DHCPv6]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set DHCPv6 range]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change default address]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP start range]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP end range]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, destroy]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, undefine]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, define]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get libvirt interfaces]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv4]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv6]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save bridge name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the bridge to appear on the host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Refresh network facts]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv4 CIDR for virbr0]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv6 CIDR for virbr0]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 outbound route rules]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 inbound route rules]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 outbound route rules]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 inbound route rules]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host unique id]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create directory for local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local vm dir path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fix local VM directory permission]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install ovirt-engine-appliance rpm]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for path]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for sha1sum]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get OVA path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compute sha1sum]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compare sha1sum]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register appliance PATH]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check available space on local VM directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check appliance size]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure we have enough space to extract the appliance]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to local VM directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance disk size]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse qemu-img output]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Hash the appliance root password]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create cloud init user-data and meta-data files]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create ISO disk]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get local VM IP]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove leftover entries in /etc/hosts for the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create an entry in /etc/hosts for the local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for SSH to restart on the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the local VM]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add an entry for this host on /etc/hosts on the local VM]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set FQDN]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force the local VM FQDN to temporary resolve on the natted network address]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reconfigure IPv6 default gateway]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore sshd reverse DNS lookups]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance distribution]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Initialize OpenSCAP variables]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OpenSCAP datastream path]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Verify OpenSCAP datastream]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set default OpenSCAP profile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Apply OpenSCAP profile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reset PermitRootLogin for sshd]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reboot the engine VM to ensure that FIPS is enabled]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if FIPS mode is enabled]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on CentOS]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on Rhel]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include before engine-setup custom tasks files for the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy ssh key for root to HE VM]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Perform pre-install checks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Gather facts on installed packages]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Fail when firewall manager is not installed]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install required packages for oVirt Engine deployment]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if rhevm package is installed]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install RHV package]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Install rest of the packages required for oVirt Engine deployment]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine setup]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set answer file path]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Use the default answerfile]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy custom answer file]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Use remote's answer file]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Update setup packages]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy yum configuration file]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set 'best' to false]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Update all packages]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Remove temporary yum configuration file]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Set offline parameter if variable is set]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Restore engine from file]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-setup with answerfile]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Make sure `ovirt-engine` service is running]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up]
> [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after engine-setup custom tasks files for the engine VM]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the engine to reach a stable condition]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure LibgfApi support]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save original OvfUpdateIntervalInMinutes]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OVF update interval to 1 minute]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Saving original value]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Adding new SSO_ALTERNATE_ENGINE_FQDNS line]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart ovirt-engine service for changed OVF Update configuration and LibgfApi support]
> [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Mask cloud-init services to speed up future boot]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for ovirt-engine service to start]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Open a port on firewalld]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Expose engine VM webui over a local port via ssh port forwarding]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Evaluate temporary bootstrap engine URL]
> [ INFO ] ok: [localhost]
> [ INFO ] The bootstrap engine is temporary accessible over https://lago-he-basic-suite-master-host-0.lago.local:6900/ovirt-engine/
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detect VLAN ID]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Engine public key as authorized key without validating the TLS/SSL certificates]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target datacenter is present]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target cluster is present in the target datacenter]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check actual cluster location]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enable GlusterFS at cluster level]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set VLAN ID at datacenter level]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get active list of active firewalld zones]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure libvirt firewalld zone]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after_add_host tasks files]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Always revoke the SSO token]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Host is not up, please check logs, perhaps also on the engine machine"}
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "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"}
> [ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook
> [ INFO ] Stage: Clean up
> [ INFO ] Cleaning temporary resources
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> [ ERROR ] fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host lago-he-basic-suite-master-engine.lago.local port 22: No route to host", "skip_reason": "Host localhost is unreachable", "unreachable": true}
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> [ INFO ] skipping: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Clean local storage pools]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> [ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20210526121429.conf'
> [ INFO ] Stage: Pre-termination
> [ INFO ] Stage: Termination
> [ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, fix accordingly or re-deploy from scratch.
> Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.+ HOSTEDENGINE=lago-he-basic-suite-master-engine
> + shift
> ++ dnsdomainname
> + DOMAIN=lago.local
> ++ sed s/_/-/g
> ++ hostname
> + MYHOSTNAME=lago-he-basic-suite-master-host-0
> + STORAGEHOSTNAME=lago-he-basic-suite-master-storage
> + VMPASS=123456
> + ENGINEPASS=123
> + HE_SETUP_HOOKS_DIR=/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/hooks
> + copy_ssh_key
> + cat
> ++ hostname
> + [[ lago-he-basic-suite-master-host-0 == *\i\p\v\6* ]]
> + setup_ipv4
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] "." a[4]}'
> ++ awk -F/ '{print $1}'
> + MYADDR=192.168.200.3
> + echo '192.168.200.3 lago-he-basic-suite-master-host-0.lago.local lago-he-basic-suite-master-host-0'
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".1"}'
> ++ awk -F/ '{print $1}'
> + HEGW=192.168.200.1
> ++ /sbin/ip -4 -o addr show dev eth0
> ++ awk -F/ '{print $1}'
> ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".99"}'
> + HEADDR=192.168.200.99
> + echo '192.168.200.99 lago-he-basic-suite-master-engine.lago.local lago-he-basic-suite-master-engine'
> + INTERFACE=eth0
> + PREFIX=24
> + sed -e s,@GW@,192.168.200.1,g -e s,@ADDR@,192.168.200.99,g -e s,@VMPASS@,123456,g -e s,@ENGINEPASS@,123,g -e s,@DOMAIN@,lago.local,g -e s,@MYHOSTNAME@,lago-he-basic-suite-master-host-0.lago.local,g -e s,@HOSTEDENGINE@,lago-he-basic-suite-master-engine,g -e s,@STORAGEHOSTNAME@,lago-he-basic-suite-master-storage,g -e s,@INTERFACE@,eth0,g -e s,@PREFIX@,24,g
> + fstrim -va
> + rm -rf '/var/cache/yum/*'
> + hosted-engine --deploy --config-append=/root/hosted-engine-deploy-answers-file.conf
> + RET_CODE=1
> + '[' 1 -ne 0 ']'
> + echo 'hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.'
> + exit 1non-zero return code
>
> Stack Trace:
> suite_dir = '/home/jenkins/workspace/ovirt-system-tests_he-basic-suite-master/ovirt-system-tests/he-basic-suite-master'
> ansible_host0 = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbf634d12e8>
> ansible_storage = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbf634d1470>
>
> def test_he_deploy(suite_dir, ansible_host0, ansible_storage):
> answer_file_src = os.path.join(suite_dir, 'answers.conf.in')
> ansible_host0.copy(
> src=answer_file_src,
> dest='/root/hosted-engine-deploy-answers-file.conf.in'
> )
>
> setup_file_src = os.path.join(suite_dir, 'setup_first_he_host.sh')
> ansible_host0.copy(src=setup_file_src, dest='/root/', mode='preserve')
>
> he_name = backend.default_backend().engine_hostname()
> > ansible_host0.shell(f'/root/setup_first_he_host.sh {he_name}')
>
> he-basic-suite-master/test-scenarios/test_001_he_deploy.py:37:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ost_utils/ost_utils/ansible/module_mappers.py:140: in __call__
> return _run_ansible_runner(self.config_builder)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fbf634d1cc0>
>
> def _run_ansible_runner(config_builder):
> runner = ansible_runner.Runner(config=config_builder.prepare())
> LOGGER.debug(f'_run_ansible_runner: before run: {runner}')
> runner.run()
> LOGGER.debug(f'_run_ansible_runner: after run: {runner}')
>
> if runner.status != 'successful':
> raise AnsibleExecutionError(
> rc=runner.rc,
> > stdout=runner.stdout.read()
> )
> E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=les, 0.00KB
> E [ INFO ] DNF Downloaded CentOS-8 - OpsTools - collectd
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for ovirt-imageio-preview owned by nsoffer
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for iprocess-preview owned by nsoffer
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded CentOS-8 - NFV OpenvSwitch Testing
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded OpenStack Train Repository
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Latest oVirt master nightly snapshot
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Latest oVirt master additional nightly snapshot
> E [ INFO ] Stage: Environment packages setup
> E [ INFO ] Stage: Programs detection
> E [ INFO ] Stage: Environment setup (late)
> E [ INFO ] Stage: Environment customization
> E
> E --== STORAGE CONFIGURATION ==--
> E
> E
> E --== HOST NETWORK CONFIGURATION ==--
> E
> E [ INFO ] Checking available network interfaces:
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E Please specify which way the network connectivity should be checked (ping, dns, tcp, none) [dns]:
> E
> E --== VM CONFIGURATION ==--
> E
> E
> E Please enter the name of the data center where you want to deploy this hosted-engine host.
> E Data center [Default]:
> E
> E Please enter the name of the cluster where you want to deploy this hosted-engine host.
> E Cluster [Default]:
> E
> E If you want to deploy with a custom engine appliance image, please specify the path to the OVA archive you would like to use.
> E Entering no value will use the image from the ovirt-engine-appliance rpm, installing it if needed.
> E Appliance image path []:
> E [ INFO ] Detecting host timezone.
> E Do you want to apply a default OpenSCAP security profile? (Yes, No) [No]:
> E [ INFO ] The engine VM will be configured to use 192.168.200.99/24
> E
> E --== HOSTED ENGINE CONFIGURATION ==--
> E
> E Please provide the name of the SMTP server through which we will send notifications [localhost]:
> E Please provide the TCP port number of the SMTP server [25]:
> E Please provide the email address from which notifications will be sent [root@localhost]:
> E Please provide a comma-separated list of email addresses which will get notifications [root@localhost]:
> E [ INFO ] Stage: Setup validation
> E Please provide the hostname of this host on the management network [lago-he-basic-suite-master-host-0.lago.local]:
> E [ INFO ] Stage: Transaction setup
> E [ INFO ] Stage: Misc configuration (early)
> E [ INFO ] Stage: Package installation
> E [ INFO ] Stage: Misc configuration
> E [ INFO ] Stage: Transaction commit
> E [ INFO ] Stage: Closing up
> E [ INFO ] Cleaning previous attempts
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> E [ INFO ] ok: [localhost]
> E [ INFO ] Starting local VM
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check IPv6]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv4 route]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv6 route]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse libvirt default network configuration]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove IPv4 configuration]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure it as an isolated network]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 address]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 prefix]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, enable DHCPv6]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set DHCPv6 range]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change default address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP start range]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP end range]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, destroy]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, undefine]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, define]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get libvirt interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv6]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save bridge name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the bridge to appear on the host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Refresh network facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv4 CIDR for virbr0]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv6 CIDR for virbr0]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 outbound route rules]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 inbound route rules]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 outbound route rules]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 inbound route rules]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host unique id]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create directory for local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local vm dir path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fix local VM directory permission]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install ovirt-engine-appliance rpm]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for path]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for sha1sum]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get OVA path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compute sha1sum]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compare sha1sum]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register appliance PATH]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check available space on local VM directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check appliance size]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure we have enough space to extract the appliance]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to local VM directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance disk size]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse qemu-img output]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Hash the appliance root password]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create cloud init user-data and meta-data files]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create ISO disk]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get local VM IP]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove leftover entries in /etc/hosts for the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create an entry in /etc/hosts for the local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for SSH to restart on the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the local VM]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add an entry for this host on /etc/hosts on the local VM]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set FQDN]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force the local VM FQDN to temporary resolve on the natted network address]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reconfigure IPv6 default gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore sshd reverse DNS lookups]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance distribution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Initialize OpenSCAP variables]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OpenSCAP datastream path]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Verify OpenSCAP datastream]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set default OpenSCAP profile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Apply OpenSCAP profile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reset PermitRootLogin for sshd]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reboot the engine VM to ensure that FIPS is enabled]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if FIPS mode is enabled]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on CentOS]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on Rhel]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include before engine-setup custom tasks files for the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy ssh key for root to HE VM]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Perform pre-install checks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Gather facts on installed packages]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Fail when firewall manager is not installed]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install required packages for oVirt Engine deployment]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if rhevm package is installed]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install RHV package]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install rest of the packages required for oVirt Engine deployment]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine setup]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set answer file path]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Use the default answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy custom answer file]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Use remote's answer file]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Update setup packages]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy yum configuration file]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set 'best' to false]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Update all packages]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Remove temporary yum configuration file]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set offline parameter if variable is set]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Restore engine from file]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-setup with answerfile]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Make sure `ovirt-engine` service is running]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after engine-setup custom tasks files for the engine VM]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the engine to reach a stable condition]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure LibgfApi support]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save original OvfUpdateIntervalInMinutes]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OVF update interval to 1 minute]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Saving original value]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Adding new SSO_ALTERNATE_ENGINE_FQDNS line]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart ovirt-engine service for changed OVF Update configuration and LibgfApi support]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Mask cloud-init services to speed up future boot]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for ovirt-engine service to start]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Open a port on firewalld]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Expose engine VM webui over a local port via ssh port forwarding]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Evaluate temporary bootstrap engine URL]
> E [ INFO ] ok: [localhost]
> E [ INFO ] The bootstrap engine is temporary accessible over https://lago-he-basic-suite-master-host-0.lago.local:6900/ovirt-engine/
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detect VLAN ID]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Engine public key as authorized key without validating the TLS/SSL certificates]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target datacenter is present]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target cluster is present in the target datacenter]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check actual cluster location]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enable GlusterFS at cluster level]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set VLAN ID at datacenter level]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get active list of active firewalld zones]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure libvirt firewalld zone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after_add_host tasks files]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Always revoke the SSO token]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> E [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Host is not up, please check logs, perhaps also on the engine machine"}
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> E [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "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"}
> E [ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook
> E [ INFO ] Stage: Clean up
> E [ INFO ] Cleaning temporary resources
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> E [ ERROR ] fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host lago-he-basic-suite-master-engine.lago.local port 22: No route to host", "skip_reason": "Host localhost is unreachable", "unreachable": true}
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Clean local storage pools]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> E [ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20210526121429.conf'
> E [ INFO ] Stage: Pre-termination
> E [ INFO ] Stage: Termination
> E [ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, fix accordingly or re-deploy from scratch.
> E Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> E hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.+ HOSTEDENGINE=lago-he-basic-suite-master-engine
> E + shift
> E ++ dnsdomainname
> E + DOMAIN=lago.local
> E ++ sed s/_/-/g
> E ++ hostname
> E + MYHOSTNAME=lago-he-basic-suite-master-host-0
> E + STORAGEHOSTNAME=lago-he-basic-suite-master-storage
> E + VMPASS=123456
> E + ENGINEPASS=123
> E + HE_SETUP_HOOKS_DIR=/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/hooks
> E + copy_ssh_key
> E + cat
> E ++ hostname
> E + [[ lago-he-basic-suite-master-host-0 == *\i\p\v\6* ]]
> E + setup_ipv4
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] "." a[4]}'
> E ++ awk -F/ '{print $1}'
> E + MYADDR=192.168.200.3
> E + echo '192.168.200.3 lago-he-basic-suite-master-host-0.lago.local lago-he-basic-suite-master-host-0'
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".1"}'
> E ++ awk -F/ '{print $1}'
> E + HEGW=192.168.200.1
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk -F/ '{print $1}'
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".99"}'
> E + HEADDR=192.168.200.99
> E + echo '192.168.200lago-he-basic-suite-master-host-0 | FAILED | rc=1 >>
> E /var/tmp: 80 GiB (85857206272 bytes) trimmed
> E [ INFO ] Stage: Initializing
> E [ INFO ] Stage: Environment setup
> E During customization use CTRL-D to abort.
> E Configuration files: /root/hosted-engine-deploy-answers-file.conf
> E Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> E Version: otopi-1.9.5_master (otopi-1.9.5-0.0.master.20210127123723.git44ac5a2.el8)
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Ceph packages for x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded CentOS Stream 8 - PowerTools
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Extra Packages for Enterprise Linux 8 - x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded GlusterFS 8 testing packages for x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded virtio-win builds roughly matching what will be shipped in upcoming RHEL
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for EL8_collection owned by sbonazzo
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for gluster-ansible owned by sac
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for ovsdbapp owned by mdbarroso
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Advanced Virtualization testing packages for x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Advanced Virtualization CentOS Stream testing packages for x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Advanced Virtualization CentOS Stream testing packages for x86_64
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded CentOS-8-Stream - oVirt 4.4 - testing
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded CentOS-8 - OpsTools - collectd
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for ovirt-imageio-preview owned by nsoffer
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Copr repo for iprocess-preview owned by nsoffer
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded CentOS-8 - NFV OpenvSwitch Testing
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded OpenStack Train Repository
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Latest oVirt master nightly snapshot
> E [ INFO ] DNF Downloading 1 files, 0.00KB
> E [ INFO ] DNF Downloaded Latest oVirt master additional nightly snapshot
> E [ INFO ] Stage: Environment packages setup
> E [ INFO ] Stage: Programs detection
> E [ INFO ] Stage: Environment setup (late)
> E [ INFO ] Stage: Environment customization
> E
> E --== STORAGE CONFIGURATION ==--
> E
> E
> E --== HOST NETWORK CONFIGURATION ==--
> E
> E [ INFO ] Checking available network interfaces:
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E Please specify which way the network connectivity should be checked (ping, dns, tcp, none) [dns]:
> E
> E --== VM CONFIGURATION ==--
> E
> E
> E Please enter the name of the data center where you want to deploy this hosted-engine host.
> E Data center [Default]:
> E
> E Please enter the name of the cluster where you want to deploy this hosted-engine host.
> E Cluster [Default]:
> E
> E If you want to deploy with a custom engine appliance image, please specify the path to the OVA archive you would like to use.
> E Entering no value will use the image from the ovirt-engine-appliance rpm, installing it if needed.
> E Appliance image path []:
> E [ INFO ] Detecting host timezone.
> E Do you want to apply a default OpenSCAP security profile? (Yes, No) [No]:
> E [ INFO ] The engine VM will be configured to use 192.168.200.99/24
> E
> E --== HOSTED ENGINE CONFIGURATION ==--
> E
> E Please provide the name of the SMTP server through which we will send notifications [localhost]:
> E Please provide the TCP port number of the SMTP server [25]:
> E Please provide the email address from which notifications will be sent [root@localhost]:
> E Please provide a comma-separated list of email addresses which will get notifications [root@localhost]:
> E [ INFO ] Stage: Setup validation
> E Please provide the hostname of this host on the management network [lago-he-basic-suite-master-host-0.lago.local]:
> E [ INFO ] Stage: Transaction setup
> E [ INFO ] Stage: Misc configuration (early)
> E [ INFO ] Stage: Package installation
> E [ INFO ] Stage: Misc configuration
> E [ INFO ] Stage: Transaction commit
> E [ INFO ] Stage: Closing up
> E [ INFO ] Cleaning previous attempts
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> E [ INFO ] ok: [localhost]
> E [ INFO ] Starting local VM
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install oVirt Hosted Engine packages]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : System configuration validations]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detecting interface on existing management bridge]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set variable for supported bond modes]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get all active network interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter bonds with bad naming]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate output list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect interface types]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for Team devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get list of Team devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for base interface of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get base interface types of VLAN devices]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for bond as base type of VLAN device]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if bond base interface of VLAN device is in supported mode]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Collect VLAN devices with bad bond mode base interfaces]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate invalid VLANs list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create list of unsupported network devices]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter unsupported interface types]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Failed if only unsupported devices are available]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate selected bridge interface if management bridge does not exist]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get full hostname]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set hostname variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define host address variable if not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_force_ip4 and he_force_ip6 are set at the same time]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Prepare getent key]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host address resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check address resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse host address resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if host's ip is empty]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure host address resolves locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv4)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get target address from selected interface (IPv6)]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check the resolved address resolves on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for alias]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Filter resolved address list]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure the resolved address resolves only on the selected interface]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Avoid localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get engine FQDN resolution]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check engine he_fqdn resolution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse engine he_fqdn resolution]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure engine he_fqdn doesn't resolve locally]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check http/https proxy]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get domain name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cloud_init_domain_name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Define he_cloud_init_host_name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_nic_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get uuid]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_cdrom_uuid]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get timezone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_time_zone]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if Data Center name format is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Validate Cluster name]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check firewalld status]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get default gateway IPv6]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_gateway]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if there is no gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Generate unicast MAC address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vm_mac_addr]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if MAC address structure is incorrect]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get free memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get cached memory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Max memory]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : set he_mem_size_MB to max available if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if available memory is less then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose less memory then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if user chose more memory then the available memory]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_disk_size_GB is smaller then the minimal requirement]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_network_test is not valid]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_address is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is not defined]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if he_tcp_t_port is no integer]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Populate service facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fail if the service is masked or not running]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : get max cpus]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_maxvcpus]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set he_vcpus to maximum amount if not defined]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check number of chosen CPUs]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop libvirt service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop vdsm config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop VNC encryption config statements]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial abrt config files]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart abrtd service]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Drop libvirt sasl2 configuration by vdsm]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Stop and disable services]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore initial libvirt default network configuration]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy leftover local Hosted Engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined local Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover local engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check for leftover defined Hosted Engine VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine leftover engine VM]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove eventually entries for the local VM from known_hosts file]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check IPv6]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv4 route]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get IPv6 route]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if route exists]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse libvirt default network configuration]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove IPv4 configuration]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure it as an isolated network]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 address]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set IPv6 prefix]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, enable DHCPv6]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, set DHCPv6 range]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change default address]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP start range]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Edit libvirt default network configuration, change DHCP end range]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, destroy]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, undefine]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Update libvirt default network configuration, define]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Start libvirt]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate default libvirt network]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get libvirt interfaces]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv4]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get routing rules, IPv6]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save bridge name]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the bridge to appear on the host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Refresh network facts]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv4 CIDR for virbr0]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch IPv6 CIDR for virbr0]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 outbound route rules]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv4 inbound route rules]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 outbound route rules]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add IPv6 inbound route rules]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get host unique id]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create directory for local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local vm dir path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fix local VM directory permission]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Install ovirt-engine-appliance rpm]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for path]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse appliance configuration for sha1sum]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get OVA path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compute sha1sum]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Compare sha1sum]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register appliance PATH]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check available space on local VM directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check appliance size]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure we have enough space to extract the appliance]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to local VM directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance disk size]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Parse qemu-img output]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Hash the appliance root password]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create cloud init user-data and meta-data files]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create ISO disk]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get local VM IP]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove leftover entries in /etc/hosts for the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create an entry in /etc/hosts for the local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for SSH to restart on the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the local VM]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add an entry for this host on /etc/hosts on the local VM]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set FQDN]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force the local VM FQDN to temporary resolve on the natted network address]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reconfigure IPv6 default gateway]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restore sshd reverse DNS lookups]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add lines to answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get appliance distribution]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Initialize OpenSCAP variables]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OpenSCAP datastream path]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Verify OpenSCAP datastream]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set default OpenSCAP profile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Apply OpenSCAP profile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reset PermitRootLogin for sshd]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Reboot the engine VM to ensure that FIPS is enabled]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check if FIPS mode is enabled]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on CentOS]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce FIPS mode on Rhel]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include before engine-setup custom tasks files for the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy ssh key for root to HE VM]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Perform pre-install checks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Gather facts on installed packages]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Fail when firewall manager is not installed]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install required packages for oVirt Engine deployment]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if rhevm package is installed]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install RHV package]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Install rest of the packages required for oVirt Engine deployment]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine setup]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set answer file path]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Use the default answerfile]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy custom answer file]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Use remote's answer file]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Update setup packages]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Copy yum configuration file]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set 'best' to false]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Update all packages]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Remove temporary yum configuration file]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Set offline parameter if variable is set]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Restore engine from file]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-setup with answerfile]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Make sure `ovirt-engine` service is running]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Check if Engine health page is up]
> E [ INFO ] ok: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Run engine-config]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Restart engine after engine-config]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.engine_setup : Clean temporary files]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after engine-setup custom tasks files for the engine VM]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the engine to reach a stable condition]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure LibgfApi support]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Save original OvfUpdateIntervalInMinutes]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set OVF update interval to 1 minute]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Saving original value]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Adding new SSO_ALTERNATE_ENGINE_FQDNS line]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Restart ovirt-engine service for changed OVF Update configuration and LibgfApi support]
> E [ INFO ] changed: [localhost -> lago-he-basic-suite-master-engine.lago.local]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Mask cloud-init services to speed up future boot]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for ovirt-engine service to start]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Open a port on firewalld]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Expose engine VM webui over a local port via ssh port forwarding]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Evaluate temporary bootstrap engine URL]
> E [ INFO ] ok: [localhost]
> E [ INFO ] The bootstrap engine is temporary accessible over https://lago-he-basic-suite-master-host-0.lago.local:6900/ovirt-engine/
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Detect VLAN ID]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set Engine public key as authorized key without validating the TLS/SSL certificates]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target datacenter is present]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Ensure that the target cluster is present in the target datacenter]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Check actual cluster location]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enable GlusterFS at cluster level]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set VLAN ID at datacenter level]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get active list of active firewalld zones]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Configure libvirt firewalld zone]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Include after_add_host tasks files]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Always revoke the SSO token]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> E [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Host is not up, please check logs, perhaps also on the engine machine"}
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool 209d27f3-e3af-4d01-9332-06600ab07df9]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
> E [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "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"}
> E [ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook
> E [ INFO ] Stage: Clean up
> E [ INFO ] Cleaning temporary resources
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a specific set of steps]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Force facts gathering]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch the value of HOST_KEY_CHECKING]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Get the username running the deploy]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Register the engine FQDN as a host]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine]
> E [ ERROR ] fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host lago-he-basic-suite-master-engine.lago.local port 22: No route to host", "skip_reason": "Host localhost is unreachable", "unreachable": true}
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Fetch logs from the engine VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory path]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory]
> E [ INFO ] changed: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance image]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path]
> E [ INFO ] skipping: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush dirty buffers]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove local vm dir]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Remove temporary entry in /etc/hosts for the local VM]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Clean local storage pools]
> E [ INFO ] ok: [localhost]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool localvm6o7dr3xx]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool localvm6o7dr3xx]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Destroy local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> E [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Undefine local storage-pool {{ local_vm_disk_path.split('/')[5] }}]
> E [ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20210526121429.conf'
> E [ INFO ] Stage: Pre-termination
> E [ INFO ] Stage: Termination
> E [ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, fix accordingly or re-deploy from scratch.
> E Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210526113744-8xyp1o.log
> E hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.+ HOSTEDENGINE=lago-he-basic-suite-master-engine
> E + shift
> E ++ dnsdomainname
> E + DOMAIN=lago.local
> E ++ sed s/_/-/g
> E ++ hostname
> E + MYHOSTNAME=lago-he-basic-suite-master-host-0
> E + STORAGEHOSTNAME=lago-he-basic-suite-master-storage
> E + VMPASS=123456
> E + ENGINEPASS=123
> E + HE_SETUP_HOOKS_DIR=/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/hooks
> E + copy_ssh_key
> E + cat
> E ++ hostname
> E + [[ lago-he-basic-suite-master-host-0 == *\i\p\v\6* ]]
> E + setup_ipv4
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] "." a[4]}'
> E ++ awk -F/ '{print $1}'
> E + MYADDR=192.168.200.3
> E + echo '192.168.200.3 lago-he-basic-suite-master-host-0.lago.local lago-he-basic-suite-master-host-0'
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".1"}'
> E ++ awk -F/ '{print $1}'
> E + HEGW=192.168.200.1
> E ++ /sbin/ip -4 -o addr show dev eth0
> E ++ awk -F/ '{print $1}'
> E ++ awk '{split($4,a,"."); print a[1] "." a[2] "." a[3] ".99"}'
> E + HEADDR=192.168.200.99
> E + echo '192.168.200.99 lago-he-basic-suite-master-engine.lago.local lago-he-basic-suite-master-engine'
> E + INTERFACE=eth0
> E + PREFIX=24
> E + sed -e s,@GW@,192.168.200.1,g -e s,@ADDR@,192.168.200.99,g -e s,@VMPASS@,123456,g -e s,@ENGINEPASS@,123,g -e s,@DOMAIN@,lago.local,g -e s,@MYHOSTNAME@,lago-he-basic-suite-master-host-0.lago.local,g -e s,@HOSTEDENGINE@,lago-he-basic-suite-master-engine,g -e s,@STORAGEHOSTNAME@,lago-he-basic-suite-master-storage,g -e s,@INTERFACE@,eth0,g -e s,@PREFIX@,24,g
> E + fstrim -va
> E + rm -rf '/var/cache/yum/*'
> E + hosted-engine --deploy --config-append=/root/hosted-engine-deploy-answers-file.conf
> E + RET_CODE=1
> E + '[' 1 -ne 0 ']'
> E + echo 'hosted-engine deploy on lago-he-basic-suite-master-host-0 failed with status 1.'
> E + exit 1non-zero return code
>
> ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError
--
Didi
2
1

Re: [ovirt-users] Re: Parent checkpoint ID does not match the actual leaf checkpoint
by Tommaso - Shellrent 27 May '21
by Tommaso - Shellrent 27 May '21
27 May '21
after some investigation we have foud that:
via virsh our VM have 71 checkpoint
on engine's db, in the table vm_checkpoints there are ZERO checkpoint.
Is ther a way to sync the checkpoints?!?
Regards,
Tommaso
Il 26/05/2021 10:27, Tommaso - Shellrent via Users ha scritto:
>
> Hi to all. We have almost the same problem.
>
> After a snapshot restore in a checkpoint taken previous last
> incremental backup, we have alwes the error "Parent checkpoint ID does
> not match the actual leaf checkpoint".
> we have also the " parent_checkpoint_id: None"
>
> there is a wey to fix it on a production env?
>
> our engine version is 4.4.5.11 and vdsm 4.40.50
>
>
>
>
>
> Il 19/07/2020 23:27, Nir Soffer ha scritto:
>> On Sun, Jul 19, 2020 at 5:38 PM Łukasz Kołaciński
>> <l.kolacinski(a)storware.eu <mailto:l.kolacinski@storware.eu>> wrote:
>>
>> Hello,
>> Thanks to previous answers, I was able to make backups.
>> Unfortunately, we had some infrastructure issues and after the
>> host reboots new problems appeared. I am not able to do any
>> backup using the commands that worked yesterday. I looked through
>> the logs and there is something like this:
>>
>> 2020-07-17 15:06:30,644+02 ERROR
>> [org.ovirt.engine.core.bll.StartVmBackupCommand]
>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-54)
>> [944a1447-4ea5-4a1c-b971-0bc612b6e45e] Failed to execute VM
>> backup operation 'StartVmBackup': {}:
>> org.ovirt.engine.core.common.errors.EngineException:
>> EngineException:
>> org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
>> VDSGenericException: VDSErrorException: Failed to
>> StartVmBackupVDS, error = Checkpoint Error:
>> {'parent_checkpoint_id': None, 'leaf_checkpoint_id':
>> 'cd078706-84c0-4370-a6ec-654ccd6a21aa', 'vm_id':
>> '116aa6eb-31a1-43db-9b1e-ad6e32fb9260', 'reason': '*Parent
>> checkpoint ID does not match the actual leaf checkpoint*'},
>> code = 1610 (Failed with error unexpected and code 16)
>>
>>
>> It looks like engine sent:
>>
>> parent_checkpoint_id: None
>>
>> This issue was fix in engine few weeks ago.
>>
>> Which engine and vdsm versions are you testing?
>>
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.VdsHandler.handleVdsResult(VdsHandler.java:114)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.VDSBrokerFrontendImpl.runVdsCommand(VDSBrokerFrontendImpl.java:33)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.CommandBase.runVdsCommand(CommandBase.java:2114)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.StartVmBackupCommand.performVmBackupOperation(StartVmBackupCommand.java:368)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.StartVmBackupCommand.runVmBackup(StartVmBackupCommand.java:225)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.StartVmBackupCommand.performNextOperation(StartVmBackupCommand.java:199)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.SerialChildCommandsExecutionCallback.childCommandsExecutionEnded(SerialChildCommandsExecutionCallback.java:32)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.ChildCommandsCallbackBase.doPolling(ChildCommandsCallbackBase.java:80)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.tasks.CommandCallbacksPoller.invokeCallbackMethodsImpl(CommandCallbacksPoller.java:175)
>> at
>> deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.tasks.CommandCallbacksPoller.invokeCallbackMethods(CommandCallbacksPoller.java:109)
>> at
>> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>> at
>> java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
>> at
>> org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:383)
>> at
>> org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:534)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>> at
>> org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:250)
>>
>>
>> And the last error is:
>>
>> 2020-07-17 15:13:45,835+02 ERROR
>> [org.ovirt.engine.core.bll.StartVmBackupCommand]
>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-14)
>> [f553c1f2-1c99-4118-9365-ba6b862da936] Failed to execute VM
>> backup operation 'GetVmBackupInfo': {}:
>> org.ovirt.engine.core.common.errors.EngineException:
>> EngineException:
>> org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
>> VDSGenericException: VDSErrorException: Failed to
>> GetVmBackupInfoVDS, error = No such backup Error: {'vm_id':
>> '116aa6eb-31a1-43db-9b1e-ad6e32fb9260', 'backup_id':
>> 'bf1c26f7-c3e5-437c-bb5a-255b8c1b3b73', 'reason': '*VM backup
>> not exists: Domain backup job id not found: no domain backup
>> job present'*}, code = 1601 (Failed with error unexpected and
>> code 16)
>>
>>
>> This is likely a result of the first error. If starting backup failed
>> the backup entity
>> is deleted.
>>
>> (these errors are from full backup)
>>
>> Like I said this is very strange because everything was working
>> correctly.
>>
>>
>> Regards
>>
>> Łukasz Kołaciński
>>
>> Junior Java Developer
>>
>> e-mail: l.kolacinski(a)storware.eu <mailto:l.kolacinski@storware.eu>
>> <mailto:m.helbert@storware.eu>
>>
>>
>> *STORWARE* <http://www.storware.eu/>**
>>
>>
>>
>> *ul. Leszno 8/44
>> 01-192 Warszawa
>> www.storware.eu <https://www.storware.eu/>*
>>
>>
>>
>> *facebook* <https://www.facebook.com/storware>**
>>
>>
>>
>> *twitter* <https://twitter.com/storware>**
>>
>>
>>
>> *linkedin* <https://www.linkedin.com/company/storware>**
>>
>>
>>
>> *Storware_Stopka_09*
>> <https://www.youtube.com/channel/UCKvLitYPyAplBctXibFWrkw>**
>>
>> *//*
>>
>> */Storware Spółka z o.o. nr wpisu do ewidencji KRS dla M.St.
>> Warszawa 000510131/*//*/, NIP 5213672602./*/ Wiadomość ta jest
>> przeznaczona jedynie dla osoby lub podmiotu, który jest jej
>> adresatem i może zawierać poufne i/lub uprzywilejowane
>> informacje. Zakazane jest jakiekolwiek przeglądanie, przesyłanie,
>> rozpowszechnianie lub inne wykorzystanie tych informacji lub
>> podjęcie jakichkolwiek działań odnośnie tych informacji przez
>> osoby lub podmioty inne niż zamierzony adresat. Jeżeli Państwo
>> otrzymali przez pomyłkę tę informację prosimy o poinformowanie o
>> tym nadawcy i usunięcie tej wiadomości z wszelkich komputerów.
>> //This message is intended only for the person or entity to which
>> it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use
>> of, or taking of any action in reliance upon, this information by
>> persons or entities other than the intended recipient is
>> prohibited. If you have received this message in error, please
>> contact the sender and remove the material from all of your
>> computer systems./
>>
>>
>> _______________________________________________
>> Users mailing list -- users(a)ovirt.org <mailto:users@ovirt.org>
>> To unsubscribe send an email to users-leave(a)ovirt.org
>> <mailto:users-leave@ovirt.org>
>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> <https://www.ovirt.org/privacy-policy.html>
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> <https://www.ovirt.org/community/about/community-guidelines/>
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/S3PLYPOZGT6TL…
>> <https://lists.ovirt.org/archives/list/users@ovirt.org/message/S3PLYPOZGT6TL…>
>>
>>
>> _______________________________________________
>> Users mailing list --users(a)ovirt.org
>> To unsubscribe send an email tousers-leave(a)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/users@ovirt.org/message/7XWQ…
> --
> --
> Shellrent - Il primo hosting italiano Security First
>
> *Tommaso De Marchi*
> /COO - Chief Operating Officer/
> Shellrent Srl
> Via dell'Edilizia, 19 - 36100 Vicenza
> Tel. 0444321155 <tel:+390444321155> | Fax 04441492177
>
>
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/users@ovirt.org/message/DD2R2PWCIQD5H…
--
--
Shellrent - Il primo hosting italiano Security First
*Tommaso De Marchi*
/COO - Chief Operating Officer/
Shellrent Srl
Via dell'Edilizia, 19 - 36100 Vicenza
Tel. 0444321155 <tel:+390444321155> | Fax 04441492177
3
2
2
1
Hi all,
As part of the discussion around [1], we talked about changing the way
we create and use the ansible inventory.
I am now in the middle of doing something about this. It turned our
far more complex and possibly less elegant than
expected/hoped/intended.
I'd like to get a high-level review for my WIP [2]. It's not tested
and not ready for review. But if people think this is going in the
correct direction, I'll continue. Otherwise, I'll give up - and then
we have to decide how to continue otherwise. Parts of this can most
likely be done more nicely, other parts should probably be completely
replaced/removed/redone. We should probably also make some hard
decisions, which I am frankly not sure we can make without having more
concrete ideas about what other backends we want and how they would
look like. So for now I ignored all this and simply did a POC.
So, WDYT?
Thanks and best regards,
[1] https://gerrit.ovirt.org/c/ovirt-system-tests/+/114653
[2] https://github.com/didib/ovirt-system-tests/commits/add-inventory
--
Didi
2
1

openvswitch conflict (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 2029 - Still Failing!)
by Yedidyah Bar David 26 May '21
by Yedidyah Bar David 26 May '21
26 May '21
On Wed, May 26, 2021 at 1:14 PM <jenkins(a)jenkins.phx.ovirt.org> wrote:
>
> Project: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/
> Build: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/2029/
https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/2029…
:
2021-05-26 11:53:53 CEST - TASK [ovirt-provider-ovn-driver : Install
ovs] *********************************
2021-05-26 11:53:56 CEST - fatal:
[lago-he-basic-suite-master-host-0.lago.local]: FAILED! => {"changed":
false, "failures": [], "msg": "Unknown Error occured: Transaction test
error:\n file /usr/bin/ovs-appctl from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file /usr/bin/ovs-dpctl from
install of openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from
package openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/bin/ovs-ofctl from install of openvswitch-2.12.0-1.1.el8.x86_64
conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file /usr/bin/ovs-pki from
install of openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from
package openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/bin/ovs-vsctl from install of openvswitch-2.12.0-1.1.el8.x86_64
conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file /usr/bin/ovsdb-client
from install of openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file
from package openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/bin/ovsdb-tool from install of openvswitch-2.12.0-1.1.el8.x86_64
conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file /usr/bin/vtep-ctl from
install of openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from
package openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/sbin/ovs-vswitchd from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file /usr/sbin/ovsdb-server
from install of openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file
from package openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man1/ovsdb-client.1.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man1/ovsdb-server.1.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man1/ovsdb-tool.1.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man5/ovs-vswitchd.conf.db.5.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man5/ovsdb-server.5.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man5/ovsdb.5.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man5/vtep.5.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man7/ovs-actions.7.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man7/ovs-fields.7.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man7/ovsdb-server.7.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man7/ovsdb.7.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-appctl.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-dpctl.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-ofctl.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-pki.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-vsctl.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/man/man8/ovs-vswitchd.8.gz from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/openvswitch/scripts/ovs-check-dead-ifs from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/openvswitch/scripts/ovs-lib from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n file
/usr/share/openvswitch/vswitch.ovsschema from install of
openvswitch-2.12.0-1.1.el8.x86_64 conflicts with file from package
openvswitch2.11-2.11.3-87.el8s.x86_64\n", "rc": 1, "results": []}
Known issue?
Thanks,
--
Didi
4
5
Il giorno dom 23 mag 2021 alle ore 09:25 Greg King <greg.king(a)oracle.com>
ha scritto:
> *Situation:*
>
>
>
> We have a couple customer bugs where the current version of
> rh-postgresql10 is getting flagged in security scans:
>
>
>
> rh-postgresql10-postgresql-10.6-1.el7.x86_64
>
>
>
> We noticed from this Red Hat security advisory that the security problem
> is resolved with this version of the package:
>
>
>
> · Advisory: *https://access.redhat.com/errata/RHSA-2020:5316
> <https://access.redhat.com/errata/RHSA-2020:5316>*
>
> · Package: rh-postgresql10-postgresql-10.15-1.el7.x86_64
>
>
>
> However, oVirt 4.4 still includes 10.6-1 and not 10.15-1
>
Please note oVirt 4.4 is not using PostgreSQL 10, it's using 12. For
instance, 4.4.6 appliance uses:
postgresql-12.5-1.module_el8.4.0+597+7b8b5722.x86_64
postgresql-contrib-12.5-1.module_el8.4.0+597+7b8b5722.x86_64
postgresql-server-12.5-1.module_el8.4.0+597+7b8b5722.x86_64
>
>
> *Question:*
>
>
>
> We need to let customers know why
> rh-postgresql10-postgresql-10.15-1.el7.x86_64 is not included with the
> latest errata release of oVirt 4.4
>
>
>
> Is there an written policy or communication from the community one way or
> the other regarding the security vulnerability resolved with
> rh-postgresql10-postgresql-10.15-1.el7.x86_64? (IE: it was reviewed and
> found not to be applicable, it will be in the next errata release, etc –
> something along those lines)
>
>
>
>
>
> [image: oracle-email-sig-198324-355094]
>
> Gregory King | Software Development Manager | +1.303.272.2427
>
> Oracle Virtualization Sustaining Engineering
>
> 500 Eldorado Boulevard Build 5 | Broomfield Colorado 80021
>
> Mobile: +1.303.968.8169 | Fax: +1.303.272.2427
>
>
> _______________________________________________
> Devel mailing list -- devel(a)ovirt.org
> To unsubscribe send an email to devel-leave(a)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/devel@ovirt.org/message/ND2737GQUTMJR…
>
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>
*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
<https://mojo.redhat.com/docs/DOC-1199578>*
2
1
Hi,
do we have a way how to run CI build for a patch from someone who is not on CI
whitelist? CI doesn't care who triggered the build and check only the
commiter. Or is adding commiter to whitelist the only way? I'd like to me some
progress with gerrit #114723 [1].
I tired to run it on Travis build seems to be broken, failing on nmstate [2].
Could someone from network team please take a look?
Thanks
Vojta
[1] https://gerrit.ovirt.org/c/vdsm/+/114723
[2] https://travis-ci.org/github/vjuranek/vdsm/builds/771874636
3
2

23 May '21
Hi,
When trying to run engine-setup for existing development environment the
following exception thrown -
[engine@dhcp-0-123 ~]$ ovirt-engine/bin/engine-setup
***L:ERROR Internal error: No module named 'distro'
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/otopi/main.py", line 141, in
execute
self.context.loadPlugins()
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 803, in
loadPlugins
self._loadPluginGroups(plugindir, needgroups, loadedgroups)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 112, in
_loadPluginGroups
self._loadPlugins(path, path, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 69, in
_loadPlugins
self._loadPlugins(base, d, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 69, in
_loadPlugins
self._loadPlugins(base, d, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 100, in
_loadPlugins
os.path.basename(path),
File "/usr/lib/python3.6/site-packages/otopi/util.py", line 109, in
loadModule
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-checks/ovirt-engine/db/__init__.py",
line 15, in <module>
from . import versions
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-checks/ovirt-engine/db/versions.py",
line 21, in <module>
from ovirt_engine_setup.engine_common import database
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py",
line 27, in <module>
from ovirt_engine_setup import util as osetuputil
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/util.py",
line 18, in <module>
import distro
ModuleNotFoundError: No module named 'distro'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/otopi/__main__.py", line 88, in
main
installer.execute()
File "/usr/lib/python3.6/site-packages/otopi/main.py", line 147, in
execute
sys.exc_info()[2],
File "/usr/lib/python3.6/site-packages/otopi/util.py", line 84, in
raiseExceptionInformation
raise info[1].with_traceback(info[2])
File "/usr/lib/python3.6/site-packages/otopi/main.py", line 141, in
execute
self.context.loadPlugins()
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 803, in
loadPlugins
self._loadPluginGroups(plugindir, needgroups, loadedgroups)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 112, in
_loadPluginGroups
self._loadPlugins(path, path, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 69, in
_loadPlugins
self._loadPlugins(base, d, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 69, in
_loadPlugins
self._loadPlugins(base, d, groupname)
File "/usr/lib/python3.6/site-packages/otopi/context.py", line 100, in
_loadPlugins
os.path.basename(path),
File "/usr/lib/python3.6/site-packages/otopi/util.py", line 109, in
loadModule
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-checks/ovirt-engine/db/__init__.py",
line 15, in <module>
from . import versions
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-checks/ovirt-engine/db/versions.py",
line 21, in <module>
from ovirt_engine_setup.engine_common import database
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py",
line 27, in <module>
from ovirt_engine_setup import util as osetuputil
File
"/home/engine/ovirt-engine/share/ovirt-engine/setup/ovirt_engine_setup/util.py",
line 18, in <module>
import distro
otopi.main.PluginLoadException: No module named 'distro'
Is this a known issue?
--
Regards,
Eyal Shenitzky
2
3
Situation:
We have a couple customer bugs where the current version of rh-postgresql10 is getting flagged in security scans:
rh-postgresql10-postgresql-10.6-1.el7.x86_64
We noticed from this Red Hat security advisory that the security problem is resolved with this version of the package:
* Advisory: https://access.redhat.com/errata/RHSA-2020:5316
* Package: rh-postgresql10-postgresql-10.15-1.el7.x86_64
However, oVirt 4.4 still includes 10.6-1 and not 10.15-1
Question:
We need to let customers know why rh-postgresql10-postgresql-10.15-1.el7.x86_64 is not included with the latest errata release of oVirt 4.4
Is there an written policy or communication from the community one way or the other regarding the security vulnerability resolved with rh-postgresql10-postgresql-10.15-1.el7.x86_64? (IE: it was reviewed and found not to be applicable, it will be in the next errata release, etc - something along those lines)
[oracle-email-sig-198324-355094]
Gregory King | Software Development Manager | +1.303.272.2427
Oracle Virtualization Sustaining Engineering
500 Eldorado Boulevard Build 5 | Broomfield Colorado 80021
Mobile: +1.303.968.8169 | Fax: +1.303.272.2427
1
0
Hi,
do we have a way how to run CI build for a patch from someone who is not on CI
whitelist? CI doesn't care who triggered the build and check only the
commiter. Or is adding commiter to whitelist the only way? I'd like to me some
progress with gerrit #114723 [1].
I tired to run it on Travis build seems to be broken, failing on nmstate [2].
Could someone from network team please take a look?
Thanks
Vojta
[1] https://gerrit.ovirt.org/c/vdsm/+/114723
[2] https://travis-ci.org/github/vjuranek/vdsm/builds/771874636
1
0

hc-basic-suite-master failing on missing glusterfs service not listed among firewalld known services
by Sandro Bonazzola 18 May '21
by Sandro Bonazzola 18 May '21
18 May '21
Hi, just noticed:
failed: [lago-hc-basic-suite-master-host-0] (item=glusterfs) =>
{"ansible_loop_var": "item", "changed": false, "item": "glusterfs", "msg":
"ERROR: Exception caught: org.fedoraproject.FirewallD1.Exception:
INVALID_SERVICE: 'glusterfs' not among existing services
on
https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_hc-…
Ales, Gobinda, can you please have a look why firewall configuration for
gluster is failing here?
Thanks,
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>
*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
3
4
1
0
1
0
Hey everyone,
I wanted to let you know that you can run your patches now on el8-stream.
In order to do that simply add to the stdci yaml file the following section:
distro: el8stream
runtime-requirements:
host-distro: newer
You can also see the example on the patch [1].
The runtime requirements part is due to lack compatibility issues with el7
hosts.
If you see any problems, or have any questions please let me know.
Thanks,
Ehud.
[1]: https://gerrit.ovirt.org/#/c/jenkins/+/114174/6/stdci.yaml
3
3