Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1476592 Details for
Bug 1618676
[RFE] add IPv6 support to ovirt-hosted-engine-setup
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
seesion log with the proposed modifications
2018-08-15-he.txt (text/plain), 458.97 KB, created by
Dominik Holler
on 2018-08-17 09:43:52 UTC
(
hide
)
Description:
seesion log with the proposed modifications
Filename:
MIME Type:
Creator:
Dominik Holler
Created:
2018-08-17 09:43:52 UTC
Size:
458.97 KB
patch
obsolete
>yum install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm >yum install -y ovirt-hosted-engine-setup ovirt-engine-appliance >yum install -y screen vim-enhanced patch > >curl https://raw.githubusercontent.com/oVirt/ovirt-setup-lib/master/src/ovirt_setup_lib/hostname.py > hostname.py >cp /usr/lib/python2.7/site-packages/ovirt_setup_lib/hostname.py hostname.py.orig >cp hostname.py /usr/lib/python2.7/site-packages/ovirt_setup_lib/hostname.py >scp dominik@t460p:~/changes.diff . >cp -a /usr/share/ovirt-hosted-engine-setup /usr/share/ovirt-hosted-engine-setup.orig >cd / >patch -p0 < ~/changes.diff >cd >scp dominik@t460p:~/answers.conf . > > ># ip a add fde4:e66c:9a7c:dd91::2/64 dev eth0 >echo "fde4:e66c:9a7c:dd91::2 ipv6test9" >> /etc/hosts >echo "fde4:e66c:9a7c:dd91::3 hengine.local" >> /etc/hosts >echo IPV6INIT="yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >echo IPV6ADDR="fde4:e66c:9a7c:dd91::2/64" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >echo BOOTPROTO="none" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >echo IPV6_AUTOCONF="no" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >systemctl restart network > >ssh -o StrictHostKeyChecking=no root@fde4:e66c:9a7c:dd91::2 >ping -c 1 -6 fde4:e66c:9a7c:dd91::1 >ping -c 1 -6 fde4:e66c:9a7c:dd91::2 > >echo 2 > /proc/sys/net/ipv6/conf/eth0/accept_ra >systemctl start libvirtd >virsh net-edit default ><ip family='ipv6' address='fd00:1234:5678:900::1' prefix='64'/> >virsh net-destroy default >virsh net-start default >hosted-engine --deploy --config-append=answers.conf > > > > >https://bugzilla.redhat.com/show_bug.cgi?id=1618433 >vim /etc/ovirt-hosted-engine/hosted-engine.conf >storage=[fde4:e66c:9a7c:dd91::1]:/data/ovirt/data3 > > >[dominik@t460p ~]$ ssh user@tarox0 >Last failed login: Thu Aug 16 15:30:20 EDT 2018 from fde4:e66c:9a7c:dd91::2 on ssh:notty >There were 2 failed login attempts since the last successful login. >Last login: Thu Aug 16 14:58:38 2018 from t460p.fritz.box >[user@tarox0 ~]$ cd /data/libvirt/images/ >[user@tarox0 images]$ ~/scripts/newCloudVm.sh ipv6test9 >+ '[' -n ipv6test9 ']' >+ name=ipv6test9 >+ rootpassword=123456 >+ osvariant=centos7.0 >+ partition=sda1 >+ '[' centos7.0 == fedora23 ']' >+ '[' centos7.0 == test ']' >+ '[' centos7.0 == centos7.0 ']' >+ version=7 >+ mirror=https://cloud.centos.org/centos/7/images/ >+ origfile=CentOS-7-x86_64-GenericCloud.qcow2c >+ URI=qemu:///system >+ wget -nc https://cloud.centos.org/centos/7/images//CentOS-7-x86_64-GenericCloud.qcow2c >File âCentOS-7-x86_64-GenericCloud.qcow2câ already there; not retrieving. > >+ virt-customize -a CentOS-7-x86_64-GenericCloud.qcow2c --update >[ 0.0] Examining the guest ... >[ 1.8] Setting a random seed >[ 1.8] Updating packages >[ 4.1] Finishing off >+ image=ipv6test9.img >+ truncate -s 40G ipv6test9.img >+ virt-resize --expand /dev/sda1 CentOS-7-x86_64-GenericCloud.qcow2c ipv6test9.img >[ 0.0] Examining CentOS-7-x86_64-GenericCloud.qcow2c >********** > >Summary of changes: > >/dev/sda1: This partition will be resized from 8.0G to 40.0G. The >filesystem xfs on /dev/sda1 will be expanded using the 'xfs_growfs' method. > >********** >[ 1.5] Setting up initial partition table on ipv6test9.img >[ 1.6] Copying /dev/sda1 > 100% â¦ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ§ 00:00 >[ 24.2] Expanding /dev/sda1 using the 'xfs_growfs' method > >Resize operation completed with no errors. Before deleting the old disk, >carefully check that the resized disk boots and works correctly. >+ virt-customize -a ipv6test9.img --root-password password:123456 --ssh-inject root --selinux-relabel --hostname ipv6test9 --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >[ 0.0] Examining the guest ... >[ 1.7] Setting a random seed >[ 1.7] SSH key inject: root >[ 2.4] Setting the hostname: ipv6test9 >[ 2.4] Setting the timezone: Europe/Berlin >[ 2.4] Uninstalling packages: cloud-init kexec-tools postfix >[ 4.3] Setting passwords >[ 4.9] SELinux relabelling >[ 11.0] Finishing off >+ [[ -n '' ]] >+ echo '#virsh -c qemu:///system shutdown ipv6test9 && sleep 10 && virsh -c qemu:///system undefine ipv6test9 && rm -f ipv6test9.img' >#virsh -c qemu:///system shutdown ipv6test9 && sleep 10 && virsh -c qemu:///system undefine ipv6test9 && rm -f ipv6test9.img >+ sleep 12 >+ virt-install --name ipv6test9 --vcpus 2,maxvcpus=4 --cpu host --memory 8192 --rng /dev/urandom --disk ipv6test9.img --os-type=linux --os-variant=centos7.0 --import --noautoconsole --connect qemu:///system > >Starting install... >Domain creation completed. >+ arp >++ virsh -c qemu:///system domiflist ipv6test9 >++ tail -n 2 >++ sed -E 's/.*([0-9a-fA-F:]{17})/\1/' >+ grep 52:54:00:a7:9c:c1 >192.168.122.163 ether 52:54:00:a7:9c:c1 C virbr0 >+ virsh -c qemu:///system domifaddr ipv6test9 > Name MAC address Protocol Address >------------------------------------------------------------------------------- > vnet3 52:54:00:a7:9c:c1 ipv4 192.168.122.163/24 > >[user@tarox0 images]$ ssh -o StrictHostKeyChecking=no root@192.168.122.163 >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! >Someone could be eavesdropping on you right now (man-in-the-middle attack)! >It is also possible that a host key has just been changed. >The fingerprint for the ECDSA key sent by the remote host is >SHA256:HH826I15MoaMPMDzkqrqWqXHcne05Uq5fChFKlJE5r0. >Please contact your system administrator. >Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. >Offending ECDSA key in /home/user/.ssh/known_hosts:11 >Password authentication is disabled to avoid man-in-the-middle attacks. >Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. >[root@ipv6test9 ~]# yum install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm >Loaded plugins: fastestmirror >ovirt-release42.rpm | 11 kB 00:00:00 >Examining /var/tmp/yum-root-rWXp5G/ovirt-release42.rpm: ovirt-release42-4.2.5.1-1.el7.noarch >Marking /var/tmp/yum-root-rWXp5G/ovirt-release42.rpm to be installed >Resolving Dependencies >--> Running transaction check >---> Package ovirt-release42.noarch 0:4.2.5.1-1.el7 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================================================================ > Package Arch Version Repository Size >================================================================================================================================ >Installing: > ovirt-release42 noarch 4.2.5.1-1.el7 /ovirt-release42 11 k > >Transaction Summary >================================================================================================================================ >Install 1 Package > >Total size: 11 k >Installed size: 11 k >Downloading packages: >Running transaction check >Running transaction test >Transaction test succeeded >Running transaction > Installing : ovirt-release42-4.2.5.1-1.el7.noarch 1/1 > Verifying : ovirt-release42-4.2.5.1-1.el7.noarch 1/1 > >Installed: > ovirt-release42.noarch 0:4.2.5.1-1.el7 > >Complete! >[root@ipv6test9 ~]# yum install -y ovirt-hosted-engine-setup ovirt-engine-appliance >Loaded plugins: fastestmirror >Loading mirror speeds from cached hostfile >ovirt-4.2-epel/x86_64/metalink | 27 kB 00:00:00 > * base: ftp.hosteurope.de > * extras: ftp.antilo.de > * ovirt-4.2: ftp.nluug.nl > * ovirt-4.2-epel: ftp.nluug.nl > * updates: mirror.cuegee.de >centos-sclo-rh-release | 3.0 kB 00:00:00 >ovirt-4.2 | 3.0 kB 00:00:00 >ovirt-4.2-centos-gluster312 | 2.9 kB 00:00:00 >ovirt-4.2-centos-opstools | 2.9 kB 00:00:00 >ovirt-4.2-centos-ovirt42 | 2.9 kB 00:00:00 >ovirt-4.2-centos-qemu-ev | 2.9 kB 00:00:00 >ovirt-4.2-epel | 3.2 kB 00:00:00 >ovirt-4.2-virtio-win-latest | 3.0 kB 00:00:00 >(1/10): ovirt-4.2/7/primary_db | 609 kB 00:00:00 >(2/10): ovirt-4.2-centos-gluster312/x86_64/primary_db | 114 kB 00:00:00 >(3/10): ovirt-4.2-centos-opstools/x86_64/primary_db | 239 kB 00:00:00 >(4/10): ovirt-4.2-centos-ovirt42/x86_64/primary_db | 196 kB 00:00:00 >(5/10): ovirt-4.2-centos-qemu-ev/x86_64/primary_db | 47 kB 00:00:00 >(6/10): centos-sclo-rh-release/x86_64/primary_db | 3.7 MB 00:00:00 >(7/10): ovirt-4.2-epel/x86_64/group_gz | 88 kB 00:00:00 >(8/10): ovirt-4.2-epel/x86_64/updateinfo | 933 kB 00:00:00 >(9/10): ovirt-4.2-epel/x86_64/primary | 3.6 MB 00:00:00 >(10/10): ovirt-4.2-virtio-win-latest/primary_db | 6.5 kB 00:00:00 >ovirt-4.2-epel 12647/12647 >Resolving Dependencies >--> Running transaction check >---> Package ovirt-engine-appliance.noarch 0:4.2-20180731.1.el7 will be installed >---> Package ovirt-hosted-engine-setup.noarch 0:2.2.25-1.el7 will be installed >--> Processing Dependency: ansible >= 2.5.2 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: glusterfs-cli >= 3.12.0 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: otopi >= 1.7.3 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: ovirt-engine-sdk-python >= 3.6.9.1 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: ovirt-host >= 4.2.2 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: ovirt-host-deploy >= 1.7.0 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: ovirt-hosted-engine-ha >= 2.2.13 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: ovirt-setup-lib >= 1.1.3 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: python-ethtool >= 0.6-3 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: python-ovirt-engine-sdk4 >= 4.2.4 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: sanlock >= 2.8 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: sanlock-python >= 2.8 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: vdsm-python >= 4.20.21 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: vdsm-python >= 4.20.21 for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: bind-utils for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: genisoimage for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: iptables-services for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: libvirt-client for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: libvirt-daemon-config-network for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: lsof for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: m2crypto for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: python-dateutil for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: python-libguestfs for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: python-netaddr for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: qemu-img-rhev for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: socat for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Processing Dependency: virt-install for package: ovirt-hosted-engine-setup-2.2.25-1.el7.noarch >--> Running transaction check >---> Package ansible.noarch 0:2.6.2-1.el7 will be installed >--> Processing Dependency: sshpass for package: ansible-2.6.2-1.el7.noarch >--> Processing Dependency: python2-jmespath for package: ansible-2.6.2-1.el7.noarch >--> Processing Dependency: python-paramiko for package: ansible-2.6.2-1.el7.noarch >--> Processing Dependency: python-keyczar for package: ansible-2.6.2-1.el7.noarch >--> Processing Dependency: python-httplib2 for package: ansible-2.6.2-1.el7.noarch >--> Processing Dependency: python-crypto for package: ansible-2.6.2-1.el7.noarch >---> Package bind-utils.x86_64 32:9.9.4-61.el7 will be installed >--> Processing Dependency: bind-libs = 32:9.9.4-61.el7 for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7.x86_64 >---> Package genisoimage.x86_64 0:1.1.11-23.el7 will be installed >--> Processing Dependency: libusal = 1.1.11-23.el7 for package: genisoimage-1.1.11-23.el7.x86_64 >--> Processing Dependency: libusal.so.0()(64bit) for package: genisoimage-1.1.11-23.el7.x86_64 >--> Processing Dependency: librols.so.0()(64bit) for package: genisoimage-1.1.11-23.el7.x86_64 >---> Package glusterfs-cli.x86_64 0:3.12.11-1.el7 will be installed >--> Processing Dependency: glusterfs-libs = 3.12.11-1.el7 for package: glusterfs-cli-3.12.11-1.el7.x86_64 >--> Processing Dependency: libglusterfs.so.0()(64bit) for package: glusterfs-cli-3.12.11-1.el7.x86_64 >--> Processing Dependency: libgfxdr.so.0()(64bit) for package: glusterfs-cli-3.12.11-1.el7.x86_64 >--> Processing Dependency: libgfrpc.so.0()(64bit) for package: glusterfs-cli-3.12.11-1.el7.x86_64 >---> Package iptables-services.x86_64 0:1.4.21-24.1.el7_5 will be installed >---> Package libvirt-client.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: libvirt-libs = 3.9.0-14.el7_5.6 for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_PRIVATE_3.9.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_3.9.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_3.7.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_3.4.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_3.1.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_3.0.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_2.2.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_2.0.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.3.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.9)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.8)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.7)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.6)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.19)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.17)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.16)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.15)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.14)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.12)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.11)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.9)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.8)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.7)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.4)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.13)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.11)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.10)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.8)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.6)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.7)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.4)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.5.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.10.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.10.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.9)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.5)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.4)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.1)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.0.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_1.2.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.9.4)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.10.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-lxc.so.0(LIBVIRT_LXC_2.0.0)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-lxc.so.0(LIBVIRT_LXC_1.0.4)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-lxc.so.0(LIBVIRT_LXC_1.0.2)(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: gnutls-utils for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libyajl.so.2()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt.so.0()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-qemu.so.0()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-lxc.so.0()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libgnutls.so.28()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libavahi-common.so.3()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libavahi-client.so.3()(64bit) for package: libvirt-client-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-daemon-config-network.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: libvirt-daemon-driver-network = 3.9.0-14.el7_5.6 for package: libvirt-daemon-config-network-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon = 3.9.0-14.el7_5.6 for package: libvirt-daemon-config-network-3.9.0-14.el7_5.6.x86_64 >---> Package lsof.x86_64 0:4.87-5.el7 will be installed >---> Package m2crypto.x86_64 0:0.21.1-17.el7 will be installed >---> Package otopi.noarch 0:1.7.8-1.el7 will be installed >---> Package ovirt-engine-sdk-python.noarch 0:3.6.9.1-1.el7 will be installed >--> Processing Dependency: python-lxml for package: ovirt-engine-sdk-python-3.6.9.1-1.el7.noarch >---> Package ovirt-host.x86_64 0:4.2.3-1.el7 will be installed >--> Processing Dependency: ovirt-host-dependencies = 4.2.3-1.el7 for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: NetworkManager-config-server for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: cockpit for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: cockpit-dashboard for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: cockpit-machines-ovirt for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: cockpit-networkmanager for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: cockpit-ovirt-dashboard for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: dracut-fips for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: firewalld for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: glusterfs-rdma for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: ipa-client for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: katello-agent for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: mailx for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: net-snmp for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: net-snmp-utils for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: ovirt-provider-ovn-driver for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: postfix for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: python-firewall for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: rng-tools for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: screen for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: sysstat for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: tcpdump for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-ethtool-options for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-fcoe for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-openstacknet for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-vfio-mdev for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-vhostmd for package: ovirt-host-4.2.3-1.el7.x86_64 >--> Processing Dependency: vdsm-hook-vmfex-dev for package: ovirt-host-4.2.3-1.el7.x86_64 >---> Package ovirt-host-deploy.noarch 0:1.7.4-1.el7 will be installed >---> Package ovirt-hosted-engine-ha.noarch 0:2.2.16-1.el7 will be installed >--> Processing Dependency: vdsm >= 4.20.21 for package: ovirt-hosted-engine-ha-2.2.16-1.el7.noarch >--> Processing Dependency: vdsm >= 4.20.21 for package: ovirt-hosted-engine-ha-2.2.16-1.el7.noarch >--> Processing Dependency: vdsm-client >= 4.20.21 for package: ovirt-hosted-engine-ha-2.2.16-1.el7.noarch >--> Processing Dependency: python-daemon for package: ovirt-hosted-engine-ha-2.2.16-1.el7.noarch >---> Package ovirt-setup-lib.noarch 0:1.1.4-1.el7.centos will be installed >---> Package python-dateutil.noarch 1:2.4.2-1.el7 will be installed >---> Package python-ethtool.x86_64 0:0.8-5.el7 will be installed >--> Processing Dependency: libnl.so.1()(64bit) for package: python-ethtool-0.8-5.el7.x86_64 >---> Package python-libguestfs.x86_64 1:1.36.10-6.el7_5.2 will be installed >--> Processing Dependency: libguestfs = 1:1.36.10-6.el7_5.2 for package: 1:python-libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libguestfs.so.0()(64bit) for package: 1:python-libguestfs-1.36.10-6.el7_5.2.x86_64 >---> Package python-netaddr.noarch 0:0.7.18-1.el7 will be installed >---> Package python-ovirt-engine-sdk4.x86_64 0:4.2.7-2.el7 will be installed >--> Processing Dependency: python-enum34 for package: python-ovirt-engine-sdk4-4.2.7-2.el7.x86_64 >---> Package qemu-img-ev.x86_64 10:2.10.0-21.el7_5.4.1 will be installed >--> Processing Dependency: libgfapi.so.0(GFAPI_3.5.0)(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libgfapi.so.0(GFAPI_3.4.0)(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: librbd.so.1()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: librados.so.2()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libnettle.so.4()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libiscsi.so.2()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libgfapi.so.0()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libaio.so.1()(64bit) for package: 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 >---> Package sanlock.x86_64 0:3.6.0-1.el7 will be installed >--> Processing Dependency: sanlock-lib = 3.6.0-1.el7 for package: sanlock-3.6.0-1.el7.x86_64 >--> Processing Dependency: libwdmd.so.1()(64bit) for package: sanlock-3.6.0-1.el7.x86_64 >--> Processing Dependency: libsanlock.so.1()(64bit) for package: sanlock-3.6.0-1.el7.x86_64 >---> Package sanlock-python.x86_64 0:3.6.0-1.el7 will be installed >---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed >---> Package vdsm-python.noarch 0:4.20.35-1.el7 will be installed >--> Processing Dependency: vdsm-api = 4.20.35-1.el7 for package: vdsm-python-4.20.35-1.el7.noarch >--> Processing Dependency: vdsm-common = 4.20.35-1.el7 for package: vdsm-python-4.20.35-1.el7.noarch >--> Processing Dependency: vdsm-network = 4.20.35-1.el7 for package: vdsm-python-4.20.35-1.el7.noarch >--> Processing Dependency: python-ioprocess >= 0.16.1-1 for package: vdsm-python-4.20.35-1.el7.noarch >---> Package virt-install.noarch 0:1.4.3-3.el7 will be installed >--> Processing Dependency: virt-manager-common = 1.4.3-3.el7 for package: virt-install-1.4.3-3.el7.noarch >--> Running transaction check >---> Package NetworkManager-config-server.noarch 1:1.10.2-16.el7_5 will be installed >---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed >---> Package bind-libs.x86_64 32:9.9.4-61.el7 will be installed >---> Package cockpit.x86_64 0:172-1.el7 will be installed >--> Processing Dependency: cockpit-ws = 172-1.el7 for package: cockpit-172-1.el7.x86_64 >--> Processing Dependency: cockpit-system = 172-1.el7 for package: cockpit-172-1.el7.x86_64 >--> Processing Dependency: cockpit-bridge = 172-1.el7 for package: cockpit-172-1.el7.x86_64 >---> Package cockpit-dashboard.x86_64 0:172-1.el7 will be installed >--> Processing Dependency: libssh >= 0.7.1 for package: cockpit-dashboard-172-1.el7.x86_64 >--> Processing Dependency: libssh.so.4()(64bit) for package: cockpit-dashboard-172-1.el7.x86_64 >--> Processing Dependency: libjson-glib-1.0.so.0()(64bit) for package: cockpit-dashboard-172-1.el7.x86_64 >---> Package cockpit-machines-ovirt.noarch 0:172-1.el7 will be installed >--> Processing Dependency: libvirt for package: cockpit-machines-ovirt-172-1.el7.noarch >---> Package cockpit-networkmanager.noarch 0:172-1.el7 will be installed >--> Processing Dependency: NetworkManager for package: cockpit-networkmanager-172-1.el7.noarch >---> Package cockpit-ovirt-dashboard.noarch 0:0.11.31-1.el7 will be installed >--> Processing Dependency: cockpit-storaged for package: cockpit-ovirt-dashboard-0.11.31-1.el7.noarch >---> Package dracut-fips.x86_64 0:033-535.el7 will be installed >--> Processing Dependency: hmaccalc for package: dracut-fips-033-535.el7.x86_64 >---> Package firewalld.noarch 0:0.4.4.4-14.el7 will be installed >--> Processing Dependency: firewalld-filesystem = 0.4.4.4-14.el7 for package: firewalld-0.4.4.4-14.el7.noarch >--> Processing Dependency: ipset for package: firewalld-0.4.4.4-14.el7.noarch >--> Processing Dependency: ebtables for package: firewalld-0.4.4.4-14.el7.noarch >---> Package glusterfs-api.x86_64 0:3.12.11-1.el7 will be installed >--> Processing Dependency: glusterfs-client-xlators = 3.12.11-1.el7 for package: glusterfs-api-3.12.11-1.el7.x86_64 >--> Processing Dependency: glusterfs = 3.12.11-1.el7 for package: glusterfs-api-3.12.11-1.el7.x86_64 >---> Package glusterfs-libs.x86_64 0:3.12.11-1.el7 will be installed >---> Package glusterfs-rdma.x86_64 0:3.12.11-1.el7 will be installed >--> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: glusterfs-rdma-3.12.11-1.el7.x86_64 >--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: glusterfs-rdma-3.12.11-1.el7.x86_64 >--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: glusterfs-rdma-3.12.11-1.el7.x86_64 >--> Processing Dependency: librdmacm.so.1()(64bit) for package: glusterfs-rdma-3.12.11-1.el7.x86_64 >--> Processing Dependency: libibverbs.so.1()(64bit) for package: glusterfs-rdma-3.12.11-1.el7.x86_64 >---> Package gnutls.x86_64 0:3.3.26-9.el7 will be installed >--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.26-9.el7.x86_64 >---> Package gnutls-utils.x86_64 0:3.3.26-9.el7 will be installed >--> Processing Dependency: gnutls-dane(x86-64) = 3.3.26-9.el7 for package: gnutls-utils-3.3.26-9.el7.x86_64 >--> Processing Dependency: libgnutls-dane.so.0(DANE_0_0)(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64 >--> Processing Dependency: libunbound.so.2()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64 >--> Processing Dependency: libopts.so.25()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64 >--> Processing Dependency: libgnutls-dane.so.0()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64 >---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed >---> Package ipa-client.x86_64 0:4.5.4-10.el7.centos.3 will be installed >--> Processing Dependency: python2-ipaclient = 4.5.4-10.el7.centos.3 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: ipa-common = 4.5.4-10.el7.centos.3 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: ipa-client-common = 4.5.4-10.el7.centos.3 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: xmlrpc-c >= 1.27.4 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: krb5-workstation >= 1.15.1-4 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: certmonger >= 0.78 for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: python-sssdconfig for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: python-ldap for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: ntp for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: libsss_autofs for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: autofs for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: ipa-client-4.5.4-10.el7.centos.3.x86_64 >---> Package katello-agent.noarch 0:3.1.0-2.el7 will be installed >--> Processing Dependency: python-pulp-agent-lib >= 2.6 for package: katello-agent-3.1.0-2.el7.noarch >--> Processing Dependency: python-gofer-proton >= 2.5 for package: katello-agent-3.1.0-2.el7.noarch >--> Processing Dependency: pulp-rpm-handlers >= 2.6 for package: katello-agent-3.1.0-2.el7.noarch >--> Processing Dependency: gofer >= 2.7.6 for package: katello-agent-3.1.0-2.el7.noarch >--> Processing Dependency: subscription-manager for package: katello-agent-3.1.0-2.el7.noarch >--> Processing Dependency: katello-host-tools for package: katello-agent-3.1.0-2.el7.noarch >---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed >---> Package libguestfs.x86_64 1:1.36.10-6.el7_5.2 will be installed >--> Processing Dependency: supermin5 >= 5.1.16-2 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: lvm2 >= 7:2.02.166-1.el7 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libvirt-daemon-kvm >= 3.9.0-1 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: hivex >= 1.3.10-5.8.el7 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: syslinux-extlinux for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: syslinux for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: squashfs-tools for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: scrub for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: psmisc for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: osinfo-db for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: mdadm for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: lzop for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: lvm2 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: lsscsi for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.4)(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: hivex for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: gdisk for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: fuse for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: dosfstools for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: cryptsetup for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: bzip2 for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: augeas-libs for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: attr for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libfuse.so.2()(64bit) for package: 1:libguestfs-1.36.10-6.el7_5.2.x86_64 >---> Package libiscsi.x86_64 0:1.9.0-7.el7 will be installed >---> Package libnl.x86_64 0:1.1.4-3.el7 will be installed >---> Package librados2.x86_64 1:0.94.5-2.el7 will be installed >--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 1:librados2-0.94.5-2.el7.x86_64 >--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 1:librados2-0.94.5-2.el7.x86_64 >---> Package librbd1.x86_64 1:0.94.5-2.el7 will be installed >---> Package libusal.x86_64 0:1.1.11-23.el7 will be installed >---> Package libvirt-daemon.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: numad for package: libvirt-daemon-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-daemon-driver-network.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: dnsmasq >= 2.41 for package: libvirt-daemon-driver-network-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: radvd for package: libvirt-daemon-driver-network-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-libs.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: nc for package: libvirt-libs-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: cyrus-sasl for package: libvirt-libs-3.9.0-14.el7_5.6.x86_64 >---> Package mailx.x86_64 0:12.5-19.el7 will be installed >---> Package net-snmp.x86_64 1:5.7.2-33.el7_5.2 will be installed >--> Processing Dependency: net-snmp-libs = 1:5.7.2-33.el7_5.2 for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-33.el7_5.2 for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: perl(Term::ReadLine) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: perl(IO::File) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: perl(Getopt::Std) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: perl(File::Copy) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: perl(Data::Dumper) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: /usr/bin/perl for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libsensors.so.4()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libperl.so()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-5.7.2-33.el7_5.2.x86_64 >---> Package net-snmp-utils.x86_64 1:5.7.2-33.el7_5.2 will be installed >---> Package nettle.x86_64 0:2.7.1-8.el7 will be installed >---> Package ovirt-host-dependencies.x86_64 0:4.2.3-1.el7 will be installed >--> Processing Dependency: collectd for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: collectd-disk for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: collectd-netlink for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: collectd-virt for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: collectd-write_http for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: fluentd for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: kexec-tools for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: ovirt-vmconsole for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: ovirt-vmconsole-host for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: rubygem-fluent-plugin-collectd-nest for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: rubygem-fluent-plugin-elasticsearch for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: rubygem-fluent-plugin-rewrite-tag-filter for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: rubygem-fluent-plugin-secure-forward for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >--> Processing Dependency: rubygem-fluent-plugin-viaq_data_model for package: ovirt-host-dependencies-4.2.3-1.el7.x86_64 >---> Package ovirt-provider-ovn-driver.noarch 0:1.2.13-1.el7 will be installed >--> Processing Dependency: openvswitch >= 2.7 for package: ovirt-provider-ovn-driver-1.2.13-1.el7.noarch >--> Processing Dependency: openvswitch-ovn-common >= 2.7 for package: ovirt-provider-ovn-driver-1.2.13-1.el7.noarch >--> Processing Dependency: openvswitch-ovn-host >= 2.7 for package: ovirt-provider-ovn-driver-1.2.13-1.el7.noarch >--> Processing Dependency: python-openvswitch >= 2.7 for package: ovirt-provider-ovn-driver-1.2.13-1.el7.noarch >---> Package postfix.x86_64 2:2.10.1-6.el7 will be installed >---> Package python-daemon.noarch 0:1.6-4.el7 will be installed >--> Processing Dependency: python-lockfile for package: python-daemon-1.6-4.el7.noarch >---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed >---> Package python-firewall.noarch 0:0.4.4.4-14.el7 will be installed >--> Processing Dependency: python-slip-dbus for package: python-firewall-0.4.4.4-14.el7.noarch >---> Package python-httplib2.noarch 0:0.9.2-1.el7 will be installed >---> Package python-keyczar.noarch 0:0.71c-2.el7 will be installed >--> Processing Dependency: python-pyasn1 for package: python-keyczar-0.71c-2.el7.noarch >---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed >--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.9)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.26)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.2)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libxslt.so.1()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >--> Processing Dependency: libexslt.so.0()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64 >---> Package python-paramiko.noarch 0:2.1.1-4.el7 will be installed >--> Processing Dependency: python-cryptography for package: python-paramiko-2.1.1-4.el7.noarch >---> Package python2-crypto.x86_64 0:2.6.1-15.el7 will be installed >--> Processing Dependency: libtomcrypt.so.0()(64bit) for package: python2-crypto-2.6.1-15.el7.x86_64 >---> Package python2-ioprocess.x86_64 0:1.1.2-1.el7 will be installed >--> Processing Dependency: ioprocess = 1.1.2 for package: python2-ioprocess-1.1.2-1.el7.x86_64 >--> Processing Dependency: python-subprocess32 for package: python2-ioprocess-1.1.2-1.el7.x86_64 >---> Package python2-jmespath.noarch 0:0.9.0-5.el7 will be installed >---> Package rng-tools.x86_64 0:5-13.el7 will be installed >---> Package sanlock-lib.x86_64 0:3.6.0-1.el7 will be installed >---> Package screen.x86_64 0:4.1.0-0.25.20120314git3c2946.el7 will be installed >---> Package sshpass.x86_64 0:1.06-2.el7 will be installed >---> Package sysstat.x86_64 0:10.1.5-13.el7 will be installed >---> Package tcpdump.x86_64 14:4.9.2-3.el7 will be installed >--> Processing Dependency: libpcap >= 14:1.5.3-10 for package: 14:tcpdump-4.9.2-3.el7.x86_64 >--> Processing Dependency: libpcap.so.1()(64bit) for package: 14:tcpdump-4.9.2-3.el7.x86_64 >---> Package vdsm.x86_64 0:4.20.35-1.el7 will be installed >--> Processing Dependency: vdsm-http = 4.20.35-1.el7 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: vdsm-jsonrpc = 4.20.35-1.el7 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: device-mapper-multipath >= 0.4.9-111.el7.2 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: glusterfs-fuse >= 3.12 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: iscsi-initiator-utils >= 6.2.0.873-21 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: libvirt-python >= 3.2.0-3.el7_4.1 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: mom >= 0.5.12 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: ovirt-imageio-daemon >= 1.2.0 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: python-pthreading >= 0.1.3-3 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: qemu-kvm-rhev >= 10:2.10.0-21.el7_5.4 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: safelease >= 1.0-7 for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: abrt-addon-ccpp for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: abrt-addon-python for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: abrt-addon-vmcore for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: abrt-cli for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: bridge-utils for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: cyrus-sasl-scram for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: fence-agents-all for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: libguestfs-tools-c for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: libvirt-daemon-config-nwfilter for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: libvirt-lock-sanlock for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: lshw for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: numactl for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: ovirt-imageio-common for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: python-augeas for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: python-dmidecode for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: sos for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: tree for package: vdsm-4.20.35-1.el7.x86_64 >--> Processing Dependency: virt-v2v for package: vdsm-4.20.35-1.el7.x86_64 >---> Package vdsm-api.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-client.noarch 0:4.20.35-1.el7 will be installed >--> Processing Dependency: vdsm-yajsonrpc = 4.20.35-1.el7 for package: vdsm-client-4.20.35-1.el7.noarch >---> Package vdsm-common.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-hook-ethtool-options.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-hook-fcoe.noarch 0:4.20.35-1.el7 will be installed >--> Processing Dependency: fcoe-utils for package: vdsm-hook-fcoe-4.20.35-1.el7.noarch >---> Package vdsm-hook-openstacknet.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-hook-vfio-mdev.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-hook-vhostmd.noarch 0:4.20.35-1.el7 will be installed >--> Processing Dependency: vhostmd for package: vdsm-hook-vhostmd-4.20.35-1.el7.noarch >---> Package vdsm-hook-vmfex-dev.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-network.x86_64 0:4.20.35-1.el7 will be installed >--> Processing Dependency: lldpad for package: vdsm-network-4.20.35-1.el7.x86_64 >--> Processing Dependency: python-inotify for package: vdsm-network-4.20.35-1.el7.x86_64 >---> Package virt-manager-common.noarch 0:1.4.3-3.el7 will be installed >--> Processing Dependency: libosinfo >= 0.2.11 for package: virt-manager-common-1.4.3-3.el7.noarch >--> Processing Dependency: python-ipaddr for package: virt-manager-common-1.4.3-3.el7.noarch >---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed >--> Running transaction check >---> Package NetworkManager.x86_64 1:1.10.2-16.el7_5 will be installed >--> Processing Dependency: NetworkManager-libnm(x86-64) = 1:1.10.2-16.el7_5 for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_8_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_6_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_4_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_2_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_10_2)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_10_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0(libnm_1_0_0)(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >--> Processing Dependency: libnm.so.0()(64bit) for package: 1:NetworkManager-1.10.2-16.el7_5.x86_64 >---> Package abrt-addon-ccpp.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: abrt-libs = 2.1.11-50.el7.centos for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt = 2.1.11-50.el7.centos for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: gdb >= 7.6.1-63 for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libreport-python for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: elfutils for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt-retrace-client for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libsatyr.so.3()(64bit) for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libreport.so.0()(64bit) for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libabrt.so.0()(64bit) for package: abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 >---> Package abrt-addon-python.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: systemd-python for package: abrt-addon-python-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt-python for package: abrt-addon-python-2.1.11-50.el7.centos.x86_64 >---> Package abrt-addon-vmcore.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: abrt-addon-kerneloops for package: abrt-addon-vmcore-2.1.11-50.el7.centos.x86_64 >---> Package abrt-cli.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: libreport-plugin-mantisbt >= 2.1.11-40 for package: abrt-cli-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libreport-centos >= 2.1.11-40 for package: abrt-cli-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt-tui for package: abrt-cli-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt-addon-xorg for package: abrt-cli-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: abrt-addon-pstoreoops for package: abrt-cli-2.1.11-50.el7.centos.x86_64 >---> Package attr.x86_64 0:2.4.46-13.el7 will be installed >---> Package augeas-libs.x86_64 0:1.4.0-5.el7_5.1 will be installed >---> Package autofs.x86_64 1:5.0.7-83.el7 will be installed >--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.7-83.el7.x86_64 >---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed >---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed >---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed >---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed >---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed >---> Package certmonger.x86_64 0:0.78.4-3.el7_5.1 will be installed >--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-3.el7_5.1.x86_64 >--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-3.el7_5.1.x86_64 >--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-3.el7_5.1.x86_64 >--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-3.el7_5.1.x86_64 >---> Package cockpit-bridge.x86_64 0:172-1.el7 will be installed >--> Processing Dependency: glib-networking for package: cockpit-bridge-172-1.el7.x86_64 >---> Package cockpit-storaged.noarch 0:172-1.el7 will be installed >--> Processing Dependency: udisks2-lvm2 >= 2.6 for package: cockpit-storaged-172-1.el7.noarch >--> Processing Dependency: udisks2-iscsi >= 2.6 for package: cockpit-storaged-172-1.el7.noarch >--> Processing Dependency: udisks2 >= 2.6 for package: cockpit-storaged-172-1.el7.noarch >---> Package cockpit-system.noarch 0:172-1.el7 will be installed >---> Package cockpit-ws.x86_64 0:172-1.el7 will be installed >---> Package collectd.x86_64 0:5.8.0-6.1.el7 will be installed >---> Package collectd-disk.x86_64 0:5.8.0-6.1.el7 will be installed >---> Package collectd-netlink.x86_64 0:5.8.0-6.1.el7 will be installed >---> Package collectd-virt.x86_64 0:5.8.0-6.1.el7 will be installed >---> Package collectd-write_http.x86_64 0:5.8.0-6.1.el7 will be installed >---> Package cryptsetup.x86_64 0:1.7.4-4.el7 will be installed >---> Package cyrus-sasl.x86_64 0:2.1.26-23.el7 will be installed >---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-23.el7 will be installed >---> Package cyrus-sasl-scram.x86_64 0:2.1.26-23.el7 will be installed >---> Package device-mapper-multipath.x86_64 0:0.4.9-119.el7 will be installed >--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-119.el7 for package: device-mapper-multipath-0.4.9-119.el7.x86_64 >--> Processing Dependency: libmultipath.so.0()(64bit) for package: device-mapper-multipath-0.4.9-119.el7.x86_64 >--> Processing Dependency: libmpathpersist.so.0()(64bit) for package: device-mapper-multipath-0.4.9-119.el7.x86_64 >--> Processing Dependency: libmpathcmd.so.0()(64bit) for package: device-mapper-multipath-0.4.9-119.el7.x86_64 >---> Package dnsmasq.x86_64 0:2.76-5.el7 will be installed >---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed >---> Package ebtables.x86_64 0:2.0.10-16.el7 will be installed >---> Package fcoe-utils.x86_64 0:1.0.32-1.el7 will be installed >--> Processing Dependency: libpciaccess.so.0()(64bit) for package: fcoe-utils-1.0.32-1.el7.x86_64 >---> Package fence-agents-all.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: fence-agents-wti >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-vmware-soap >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-vmware-rest >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-scsi >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-sbd >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-rsb >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-rsa >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-rhevm >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-mpath >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-kdump >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ipmilan >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ipdu >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-intelmodular >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ilo2 >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ilo-ssh >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ilo-mp >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ilo-moonshot >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ifmib >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-ibmblade >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-hpblade >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-heuristics-ping >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-eps >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-emerson >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-eaton-snmp >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-drac5 >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-compute >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-cisco-ucs >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-cisco-mds >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-brocade >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-bladecenter >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-apc-snmp >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-apc >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-amt-ws >= 4.0.11-86.el7_5.2 for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-virt for package: fence-agents-all-4.0.11-86.el7_5.2.x86_64 >---> Package firewalld-filesystem.noarch 0:0.4.4.4-14.el7 will be installed >---> Package fluentd.noarch 0:0.12.42-2.el7 will be installed >--> Processing Dependency: rubygem(yajl-ruby) < 2 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(sigdump) < 0.3 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(msgpack) < 2 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(http_parser.rb) < 0.7.0 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(cool.io) < 2.0.0 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(string-scrub) <= 0.0.5 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(yajl-ruby) >= 1.0 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(tzinfo) >= 1.0.0 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(string-scrub) >= 0.0.3 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(sigdump) >= 0.2.2 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(msgpack) >= 0.5.11 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(json) >= 1.4.3 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(http_parser.rb) >= 0.5.1 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(cool.io) >= 1.2.2 for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: rubygem(thread_safe) for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: jemalloc for package: fluentd-0.12.42-2.el7.noarch >--> Processing Dependency: /usr/bin/ruby for package: fluentd-0.12.42-2.el7.noarch >---> Package fuse.x86_64 0:2.9.2-10.el7 will be installed >---> Package fuse-libs.x86_64 0:2.9.2-10.el7 will be installed >---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed >--> Processing Dependency: libicuuc.so.50()(64bit) for package: gdisk-0.8.6-5.el7.x86_64 >--> Processing Dependency: libicuio.so.50()(64bit) for package: gdisk-0.8.6-5.el7.x86_64 >---> Package glusterfs.x86_64 0:3.12.11-1.el7 will be installed >---> Package glusterfs-client-xlators.x86_64 0:3.12.11-1.el7 will be installed >---> Package glusterfs-fuse.x86_64 0:3.12.11-1.el7 will be installed >---> Package gnutls-dane.x86_64 0:3.3.26-9.el7 will be installed >---> Package gofer.noarch 0:2.7.8-1.el7 will be installed >--> Processing Dependency: python-gofer = 2.7.8 for package: gofer-2.7.8-1.el7.noarch >---> Package hivex.x86_64 0:1.3.10-6.9.el7 will be installed >--> Processing Dependency: perl(Win::Hivex::Regedit) for package: hivex-1.3.10-6.9.el7.x86_64 >--> Processing Dependency: perl(Win::Hivex) for package: hivex-1.3.10-6.9.el7.x86_64 >--> Processing Dependency: perl(Pod::Usage) for package: hivex-1.3.10-6.9.el7.x86_64 >--> Processing Dependency: perl(Getopt::Long) for package: hivex-1.3.10-6.9.el7.x86_64 >---> Package hmaccalc.x86_64 0:0.9.13-4.el7 will be installed >---> Package ioprocess.x86_64 0:1.1.2-1.el7 will be installed >---> Package ipa-client-common.noarch 0:4.5.4-10.el7.centos.3 will be installed >---> Package ipa-common.noarch 0:4.5.4-10.el7.centos.3 will be installed >---> Package ipset.x86_64 0:6.29-1.el7 will be installed >--> Processing Dependency: ipset-libs(x86-64) = 6.29-1.el7 for package: ipset-6.29-1.el7.x86_64 >--> Processing Dependency: libipset.so.3(LIBIPSET_3.0)(64bit) for package: ipset-6.29-1.el7.x86_64 >--> Processing Dependency: libipset.so.3(LIBIPSET_2.0)(64bit) for package: ipset-6.29-1.el7.x86_64 >--> Processing Dependency: libipset.so.3(LIBIPSET_1.0)(64bit) for package: ipset-6.29-1.el7.x86_64 >--> Processing Dependency: libipset.so.3()(64bit) for package: ipset-6.29-1.el7.x86_64 >---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-7.el7 will be installed >--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-7.el7 for package: iscsi-initiator-utils-6.2.0.874-7.el7.x86_64 >---> Package json-glib.x86_64 0:1.2.6-1.el7 will be installed >---> Package katello-host-tools.noarch 0:3.1.0-2.el7 will be installed >--> Processing Dependency: python-rhsm for package: katello-host-tools-3.1.0-2.el7.noarch >--> Processing Dependency: katello-host-tools-fact-plugin for package: katello-host-tools-3.1.0-2.el7.noarch >---> Package kexec-tools.x86_64 0:2.0.15-13.el7 will be installed >---> Package krb5-workstation.x86_64 0:1.15.1-19.el7 will be installed >--> Processing Dependency: libkadm5(x86-64) = 1.15.1-19.el7 for package: krb5-workstation-1.15.1-19.el7.x86_64 >--> Processing Dependency: libkadm5srv_mit.so.11(kadm5srv_mit_11_MIT)(64bit) for package: krb5-workstation-1.15.1-19.el7.x86_64 >--> Processing Dependency: libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) for package: krb5-workstation-1.15.1-19.el7.x86_64 >--> Processing Dependency: libkadm5srv_mit.so.11()(64bit) for package: krb5-workstation-1.15.1-19.el7.x86_64 >--> Processing Dependency: libkadm5clnt_mit.so.11()(64bit) for package: krb5-workstation-1.15.1-19.el7.x86_64 >---> Package libguestfs-tools-c.x86_64 1:1.36.10-6.el7_5.2 will be installed >--> Processing Dependency: /usr/bin/hexedit for package: 1:libguestfs-tools-c-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: libconfig.so.9()(64bit) for package: 1:libguestfs-tools-c-1.36.10-6.el7_5.2.x86_64 >---> Package libibverbs.x86_64 0:15-7.el7_5 will be installed >--> Processing Dependency: rdma-core(x86-64) = 15-7.el7_5 for package: libibverbs-15-7.el7_5.x86_64 >--> Processing Dependency: perl(File::Path) for package: libibverbs-15-7.el7_5.x86_64 >---> Package libosinfo.x86_64 0:1.0.0-1.el7 will be installed >--> Processing Dependency: osinfo-db-tools for package: libosinfo-1.0.0-1.el7.x86_64 >--> Processing Dependency: hwdata for package: libosinfo-1.0.0-1.el7.x86_64 >---> Package libpcap.x86_64 14:1.5.3-11.el7 will be installed >---> Package librdmacm.x86_64 0:15-7.el7_5 will be installed >---> Package libssh.x86_64 0:0.7.1-3.el7 will be installed >---> Package libsss_autofs.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libtomcrypt.x86_64 0:1.17-26.el7 will be installed >--> Processing Dependency: libtommath >= 0.42.0 for package: libtomcrypt-1.17-26.el7.x86_64 >--> Processing Dependency: libtommath.so.0()(64bit) for package: libtomcrypt-1.17-26.el7.x86_64 >---> Package libvirt.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: libvirt-daemon-driver-storage = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-secret = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-qemu = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-nwfilter = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-nodedev = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-lxc = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-interface = 3.9.0-14.el7_5.6 for package: libvirt-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-daemon-config-nwfilter.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-kvm.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-lock-sanlock.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: augeas for package: libvirt-lock-sanlock-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-python.x86_64 0:3.9.0-1.el7 will be installed >---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed >---> Package lldpad.x86_64 0:1.0.1-3.git036e314.el7 will be installed >---> Package lm_sensors-libs.x86_64 0:3.4.0-4.20160601gitf9185e5.el7 will be installed >---> Package lshw.x86_64 0:B.02.18-12.el7 will be installed >---> Package lsscsi.x86_64 0:0.27-6.el7 will be installed >---> Package lvm2.x86_64 7:2.02.177-4.el7 will be installed >--> Processing Dependency: lvm2-libs = 7:2.02.177-4.el7 for package: 7:lvm2-2.02.177-4.el7.x86_64 >--> Processing Dependency: device-mapper-persistent-data >= 0.7.0-0.1.rc6 for package: 7:lvm2-2.02.177-4.el7.x86_64 >--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.177-4.el7.x86_64 >--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.177-4.el7.x86_64 >--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.177-4.el7.x86_64 >--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.177-4.el7.x86_64 >---> Package lzop.x86_64 0:1.03-10.el7 will be installed >---> Package mdadm.x86_64 0:4.0-13.el7 will be installed >--> Processing Dependency: libreport-filesystem for package: mdadm-4.0-13.el7.x86_64 >---> Package mom.noarch 0:0.5.12-1.el7.centos will be installed >---> Package net-snmp-agent-libs.x86_64 1:5.7.2-33.el7_5.2 will be installed >---> Package net-snmp-libs.x86_64 1:5.7.2-33.el7_5.2 will be installed >---> Package nmap-ncat.x86_64 2:6.40-13.el7 will be installed >---> Package ntp.x86_64 0:4.2.6p5-28.el7.centos will be installed >--> Processing Dependency: ntpdate = 4.2.6p5-28.el7.centos for package: ntp-4.2.6p5-28.el7.centos.x86_64 >---> Package numactl.x86_64 0:2.0.9-7.el7 will be installed >---> Package numad.x86_64 0:0.5-18.20150602git.el7 will be installed >---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed >--> Processing Dependency: oddjob = 0.31.5-4.el7 for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64 >---> Package openvswitch.x86_64 1:2.9.0-4.el7 will be installed >---> Package openvswitch-ovn-common.x86_64 1:2.9.0-4.el7 will be installed >---> Package openvswitch-ovn-host.x86_64 1:2.9.0-4.el7 will be installed >---> Package osinfo-db.noarch 0:20170813-6.el7 will be installed >---> Package ovirt-imageio-common.noarch 0:1.4.2-0.el7 will be installed >--> Processing Dependency: python-webob for package: ovirt-imageio-common-1.4.2-0.el7.noarch >---> Package ovirt-imageio-daemon.noarch 0:1.4.2-0.el7 will be installed >---> Package ovirt-vmconsole.noarch 0:1.0.5-4.el7.centos will be installed >---> Package ovirt-vmconsole-host.noarch 0:1.0.5-4.el7.centos will be installed >---> Package perl.x86_64 4:5.16.3-292.el7 will be installed >--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64 >--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64 >---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed >---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed >---> Package psmisc.x86_64 0:22.20-15.el7 will be installed >---> Package pulp-rpm-handlers.noarch 0:2.13.4.8-1.el7 will be installed >--> Processing Dependency: python-pulp-rpm-common < 2.13.5 for package: pulp-rpm-handlers-2.13.4.8-1.el7.noarch >--> Processing Dependency: python-pulp-rpm-common >= 2.13.4 for package: pulp-rpm-handlers-2.13.4.8-1.el7.noarch >---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed >---> Package python-dmidecode.x86_64 0:3.12.2-2.el7 will be installed >---> Package python-gofer-proton.noarch 0:2.7.8-1.el7 will be installed >--> Processing Dependency: python-qpid-proton >= 0.9-5 for package: python-gofer-proton-2.7.8-1.el7.noarch >---> Package python-gssapi.x86_64 0:1.2.0-3.el7 will be installed >---> Package python-inotify.noarch 0:0.9.4-4.el7 will be installed >---> Package python-ipaddr.noarch 0:2.1.11-1.el7 will be installed >---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed >---> Package python-lockfile.noarch 1:0.9.1-4.el7.centos will be installed >---> Package python-pthreading.noarch 0:0.1.3-3.el7 will be installed >---> Package python-pulp-agent-lib.noarch 0:2.13.4.10-1.el7 will be installed >--> Processing Dependency: python-pulp-common = 2.13.4.10 for package: python-pulp-agent-lib-2.13.4.10-1.el7.noarch >---> Package python-slip-dbus.noarch 0:0.4.0-4.el7 will be installed >--> Processing Dependency: python-slip = 0.4.0-4.el7 for package: python-slip-dbus-0.4.0-4.el7.noarch >---> Package python-sssdconfig.noarch 0:1.16.0-19.el7_5.5 will be installed >---> Package python-subprocess32.x86_64 0:3.2.6-7.el7 will be installed >---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed >--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64 >--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64 >---> Package python2-ipaclient.noarch 0:4.5.4-10.el7.centos.3 will be installed >--> Processing Dependency: python2-ipalib = 4.5.4-10.el7.centos.3 for package: python2-ipaclient-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaclient-4.5.4-10.el7.centos.3.noarch >---> Package python2-openvswitch.noarch 1:2.9.0-4.el7 will be installed >--> Processing Dependency: python2-six for package: 1:python2-openvswitch-2.9.0-4.el7.noarch >---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed >---> Package qemu-kvm-ev.x86_64 10:2.10.0-21.el7_5.4.1 will be installed >--> Processing Dependency: qemu-kvm-common-ev = 10:2.10.0-21.el7_5.4.1 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: usbredir >= 0.7.1 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: seavgabios-bin >= 1.10.2-1 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: seabios-bin >= 1.10.2-1 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libusbx >= 1.0.19 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: ipxe-roms-qemu >= 20170123-1 for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: sgabios-bin for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.6)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.5)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.2)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libspice-server.so.1()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libpng15.so.15()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libpixman-1.so.0()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >--> Processing Dependency: libcacard.so.0()(64bit) for package: 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 >---> Package radvd.x86_64 0:1.9.2-9.el7_5.4 will be installed >---> Package rubygem-fluent-plugin-collectd-nest.noarch 0:0.1.4-1.el7 will be installed >---> Package rubygem-fluent-plugin-elasticsearch.noarch 0:1.9.5.1-1.el7 will be installed >--> Processing Dependency: rubygem(excon) for package: rubygem-fluent-plugin-elasticsearch-1.9.5.1-1.el7.noarch >--> Processing Dependency: rubygem(elasticsearch) for package: rubygem-fluent-plugin-elasticsearch-1.9.5.1-1.el7.noarch >---> Package rubygem-fluent-plugin-rewrite-tag-filter.noarch 0:1.5.6-1.el7 will be installed >---> Package rubygem-fluent-plugin-secure-forward.noarch 0:0.4.5-1.el7 will be installed >--> Processing Dependency: rubygem(resolve-hostname) for package: rubygem-fluent-plugin-secure-forward-0.4.5-1.el7.noarch >--> Processing Dependency: rubygem(proxifier) for package: rubygem-fluent-plugin-secure-forward-0.4.5-1.el7.noarch >---> Package rubygem-fluent-plugin-viaq_data_model.noarch 0:0.0.13-1.el7 will be installed >---> Package safelease.x86_64 0:1.0-7.el7 will be installed >---> Package scrub.x86_64 0:2.5.2-7.el7 will be installed >---> Package sos.noarch 0:3.5-9.el7.centos will be installed >---> Package squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7 will be installed >---> Package sssd.x86_64 0:1.16.0-19.el7_5.5 will be installed >--> Processing Dependency: sssd-proxy = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-ldap = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-krb5 = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-ipa = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-common = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-ad = 1.16.0-19.el7_5.5 for package: sssd-1.16.0-19.el7_5.5.x86_64 >---> Package subscription-manager.x86_64 0:1.20.11-1.el7.centos will be installed >--> Processing Dependency: usermode for package: subscription-manager-1.20.11-1.el7.centos.x86_64 >---> Package supermin5.x86_64 0:5.1.19-1.el7 will be installed >---> Package syslinux.x86_64 0:4.05-13.el7 will be installed >--> Processing Dependency: mtools for package: syslinux-4.05-13.el7.x86_64 >---> Package syslinux-extlinux.x86_64 0:4.05-13.el7 will be installed >---> Package tree.x86_64 0:1.6.0-10.el7 will be installed >---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed >---> Package unbound-libs.x86_64 0:1.6.6-1.el7 will be installed >---> Package vdsm-http.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-jsonrpc.noarch 0:4.20.35-1.el7 will be installed >---> Package vdsm-yajsonrpc.noarch 0:4.20.35-1.el7 will be installed >---> Package vhostmd.x86_64 0:0.5-12.el7 will be installed >---> Package virt-v2v.x86_64 1:1.36.10-6.el7_5.2 will be installed >--> Processing Dependency: libguestfs-winsupport >= 7.2 for package: 1:virt-v2v-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: unzip for package: 1:virt-v2v-1.36.10-6.el7_5.2.x86_64 >--> Processing Dependency: OVMF for package: 1:virt-v2v-1.36.10-6.el7_5.2.x86_64 >---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed >---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed >--> Running transaction check >---> Package NetworkManager-libnm.x86_64 1:1.10.2-16.el7_5 will be installed >---> Package OVMF.noarch 0:20171011-4.git92d07e48907f.el7 will be installed >---> Package abrt.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: libreport-plugin-ureport >= 2.1.11-40 for package: abrt-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: libreport-plugin-rhtsupport for package: abrt-2.1.11-50.el7.centos.x86_64 >---> Package abrt-addon-kerneloops.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package abrt-addon-pstoreoops.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package abrt-addon-xorg.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package abrt-libs.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package abrt-python.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: abrt-dbus = 2.1.11-50.el7.centos for package: abrt-python-2.1.11-50.el7.centos.x86_64 >--> Processing Dependency: pygobject2 for package: abrt-python-2.1.11-50.el7.centos.x86_64 >---> Package abrt-retrace-client.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package abrt-tui.x86_64 0:2.1.11-50.el7.centos will be installed >--> Processing Dependency: libreport-cli >= 2.1.11-40 for package: abrt-tui-2.1.11-50.el7.centos.x86_64 >---> Package augeas.x86_64 0:1.4.0-5.el7_5.1 will be installed >---> Package device-mapper-event-libs.x86_64 7:1.02.146-4.el7 will be installed >---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-119.el7 will be installed >---> Package device-mapper-persistent-data.x86_64 0:0.7.3-3.el7 will be installed >---> Package elfutils.x86_64 0:0.170-4.el7 will be installed >---> Package fence-agents-amt-ws.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: openwsman-python >= 2.6.3-1.git4391e5c.el7 for package: fence-agents-amt-ws-4.0.11-86.el7_5.2.x86_64 >--> Processing Dependency: fence-agents-common >= 4.0.11-86.el7_5.2 for package: fence-agents-amt-ws-4.0.11-86.el7_5.2.x86_64 >---> Package fence-agents-apc.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: telnet for package: fence-agents-apc-4.0.11-86.el7_5.2.x86_64 >---> Package fence-agents-apc-snmp.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-bladecenter.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-brocade.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-cisco-mds.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-cisco-ucs.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-compute.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-drac5.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-eaton-snmp.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-emerson.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-eps.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-heuristics-ping.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-hpblade.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ibmblade.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ifmib.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ilo-moonshot.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ilo-mp.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ilo-ssh.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ilo2.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-intelmodular.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ipdu.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-ipmilan.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: /usr/bin/ipmitool for package: fence-agents-ipmilan-4.0.11-86.el7_5.2.x86_64 >---> Package fence-agents-kdump.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-mpath.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-rhevm.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-rsa.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-rsb.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-sbd.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-scsi.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: sg3_utils for package: fence-agents-scsi-4.0.11-86.el7_5.2.x86_64 >---> Package fence-agents-vmware-rest.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-agents-vmware-soap.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: python-suds for package: fence-agents-vmware-soap-4.0.11-86.el7_5.2.x86_64 >---> Package fence-agents-wti.x86_64 0:4.0.11-86.el7_5.2 will be installed >---> Package fence-virt.x86_64 0:0.3.2-13.el7 will be installed >---> Package gdb.x86_64 0:7.6.1-110.el7 will be installed >---> Package glib-networking.x86_64 0:2.50.0-1.el7 will be installed >--> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.50.0-1.el7.x86_64 >--> Processing Dependency: libproxy.so.1()(64bit) for package: glib-networking-2.50.0-1.el7.x86_64 >---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed >---> Package hexedit.x86_64 0:1.2.13-5.el7 will be installed >---> Package hwdata.x86_64 0:0.252-8.8.el7 will be installed >---> Package ipset-libs.x86_64 0:6.29-1.el7 will be installed >---> Package ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7_4.1 will be installed >---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-7.el7 will be installed >---> Package jemalloc.x86_64 0:3.6.0-8.el7.centos will be installed >---> Package katello-host-tools-fact-plugin.noarch 0:3.1.0-2.el7 will be installed >---> Package libcacard.x86_64 40:2.5.2-2.1.el7 will be installed >---> Package libconfig.x86_64 0:1.4.9-5.el7 will be installed >---> Package libguestfs-winsupport.x86_64 0:7.2-2.el7 will be installed >---> Package libicu.x86_64 0:50.1.2-15.el7 will be installed >---> Package libkadm5.x86_64 0:1.15.1-19.el7 will be installed >---> Package libpciaccess.x86_64 0:0.14-1.el7 will be installed >---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed >---> Package libreport.x86_64 0:2.1.11-40.el7.centos will be installed >--> Processing Dependency: libtar.so.1()(64bit) for package: libreport-2.1.11-40.el7.centos.x86_64 >--> Processing Dependency: libjson-c.so.2()(64bit) for package: libreport-2.1.11-40.el7.centos.x86_64 >---> Package libreport-centos.x86_64 0:2.1.11-40.el7.centos will be installed >--> Processing Dependency: libreport-web = 2.1.11-40.el7.centos for package: libreport-centos-2.1.11-40.el7.centos.x86_64 >---> Package libreport-filesystem.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libreport-plugin-mantisbt.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libreport-python.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libtalloc.x86_64 0:2.1.10-1.el7 will be installed >---> Package libtevent.x86_64 0:0.9.33-2.el7 will be installed >---> Package libtommath.x86_64 0:0.42.0-6.el7 will be installed >---> Package libusbx.x86_64 0:1.0.21-1.el7 will be installed >---> Package libvirt-daemon-driver-interface.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: netcf-libs >= 0.2.2 for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-daemon-driver-lxc.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-nodedev.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-nwfilter.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-qemu.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: libvirt-daemon-driver-storage-core = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-qemu-3.9.0-14.el7_5.6.x86_64 >---> Package libvirt-daemon-driver-secret.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage.x86_64 0:3.9.0-14.el7_5.6 will be installed >--> Processing Dependency: libvirt-daemon-driver-storage-scsi = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-rbd = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-mpath = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-logical = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-iscsi = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-gluster = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >--> Processing Dependency: libvirt-daemon-driver-storage-disk = 3.9.0-14.el7_5.6 for package: libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 >---> Package lvm2-libs.x86_64 7:2.02.177-4.el7 will be installed >--> Processing Dependency: device-mapper-event = 7:1.02.146-4.el7 for package: 7:lvm2-libs-2.02.177-4.el7.x86_64 >---> Package mtools.x86_64 0:4.0.18-5.el7 will be installed >---> Package ntpdate.x86_64 0:4.2.6p5-28.el7.centos will be installed >---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed >---> Package osinfo-db-tools.x86_64 0:1.1.0-1.el7 will be installed >--> Processing Dependency: libarchive.so.13()(64bit) for package: osinfo-db-tools-1.1.0-1.el7.x86_64 >---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed >---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed >---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed >---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed >---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed >---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed >--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch >---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed >---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed >--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch >--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch >---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed >--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch >--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch >---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed >---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed >---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed >---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed >---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed >---> Package perl-constant.noarch 0:1.27-2.el7 will be installed >---> Package perl-hivex.x86_64 0:1.3.10-6.9.el7 will be installed >---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed >---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed >---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed >---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed >---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed >--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64 >---> Package python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 will be installed >---> Package python-gofer.noarch 0:2.7.8-1.el7 will be installed >---> Package python-idna.noarch 0:2.4-1.el7 will be installed >---> Package python-pulp-common.noarch 0:2.13.4.10-1.el7 will be installed >--> Processing Dependency: python-isodate >= 0.5.0-1.pulp for package: python-pulp-common-2.13.4.10-1.el7.noarch >---> Package python-pulp-rpm-common.noarch 0:2.13.4.8-1.el7 will be installed >---> Package python-six.noarch 0:1.9.0-2.el7 will be obsoleted >---> Package python-slip.noarch 0:0.4.0-4.el7 will be installed >---> Package python-webob.noarch 0:1.2.3-7.el7 will be installed >---> Package python2-ipalib.noarch 0:4.5.4-10.el7.centos.3 will be installed >--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-nss >= 0.16 for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: pyusb for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: python-jwcrypto for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >--> Processing Dependency: pyOpenSSL for package: python2-ipalib-4.5.4-10.el7.centos.3.noarch >---> Package python2-qpid-proton.x86_64 0:0.21.0-2.el7 will be installed >--> Processing Dependency: qpid-proton-c(x86-64) = 0.21.0-2.el7 for package: python2-qpid-proton-0.21.0-2.el7.x86_64 >--> Processing Dependency: libqpid-proton.so.11()(64bit) for package: python2-qpid-proton-0.21.0-2.el7.x86_64 >---> Package python2-six.noarch 0:1.10.0-9.el7 will be obsoleting >---> Package qemu-kvm-common-ev.x86_64 10:2.10.0-21.el7_5.4.1 will be installed >---> Package rdma-core.x86_64 0:15-7.el7_5 will be installed >--> Processing Dependency: pciutils for package: rdma-core-15-7.el7_5.x86_64 >---> Package ruby.x86_64 0:2.0.0.648-33.el7_4 will be installed >--> Processing Dependency: ruby-libs(x86-64) = 2.0.0.648-33.el7_4 for package: ruby-2.0.0.648-33.el7_4.x86_64 >--> Processing Dependency: rubygem(bigdecimal) >= 1.2.0 for package: ruby-2.0.0.648-33.el7_4.x86_64 >--> Processing Dependency: ruby(rubygems) >= 2.0.14.1 for package: ruby-2.0.0.648-33.el7_4.x86_64 >--> Processing Dependency: libruby.so.2.0()(64bit) for package: ruby-2.0.0.648-33.el7_4.x86_64 >---> Package rubygem-cool.io.x86_64 0:1.5.1-1.el7 will be installed >---> Package rubygem-elasticsearch.noarch 0:2.0.2-1.el7 will be installed >--> Processing Dependency: rubygem(elasticsearch-transport) = 2.0.2 for package: rubygem-elasticsearch-2.0.2-1.el7.noarch >--> Processing Dependency: rubygem(elasticsearch-api) = 2.0.2 for package: rubygem-elasticsearch-2.0.2-1.el7.noarch >---> Package rubygem-excon.noarch 0:0.58.0-2.el7 will be installed >---> Package rubygem-http_parser.rb.x86_64 0:0.6.0-2.el7 will be installed >---> Package rubygem-json.x86_64 0:2.0.2-2.el7 will be installed >---> Package rubygem-msgpack.x86_64 0:1.2.0-1.el7 will be installed >---> Package rubygem-proxifier.noarch 0:1.0.3-3.el7 will be installed >---> Package rubygem-resolve-hostname.noarch 0:0.1.0-1.el7 will be installed >---> Package rubygem-sigdump.noarch 0:0.2.4-1.el7 will be installed >---> Package rubygem-string-scrub.x86_64 0:0.0.5-3.el7 will be installed >---> Package rubygem-thread_safe.noarch 0:0.3.6-1.el7 will be installed >---> Package rubygem-tzinfo.noarch 0:1.2.3-1.el7 will be installed >---> Package rubygem-yajl-ruby.x86_64 0:1.3.1-1.el7 will be installed >---> Package satyr.x86_64 0:0.13-14.el7 will be installed >---> Package seabios-bin.noarch 0:1.11.0-2.el7 will be installed >---> Package seavgabios-bin.noarch 0:1.11.0-2.el7 will be installed >---> Package sgabios-bin.noarch 1:0.20110622svn-4.el7 will be installed >---> Package spice-server.x86_64 0:0.14.0-2.el7_5.4 will be installed >--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: spice-server-0.14.0-2.el7_5.4.x86_64 >--> Processing Dependency: libopus.so.0()(64bit) for package: spice-server-0.14.0-2.el7_5.4.x86_64 >--> Processing Dependency: libjpeg.so.62()(64bit) for package: spice-server-0.14.0-2.el7_5.4.x86_64 >--> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.14.0-2.el7_5.4.x86_64 >---> Package sssd-ad.x86_64 0:1.16.0-19.el7_5.5 will be installed >--> Processing Dependency: sssd-krb5-common = 1.16.0-19.el7_5.5 for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: sssd-common-pac = 1.16.0-19.el7_5.5 for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libtdb.so.1()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsamba-util.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr-standard.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libldb.so.1()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-ad-1.16.0-19.el7_5.5.x86_64 >---> Package sssd-common.x86_64 0:1.16.0-19.el7_5.5 will be installed >--> Processing Dependency: sssd-client(x86-64) = 1.16.0-19.el7_5.5 for package: sssd-common-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsss_sudo(x86-64) = 1.16.0-19.el7_5.5 for package: sssd-common-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.0-19.el7_5.5.x86_64 >---> Package sssd-ipa.x86_64 0:1.16.0-19.el7_5.5 will be installed >--> Processing Dependency: libipa_hbac(x86-64) = 1.16.0-19.el7_5.5 for package: sssd-ipa-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.0-19.el7_5.5.x86_64 >---> Package sssd-krb5.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package sssd-ldap.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package sssd-proxy.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package subscription-manager-rhsm.x86_64 0:1.20.11-1.el7.centos will be installed >--> Processing Dependency: subscription-manager-rhsm-certificates = 1.20.11-1.el7.centos for package: subscription-manager-rhsm-1.20.11-1.el7.centos.x86_64 >---> Package systemd-python.x86_64 0:219-57.el7 will be installed >---> Package udisks2.x86_64 0:2.7.3-6.el7 will be installed >--> Processing Dependency: libudisks2(x86-64) = 2.7.3-6.el7 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-swap >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-part >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-mdraid >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-loop >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-fs >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev-crypto >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev >= 2.10 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libatasmart >= 0.17 for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libgudev-1.0.so.0()(64bit) for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libblockdev.so.2()(64bit) for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libbd_utils.so.2()(64bit) for package: udisks2-2.7.3-6.el7.x86_64 >--> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.7.3-6.el7.x86_64 >---> Package udisks2-iscsi.x86_64 0:2.7.3-6.el7 will be installed >---> Package udisks2-lvm2.x86_64 0:2.7.3-6.el7 will be installed >--> Processing Dependency: libblockdev-lvm >= 2.10 for package: udisks2-lvm2-2.7.3-6.el7.x86_64 >---> Package unzip.x86_64 0:6.0-19.el7 will be installed >---> Package usbredir.x86_64 0:0.7.1-3.el7 will be installed >---> Package usermode.x86_64 0:1.111-5.el7 will be installed >--> Running transaction check >---> Package abrt-dbus.x86_64 0:2.1.11-50.el7.centos will be installed >---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed >---> Package celt051.x86_64 0:0.5.1.3-8.el7 will be installed >--> Processing Dependency: libogg.so.0()(64bit) for package: celt051-0.5.1.3-8.el7.x86_64 >---> Package device-mapper-event.x86_64 7:1.02.146-4.el7 will be installed >---> Package fence-agents-common.x86_64 0:4.0.11-86.el7_5.2 will be installed >--> Processing Dependency: pexpect for package: fence-agents-common-4.0.11-86.el7_5.2.x86_64 >---> Package gsettings-desktop-schemas.x86_64 0:3.24.1-2.el7_5 will be installed >---> Package http-parser.x86_64 0:2.7.1-5.el7_4 will be installed >---> Package ipmitool.x86_64 0:1.8.18-7.el7 will be installed >--> Processing Dependency: OpenIPMI-modalias for package: ipmitool-1.8.18-7.el7.x86_64 >---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed >---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed >---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed >---> Package libblockdev.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-crypto.x86_64 0:2.12-3.el7 will be installed >--> Processing Dependency: libvolume_key.so.1()(64bit) for package: libblockdev-crypto-2.12-3.el7.x86_64 >---> Package libblockdev-fs.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-loop.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-lvm.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-mdraid.x86_64 0:2.12-3.el7 will be installed >--> Processing Dependency: libbytesize.so.1()(64bit) for package: libblockdev-mdraid-2.12-3.el7.x86_64 >---> Package libblockdev-part.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-swap.x86_64 0:2.12-3.el7 will be installed >---> Package libblockdev-utils.x86_64 0:2.12-3.el7 will be installed >---> Package libdhash.x86_64 0:0.5.0-29.el7 will be installed >---> Package libgudev1.x86_64 0:219-57.el7 will be installed >---> Package libipa_hbac.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed >---> Package libldb.x86_64 0:1.2.2-1.el7 will be installed >---> Package libproxy.x86_64 0:0.4.11-11.el7 will be installed >--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-11.el7.x86_64 >---> Package libreport-cli.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libreport-plugin-rhtsupport.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libreport-plugin-ureport.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libreport-web.x86_64 0:2.1.11-40.el7.centos will be installed >---> Package libsmbclient.x86_64 0:4.7.1-6.el7 will be installed >--> Processing Dependency: samba-common = 4.7.1-6.el7 for package: libsmbclient-4.7.1-6.el7.x86_64 >--> Processing Dependency: samba-common = 4.7.1-6.el7 for package: libsmbclient-4.7.1-6.el7.x86_64 >---> Package libsss_certmap.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libsss_idmap.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libsss_sudo.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libtar.x86_64 0:1.2.11-29.el7 will be installed >---> Package libtdb.x86_64 0:1.3.15-1.el7 will be installed >---> Package libudisks2.x86_64 0:2.7.3-6.el7 will be installed >---> Package libvirt-daemon-driver-storage-core.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-disk.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-gluster.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-iscsi.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-logical.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-mpath.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-rbd.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package libvirt-daemon-driver-storage-scsi.x86_64 0:3.9.0-14.el7_5.6 will be installed >---> Package netcf-libs.x86_64 0:0.2.8-4.el7 will be installed >---> Package openwsman-python.x86_64 0:2.6.3-3.git4391e5c.el7 will be installed >--> Processing Dependency: libwsman1 = 2.6.3-3.git4391e5c.el7 for package: openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 >--> Processing Dependency: libwsman_curl_client_transport.so.1()(64bit) for package: openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 >--> Processing Dependency: libwsman_client.so.4()(64bit) for package: openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 >--> Processing Dependency: libwsman.so.1()(64bit) for package: openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 >---> Package opus.x86_64 0:1.0.2-6.el7 will be installed >---> Package pciutils.x86_64 0:3.5.1-3.el7 will be installed >---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed >---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed >---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed >--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch >--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch >---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed >---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed >---> Package pygobject2.x86_64 0:2.28.6-11.el7 will be installed >---> Package python-isodate.noarch 0:0.5.4-8.el7 will be installed >---> Package python-jwcrypto.noarch 0:0.4.2-1.el7 will be installed >---> Package python-libipa_hbac.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed >---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed >---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed >--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch >---> Package python-qrcode-core.noarch 0:5.0.1-1.el7 will be installed >---> Package python-sss-murmur.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package python-suds.noarch 0:0.4.1-5.el7 will be installed >---> Package python-yubico.noarch 0:1.2.3-1.el7 will be installed >---> Package python2-pyOpenSSL.noarch 0:16.2.0-3.el7 will be installed >---> Package python2-pyasn1-modules.noarch 0:0.1.9-7.el7 will be installed >---> Package pyusb.noarch 0:1.0.0-0.11.b1.el7 will be installed >---> Package qpid-proton-c.x86_64 0:0.21.0-2.el7 will be installed >---> Package ruby-libs.x86_64 0:2.0.0.648-33.el7_4 will be installed >---> Package rubygem-bigdecimal.x86_64 0:1.2.0-33.el7_4 will be installed >---> Package rubygem-elasticsearch-api.noarch 0:2.0.2-1.el7 will be installed >--> Processing Dependency: rubygem(multi_json) for package: rubygem-elasticsearch-api-2.0.2-1.el7.noarch >---> Package rubygem-elasticsearch-transport.noarch 0:2.0.2-1.el7 will be installed >--> Processing Dependency: rubygem(faraday) for package: rubygem-elasticsearch-transport-2.0.2-1.el7.noarch >---> Package rubygems.noarch 0:2.0.14.1-33.el7_4 will be installed >--> Processing Dependency: rubygem(rdoc) >= 4.0.0 for package: rubygems-2.0.14.1-33.el7_4.noarch >--> Processing Dependency: rubygem(psych) >= 2.0.0 for package: rubygems-2.0.14.1-33.el7_4.noarch >--> Processing Dependency: rubygem(io-console) >= 0.4.2 for package: rubygems-2.0.14.1-33.el7_4.noarch >---> Package samba-client-libs.x86_64 0:4.7.1-6.el7 will be installed >--> Processing Dependency: libwbclient = 4.7.1-6.el7 for package: samba-client-libs-4.7.1-6.el7.x86_64 >--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-client-libs-4.7.1-6.el7.x86_64 >--> Processing Dependency: libaesni-intel-samba4.so(SAMBA_4.7.1)(64bit) for package: samba-client-libs-4.7.1-6.el7.x86_64 >--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-client-libs-4.7.1-6.el7.x86_64 >--> Processing Dependency: libcups.so.2()(64bit) for package: samba-client-libs-4.7.1-6.el7.x86_64 >--> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: samba-client-libs-4.7.1-6.el7.x86_64 >---> Package sg3_utils.x86_64 0:1.37-12.el7 will be installed >--> Processing Dependency: sg3_utils-libs = 1.37-12.el7 for package: sg3_utils-1.37-12.el7.x86_64 >--> Processing Dependency: libsgutils2.so.2()(64bit) for package: sg3_utils-1.37-12.el7.x86_64 >---> Package sssd-client.x86_64 0:1.16.0-19.el7_5.5 will be installed >--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.0.1)(64bit) for package: sssd-client-1.16.0-19.el7_5.5.x86_64 >--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: sssd-client-1.16.0-19.el7_5.5.x86_64 >---> Package sssd-common-pac.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package sssd-krb5-common.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package subscription-manager-rhsm-certificates.x86_64 0:1.20.11-1.el7.centos will be installed >---> Package telnet.x86_64 1:0.17-64.el7 will be installed >--> Running transaction check >---> Package OpenIPMI-modalias.x86_64 0:2.0.23-2.el7 will be installed >---> Package cups-libs.x86_64 1:1.6.3-35.el7 will be installed >---> Package libbytesize.x86_64 0:1.2-1.el7 will be installed >--> Processing Dependency: libmpfr.so.4()(64bit) for package: libbytesize-1.2-1.el7.x86_64 >---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed >---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed >---> Package libsss_nss_idmap.x86_64 0:1.16.0-19.el7_5.5 will be installed >---> Package libwbclient.x86_64 0:4.7.1-6.el7 will be installed >---> Package libwsman1.x86_64 0:2.6.3-3.git4391e5c.el7 will be installed >---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed >---> Package perl-parent.noarch 1:0.225-244.el7 will be installed >---> Package pexpect.noarch 0:2.3-11.el7 will be installed >---> Package python-ply.noarch 0:3.4-11.el7 will be installed >---> Package rubygem-faraday.noarch 0:0.13.0-1.el7 will be installed >--> Processing Dependency: rubygem(multipart-post) < 3 for package: rubygem-faraday-0.13.0-1.el7.noarch >--> Processing Dependency: rubygem(multipart-post) >= 1.2 for package: rubygem-faraday-0.13.0-1.el7.noarch >---> Package rubygem-io-console.x86_64 0:0.4.2-33.el7_4 will be installed >---> Package rubygem-multi_json.noarch 0:1.12.1-1.el7 will be installed >---> Package rubygem-psych.x86_64 0:2.0.0-33.el7_4 will be installed >---> Package rubygem-rdoc.noarch 0:4.0.0-33.el7_4 will be installed >--> Processing Dependency: ruby(irb) = 2.0.0.648 for package: rubygem-rdoc-4.0.0-33.el7_4.noarch >---> Package samba-common.noarch 0:4.7.1-6.el7 will be installed >---> Package samba-common-libs.x86_64 0:4.7.1-6.el7 will be installed >---> Package sg3_utils-libs.x86_64 0:1.37-12.el7 will be installed >---> Package volume_key-libs.x86_64 0:0.3.9-8.el7 will be installed >--> Running transaction check >---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed >---> Package ruby-irb.noarch 0:2.0.0.648-33.el7_4 will be installed >---> Package rubygem-multipart-post.noarch 0:2.0.0-2.el7 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================================================================ > Package Arch Version Repository Size >================================================================================================================================ >Installing: > ovirt-engine-appliance noarch 4.2-20180731.1.el7 ovirt-4.2 991 M > ovirt-hosted-engine-setup noarch 2.2.25-1.el7 ovirt-4.2 394 k > python2-six noarch 1.10.0-9.el7 ovirt-4.2-centos-ovirt42 31 k > replacing python-six.noarch 1.9.0-2.el7 >Installing for dependencies: > NetworkManager x86_64 1:1.10.2-16.el7_5 updates 1.7 M > NetworkManager-config-server noarch 1:1.10.2-16.el7_5 updates 143 k > NetworkManager-libnm x86_64 1:1.10.2-16.el7_5 updates 1.3 M > OVMF noarch 20171011-4.git92d07e48907f.el7 base 1.6 M > OpenIPMI-modalias x86_64 2.0.23-2.el7 base 16 k > abrt x86_64 2.1.11-50.el7.centos base 536 k > abrt-addon-ccpp x86_64 2.1.11-50.el7.centos base 192 k > abrt-addon-kerneloops x86_64 2.1.11-50.el7.centos base 105 k > abrt-addon-pstoreoops x86_64 2.1.11-50.el7.centos base 96 k > abrt-addon-python x86_64 2.1.11-50.el7.centos base 102 k > abrt-addon-vmcore x86_64 2.1.11-50.el7.centos base 106 k > abrt-addon-xorg x86_64 2.1.11-50.el7.centos base 97 k > abrt-cli x86_64 2.1.11-50.el7.centos base 87 k > abrt-dbus x86_64 2.1.11-50.el7.centos base 121 k > abrt-libs x86_64 2.1.11-50.el7.centos base 109 k > abrt-python x86_64 2.1.11-50.el7.centos base 109 k > abrt-retrace-client x86_64 2.1.11-50.el7.centos base 122 k > abrt-tui x86_64 2.1.11-50.el7.centos base 99 k > ansible noarch 2.6.2-1.el7 ovirt-4.2-centos-ovirt42 10 M > attr x86_64 2.4.46-13.el7 base 66 k > augeas x86_64 1.4.0-5.el7_5.1 updates 39 k > augeas-libs x86_64 1.4.0-5.el7_5.1 updates 355 k > autofs x86_64 1:5.0.7-83.el7 base 811 k > autogen-libopts x86_64 5.18-5.el7 base 66 k > avahi-libs x86_64 0.6.31-19.el7 base 61 k > bind-libs x86_64 32:9.9.4-61.el7 base 1.0 M > bind-utils x86_64 32:9.9.4-61.el7 base 204 k > boost-system x86_64 1.53.0-27.el7 base 40 k > boost-thread x86_64 1.53.0-27.el7 base 57 k > bridge-utils x86_64 1.5-9.el7 base 32 k > bzip2 x86_64 1.0.6-13.el7 base 52 k > c-ares x86_64 1.10.0-3.el7 base 78 k > celt051 x86_64 0.5.1.3-8.el7 base 53 k > certmonger x86_64 0.78.4-3.el7_5.1 updates 599 k > cockpit x86_64 172-1.el7 ovirt-4.2-centos-ovirt42 26 k > cockpit-bridge x86_64 172-1.el7 ovirt-4.2-centos-ovirt42 476 k > cockpit-dashboard x86_64 172-1.el7 ovirt-4.2-centos-ovirt42 181 k > cockpit-machines-ovirt noarch 172-1.el7 ovirt-4.2-centos-ovirt42 517 k > cockpit-networkmanager noarch 172-1.el7 ovirt-4.2-centos-ovirt42 161 k > cockpit-ovirt-dashboard noarch 0.11.31-1.el7 ovirt-4.2 3.4 M > cockpit-storaged noarch 172-1.el7 ovirt-4.2-centos-ovirt42 329 k > cockpit-system noarch 172-1.el7 ovirt-4.2-centos-ovirt42 818 k > cockpit-ws x86_64 172-1.el7 ovirt-4.2-centos-ovirt42 773 k > collectd x86_64 5.8.0-6.1.el7 ovirt-4.2-centos-opstools 631 k > collectd-disk x86_64 5.8.0-6.1.el7 ovirt-4.2-centos-opstools 26 k > collectd-netlink x86_64 5.8.0-6.1.el7 ovirt-4.2-centos-opstools 27 k > collectd-virt x86_64 5.8.0-6.1.el7 ovirt-4.2-centos-opstools 37 k > collectd-write_http x86_64 5.8.0-6.1.el7 ovirt-4.2-centos-opstools 34 k > cryptsetup x86_64 1.7.4-4.el7 base 128 k > cups-libs x86_64 1:1.6.3-35.el7 base 357 k > cyrus-sasl x86_64 2.1.26-23.el7 base 88 k > cyrus-sasl-gssapi x86_64 2.1.26-23.el7 base 41 k > cyrus-sasl-scram x86_64 2.1.26-23.el7 base 43 k > device-mapper-event x86_64 7:1.02.146-4.el7 base 185 k > device-mapper-event-libs x86_64 7:1.02.146-4.el7 base 184 k > device-mapper-multipath x86_64 0.4.9-119.el7 base 137 k > device-mapper-multipath-libs x86_64 0.4.9-119.el7 base 257 k > device-mapper-persistent-data x86_64 0.7.3-3.el7 base 405 k > dnsmasq x86_64 2.76-5.el7 base 277 k > dosfstools x86_64 3.0.20-9.el7 base 101 k > dracut-fips x86_64 033-535.el7 base 60 k > ebtables x86_64 2.0.10-16.el7 base 123 k > elfutils x86_64 0.170-4.el7 base 282 k > fcoe-utils x86_64 1.0.32-1.el7 base 120 k > fence-agents-all x86_64 4.0.11-86.el7_5.2 updates 20 k > fence-agents-amt-ws x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-apc x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-apc-snmp x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-bladecenter x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-brocade x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-cisco-mds x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-cisco-ucs x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-common x86_64 4.0.11-86.el7_5.2 updates 71 k > fence-agents-compute x86_64 4.0.11-86.el7_5.2 updates 29 k > fence-agents-drac5 x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-eaton-snmp x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-emerson x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-eps x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-heuristics-ping x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-hpblade x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-ibmblade x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-ifmib x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-ilo-moonshot x86_64 4.0.11-86.el7_5.2 updates 22 k > fence-agents-ilo-mp x86_64 4.0.11-86.el7_5.2 updates 22 k > fence-agents-ilo-ssh x86_64 4.0.11-86.el7_5.2 updates 26 k > fence-agents-ilo2 x86_64 4.0.11-86.el7_5.2 updates 25 k > fence-agents-intelmodular x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-ipdu x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-ipmilan x86_64 4.0.11-86.el7_5.2 updates 31 k > fence-agents-kdump x86_64 4.0.11-86.el7_5.2 updates 33 k > fence-agents-mpath x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-rhevm x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-rsa x86_64 4.0.11-86.el7_5.2 updates 22 k > fence-agents-rsb x86_64 4.0.11-86.el7_5.2 updates 22 k > fence-agents-sbd x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-agents-scsi x86_64 4.0.11-86.el7_5.2 updates 26 k > fence-agents-vmware-rest x86_64 4.0.11-86.el7_5.2 updates 23 k > fence-agents-vmware-soap x86_64 4.0.11-86.el7_5.2 updates 25 k > fence-agents-wti x86_64 4.0.11-86.el7_5.2 updates 24 k > fence-virt x86_64 0.3.2-13.el7 base 41 k > firewalld noarch 0.4.4.4-14.el7 base 418 k > firewalld-filesystem noarch 0.4.4.4-14.el7 base 49 k > fluentd noarch 0.12.42-2.el7 ovirt-4.2-centos-opstools 103 k > fuse x86_64 2.9.2-10.el7 base 86 k > fuse-libs x86_64 2.9.2-10.el7 base 93 k > gdb x86_64 7.6.1-110.el7 base 2.4 M > gdisk x86_64 0.8.6-5.el7 base 187 k > genisoimage x86_64 1.1.11-23.el7 base 298 k > glib-networking x86_64 2.50.0-1.el7 base 131 k > glusterfs x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 558 k > glusterfs-api x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 98 k > glusterfs-cli x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 198 k > glusterfs-client-xlators x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 862 k > glusterfs-fuse x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 142 k > glusterfs-libs x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 399 k > glusterfs-rdma x86_64 3.12.11-1.el7 ovirt-4.2-centos-gluster312 65 k > gnutls x86_64 3.3.26-9.el7 base 677 k > gnutls-dane x86_64 3.3.26-9.el7 base 34 k > gnutls-utils x86_64 3.3.26-9.el7 base 237 k > gofer noarch 2.7.8-1.el7 ovirt-4.2-centos-ovirt42 84 k > gperftools-libs x86_64 2.6.1-1.el7 base 272 k > gsettings-desktop-schemas x86_64 3.24.1-2.el7_5 updates 586 k > hesiod x86_64 3.2.1-3.el7 base 30 k > hexedit x86_64 1.2.13-5.el7 base 39 k > hivex x86_64 1.3.10-6.9.el7 base 101 k > hmaccalc x86_64 0.9.13-4.el7 base 26 k > http-parser x86_64 2.7.1-5.el7_4 base 28 k > hwdata x86_64 0.252-8.8.el7 base 2.3 M > ioprocess x86_64 1.1.2-1.el7 ovirt-4.2 30 k > ipa-client x86_64 4.5.4-10.el7.centos.3 updates 256 k > ipa-client-common noarch 4.5.4-10.el7.centos.3 updates 163 k > ipa-common noarch 4.5.4-10.el7.centos.3 updates 590 k > ipmitool x86_64 1.8.18-7.el7 base 441 k > ipset x86_64 6.29-1.el7 base 41 k > ipset-libs x86_64 6.29-1.el7 base 54 k > iptables-services x86_64 1.4.21-24.1.el7_5 updates 51 k > ipxe-roms-qemu noarch 20170123-1.git4e85b27.el7_4.1 base 759 k > iscsi-initiator-utils x86_64 6.2.0.874-7.el7 base 422 k > iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-7.el7 base 90 k > jemalloc x86_64 3.6.0-8.el7.centos ovirt-4.2-centos-ovirt42 110 k > json-c x86_64 0.11-4.el7_0 base 31 k > json-glib x86_64 1.2.6-1.el7 base 133 k > katello-agent noarch 3.1.0-2.el7 ovirt-4.2-centos-ovirt42 25 k > katello-host-tools noarch 3.1.0-2.el7 ovirt-4.2-centos-ovirt42 18 k > katello-host-tools-fact-plugin noarch 3.1.0-2.el7 ovirt-4.2-centos-ovirt42 12 k > kexec-tools x86_64 2.0.15-13.el7 base 341 k > krb5-workstation x86_64 1.15.1-19.el7 updates 814 k > libaio x86_64 0.3.109-13.el7 base 24 k > libarchive x86_64 3.1.2-10.el7_2 base 318 k > libatasmart x86_64 0.19-6.el7 base 43 k > libblockdev x86_64 2.12-3.el7 base 105 k > libblockdev-crypto x86_64 2.12-3.el7 base 55 k > libblockdev-fs x86_64 2.12-3.el7 base 62 k > libblockdev-loop x86_64 2.12-3.el7 base 51 k > libblockdev-lvm x86_64 2.12-3.el7 base 60 k > libblockdev-mdraid x86_64 2.12-3.el7 base 55 k > libblockdev-part x86_64 2.12-3.el7 base 58 k > libblockdev-swap x86_64 2.12-3.el7 base 50 k > libblockdev-utils x86_64 2.12-3.el7 base 56 k > libbytesize x86_64 1.2-1.el7 base 52 k > libcacard x86_64 40:2.5.2-2.1.el7 ovirt-4.2-centos-qemu-ev 22 k > libconfig x86_64 1.4.9-5.el7 base 59 k > libdhash x86_64 0.5.0-29.el7 base 28 k > libgudev1 x86_64 219-57.el7 base 92 k > libguestfs x86_64 1:1.36.10-6.el7_5.2 updates 1.9 M > libguestfs-tools-c x86_64 1:1.36.10-6.el7_5.2 updates 3.8 M > libguestfs-winsupport x86_64 7.2-2.el7 base 2.1 M > libibverbs x86_64 15-7.el7_5 updates 224 k > libicu x86_64 50.1.2-15.el7 base 6.9 M > libipa_hbac x86_64 1.16.0-19.el7_5.5 updates 138 k > libiscsi x86_64 1.9.0-7.el7 base 60 k > libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k > libkadm5 x86_64 1.15.1-19.el7 updates 175 k > libldb x86_64 1.2.2-1.el7 base 131 k > libmodman x86_64 2.0.1-8.el7 base 28 k > libnl x86_64 1.1.4-3.el7 base 128 k > libogg x86_64 2:1.3.0-7.el7 base 24 k > libosinfo x86_64 1.0.0-1.el7 base 225 k > libpcap x86_64 14:1.5.3-11.el7 base 138 k > libpciaccess x86_64 0.14-1.el7 base 26 k > libpng x86_64 2:1.5.13-7.el7_2 base 213 k > libproxy x86_64 0.4.11-11.el7 base 64 k > librados2 x86_64 1:0.94.5-2.el7 base 1.7 M > librbd1 x86_64 1:0.94.5-2.el7 base 1.8 M > librdmacm x86_64 15-7.el7_5 updates 61 k > libreport x86_64 2.1.11-40.el7.centos base 451 k > libreport-centos x86_64 2.1.11-40.el7.centos base 50 k > libreport-cli x86_64 2.1.11-40.el7.centos base 51 k > libreport-filesystem x86_64 2.1.11-40.el7.centos base 39 k > libreport-plugin-mantisbt x86_64 2.1.11-40.el7.centos base 71 k > libreport-plugin-rhtsupport x86_64 2.1.11-40.el7.centos base 77 k > libreport-plugin-ureport x86_64 2.1.11-40.el7.centos base 57 k > libreport-python x86_64 2.1.11-40.el7.centos base 69 k > libreport-web x86_64 2.1.11-40.el7.centos base 56 k > libsmbclient x86_64 4.7.1-6.el7 base 132 k > libssh x86_64 0.7.1-3.el7 extras 194 k > libsss_autofs x86_64 1.16.0-19.el7_5.5 updates 140 k > libsss_certmap x86_64 1.16.0-19.el7_5.5 updates 166 k > libsss_idmap x86_64 1.16.0-19.el7_5.5 updates 142 k > libsss_nss_idmap x86_64 1.16.0-19.el7_5.5 updates 148 k > libsss_sudo x86_64 1.16.0-19.el7_5.5 updates 138 k > libtalloc x86_64 2.1.10-1.el7 base 33 k > libtar x86_64 1.2.11-29.el7 base 33 k > libtdb x86_64 1.3.15-1.el7 base 48 k > libtevent x86_64 0.9.33-2.el7 base 37 k > libtomcrypt x86_64 1.17-26.el7 extras 224 k > libtommath x86_64 0.42.0-6.el7 extras 36 k > libudisks2 x86_64 2.7.3-6.el7 base 126 k > libusal x86_64 1.1.11-23.el7 base 135 k > libusbx x86_64 1.0.21-1.el7 base 61 k > libvirt x86_64 3.9.0-14.el7_5.6 updates 174 k > libvirt-client x86_64 3.9.0-14.el7_5.6 updates 460 k > libvirt-daemon x86_64 3.9.0-14.el7_5.6 updates 852 k > libvirt-daemon-config-network x86_64 3.9.0-14.el7_5.6 updates 175 k > libvirt-daemon-config-nwfilter x86_64 3.9.0-14.el7_5.6 updates 180 k > libvirt-daemon-driver-interface x86_64 3.9.0-14.el7_5.6 updates 220 k > libvirt-daemon-driver-lxc x86_64 3.9.0-14.el7_5.6 updates 902 k > libvirt-daemon-driver-network x86_64 3.9.0-14.el7_5.6 updates 389 k > libvirt-daemon-driver-nodedev x86_64 3.9.0-14.el7_5.6 updates 221 k > libvirt-daemon-driver-nwfilter x86_64 3.9.0-14.el7_5.6 updates 243 k > libvirt-daemon-driver-qemu x86_64 3.9.0-14.el7_5.6 updates 714 k > libvirt-daemon-driver-secret x86_64 3.9.0-14.el7_5.6 updates 210 k > libvirt-daemon-driver-storage x86_64 3.9.0-14.el7_5.6 updates 173 k > libvirt-daemon-driver-storage-core x86_64 3.9.0-14.el7_5.6 updates 405 k > libvirt-daemon-driver-storage-disk x86_64 3.9.0-14.el7_5.6 updates 182 k > libvirt-daemon-driver-storage-gluster x86_64 3.9.0-14.el7_5.6 updates 183 k > libvirt-daemon-driver-storage-iscsi x86_64 3.9.0-14.el7_5.6 updates 179 k > libvirt-daemon-driver-storage-logical x86_64 3.9.0-14.el7_5.6 updates 183 k > libvirt-daemon-driver-storage-mpath x86_64 3.9.0-14.el7_5.6 updates 178 k > libvirt-daemon-driver-storage-rbd x86_64 3.9.0-14.el7_5.6 updates 185 k > libvirt-daemon-driver-storage-scsi x86_64 3.9.0-14.el7_5.6 updates 179 k > libvirt-daemon-kvm x86_64 3.9.0-14.el7_5.6 updates 173 k > libvirt-libs x86_64 3.9.0-14.el7_5.6 updates 4.1 M > libvirt-lock-sanlock x86_64 3.9.0-14.el7_5.6 updates 225 k > libvirt-python x86_64 3.9.0-1.el7 base 335 k > libwbclient x86_64 4.7.1-6.el7 base 107 k > libwsman1 x86_64 2.6.3-3.git4391e5c.el7 base 139 k > libxslt x86_64 1.1.28-5.el7 base 242 k > lldpad x86_64 1.0.1-3.git036e314.el7 base 283 k > lm_sensors-libs x86_64 3.4.0-4.20160601gitf9185e5.el7 base 41 k > lshw x86_64 B.02.18-12.el7 base 321 k > lsof x86_64 4.87-5.el7 base 331 k > lsscsi x86_64 0.27-6.el7 base 47 k > lvm2 x86_64 7:2.02.177-4.el7 base 1.3 M > lvm2-libs x86_64 7:2.02.177-4.el7 base 1.0 M > lzop x86_64 1.03-10.el7 base 54 k > m2crypto x86_64 0.21.1-17.el7 base 429 k > mailx x86_64 12.5-19.el7 base 245 k > mdadm x86_64 4.0-13.el7 base 431 k > mom noarch 0.5.12-1.el7.centos ovirt-4.2 126 k > mpfr x86_64 3.1.1-4.el7 base 203 k > mtools x86_64 4.0.18-5.el7 base 203 k > net-snmp x86_64 1:5.7.2-33.el7_5.2 updates 330 k > net-snmp-agent-libs x86_64 1:5.7.2-33.el7_5.2 updates 705 k > net-snmp-libs x86_64 1:5.7.2-33.el7_5.2 updates 749 k > net-snmp-utils x86_64 1:5.7.2-33.el7_5.2 updates 198 k > netcf-libs x86_64 0.2.8-4.el7 base 70 k > nettle x86_64 2.7.1-8.el7 base 327 k > nmap-ncat x86_64 2:6.40-13.el7 base 205 k > ntp x86_64 4.2.6p5-28.el7.centos base 549 k > ntpdate x86_64 4.2.6p5-28.el7.centos base 86 k > numactl x86_64 2.0.9-7.el7 base 66 k > numad x86_64 0.5-18.20150602git.el7 base 35 k > oddjob x86_64 0.31.5-4.el7 base 69 k > oddjob-mkhomedir x86_64 0.31.5-4.el7 base 38 k > openvswitch x86_64 1:2.9.0-4.el7 ovirt-4.2-centos-ovirt42 6.1 M > openvswitch-ovn-common x86_64 1:2.9.0-4.el7 ovirt-4.2-centos-ovirt42 2.4 M > openvswitch-ovn-host x86_64 1:2.9.0-4.el7 ovirt-4.2-centos-ovirt42 918 k > openwsman-python x86_64 2.6.3-3.git4391e5c.el7 base 109 k > opus x86_64 1.0.2-6.el7 base 630 k > osinfo-db noarch 20170813-6.el7 base 142 k > osinfo-db-tools x86_64 1.1.0-1.el7 base 79 k > otopi noarch 1.7.8-1.el7 ovirt-4.2 167 k > ovirt-engine-sdk-python noarch 3.6.9.1-1.el7 ovirt-4.2 481 k > ovirt-host x86_64 4.2.3-1.el7 ovirt-4.2 8.0 k > ovirt-host-dependencies x86_64 4.2.3-1.el7 ovirt-4.2 7.9 k > ovirt-host-deploy noarch 1.7.4-1.el7 ovirt-4.2 94 k > ovirt-hosted-engine-ha noarch 2.2.16-1.el7 ovirt-4.2 312 k > ovirt-imageio-common noarch 1.4.2-0.el7 ovirt-4.2 30 k > ovirt-imageio-daemon noarch 1.4.2-0.el7 ovirt-4.2 37 k > ovirt-provider-ovn-driver noarch 1.2.13-1.el7 ovirt-4.2 18 k > ovirt-setup-lib noarch 1.1.4-1.el7.centos ovirt-4.2 19 k > ovirt-vmconsole noarch 1.0.5-4.el7.centos ovirt-4.2 31 k > ovirt-vmconsole-host noarch 1.0.5-4.el7.centos ovirt-4.2 17 k > pciutils x86_64 3.5.1-3.el7 base 93 k > perl x86_64 4:5.16.3-292.el7 base 8.0 M > perl-Carp noarch 1.26-244.el7 base 19 k > perl-Data-Dumper x86_64 2.145-3.el7 base 47 k > perl-Encode x86_64 2.51-7.el7 base 1.5 M > perl-Exporter noarch 5.68-3.el7 base 28 k > perl-File-Path noarch 2.09-2.el7 base 26 k > perl-File-Temp noarch 0.23.01-3.el7 base 56 k > perl-Filter x86_64 1.49-3.el7 base 76 k > perl-Getopt-Long noarch 2.40-3.el7 base 56 k > perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k > perl-PathTools x86_64 3.40-5.el7 base 82 k > perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k > perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k > perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k > perl-Pod-Usage noarch 1.63-3.el7 base 27 k > perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k > perl-Socket x86_64 2.010-4.el7 base 49 k > perl-Storable x86_64 2.45-3.el7 base 77 k > perl-Text-ParseWords noarch 3.29-4.el7 base 14 k > perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k > perl-Time-Local noarch 1.2300-2.el7 base 24 k > perl-constant noarch 1.27-2.el7 base 19 k > perl-hivex x86_64 1.3.10-6.9.el7 base 41 k > perl-libs x86_64 4:5.16.3-292.el7 base 688 k > perl-macros x86_64 4:5.16.3-292.el7 base 43 k > perl-parent noarch 1:0.225-244.el7 base 12 k > perl-podlators noarch 2.5.1-3.el7 base 112 k > perl-threads x86_64 1.87-4.el7 base 49 k > perl-threads-shared x86_64 1.43-6.el7 base 39 k > pexpect noarch 2.3-11.el7 base 142 k > pixman x86_64 0.34.0-1.el7 base 248 k > postfix x86_64 2:2.10.1-6.el7 base 2.4 M > psmisc x86_64 22.20-15.el7 base 141 k > pulp-rpm-handlers noarch 2.13.4.8-1.el7 ovirt-4.2-centos-ovirt42 74 k > pygobject2 x86_64 2.28.6-11.el7 base 226 k > python-augeas noarch 0.5.0-2.el7 base 25 k > python-cffi x86_64 1.6.0-5.el7 base 218 k > python-daemon noarch 1.6-4.el7 ovirt-4.2-centos-ovirt42 26 k > python-dateutil noarch 1:2.4.2-1.el7 ovirt-4.2-centos-ovirt42 83 k > python-dmidecode x86_64 3.12.2-2.el7 base 83 k > python-dns noarch 1.12.0-4.20150617git465785f.el7 base 233 k > python-enum34 noarch 1.0.4-1.el7 base 52 k > python-ethtool x86_64 0.8-5.el7 base 33 k > python-firewall noarch 0.4.4.4-14.el7 base 328 k > python-gofer noarch 2.7.8-1.el7 ovirt-4.2-centos-ovirt42 132 k > python-gofer-proton noarch 2.7.8-1.el7 ovirt-4.2-centos-ovirt42 54 k > python-gssapi x86_64 1.2.0-3.el7 base 322 k > python-httplib2 noarch 0.9.2-1.el7 extras 115 k > python-idna noarch 2.4-1.el7 base 94 k > python-inotify noarch 0.9.4-4.el7 base 49 k > python-ipaddr noarch 2.1.11-1.el7 base 35 k > python-isodate noarch 0.5.4-8.el7 base 54 k > python-jwcrypto noarch 0.4.2-1.el7 base 57 k > python-keyczar noarch 0.71c-2.el7 ovirt-4.2-centos-gluster312 217 k > python-ldap x86_64 2.4.15-2.el7 base 159 k > python-libguestfs x86_64 1:1.36.10-6.el7_5.2 updates 203 k > python-libipa_hbac x86_64 1.16.0-19.el7_5.5 updates 131 k > python-lockfile noarch 1:0.9.1-4.el7.centos extras 28 k > python-lxml x86_64 3.2.1-4.el7 base 758 k > python-netaddr noarch 0.7.18-1.el7 ovirt-4.2-centos-ovirt42 1.3 M > python-netifaces x86_64 0.10.4-3.el7 base 17 k > python-nss x86_64 0.16.0-3.el7 base 266 k > python-ovirt-engine-sdk4 x86_64 4.2.7-2.el7 ovirt-4.2 523 k > python-paramiko noarch 2.1.1-4.el7 extras 268 k > python-ply noarch 3.4-11.el7 base 123 k > python-pthreading noarch 0.1.3-3.el7 ovirt-4.2-centos-ovirt42 17 k > python-pulp-agent-lib noarch 2.13.4.10-1.el7 ovirt-4.2-centos-ovirt42 92 k > python-pulp-common noarch 2.13.4.10-1.el7 ovirt-4.2-centos-ovirt42 124 k > python-pulp-rpm-common noarch 2.13.4.8-1.el7 ovirt-4.2-centos-ovirt42 67 k > python-pycparser noarch 2.14-1.el7 base 104 k > python-qrcode-core noarch 5.0.1-1.el7 base 40 k > python-slip noarch 0.4.0-4.el7 base 31 k > python-slip-dbus noarch 0.4.0-4.el7 base 32 k > python-sss-murmur x86_64 1.16.0-19.el7_5.5 updates 120 k > python-sssdconfig noarch 1.16.0-19.el7_5.5 updates 164 k > python-subprocess32 x86_64 3.2.6-7.el7 ovirt-4.2-centos-ovirt42 45 k > python-suds noarch 0.4.1-5.el7 base 204 k > python-webob noarch 1.2.3-7.el7 base 202 k > python-yubico noarch 1.2.3-1.el7 base 47 k > python2-crypto x86_64 2.6.1-15.el7 extras 477 k > python2-cryptography x86_64 1.7.2-2.el7 base 502 k > python2-ioprocess x86_64 1.1.2-1.el7 ovirt-4.2 27 k > python2-ipaclient noarch 4.5.4-10.el7.centos.3 updates 652 k > python2-ipalib noarch 4.5.4-10.el7.centos.3 updates 656 k > python2-jmespath noarch 0.9.0-5.el7 ovirt-4.2-centos-ovirt42 39 k > python2-openvswitch noarch 1:2.9.0-4.el7 ovirt-4.2-centos-ovirt42 168 k > python2-pyOpenSSL noarch 16.2.0-3.el7 ovirt-4.2-centos-ovirt42 88 k > python2-pyasn1 noarch 0.1.9-7.el7 base 100 k > python2-pyasn1-modules noarch 0.1.9-7.el7 base 59 k > python2-qpid-proton x86_64 0.21.0-2.el7 ovirt-4.2-centos-opstools 226 k > pyusb noarch 1.0.0-0.11.b1.el7 base 66 k > qemu-img-ev x86_64 10:2.10.0-21.el7_5.4.1 ovirt-4.2-centos-qemu-ev 1.2 M > qemu-kvm-common-ev x86_64 10:2.10.0-21.el7_5.4.1 ovirt-4.2-centos-qemu-ev 1.1 M > qemu-kvm-ev x86_64 10:2.10.0-21.el7_5.4.1 ovirt-4.2-centos-qemu-ev 2.9 M > qpid-proton-c x86_64 0.21.0-2.el7 ovirt-4.2-centos-opstools 182 k > radvd x86_64 1.9.2-9.el7_5.4 updates 85 k > rdma-core x86_64 15-7.el7_5 updates 48 k > rng-tools x86_64 5-13.el7 base 36 k > ruby x86_64 2.0.0.648-33.el7_4 base 71 k > ruby-irb noarch 2.0.0.648-33.el7_4 base 92 k > ruby-libs x86_64 2.0.0.648-33.el7_4 base 2.8 M > rubygem-bigdecimal x86_64 1.2.0-33.el7_4 base 83 k > rubygem-cool.io x86_64 1.5.1-1.el7 ovirt-4.2-centos-opstools 60 k > rubygem-elasticsearch noarch 2.0.2-1.el7 ovirt-4.2-centos-opstools 5.6 k > rubygem-elasticsearch-api noarch 2.0.2-1.el7 ovirt-4.2-centos-opstools 69 k > rubygem-elasticsearch-transport noarch 2.0.2-1.el7 ovirt-4.2-centos-opstools 19 k > rubygem-excon noarch 0.58.0-2.el7 ovirt-4.2-centos-opstools 41 k > rubygem-faraday noarch 0.13.0-1.el7 ovirt-4.2-centos-opstools 38 k > rubygem-fluent-plugin-collectd-nest noarch 0.1.4-1.el7 ovirt-4.2-centos-opstools 6.1 k > rubygem-fluent-plugin-elasticsearch noarch 1.9.5.1-1.el7 ovirt-4.2-centos-opstools 17 k > rubygem-fluent-plugin-rewrite-tag-filter noarch 1.5.6-1.el7 ovirt-4.2-centos-opstools 9.3 k > rubygem-fluent-plugin-secure-forward noarch 0.4.5-1.el7 ovirt-4.2-centos-opstools 32 k > rubygem-fluent-plugin-viaq_data_model noarch 0.0.13-1.el7 ovirt-4.2-centos-opstools 15 k > rubygem-http_parser.rb x86_64 0.6.0-2.el7 ovirt-4.2-centos-opstools 21 k > rubygem-io-console x86_64 0.4.2-33.el7_4 base 54 k > rubygem-json x86_64 2.0.2-2.el7 ovirt-4.2-centos-opstools 46 k > rubygem-msgpack x86_64 1.2.0-1.el7 ovirt-4.2-centos-opstools 45 k > rubygem-multi_json noarch 1.12.1-1.el7 ovirt-4.2-centos-opstools 18 k > rubygem-multipart-post noarch 2.0.0-2.el7 ovirt-4.2-centos-opstools 9.7 k > rubygem-proxifier noarch 1.0.3-3.el7 ovirt-4.2-centos-opstools 10 k > rubygem-psych x86_64 2.0.0-33.el7_4 base 82 k > rubygem-rdoc noarch 4.0.0-33.el7_4 base 322 k > rubygem-resolve-hostname noarch 0.1.0-1.el7 ovirt-4.2-centos-opstools 6.9 k > rubygem-sigdump noarch 0.2.4-1.el7 ovirt-4.2-centos-opstools 6.3 k > rubygem-string-scrub x86_64 0.0.5-3.el7 ovirt-4.2-centos-opstools 12 k > rubygem-thread_safe noarch 0.3.6-1.el7 ovirt-4.2-centos-opstools 30 k > rubygem-tzinfo noarch 1.2.3-1.el7 ovirt-4.2-centos-opstools 41 k > rubygem-yajl-ruby x86_64 1.3.1-1.el7 ovirt-4.2-centos-opstools 140 k > rubygems noarch 2.0.14.1-33.el7_4 base 219 k > safelease x86_64 1.0-7.el7 ovirt-4.2-centos-ovirt42 21 k > samba-client-libs x86_64 4.7.1-6.el7 base 4.8 M > samba-common noarch 4.7.1-6.el7 base 205 k > samba-common-libs x86_64 4.7.1-6.el7 base 162 k > sanlock x86_64 3.6.0-1.el7 base 120 k > sanlock-lib x86_64 3.6.0-1.el7 base 50 k > sanlock-python x86_64 3.6.0-1.el7 base 18 k > satyr x86_64 0.13-14.el7 base 538 k > screen x86_64 4.1.0-0.25.20120314git3c2946.el7 base 552 k > scrub x86_64 2.5.2-7.el7 base 41 k > seabios-bin noarch 1.11.0-2.el7 base 112 k > seavgabios-bin noarch 1.11.0-2.el7 base 38 k > sg3_utils x86_64 1.37-12.el7 base 644 k > sg3_utils-libs x86_64 1.37-12.el7 base 64 k > sgabios-bin noarch 1:0.20110622svn-4.el7 base 7.1 k > socat x86_64 1.7.3.2-2.el7 base 290 k > sos noarch 3.5-9.el7.centos updates 414 k > spice-server x86_64 0.14.0-2.el7_5.4 updates 402 k > squashfs-tools x86_64 4.3-0.21.gitaae0aff4.el7 base 101 k > sshpass x86_64 1.06-2.el7 extras 21 k > sssd x86_64 1.16.0-19.el7_5.5 updates 129 k > sssd-ad x86_64 1.16.0-19.el7_5.5 updates 255 k > sssd-client x86_64 1.16.0-19.el7_5.5 updates 196 k > sssd-common x86_64 1.16.0-19.el7_5.5 updates 1.4 M > sssd-common-pac x86_64 1.16.0-19.el7_5.5 updates 200 k > sssd-ipa x86_64 1.16.0-19.el7_5.5 updates 344 k > sssd-krb5 x86_64 1.16.0-19.el7_5.5 updates 171 k > sssd-krb5-common x86_64 1.16.0-19.el7_5.5 updates 203 k > sssd-ldap x86_64 1.16.0-19.el7_5.5 updates 240 k > sssd-proxy x86_64 1.16.0-19.el7_5.5 updates 164 k > subscription-manager x86_64 1.20.11-1.el7.centos base 993 k > subscription-manager-rhsm x86_64 1.20.11-1.el7.centos base 285 k > subscription-manager-rhsm-certificates x86_64 1.20.11-1.el7.centos base 195 k > supermin5 x86_64 5.1.19-1.el7 base 637 k > syslinux x86_64 4.05-13.el7 base 989 k > syslinux-extlinux x86_64 4.05-13.el7 base 363 k > sysstat x86_64 10.1.5-13.el7 base 310 k > systemd-python x86_64 219-57.el7 base 128 k > tcpdump x86_64 14:4.9.2-3.el7 base 421 k > telnet x86_64 1:0.17-64.el7 base 64 k > tree x86_64 1.6.0-10.el7 base 46 k > trousers x86_64 0.3.14-2.el7 base 289 k > udisks2 x86_64 2.7.3-6.el7 base 399 k > udisks2-iscsi x86_64 2.7.3-6.el7 base 36 k > udisks2-lvm2 x86_64 2.7.3-6.el7 base 60 k > unbound-libs x86_64 1.6.6-1.el7 base 405 k > unzip x86_64 6.0-19.el7 base 170 k > usbredir x86_64 0.7.1-3.el7 base 47 k > usermode x86_64 1.111-5.el7 base 193 k > vdsm x86_64 4.20.35-1.el7 ovirt-4.2 77 k > vdsm-api noarch 4.20.35-1.el7 ovirt-4.2 98 k > vdsm-client noarch 4.20.35-1.el7 ovirt-4.2 23 k > vdsm-common noarch 4.20.35-1.el7 ovirt-4.2 121 k > vdsm-hook-ethtool-options noarch 4.20.35-1.el7 ovirt-4.2 5.7 k > vdsm-hook-fcoe noarch 4.20.35-1.el7 ovirt-4.2 6.0 k > vdsm-hook-openstacknet noarch 4.20.35-1.el7 ovirt-4.2 14 k > vdsm-hook-vfio-mdev noarch 4.20.35-1.el7 ovirt-4.2 5.7 k > vdsm-hook-vhostmd noarch 4.20.35-1.el7 ovirt-4.2 12 k > vdsm-hook-vmfex-dev noarch 4.20.35-1.el7 ovirt-4.2 6.7 k > vdsm-http noarch 4.20.35-1.el7 ovirt-4.2 11 k > vdsm-jsonrpc noarch 4.20.35-1.el7 ovirt-4.2 26 k > vdsm-network x86_64 4.20.35-1.el7 ovirt-4.2 278 k > vdsm-python noarch 4.20.35-1.el7 ovirt-4.2 1.2 M > vdsm-yajsonrpc noarch 4.20.35-1.el7 ovirt-4.2 34 k > vhostmd x86_64 0.5-12.el7 ovirt-4.2-centos-ovirt42 44 k > virt-install noarch 1.4.3-3.el7 base 94 k > virt-manager-common noarch 1.4.3-3.el7 base 1.2 M > virt-v2v x86_64 1:1.36.10-6.el7_5.2 updates 12 M > volume_key-libs x86_64 0.3.9-8.el7 base 140 k > xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k > xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k > yajl x86_64 2.0.4-4.el7 base 39 k > >Transaction Summary >================================================================================================================================ >Install 3 Packages (+486 Dependent packages) > >Total download size: 1.1 G >Downloading packages: >(1/489): NetworkManager-config-server-1.10.2-16.el7_5.noarch.rpm | 143 kB 00:00:00 >(2/489): OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm | 16 kB 00:00:00 >(3/489): NetworkManager-1.10.2-16.el7_5.x86_64.rpm | 1.7 MB 00:00:00 >(4/489): abrt-2.1.11-50.el7.centos.x86_64.rpm | 536 kB 00:00:00 >(5/489): NetworkManager-libnm-1.10.2-16.el7_5.x86_64.rpm | 1.3 MB 00:00:00 >(6/489): abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64.rpm | 192 kB 00:00:00 >(7/489): abrt-addon-pstoreoops-2.1.11-50.el7.centos.x86_64.rpm | 96 kB 00:00:00 >(8/489): abrt-addon-xorg-2.1.11-50.el7.centos.x86_64.rpm | 97 kB 00:00:00 >(9/489): abrt-cli-2.1.11-50.el7.centos.x86_64.rpm | 87 kB 00:00:00 >(10/489): abrt-addon-kerneloops-2.1.11-50.el7.centos.x86_64.rpm | 105 kB 00:00:00 >(11/489): abrt-dbus-2.1.11-50.el7.centos.x86_64.rpm | 121 kB 00:00:00 >(12/489): abrt-libs-2.1.11-50.el7.centos.x86_64.rpm | 109 kB 00:00:00 >(13/489): abrt-python-2.1.11-50.el7.centos.x86_64.rpm | 109 kB 00:00:00 >(14/489): abrt-tui-2.1.11-50.el7.centos.x86_64.rpm | 99 kB 00:00:00 >(15/489): abrt-addon-python-2.1.11-50.el7.centos.x86_64.rpm | 102 kB 00:00:00 >(16/489): abrt-addon-vmcore-2.1.11-50.el7.centos.x86_64.rpm | 106 kB 00:00:00 >(17/489): abrt-retrace-client-2.1.11-50.el7.centos.x86_64.rpm | 122 kB 00:00:00 >(18/489): attr-2.4.46-13.el7.x86_64.rpm | 66 kB 00:00:00 >(19/489): augeas-1.4.0-5.el7_5.1.x86_64.rpm | 39 kB 00:00:00 >(20/489): OVMF-20171011-4.git92d07e48907f.el7.noarch.rpm | 1.6 MB 00:00:00 >(21/489): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 >(22/489): augeas-libs-1.4.0-5.el7_5.1.x86_64.rpm | 355 kB 00:00:00 >(23/489): autogen-libopts-5.18-5.el7.x86_64.rpm | 66 kB 00:00:00 >(24/489): bind-libs-9.9.4-61.el7.x86_64.rpm | 1.0 MB 00:00:00 >(25/489): boost-thread-1.53.0-27.el7.x86_64.rpm | 57 kB 00:00:00 >(26/489): bridge-utils-1.5-9.el7.x86_64.rpm | 32 kB 00:00:00 >(27/489): boost-system-1.53.0-27.el7.x86_64.rpm | 40 kB 00:00:00 >(28/489): bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00 >(29/489): celt051-0.5.1.3-8.el7.x86_64.rpm | 53 kB 00:00:00 >(30/489): autofs-5.0.7-83.el7.x86_64.rpm | 811 kB 00:00:00 >(31/489): bind-utils-9.9.4-61.el7.x86_64.rpm | 204 kB 00:00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.2-centos-ovirt42/packages/cockpit-172-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 61e8806c: NOKEY >Public key for cockpit-172-1.el7.x86_64.rpm is not installed >(32/489): cockpit-172-1.el7.x86_64.rpm | 26 kB 00:00:00 >(33/489): ansible-2.6.2-1.el7.noarch.rpm | 10 MB 00:00:01 >(34/489): certmonger-0.78.4-3.el7_5.1.x86_64.rpm | 599 kB 00:00:00 >(35/489): cockpit-bridge-172-1.el7.x86_64.rpm | 476 kB 00:00:00 >(36/489): cockpit-dashboard-172-1.el7.x86_64.rpm | 181 kB 00:00:00 >(37/489): cockpit-machines-ovirt-172-1.el7.noarch.rpm | 517 kB 00:00:00 >(38/489): c-ares-1.10.0-3.el7.x86_64.rpm | 78 kB 00:00:01 >(39/489): cockpit-networkmanager-172-1.el7.noarch.rpm | 161 kB 00:00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.2/packages/cockpit-ovirt-dashboard-0.11.31-1.el7.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID fe590cb7: NOKEY >Public key for cockpit-ovirt-dashboard-0.11.31-1.el7.noarch.rpm is not installed >(40/489): cockpit-ovirt-dashboard-0.11.31-1.el7.noarch.rpm | 3.4 MB 00:00:00 >(41/489): cockpit-storaged-172-1.el7.noarch.rpm | 329 kB 00:00:00 >(42/489): cockpit-system-172-1.el7.noarch.rpm | 818 kB 00:00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.2-centos-opstools/packages/collectd-disk-5.8.0-6.1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 51bc2a13: NOKEY >Public key for collectd-disk-5.8.0-6.1.el7.x86_64.rpm is not installed >(43/489): collectd-disk-5.8.0-6.1.el7.x86_64.rpm | 26 kB 00:00:00 >(44/489): collectd-netlink-5.8.0-6.1.el7.x86_64.rpm | 27 kB 00:00:00 >(45/489): collectd-5.8.0-6.1.el7.x86_64.rpm | 631 kB 00:00:00 >(46/489): cockpit-ws-172-1.el7.x86_64.rpm | 773 kB 00:00:00 >(47/489): cryptsetup-1.7.4-4.el7.x86_64.rpm | 128 kB 00:00:00 >(48/489): collectd-write_http-5.8.0-6.1.el7.x86_64.rpm | 34 kB 00:00:00 >(49/489): collectd-virt-5.8.0-6.1.el7.x86_64.rpm | 37 kB 00:00:00 >(50/489): cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm | 41 kB 00:00:00 >(51/489): cups-libs-1.6.3-35.el7.x86_64.rpm | 357 kB 00:00:00 >(52/489): cyrus-sasl-scram-2.1.26-23.el7.x86_64.rpm | 43 kB 00:00:00 >(53/489): device-mapper-event-1.02.146-4.el7.x86_64.rpm | 185 kB 00:00:00 >(54/489): device-mapper-multipath-0.4.9-119.el7.x86_64.rpm | 137 kB 00:00:00 >(55/489): device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm | 184 kB 00:00:00 >(56/489): dosfstools-3.0.20-9.el7.x86_64.rpm | 101 kB 00:00:00 >(57/489): device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm | 257 kB 00:00:00 >(58/489): dracut-fips-033-535.el7.x86_64.rpm | 60 kB 00:00:00 >(59/489): ebtables-2.0.10-16.el7.x86_64.rpm | 123 kB 00:00:00 >(60/489): dnsmasq-2.76-5.el7.x86_64.rpm | 277 kB 00:00:00 >(61/489): elfutils-0.170-4.el7.x86_64.rpm | 282 kB 00:00:00 >(62/489): device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm | 405 kB 00:00:00 >(63/489): fence-agents-all-4.0.11-86.el7_5.2.x86_64.rpm | 20 kB 00:00:00 >(64/489): fcoe-utils-1.0.32-1.el7.x86_64.rpm | 120 kB 00:00:00 >(65/489): fence-agents-apc-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(66/489): fence-agents-bladecenter-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(67/489): fence-agents-brocade-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(68/489): fence-agents-cisco-mds-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(69/489): fence-agents-apc-snmp-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(70/489): fence-agents-cisco-ucs-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(71/489): fence-agents-compute-4.0.11-86.el7_5.2.x86_64.rpm | 29 kB 00:00:00 >(72/489): fence-agents-common-4.0.11-86.el7_5.2.x86_64.rpm | 71 kB 00:00:00 >(73/489): fence-agents-drac5-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(74/489): fence-agents-eaton-snmp-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(75/489): fence-agents-eps-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(76/489): fence-agents-emerson-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(77/489): cyrus-sasl-2.1.26-23.el7.x86_64.rpm | 88 kB 00:00:00 >(78/489): fence-agents-heuristics-ping-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(79/489): fence-agents-hpblade-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(80/489): fence-agents-ibmblade-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(81/489): fence-agents-ifmib-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(82/489): fence-agents-ilo-moonshot-4.0.11-86.el7_5.2.x86_64.rpm | 22 kB 00:00:00 >(83/489): fence-agents-ilo-mp-4.0.11-86.el7_5.2.x86_64.rpm | 22 kB 00:00:00 >(84/489): fence-agents-ilo-ssh-4.0.11-86.el7_5.2.x86_64.rpm | 26 kB 00:00:00 >(85/489): fence-agents-ilo2-4.0.11-86.el7_5.2.x86_64.rpm | 25 kB 00:00:00 >(86/489): fence-agents-intelmodular-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(87/489): fence-agents-ipmilan-4.0.11-86.el7_5.2.x86_64.rpm | 31 kB 00:00:00 >(88/489): fence-agents-ipdu-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(89/489): fence-agents-kdump-4.0.11-86.el7_5.2.x86_64.rpm | 33 kB 00:00:00 >(90/489): fence-agents-rhevm-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(91/489): fence-agents-mpath-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(92/489): fence-agents-rsa-4.0.11-86.el7_5.2.x86_64.rpm | 22 kB 00:00:00 >(93/489): fence-agents-rsb-4.0.11-86.el7_5.2.x86_64.rpm | 22 kB 00:00:00 >(94/489): fence-agents-sbd-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(95/489): fence-agents-scsi-4.0.11-86.el7_5.2.x86_64.rpm | 26 kB 00:00:00 >(96/489): fence-agents-vmware-rest-4.0.11-86.el7_5.2.x86_64.rpm | 23 kB 00:00:00 >(97/489): fence-agents-vmware-soap-4.0.11-86.el7_5.2.x86_64.rpm | 25 kB 00:00:00 >(98/489): fence-agents-wti-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:00 >(99/489): fence-virt-0.3.2-13.el7.x86_64.rpm | 41 kB 00:00:00 >(100/489): fuse-2.9.2-10.el7.x86_64.rpm | 86 kB 00:00:00 >(101/489): fuse-libs-2.9.2-10.el7.x86_64.rpm | 93 kB 00:00:00 >(102/489): fluentd-0.12.42-2.el7.noarch.rpm | 103 kB 00:00:00 >(103/489): firewalld-0.4.4.4-14.el7.noarch.rpm | 418 kB 00:00:00 >(104/489): gdisk-0.8.6-5.el7.x86_64.rpm | 187 kB 00:00:00 >(105/489): gdb-7.6.1-110.el7.x86_64.rpm | 2.4 MB 00:00:00 >(106/489): genisoimage-1.1.11-23.el7.x86_64.rpm | 298 kB 00:00:00 >(107/489): glib-networking-2.50.0-1.el7.x86_64.rpm | 131 kB 00:00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.2-centos-gluster312/packages/glusterfs-3.12.11-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID e451e5b5: NOKEY >Public key for glusterfs-3.12.11-1.el7.x86_64.rpm is not installed >(108/489): glusterfs-3.12.11-1.el7.x86_64.rpm | 558 kB 00:00:00 >(109/489): glusterfs-api-3.12.11-1.el7.x86_64.rpm | 98 kB 00:00:00 >(110/489): glusterfs-cli-3.12.11-1.el7.x86_64.rpm | 198 kB 00:00:00 >(111/489): glusterfs-client-xlators-3.12.11-1.el7.x86_64.rpm | 862 kB 00:00:00 >(112/489): glusterfs-fuse-3.12.11-1.el7.x86_64.rpm | 142 kB 00:00:00 >(113/489): glusterfs-rdma-3.12.11-1.el7.x86_64.rpm | 65 kB 00:00:00 >(114/489): gnutls-dane-3.3.26-9.el7.x86_64.rpm | 34 kB 00:00:00 >(115/489): glusterfs-libs-3.12.11-1.el7.x86_64.rpm | 399 kB 00:00:00 >(116/489): gnutls-3.3.26-9.el7.x86_64.rpm | 677 kB 00:00:00 >(117/489): gnutls-utils-3.3.26-9.el7.x86_64.rpm | 237 kB 00:00:00 >(118/489): gperftools-libs-2.6.1-1.el7.x86_64.rpm | 272 kB 00:00:00 >(119/489): hesiod-3.2.1-3.el7.x86_64.rpm | 30 kB 00:00:00 >(120/489): hexedit-1.2.13-5.el7.x86_64.rpm | 39 kB 00:00:00 >(121/489): gofer-2.7.8-1.el7.noarch.rpm | 84 kB 00:00:00 >(122/489): hivex-1.3.10-6.9.el7.x86_64.rpm | 101 kB 00:00:00 >(123/489): http-parser-2.7.1-5.el7_4.x86_64.rpm | 28 kB 00:00:00 >(124/489): fence-agents-amt-ws-4.0.11-86.el7_5.2.x86_64.rpm | 24 kB 00:00:01 >(125/489): gsettings-desktop-schemas-3.24.1-2.el7_5.x86_64.rpm | 586 kB 00:00:00 >(126/489): hmaccalc-0.9.13-4.el7.x86_64.rpm | 26 kB 00:00:00 >(127/489): ioprocess-1.1.2-1.el7.x86_64.rpm | 30 kB 00:00:00 >(128/489): ipa-client-4.5.4-10.el7.centos.3.x86_64.rpm | 256 kB 00:00:00 >(129/489): firewalld-filesystem-0.4.4.4-14.el7.noarch.rpm | 49 kB 00:00:01 >(130/489): ipmitool-1.8.18-7.el7.x86_64.rpm | 441 kB 00:00:00 >(131/489): ipset-libs-6.29-1.el7.x86_64.rpm | 54 kB 00:00:00 >(132/489): ipa-common-4.5.4-10.el7.centos.3.noarch.rpm | 590 kB 00:00:00 >(133/489): iptables-services-1.4.21-24.1.el7_5.x86_64.rpm | 51 kB 00:00:00 >(134/489): hwdata-0.252-8.8.el7.x86_64.rpm | 2.3 MB 00:00:00 >(135/489): iscsi-initiator-utils-iscsiuio-6.2.0.874-7.el7.x86_64.rpm | 90 kB 00:00:00 >(136/489): ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm | 759 kB 00:00:00 >(137/489): iscsi-initiator-utils-6.2.0.874-7.el7.x86_64.rpm | 422 kB 00:00:00 >(138/489): json-c-0.11-4.el7_0.x86_64.rpm | 31 kB 00:00:00 >(139/489): json-glib-1.2.6-1.el7.x86_64.rpm | 133 kB 00:00:00 >(140/489): jemalloc-3.6.0-8.el7.centos.x86_64.rpm | 110 kB 00:00:00 >(141/489): katello-agent-3.1.0-2.el7.noarch.rpm | 25 kB 00:00:00 >(142/489): katello-host-tools-3.1.0-2.el7.noarch.rpm | 18 kB 00:00:00 >(143/489): kexec-tools-2.0.15-13.el7.x86_64.rpm | 341 kB 00:00:00 >(144/489): katello-host-tools-fact-plugin-3.1.0-2.el7.noarch.rpm | 12 kB 00:00:00 >(145/489): libaio-0.3.109-13.el7.x86_64.rpm | 24 kB 00:00:00 >(146/489): libatasmart-0.19-6.el7.x86_64.rpm | 43 kB 00:00:00 >(147/489): libblockdev-2.12-3.el7.x86_64.rpm | 105 kB 00:00:00 >(148/489): krb5-workstation-1.15.1-19.el7.x86_64.rpm | 814 kB 00:00:00 >(149/489): libblockdev-crypto-2.12-3.el7.x86_64.rpm | 55 kB 00:00:00 >(150/489): libblockdev-loop-2.12-3.el7.x86_64.rpm | 51 kB 00:00:00 >(151/489): libblockdev-lvm-2.12-3.el7.x86_64.rpm | 60 kB 00:00:00 >(152/489): libblockdev-mdraid-2.12-3.el7.x86_64.rpm | 55 kB 00:00:00 >(153/489): libblockdev-fs-2.12-3.el7.x86_64.rpm | 62 kB 00:00:00 >(154/489): libblockdev-part-2.12-3.el7.x86_64.rpm | 58 kB 00:00:00 >(155/489): libblockdev-utils-2.12-3.el7.x86_64.rpm | 56 kB 00:00:00 >(156/489): libarchive-3.1.2-10.el7_2.x86_64.rpm | 318 kB 00:00:00 >(157/489): libblockdev-swap-2.12-3.el7.x86_64.rpm | 50 kB 00:00:00 >(158/489): libbytesize-1.2-1.el7.x86_64.rpm | 52 kB 00:00:00 >(159/489): libconfig-1.4.9-5.el7.x86_64.rpm | 59 kB 00:00:00 >(160/489): libdhash-0.5.0-29.el7.x86_64.rpm | 28 kB 00:00:00 >(161/489): libgudev1-219-57.el7.x86_64.rpm | 92 kB 00:00:00 >Public key for libcacard-2.5.2-2.1.el7.x86_64.rpm is not installed >(162/489): libcacard-2.5.2-2.1.el7.x86_64.rpm | 22 kB 00:00:00 >(163/489): libguestfs-winsupport-7.2-2.el7.x86_64.rpm | 2.1 MB 00:00:00 >(164/489): libguestfs-tools-c-1.36.10-6.el7_5.2.x86_64.rpm | 3.8 MB 00:00:00 >(165/489): libibverbs-15-7.el7_5.x86_64.rpm | 224 kB 00:00:00 >(166/489): libipa_hbac-1.16.0-19.el7_5.5.x86_64.rpm | 138 kB 00:00:00 >(167/489): libiscsi-1.9.0-7.el7.x86_64.rpm | 60 kB 00:00:00 >(168/489): libguestfs-1.36.10-6.el7_5.2.x86_64.rpm | 1.9 MB 00:00:00 >(169/489): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00:00 >(170/489): libldb-1.2.2-1.el7.x86_64.rpm | 131 kB 00:00:00 >(171/489): libkadm5-1.15.1-19.el7.x86_64.rpm | 175 kB 00:00:00 >(172/489): libmodman-2.0.1-8.el7.x86_64.rpm | 28 kB 00:00:00 >(173/489): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00:00 >(174/489): libosinfo-1.0.0-1.el7.x86_64.rpm | 225 kB 00:00:00 >(175/489): libpcap-1.5.3-11.el7.x86_64.rpm | 138 kB 00:00:00 >(176/489): libpciaccess-0.14-1.el7.x86_64.rpm | 26 kB 00:00:00 >(177/489): ipa-client-common-4.5.4-10.el7.centos.3.noarch.rpm | 163 kB 00:00:01 >(178/489): libpng-1.5.13-7.el7_2.x86_64.rpm | 213 kB 00:00:00 >(179/489): libnl-1.1.4-3.el7.x86_64.rpm | 128 kB 00:00:00 >(180/489): ipset-6.29-1.el7.x86_64.rpm | 41 kB 00:00:02 >(181/489): libproxy-0.4.11-11.el7.x86_64.rpm | 64 kB 00:00:00 >(182/489): libicu-50.1.2-15.el7.x86_64.rpm | 6.9 MB 00:00:01 >(183/489): librdmacm-15-7.el7_5.x86_64.rpm | 61 kB 00:00:00 >(184/489): librados2-0.94.5-2.el7.x86_64.rpm | 1.7 MB 00:00:00 >(185/489): libreport-centos-2.1.11-40.el7.centos.x86_64.rpm | 50 kB 00:00:00 >(186/489): libreport-cli-2.1.11-40.el7.centos.x86_64.rpm | 51 kB 00:00:00 >(187/489): libreport-plugin-mantisbt-2.1.11-40.el7.centos.x86_64.rpm | 71 kB 00:00:00 >(188/489): libreport-plugin-rhtsupport-2.1.11-40.el7.centos.x86_64.rpm | 77 kB 00:00:00 >(189/489): libreport-plugin-ureport-2.1.11-40.el7.centos.x86_64.rpm | 57 kB 00:00:00 >(190/489): libreport-python-2.1.11-40.el7.centos.x86_64.rpm | 69 kB 00:00:00 >(191/489): libsmbclient-4.7.1-6.el7.x86_64.rpm | 132 kB 00:00:00 >(192/489): libreport-filesystem-2.1.11-40.el7.centos.x86_64.rpm | 39 kB 00:00:00 >(193/489): libreport-web-2.1.11-40.el7.centos.x86_64.rpm | 56 kB 00:00:00 >(194/489): libsss_autofs-1.16.0-19.el7_5.5.x86_64.rpm | 140 kB 00:00:00 >(195/489): librbd1-0.94.5-2.el7.x86_64.rpm | 1.8 MB 00:00:00 >(196/489): libssh-0.7.1-3.el7.x86_64.rpm | 194 kB 00:00:00 >(197/489): libsss_idmap-1.16.0-19.el7_5.5.x86_64.rpm | 142 kB 00:00:00 >(198/489): libtalloc-2.1.10-1.el7.x86_64.rpm | 33 kB 00:00:00 >(199/489): libtar-1.2.11-29.el7.x86_64.rpm | 33 kB 00:00:00 >(200/489): libtdb-1.3.15-1.el7.x86_64.rpm | 48 kB 00:00:00 >(201/489): libtevent-0.9.33-2.el7.x86_64.rpm | 37 kB 00:00:00 >(202/489): libsss_nss_idmap-1.16.0-19.el7_5.5.x86_64.rpm | 148 kB 00:00:00 >(203/489): libtomcrypt-1.17-26.el7.x86_64.rpm | 224 kB 00:00:00 >(204/489): libudisks2-2.7.3-6.el7.x86_64.rpm | 126 kB 00:00:00 >(205/489): libusal-1.1.11-23.el7.x86_64.rpm | 135 kB 00:00:00 >(206/489): libusbx-1.0.21-1.el7.x86_64.rpm | 61 kB 00:00:00 >(207/489): libtommath-0.42.0-6.el7.x86_64.rpm | 36 kB 00:00:00 >(208/489): libvirt-3.9.0-14.el7_5.6.x86_64.rpm | 174 kB 00:00:00 >(209/489): libvirt-daemon-3.9.0-14.el7_5.6.x86_64.rpm | 852 kB 00:00:00 >(210/489): libvirt-daemon-config-network-3.9.0-14.el7_5.6.x86_64.rpm | 175 kB 00:00:00 >(211/489): libvirt-daemon-config-nwfilter-3.9.0-14.el7_5.6.x86_64.rpm | 180 kB 00:00:00 >(212/489): libsss_sudo-1.16.0-19.el7_5.5.x86_64.rpm | 138 kB 00:00:00 >(213/489): libsss_certmap-1.16.0-19.el7_5.5.x86_64.rpm | 166 kB 00:00:00 >(214/489): libvirt-client-3.9.0-14.el7_5.6.x86_64.rpm | 460 kB 00:00:00 >(215/489): libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64.rpm | 220 kB 00:00:00 >(216/489): libvirt-daemon-driver-nwfilter-3.9.0-14.el7_5.6.x86_64.rpm | 243 kB 00:00:00 >(217/489): libvirt-daemon-driver-nodedev-3.9.0-14.el7_5.6.x86_64.rpm | 221 kB 00:00:00 >(218/489): libvirt-daemon-driver-secret-3.9.0-14.el7_5.6.x86_64.rpm | 210 kB 00:00:00 >(219/489): libvirt-daemon-driver-qemu-3.9.0-14.el7_5.6.x86_64.rpm | 714 kB 00:00:00 >(220/489): libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64.rpm | 173 kB 00:00:00 >(221/489): libvirt-daemon-driver-storage-core-3.9.0-14.el7_5.6.x86_64.rpm | 405 kB 00:00:00 >(222/489): libvirt-daemon-driver-storage-disk-3.9.0-14.el7_5.6.x86_64.rpm | 182 kB 00:00:00 >(223/489): libvirt-daemon-driver-storage-gluster-3.9.0-14.el7_5.6.x86_64.rpm | 183 kB 00:00:00 >(224/489): libvirt-daemon-driver-storage-logical-3.9.0-14.el7_5.6.x86_64.rpm | 183 kB 00:00:00 >(225/489): libvirt-daemon-driver-storage-iscsi-3.9.0-14.el7_5.6.x86_64.rpm | 179 kB 00:00:00 >(226/489): libvirt-daemon-driver-storage-mpath-3.9.0-14.el7_5.6.x86_64.rpm | 178 kB 00:00:00 >(227/489): libvirt-daemon-driver-storage-scsi-3.9.0-14.el7_5.6.x86_64.rpm | 179 kB 00:00:00 >(228/489): libvirt-daemon-driver-storage-rbd-3.9.0-14.el7_5.6.x86_64.rpm | 185 kB 00:00:00 >(229/489): libvirt-daemon-kvm-3.9.0-14.el7_5.6.x86_64.rpm | 173 kB 00:00:00 >(230/489): libvirt-lock-sanlock-3.9.0-14.el7_5.6.x86_64.rpm | 225 kB 00:00:00 >(231/489): libvirt-python-3.9.0-1.el7.x86_64.rpm | 335 kB 00:00:00 >(232/489): libwbclient-4.7.1-6.el7.x86_64.rpm | 107 kB 00:00:00 >(233/489): libwsman1-2.6.3-3.git4391e5c.el7.x86_64.rpm | 139 kB 00:00:00 >(234/489): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:00:00 >(235/489): lldpad-1.0.1-3.git036e314.el7.x86_64.rpm | 283 kB 00:00:00 >(236/489): lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64.rpm | 41 kB 00:00:00 >(237/489): lshw-B.02.18-12.el7.x86_64.rpm | 321 kB 00:00:00 >(238/489): lsof-4.87-5.el7.x86_64.rpm | 331 kB 00:00:00 >(239/489): libvirt-libs-3.9.0-14.el7_5.6.x86_64.rpm | 4.1 MB 00:00:00 >(240/489): lsscsi-0.27-6.el7.x86_64.rpm | 47 kB 00:00:00 >(241/489): lvm2-2.02.177-4.el7.x86_64.rpm | 1.3 MB 00:00:00 >(242/489): lvm2-libs-2.02.177-4.el7.x86_64.rpm | 1.0 MB 00:00:00 >(243/489): lzop-1.03-10.el7.x86_64.rpm | 54 kB 00:00:00 >(244/489): mailx-12.5-19.el7.x86_64.rpm | 245 kB 00:00:00 >(245/489): m2crypto-0.21.1-17.el7.x86_64.rpm | 429 kB 00:00:00 >(246/489): mdadm-4.0-13.el7.x86_64.rpm | 431 kB 00:00:00 >(247/489): mpfr-3.1.1-4.el7.x86_64.rpm | 203 kB 00:00:00 >(248/489): mtools-4.0.18-5.el7.x86_64.rpm | 203 kB 00:00:00 >(249/489): libreport-2.1.11-40.el7.centos.x86_64.rpm | 451 kB 00:00:02 >(250/489): net-snmp-5.7.2-33.el7_5.2.x86_64.rpm | 330 kB 00:00:00 >(251/489): mom-0.5.12-1.el7.centos.noarch.rpm | 126 kB 00:00:00 >(252/489): libvirt-daemon-driver-network-3.9.0-14.el7_5.6.x86_64.rpm | 389 kB 00:00:01 >(253/489): net-snmp-agent-libs-5.7.2-33.el7_5.2.x86_64.rpm | 705 kB 00:00:00 >(254/489): libvirt-daemon-driver-lxc-3.9.0-14.el7_5.6.x86_64.rpm | 902 kB 00:00:01 >(255/489): netcf-libs-0.2.8-4.el7.x86_64.rpm | 70 kB 00:00:00 >(256/489): net-snmp-utils-5.7.2-33.el7_5.2.x86_64.rpm | 198 kB 00:00:00 >(257/489): ntp-4.2.6p5-28.el7.centos.x86_64.rpm | 549 kB 00:00:00 >(258/489): numactl-2.0.9-7.el7.x86_64.rpm | 66 kB 00:00:00 >(259/489): numad-0.5-18.20150602git.el7.x86_64.rpm | 35 kB 00:00:00 >(260/489): nettle-2.7.1-8.el7.x86_64.rpm | 327 kB 00:00:00 >(261/489): oddjob-0.31.5-4.el7.x86_64.rpm | 69 kB 00:00:00 >(262/489): ntpdate-4.2.6p5-28.el7.centos.x86_64.rpm | 86 kB 00:00:00 >(263/489): oddjob-mkhomedir-0.31.5-4.el7.x86_64.rpm | 38 kB 00:00:00 >(264/489): nmap-ncat-6.40-13.el7.x86_64.rpm | 205 kB 00:00:00 >(265/489): openvswitch-ovn-common-2.9.0-4.el7.x86_64.rpm | 2.4 MB 00:00:00 >(266/489): openvswitch-2.9.0-4.el7.x86_64.rpm | 6.1 MB 00:00:00 >(267/489): openwsman-python-2.6.3-3.git4391e5c.el7.x86_64.rpm | 109 kB 00:00:00 >(268/489): net-snmp-libs-5.7.2-33.el7_5.2.x86_64.rpm | 749 kB 00:00:01 >(269/489): osinfo-db-tools-1.1.0-1.el7.x86_64.rpm | 79 kB 00:00:00 >(270/489): opus-1.0.2-6.el7.x86_64.rpm | 630 kB 00:00:00 >(271/489): osinfo-db-20170813-6.el7.noarch.rpm | 142 kB 00:00:00 >(272/489): otopi-1.7.8-1.el7.noarch.rpm | 167 kB 00:00:00 >(273/489): openvswitch-ovn-host-2.9.0-4.el7.x86_64.rpm | 918 kB 00:00:00 >(274/489): ovirt-engine-sdk-python-3.6.9.1-1.el7.noarch.rpm | 481 kB 00:00:00 >(275/489): ovirt-host-4.2.3-1.el7.x86_64.rpm | 8.0 kB 00:00:00 >(276/489): ovirt-host-dependencies-4.2.3-1.el7.x86_64.rpm | 7.9 kB 00:00:00 >(277/489): ovirt-host-deploy-1.7.4-1.el7.noarch.rpm | 94 kB 00:00:00 >(278/489): ovirt-hosted-engine-ha-2.2.16-1.el7.noarch.rpm | 312 kB 00:00:00 >(279/489): ovirt-hosted-engine-setup-2.2.25-1.el7.noarch.rpm | 394 kB 00:00:00 >(280/489): ovirt-imageio-common-1.4.2-0.el7.noarch.rpm | 30 kB 00:00:00 >(281/489): ovirt-imageio-daemon-1.4.2-0.el7.noarch.rpm | 37 kB 00:00:00 >(282/489): ovirt-provider-ovn-driver-1.2.13-1.el7.noarch.rpm | 18 kB 00:00:00 >(283/489): ovirt-setup-lib-1.1.4-1.el7.centos.noarch.rpm | 19 kB 00:00:00 >(284/489): ovirt-vmconsole-1.0.5-4.el7.centos.noarch.rpm | 31 kB 00:00:00 >(285/489): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00:00 >(286/489): pciutils-3.5.1-3.el7.x86_64.rpm | 93 kB 00:00:00 >(287/489): ovirt-vmconsole-host-1.0.5-4.el7.centos.noarch.rpm | 17 kB 00:00:00 >(288/489): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00:00 >(289/489): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00:00 >(290/489): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00:00 >(291/489): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00:00 >(292/489): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00:00 >(293/489): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00:00 >(294/489): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00:00 >(295/489): perl-Getopt-Long-2.40-3.el7.noarch.rpm | 56 kB 00:00:00 >(296/489): perl-Pod-Escapes-1.04-292.el7.noarch.rpm | 51 kB 00:00:00 >(297/489): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00:00 >(298/489): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:00:01 >(299/489): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00:00 >(300/489): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00:00 >(301/489): perl-Socket-2.010-4.el7.x86_64.rpm | 49 kB 00:00:00 >(302/489): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00:00 >(303/489): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00:00 >(304/489): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00:00 >(305/489): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00:00 >(306/489): perl-hivex-1.3.10-6.9.el7.x86_64.rpm | 41 kB 00:00:00 >(307/489): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00:00 >(308/489): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00:00 >(309/489): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00:00 >(310/489): perl-macros-5.16.3-292.el7.x86_64.rpm | 43 kB 00:00:00 >(311/489): perl-libs-5.16.3-292.el7.x86_64.rpm | 688 kB 00:00:00 >(312/489): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00:00 >(313/489): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00:00 >(314/489): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00:00 >(315/489): perl-5.16.3-292.el7.x86_64.rpm | 8.0 MB 00:00:02 >(316/489): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00:00 >(317/489): pexpect-2.3-11.el7.noarch.rpm | 142 kB 00:00:00 >(318/489): psmisc-22.20-15.el7.x86_64.rpm | 141 kB 00:00:00 >(319/489): python-augeas-0.5.0-2.el7.noarch.rpm | 25 kB 00:00:00 >(320/489): pulp-rpm-handlers-2.13.4.8-1.el7.noarch.rpm | 74 kB 00:00:00 >(321/489): python-cffi-1.6.0-5.el7.x86_64.rpm | 218 kB 00:00:00 >(322/489): pygobject2-2.28.6-11.el7.x86_64.rpm | 226 kB 00:00:00 >(323/489): python-dmidecode-3.12.2-2.el7.x86_64.rpm | 83 kB 00:00:00 >(324/489): python-daemon-1.6-4.el7.noarch.rpm | 26 kB 00:00:00 >(325/489): python-dns-1.12.0-4.20150617git465785f.el7.noarch.rpm | 233 kB 00:00:00 >(326/489): python-dateutil-2.4.2-1.el7.noarch.rpm | 83 kB 00:00:00 >(327/489): python-ethtool-0.8-5.el7.x86_64.rpm | 33 kB 00:00:00 >(328/489): python-firewall-0.4.4.4-14.el7.noarch.rpm | 328 kB 00:00:00 >(329/489): python-enum34-1.0.4-1.el7.noarch.rpm | 52 kB 00:00:00 >(330/489): python-gofer-2.7.8-1.el7.noarch.rpm | 132 kB 00:00:00 >(331/489): python-gssapi-1.2.0-3.el7.x86_64.rpm | 322 kB 00:00:00 >(332/489): python-idna-2.4-1.el7.noarch.rpm | 94 kB 00:00:00 >(333/489): python-gofer-proton-2.7.8-1.el7.noarch.rpm | 54 kB 00:00:00 >(334/489): postfix-2.10.1-6.el7.x86_64.rpm | 2.4 MB 00:00:01 >(335/489): python-inotify-0.9.4-4.el7.noarch.rpm | 49 kB 00:00:00 >(336/489): python-jwcrypto-0.4.2-1.el7.noarch.rpm | 57 kB 00:00:00 >(337/489): python-httplib2-0.9.2-1.el7.noarch.rpm | 115 kB 00:00:00 >(338/489): python-isodate-0.5.4-8.el7.noarch.rpm | 54 kB 00:00:00 >(339/489): python-ipaddr-2.1.11-1.el7.noarch.rpm | 35 kB 00:00:00 >(340/489): python-ldap-2.4.15-2.el7.x86_64.rpm | 159 kB 00:00:00 >(341/489): python-libguestfs-1.36.10-6.el7_5.2.x86_64.rpm | 203 kB 00:00:00 >(342/489): python-lockfile-0.9.1-4.el7.centos.noarch.rpm | 28 kB 00:00:00 >(343/489): python-keyczar-0.71c-2.el7.noarch.rpm | 217 kB 00:00:00 >(344/489): python-netifaces-0.10.4-3.el7.x86_64.rpm | 17 kB 00:00:00 >(345/489): python-libipa_hbac-1.16.0-19.el7_5.5.x86_64.rpm | 131 kB 00:00:00 >(346/489): python-lxml-3.2.1-4.el7.x86_64.rpm | 758 kB 00:00:00 >(347/489): python-nss-0.16.0-3.el7.x86_64.rpm | 266 kB 00:00:00 >(348/489): python-paramiko-2.1.1-4.el7.noarch.rpm | 268 kB 00:00:00 >(349/489): python-ply-3.4-11.el7.noarch.rpm | 123 kB 00:00:00 >(350/489): python-netaddr-0.7.18-1.el7.noarch.rpm | 1.3 MB 00:00:00 >(351/489): python-pthreading-0.1.3-3.el7.noarch.rpm | 17 kB 00:00:00 >(352/489): python-pulp-agent-lib-2.13.4.10-1.el7.noarch.rpm | 92 kB 00:00:00 >(353/489): python-ovirt-engine-sdk4-4.2.7-2.el7.x86_64.rpm | 523 kB 00:00:00 >(354/489): python-pulp-common-2.13.4.10-1.el7.noarch.rpm | 124 kB 00:00:00 >(355/489): python-qrcode-core-5.0.1-1.el7.noarch.rpm | 40 kB 00:00:00 >(356/489): python-pycparser-2.14-1.el7.noarch.rpm | 104 kB 00:00:00 >(357/489): python-slip-dbus-0.4.0-4.el7.noarch.rpm | 32 kB 00:00:00 >(358/489): python-slip-0.4.0-4.el7.noarch.rpm | 31 kB 00:00:00 >(359/489): python-pulp-rpm-common-2.13.4.8-1.el7.noarch.rpm | 67 kB 00:00:00 >(360/489): python-suds-0.4.1-5.el7.noarch.rpm | 204 kB 00:00:00 >(361/489): python-sss-murmur-1.16.0-19.el7_5.5.x86_64.rpm | 120 kB 00:00:00 >(362/489): python-webob-1.2.3-7.el7.noarch.rpm | 202 kB 00:00:00 >(363/489): python-subprocess32-3.2.6-7.el7.x86_64.rpm | 45 kB 00:00:00 >(364/489): python-yubico-1.2.3-1.el7.noarch.rpm | 47 kB 00:00:00 >(365/489): python-sssdconfig-1.16.0-19.el7_5.5.noarch.rpm | 164 kB 00:00:00 >(366/489): python2-ioprocess-1.1.2-1.el7.x86_64.rpm | 27 kB 00:00:00 >(367/489): python2-cryptography-1.7.2-2.el7.x86_64.rpm | 502 kB 00:00:00 >(368/489): python2-jmespath-0.9.0-5.el7.noarch.rpm | 39 kB 00:00:00 >(369/489): python2-ipaclient-4.5.4-10.el7.centos.3.noarch.rpm | 652 kB 00:00:00 >(370/489): python2-crypto-2.6.1-15.el7.x86_64.rpm | 477 kB 00:00:00 >(371/489): python2-ipalib-4.5.4-10.el7.centos.3.noarch.rpm | 656 kB 00:00:00 >(372/489): python2-pyasn1-modules-0.1.9-7.el7.noarch.rpm | 59 kB 00:00:00 >(373/489): python2-pyasn1-0.1.9-7.el7.noarch.rpm | 100 kB 00:00:00 >(374/489): python2-openvswitch-2.9.0-4.el7.noarch.rpm | 168 kB 00:00:00 >(375/489): pyusb-1.0.0-0.11.b1.el7.noarch.rpm | 66 kB 00:00:00 >(376/489): python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm | 88 kB 00:00:00 >(377/489): python2-six-1.10.0-9.el7.noarch.rpm | 31 kB 00:00:00 >(378/489): python2-qpid-proton-0.21.0-2.el7.x86_64.rpm | 226 kB 00:00:00 >(379/489): qemu-kvm-common-ev-2.10.0-21.el7_5.4.1.x86_64.rpm | 1.1 MB 00:00:00 >(380/489): qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64.rpm | 1.2 MB 00:00:00 >(381/489): radvd-1.9.2-9.el7_5.4.x86_64.rpm | 85 kB 00:00:00 >(382/489): rng-tools-5-13.el7.x86_64.rpm | 36 kB 00:00:00 >(383/489): rdma-core-15-7.el7_5.x86_64.rpm | 48 kB 00:00:00 >(384/489): ruby-2.0.0.648-33.el7_4.x86_64.rpm | 71 kB 00:00:00 >(385/489): ruby-irb-2.0.0.648-33.el7_4.noarch.rpm | 92 kB 00:00:00 >(386/489): qpid-proton-c-0.21.0-2.el7.x86_64.rpm | 182 kB 00:00:00 >(387/489): rubygem-bigdecimal-1.2.0-33.el7_4.x86_64.rpm | 83 kB 00:00:00 >(388/489): qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64.rpm | 2.9 MB 00:00:00 >(389/489): rubygem-elasticsearch-2.0.2-1.el7.noarch.rpm | 5.6 kB 00:00:00 >(390/489): rubygem-cool.io-1.5.1-1.el7.x86_64.rpm | 60 kB 00:00:00 >(391/489): rubygem-elasticsearch-transport-2.0.2-1.el7.noarch.rpm | 19 kB 00:00:00 >(392/489): rubygem-elasticsearch-api-2.0.2-1.el7.noarch.rpm | 69 kB 00:00:00 >(393/489): rubygem-excon-0.58.0-2.el7.noarch.rpm | 41 kB 00:00:00 >(394/489): rubygem-faraday-0.13.0-1.el7.noarch.rpm | 38 kB 00:00:00 >(395/489): rubygem-fluent-plugin-collectd-nest-0.1.4-1.el7.noarch.rpm | 6.1 kB 00:00:00 >(396/489): rubygem-fluent-plugin-elasticsearch-1.9.5.1-1.el7.noarch.rpm | 17 kB 00:00:00 >(397/489): rubygem-fluent-plugin-rewrite-tag-filter-1.5.6-1.el7.noarch.rpm | 9.3 kB 00:00:00 >(398/489): ruby-libs-2.0.0.648-33.el7_4.x86_64.rpm | 2.8 MB 00:00:01 >(399/489): rubygem-fluent-plugin-secure-forward-0.4.5-1.el7.noarch.rpm | 32 kB 00:00:00 >(400/489): rubygem-fluent-plugin-viaq_data_model-0.0.13-1.el7.noarch.rpm | 15 kB 00:00:00 >(401/489): rubygem-io-console-0.4.2-33.el7_4.x86_64.rpm | 54 kB 00:00:00 >(402/489): rubygem-http_parser.rb-0.6.0-2.el7.x86_64.rpm | 21 kB 00:00:00 >(403/489): rubygem-json-2.0.2-2.el7.x86_64.rpm | 46 kB 00:00:00 >(404/489): rubygem-msgpack-1.2.0-1.el7.x86_64.rpm | 45 kB 00:00:00 >(405/489): rubygem-multi_json-1.12.1-1.el7.noarch.rpm | 18 kB 00:00:00 >(406/489): rubygem-multipart-post-2.0.0-2.el7.noarch.rpm | 9.7 kB 00:00:00 >(407/489): rubygem-psych-2.0.0-33.el7_4.x86_64.rpm | 82 kB 00:00:00 >(408/489): rubygem-proxifier-1.0.3-3.el7.noarch.rpm | 10 kB 00:00:00 >(409/489): rubygem-resolve-hostname-0.1.0-1.el7.noarch.rpm | 6.9 kB 00:00:00 >(410/489): rubygem-sigdump-0.2.4-1.el7.noarch.rpm | 6.3 kB 00:00:00 >(411/489): rubygem-rdoc-4.0.0-33.el7_4.noarch.rpm | 322 kB 00:00:00 >(412/489): rubygem-string-scrub-0.0.5-3.el7.x86_64.rpm | 12 kB 00:00:00 >(413/489): rubygem-thread_safe-0.3.6-1.el7.noarch.rpm | 30 kB 00:00:00 >(414/489): rubygem-tzinfo-1.2.3-1.el7.noarch.rpm | 41 kB 00:00:00 >(415/489): rubygems-2.0.14.1-33.el7_4.noarch.rpm | 219 kB 00:00:00 >(416/489): safelease-1.0-7.el7.x86_64.rpm | 21 kB 00:00:00 >(417/489): rubygem-yajl-ruby-1.3.1-1.el7.x86_64.rpm | 140 kB 00:00:00 >(418/489): samba-common-4.7.1-6.el7.noarch.rpm | 205 kB 00:00:00 >(419/489): sanlock-lib-3.6.0-1.el7.x86_64.rpm | 50 kB 00:00:00 >(420/489): sanlock-python-3.6.0-1.el7.x86_64.rpm | 18 kB 00:00:00 >(421/489): samba-common-libs-4.7.1-6.el7.x86_64.rpm | 162 kB 00:00:00 >(422/489): satyr-0.13-14.el7.x86_64.rpm | 538 kB 00:00:00 >(423/489): sanlock-3.6.0-1.el7.x86_64.rpm | 120 kB 00:00:00 >(424/489): scrub-2.5.2-7.el7.x86_64.rpm | 41 kB 00:00:00 >(425/489): seavgabios-bin-1.11.0-2.el7.noarch.rpm | 38 kB 00:00:00 >(426/489): screen-4.1.0-0.25.20120314git3c2946.el7.x86_64.rpm | 552 kB 00:00:00 >(427/489): seabios-bin-1.11.0-2.el7.noarch.rpm | 112 kB 00:00:00 >(428/489): sgabios-bin-0.20110622svn-4.el7.noarch.rpm | 7.1 kB 00:00:00 >(429/489): sg3_utils-1.37-12.el7.x86_64.rpm | 644 kB 00:00:00 >(430/489): sg3_utils-libs-1.37-12.el7.x86_64.rpm | 64 kB 00:00:00 >(431/489): socat-1.7.3.2-2.el7.x86_64.rpm | 290 kB 00:00:00 >(432/489): squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm | 101 kB 00:00:00 >(433/489): sshpass-1.06-2.el7.x86_64.rpm | 21 kB 00:00:00 >(434/489): sssd-1.16.0-19.el7_5.5.x86_64.rpm | 129 kB 00:00:00 >(435/489): spice-server-0.14.0-2.el7_5.4.x86_64.rpm | 402 kB 00:00:00 >(436/489): sssd-ad-1.16.0-19.el7_5.5.x86_64.rpm | 255 kB 00:00:00 >(437/489): sos-3.5-9.el7.centos.noarch.rpm | 414 kB 00:00:00 >(438/489): sssd-common-pac-1.16.0-19.el7_5.5.x86_64.rpm | 200 kB 00:00:00 >(439/489): sssd-client-1.16.0-19.el7_5.5.x86_64.rpm | 196 kB 00:00:00 >(440/489): sssd-ipa-1.16.0-19.el7_5.5.x86_64.rpm | 344 kB 00:00:00 >(441/489): sssd-krb5-1.16.0-19.el7_5.5.x86_64.rpm | 171 kB 00:00:00 >(442/489): sssd-common-1.16.0-19.el7_5.5.x86_64.rpm | 1.4 MB 00:00:00 >(443/489): sssd-krb5-common-1.16.0-19.el7_5.5.x86_64.rpm | 203 kB 00:00:00 >(444/489): sssd-proxy-1.16.0-19.el7_5.5.x86_64.rpm | 164 kB 00:00:00 >(445/489): sssd-ldap-1.16.0-19.el7_5.5.x86_64.rpm | 240 kB 00:00:00 >(446/489): subscription-manager-rhsm-1.20.11-1.el7.centos.x86_64.rpm | 285 kB 00:00:00 >(447/489): subscription-manager-rhsm-certificates-1.20.11-1.el7.centos.x86_64.rpm | 195 kB 00:00:00 >(448/489): subscription-manager-1.20.11-1.el7.centos.x86_64.rpm | 993 kB 00:00:00 >(449/489): samba-client-libs-4.7.1-6.el7.x86_64.rpm | 4.8 MB 00:00:04 >(450/489): syslinux-extlinux-4.05-13.el7.x86_64.rpm | 363 kB 00:00:00 >(451/489): supermin5-5.1.19-1.el7.x86_64.rpm | 637 kB 00:00:00 >(452/489): systemd-python-219-57.el7.x86_64.rpm | 128 kB 00:00:00 >(453/489): sysstat-10.1.5-13.el7.x86_64.rpm | 310 kB 00:00:00 >(454/489): telnet-0.17-64.el7.x86_64.rpm | 64 kB 00:00:00 >(455/489): tree-1.6.0-10.el7.x86_64.rpm | 46 kB 00:00:00 >(456/489): trousers-0.3.14-2.el7.x86_64.rpm | 289 kB 00:00:00 >(457/489): udisks2-iscsi-2.7.3-6.el7.x86_64.rpm | 36 kB 00:00:00 >(458/489): udisks2-2.7.3-6.el7.x86_64.rpm | 399 kB 00:00:00 >(459/489): tcpdump-4.9.2-3.el7.x86_64.rpm | 421 kB 00:00:00 >(460/489): udisks2-lvm2-2.7.3-6.el7.x86_64.rpm | 60 kB 00:00:00 >(461/489): usbredir-0.7.1-3.el7.x86_64.rpm | 47 kB 00:00:00 >(462/489): syslinux-4.05-13.el7.x86_64.rpm | 989 kB 00:00:01 >(463/489): usermode-1.111-5.el7.x86_64.rpm | 193 kB 00:00:00 >(464/489): unbound-libs-1.6.6-1.el7.x86_64.rpm | 405 kB 00:00:00 >(465/489): unzip-6.0-19.el7.x86_64.rpm | 170 kB 00:00:00 >(466/489): vdsm-4.20.35-1.el7.x86_64.rpm | 77 kB 00:00:00 >(467/489): vdsm-api-4.20.35-1.el7.noarch.rpm | 98 kB 00:00:00 >(468/489): vdsm-client-4.20.35-1.el7.noarch.rpm | 23 kB 00:00:00 >(469/489): vdsm-common-4.20.35-1.el7.noarch.rpm | 121 kB 00:00:00 >(470/489): vdsm-hook-ethtool-options-4.20.35-1.el7.noarch.rpm | 5.7 kB 00:00:00 >(471/489): vdsm-hook-fcoe-4.20.35-1.el7.noarch.rpm | 6.0 kB 00:00:00 >(472/489): vdsm-hook-openstacknet-4.20.35-1.el7.noarch.rpm | 14 kB 00:00:00 >(473/489): vdsm-hook-vfio-mdev-4.20.35-1.el7.noarch.rpm | 5.7 kB 00:00:00 >(474/489): vdsm-hook-vhostmd-4.20.35-1.el7.noarch.rpm | 12 kB 00:00:00 >(475/489): vdsm-hook-vmfex-dev-4.20.35-1.el7.noarch.rpm | 6.7 kB 00:00:00 >(476/489): vdsm-http-4.20.35-1.el7.noarch.rpm | 11 kB 00:00:00 >(477/489): vdsm-jsonrpc-4.20.35-1.el7.noarch.rpm | 26 kB 00:00:00 >(478/489): vdsm-network-4.20.35-1.el7.x86_64.rpm | 278 kB 00:00:00 >(479/489): vdsm-python-4.20.35-1.el7.noarch.rpm | 1.2 MB 00:00:00 >(480/489): vdsm-yajsonrpc-4.20.35-1.el7.noarch.rpm | 34 kB 00:00:00 >(481/489): virt-install-1.4.3-3.el7.noarch.rpm | 94 kB 00:00:00 >(482/489): vhostmd-0.5-12.el7.x86_64.rpm | 44 kB 00:00:00 >(483/489): volume_key-libs-0.3.9-8.el7.x86_64.rpm | 140 kB 00:00:00 >(484/489): xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64.rpm | 32 kB 00:00:00 >(485/489): yajl-2.0.4-4.el7.x86_64.rpm | 39 kB 00:00:00 >(486/489): xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64.rpm | 130 kB 00:00:00 >(487/489): virt-manager-common-1.4.3-3.el7.noarch.rpm | 1.2 MB 00:00:01 >(488/489): virt-v2v-1.36.10-6.el7_5.2.x86_64.rpm | 12 MB 00:00:05 >(489/489): ovirt-engine-appliance-4.2-20180731.1.el7.noarch.rpm | 991 MB 00:01:37 >-------------------------------------------------------------------------------------------------------------------------------- >Total 11 MB/s | 1.1 GB 00:01:49 >Retrieving key from https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools >Importing GPG key 0x51BC2A13: > Userid : "CentOS OpsTools SIG (https://wiki.centos.org/SpecialInterestGroup/OpsTools) <security@centos.org>" > Fingerprint: 7872 8176 9ad7 3878 85ee a649 4fd9 5327 51bc 2a13 > From : https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools >Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-4.2 >Importing GPG key 0xFE590CB7: > Userid : "oVirt <infra@ovirt.org>" > Fingerprint: 31a5 d783 7fad 7cb2 86cd 3469 ab8c 4f9d fe59 0cb7 > Package : ovirt-release42-4.2.5.1-1.el7.noarch (installed) > From : /etc/pki/rpm-gpg/RPM-GPG-ovirt-4.2 >Retrieving key from https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization >Importing GPG key 0x61E8806C: > Userid : "CentOS Virtualization SIG (http://wiki.centos.org/SpecialInterestGroup/Virtualization) <security@centos.org>" > Fingerprint: a7c8 e761 309d 2f1c 92c5 0b62 7aeb be82 61e8 806c > From : https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization >Retrieving key from https://raw.githubusercontent.com/CentOS-Storage-SIG/centos-release-storage-common/master/RPM-GPG-KEY-CentOS-SIG-Storage >Importing GPG key 0xE451E5B5: > Userid : "CentOS Storage SIG (http://wiki.centos.org/SpecialInterestGroup/Storage) <security@centos.org>" > Fingerprint: 7412 9c0b 173b 071a 3775 951a d4a2 e50b e451 e5b5 > From : https://raw.githubusercontent.com/CentOS-Storage-SIG/centos-release-storage-common/master/RPM-GPG-KEY-CentOS-SIG-Storage >Running transaction check >Running transaction test >Transaction test succeeded >Running transaction > Installing : python2-six-1.10.0-9.el7.noarch 1/490 > Installing : ruby-libs-2.0.0.648-33.el7_4.x86_64 2/490 > Installing : libtalloc-2.1.10-1.el7.x86_64 3/490 > Installing : satyr-0.13-14.el7.x86_64 4/490 > Installing : yajl-2.0.4-4.el7.x86_64 5/490 > Installing : libtevent-0.9.33-2.el7.x86_64 6/490 > Installing : 1:telnet-0.17-64.el7.x86_64 7/490 > Installing : augeas-libs-1.4.0-5.el7_5.1.x86_64 8/490 > Installing : libtdb-1.3.15-1.el7.x86_64 9/490 > Installing : glusterfs-libs-3.12.11-1.el7.x86_64 10/490 > Installing : libblockdev-utils-2.12-3.el7.x86_64 11/490 > Installing : libldb-1.2.2-1.el7.x86_64 12/490 > Installing : libdhash-0.5.0-29.el7.x86_64 13/490 > Installing : libsss_certmap-1.16.0-19.el7_5.5.x86_64 14/490 > Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 15/490 > Installing : json-c-0.11-4.el7_0.x86_64 16/490 > Installing : avahi-libs-0.6.31-19.el7.x86_64 17/490 > Installing : libtar-1.2.11-29.el7.x86_64 18/490 > Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 19/490 > Installing : 1:python-dateutil-2.4.2-1.el7.noarch 20/490 > Installing : libsss_idmap-1.16.0-19.el7_5.5.x86_64 21/490 > Installing : libaio-0.3.109-13.el7.x86_64 22/490 > Installing : nettle-2.7.1-8.el7.x86_64 23/490 > Installing : otopi-1.7.8-1.el7.noarch 24/490 > Installing : collectd-5.8.0-6.1.el7.x86_64 25/490 > Installing : hwdata-0.252-8.8.el7.x86_64 26/490 > Installing : python2-pyasn1-0.1.9-7.el7.noarch 27/490 > Installing : psmisc-22.20-15.el7.x86_64 28/490 > Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-7.el7.x86_64 29/490 > Installing : iscsi-initiator-utils-6.2.0.874-7.el7.x86_64 30/490 > Installing : python-dmidecode-3.12.2-2.el7.x86_64 31/490 > Installing : python-netaddr-0.7.18-1.el7.noarch 32/490 > Installing : python-enum34-1.0.4-1.el7.noarch 33/490 > Installing : firewalld-filesystem-0.4.4.4-14.el7.noarch 34/490 > Installing : iptables-services-1.4.21-24.1.el7_5.x86_64 35/490 > Installing : 1:openvswitch-2.9.0-4.el7.x86_64 36/490 > Installing : sanlock-lib-3.6.0-1.el7.x86_64 37/490 > Installing : sanlock-3.6.0-1.el7.x86_64 38/490 > Installing : sanlock-python-3.6.0-1.el7.x86_64 39/490 > Installing : glusterfs-cli-3.12.11-1.el7.x86_64 40/490 > Installing : glusterfs-3.12.11-1.el7.x86_64 41/490 > Installing : python-augeas-0.5.0-2.el7.noarch 42/490 > Installing : ovirt-vmconsole-1.0.5-4.el7.centos.noarch 43/490 > Installing : fuse-libs-2.9.2-10.el7.x86_64 44/490 > Installing : bzip2-1.0.6-13.el7.x86_64 45/490 > Installing : lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64 46/490 > Installing : 14:libpcap-1.5.3-11.el7.x86_64 47/490 > Installing : libxslt-1.1.28-5.el7.x86_64 48/490 > Installing : samba-common-4.7.1-6.el7.noarch 49/490 > Installing : bridge-utils-1.5-9.el7.x86_64 50/490 > Installing : json-glib-1.2.6-1.el7.x86_64 51/490 > Installing : vdsm-api-4.20.35-1.el7.noarch 52/490 > Installing : boost-system-1.53.0-27.el7.x86_64 53/490 > Installing : gperftools-libs-2.6.1-1.el7.x86_64 54/490 > Installing : 7:device-mapper-event-libs-1.02.146-4.el7.x86_64 55/490 > Installing : ipa-common-4.5.4-10.el7.centos.3.noarch 56/490 > Installing : libgudev1-219-57.el7.x86_64 57/490 > Installing : 1:net-snmp-libs-5.7.2-33.el7_5.2.x86_64 58/490 > Installing : 1:net-snmp-utils-5.7.2-33.el7_5.2.x86_64 59/490 > Installing : cyrus-sasl-gssapi-2.1.26-23.el7.x86_64 60/490 > Installing : dosfstools-3.0.20-9.el7.x86_64 61/490 > Installing : boost-thread-1.53.0-27.el7.x86_64 62/490 > Installing : 1:librados2-0.94.5-2.el7.x86_64 63/490 > Installing : 1:librbd1-0.94.5-2.el7.x86_64 64/490 > Installing : device-mapper-multipath-libs-0.4.9-119.el7.x86_64 65/490 > Installing : device-mapper-multipath-0.4.9-119.el7.x86_64 66/490 > Installing : python-lxml-3.2.1-4.el7.x86_64 67/490 > Installing : sos-3.5-9.el7.centos.noarch 68/490 > Installing : 1:openvswitch-ovn-common-2.9.0-4.el7.x86_64 69/490 > Installing : python-gssapi-1.2.0-3.el7.x86_64 70/490 > Installing : osinfo-db-20170813-6.el7.noarch 71/490 > Installing : libpciaccess-0.14-1.el7.x86_64 72/490 > Installing : device-mapper-persistent-data-0.7.3-3.el7.x86_64 73/490 > Installing : glusterfs-client-xlators-3.12.11-1.el7.x86_64 74/490 > Installing : glusterfs-api-3.12.11-1.el7.x86_64 75/490 > Installing : rubygem-yajl-ruby-1.3.1-1.el7.x86_64 76/490 > Installing : rubygem-multi_json-1.12.1-1.el7.noarch 77/490 > Installing : 1:perl-parent-0.225-244.el7.noarch 78/490 > Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 79/490 > Installing : perl-podlators-2.5.1-3.el7.noarch 80/490 > Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 81/490 > Installing : perl-Text-ParseWords-3.29-4.el7.noarch 82/490 > Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 83/490 > Installing : perl-Encode-2.51-7.el7.x86_64 84/490 > Installing : perl-Pod-Usage-1.63-3.el7.noarch 85/490 > Installing : 4:perl-libs-5.16.3-292.el7.x86_64 86/490 > Installing : 4:perl-macros-5.16.3-292.el7.x86_64 87/490 > Installing : perl-Storable-2.45-3.el7.x86_64 88/490 > Installing : perl-Filter-1.49-3.el7.x86_64 89/490 > Installing : perl-Exporter-5.68-3.el7.noarch 90/490 > Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 91/490 > Installing : perl-Time-Local-1.2300-2.el7.noarch 92/490 > Installing : perl-constant-1.27-2.el7.noarch 93/490 > Installing : perl-threads-shared-1.43-6.el7.x86_64 94/490 > Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 95/490 > Installing : perl-Socket-2.010-4.el7.x86_64 96/490 > Installing : perl-Carp-1.26-244.el7.noarch 97/490 > Installing : perl-File-Temp-0.23.01-3.el7.noarch 98/490 > Installing : perl-File-Path-2.09-2.el7.noarch 99/490 > Installing : perl-PathTools-3.40-5.el7.x86_64 100/490 > Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 101/490 > Installing : perl-Getopt-Long-2.40-3.el7.noarch 102/490 > Installing : perl-threads-1.87-4.el7.x86_64 103/490 > Installing : 4:perl-5.16.3-292.el7.x86_64 104/490 > Installing : python-subprocess32-3.2.6-7.el7.x86_64 105/490 > Installing : python-gofer-2.7.8-1.el7.noarch 106/490 > Installing : vdsm-yajsonrpc-4.20.35-1.el7.noarch 107/490 > Installing : numactl-2.0.9-7.el7.x86_64 108/490 > Installing : unbound-libs-1.6.6-1.el7.x86_64 109/490 > Installing : libsss_autofs-1.16.0-19.el7_5.5.x86_64 110/490 > Installing : libreport-filesystem-2.1.11-40.el7.centos.x86_64 111/490 > Installing : libreport-2.1.11-40.el7.centos.x86_64 112/490 > Installing : libreport-python-2.1.11-40.el7.centos.x86_64 113/490 > Installing : abrt-libs-2.1.11-50.el7.centos.x86_64 114/490 > Installing : mdadm-4.0-13.el7.x86_64 115/490 > Installing : ipa-client-common-4.5.4-10.el7.centos.3.noarch 116/490 > Installing : attr-2.4.46-13.el7.x86_64 117/490 > Installing : 1:NetworkManager-config-server-1.10.2-16.el7_5.noarch 118/490 > Installing : python-inotify-0.9.4-4.el7.noarch 119/490 > Installing : python-dns-1.12.0-4.20150617git465785f.el7.noarch 120/490 > Installing : systemd-python-219-57.el7.x86_64 121/490 > Installing : autogen-libopts-5.18-5.el7.x86_64 122/490 > Installing : ebtables-2.0.10-16.el7.x86_64 123/490 > Installing : socat-1.7.3.2-2.el7.x86_64 124/490 > Installing : lsof-4.87-5.el7.x86_64 125/490 > Installing : kexec-tools-2.0.15-13.el7.x86_64 126/490 > Installing : libusbx-1.0.21-1.el7.x86_64 127/490 > Installing : libconfig-1.4.9-5.el7.x86_64 128/490 > Installing : lldpad-1.0.1-3.git036e314.el7.x86_64 129/490 > Installing : python-sssdconfig-1.16.0-19.el7_5.5.noarch 130/490 > Installing : libiscsi-1.9.0-7.el7.x86_64 131/490 > Installing : pyusb-1.0.0-0.11.b1.el7.noarch 132/490 > Installing : lzop-1.03-10.el7.x86_64 133/490 > Installing : python-ldap-2.4.15-2.el7.x86_64 134/490 > Installing : pixman-0.34.0-1.el7.x86_64 135/490 > Installing : libipa_hbac-1.16.0-19.el7_5.5.x86_64 136/490 > Installing : python-libipa_hbac-1.16.0-19.el7_5.5.x86_64 137/490 > Installing : python-yubico-1.2.3-1.el7.noarch 138/490 > Installing : fcoe-utils-1.0.32-1.el7.x86_64 139/490 > Installing : usbredir-0.7.1-3.el7.x86_64 140/490 > Installing : glusterfs-fuse-3.12.11-1.el7.x86_64 141/490 > Installing : libreport-cli-2.1.11-40.el7.centos.x86_64 142/490 > Installing : gofer-2.7.8-1.el7.noarch 143/490 > Installing : perl-Data-Dumper-2.145-3.el7.x86_64 144/490 > Installing : perl-hivex-1.3.10-6.9.el7.x86_64 145/490 > Installing : hivex-1.3.10-6.9.el7.x86_64 146/490 > Installing : 1:net-snmp-agent-libs-5.7.2-33.el7_5.2.x86_64 147/490 > Installing : 1:net-snmp-5.7.2-33.el7_5.2.x86_64 148/490 > Installing : 1:openvswitch-ovn-host-2.9.0-4.el7.x86_64 149/490 > Installing : ovirt-engine-sdk-python-3.6.9.1-1.el7.noarch 150/490 > Installing : libblockdev-fs-2.12-3.el7.x86_64 151/490 > Installing : 7:device-mapper-event-1.02.146-4.el7.x86_64 152/490 > Installing : 7:lvm2-libs-2.02.177-4.el7.x86_64 153/490 > Installing : 7:lvm2-2.02.177-4.el7.x86_64 154/490 > Installing : libblockdev-lvm-2.12-3.el7.x86_64 155/490 > Installing : netcf-libs-0.2.8-4.el7.x86_64 156/490 > Installing : 14:tcpdump-4.9.2-3.el7.x86_64 157/490 > Installing : 2:nmap-ncat-6.40-13.el7.x86_64 158/490 > Installing : sysstat-10.1.5-13.el7.x86_64 159/490 > Installing : ovirt-vmconsole-host-1.0.5-4.el7.centos.noarch 160/490 > Installing : fence-virt-0.3.2-13.el7.x86_64 161/490 > Installing : python-ovirt-engine-sdk4-4.2.7-2.el7.x86_64 162/490 > Installing : oddjob-0.31.5-4.el7.x86_64 163/490 > Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 164/490 > Installing : python2-pyasn1-modules-0.1.9-7.el7.noarch 165/490 > Installing : lshw-B.02.18-12.el7.x86_64 166/490 > Installing : pciutils-3.5.1-3.el7.x86_64 167/490 > Installing : rdma-core-15-7.el7_5.x86_64 168/490 > Installing : libibverbs-15-7.el7_5.x86_64 169/490 > Installing : librdmacm-15-7.el7_5.x86_64 170/490 > Installing : glusterfs-rdma-3.12.11-1.el7.x86_64 171/490 > Installing : collectd-disk-5.8.0-6.1.el7.x86_64 172/490 > Installing : collectd-write_http-5.8.0-6.1.el7.x86_64 173/490 > Installing : collectd-netlink-5.8.0-6.1.el7.x86_64 174/490 > Installing : ovirt-setup-lib-1.1.4-1.el7.centos.noarch 175/490 > Installing : ovirt-host-deploy-1.7.4-1.el7.noarch 176/490 > Installing : certmonger-0.78.4-3.el7_5.1.x86_64 177/490 > Installing : 1:cups-libs-1.6.3-35.el7.x86_64 178/490 > Installing : samba-common-libs-4.7.1-6.el7.x86_64 179/490 > Installing : libwbclient-4.7.1-6.el7.x86_64 180/490 > Installing : samba-client-libs-4.7.1-6.el7.x86_64 181/490 > Installing : libsmbclient-4.7.1-6.el7.x86_64 182/490 > Installing : libblockdev-swap-2.12-3.el7.x86_64 183/490 > Installing : libblockdev-2.12-3.el7.x86_64 184/490 > Installing : libblockdev-loop-2.12-3.el7.x86_64 185/490 > Installing : augeas-1.4.0-5.el7_5.1.x86_64 186/490 > Installing : ioprocess-1.1.2-1.el7.x86_64 187/490 > Installing : python2-ioprocess-1.1.2-1.el7.x86_64 188/490 > Installing : rubygem-io-console-0.4.2-33.el7_4.x86_64 189/490 > Installing : rubygem-bigdecimal-1.2.0-33.el7_4.x86_64 190/490 > Installing : ruby-irb-2.0.0.648-33.el7_4.noarch 191/490 > Installing : ruby-2.0.0.648-33.el7_4.x86_64 192/490 > Installing : rubygem-psych-2.0.0-33.el7_4.x86_64 193/490 > Installing : rubygem-json-2.0.2-2.el7.x86_64 194/490 > Installing : rubygems-2.0.14.1-33.el7_4.noarch 195/490 > Installing : rubygem-rdoc-4.0.0-33.el7_4.noarch 196/490 > Installing : rubygem-thread_safe-0.3.6-1.el7.noarch 197/490 > Installing : rubygem-tzinfo-1.2.3-1.el7.noarch 198/490 > Installing : rubygem-excon-0.58.0-2.el7.noarch 199/490 > Installing : rubygem-elasticsearch-api-2.0.2-1.el7.noarch 200/490 > Installing : rubygem-proxifier-1.0.3-3.el7.noarch 201/490 > Installing : rubygem-string-scrub-0.0.5-3.el7.x86_64 202/490 > Installing : rubygem-http_parser.rb-0.6.0-2.el7.x86_64 203/490 > Installing : rubygem-cool.io-1.5.1-1.el7.x86_64 204/490 > Installing : rubygem-msgpack-1.2.0-1.el7.x86_64 205/490 > Installing : 1:python2-openvswitch-2.9.0-4.el7.noarch 206/490 > Installing : python-qrcode-core-5.0.1-1.el7.noarch 207/490 > Installing : pexpect-2.3-11.el7.noarch 208/490 > Installing : fence-agents-common-4.0.11-86.el7_5.2.x86_64 209/490 > Installing : fence-agents-eaton-snmp-4.0.11-86.el7_5.2.x86_64 210/490 > Installing : fence-agents-ilo-ssh-4.0.11-86.el7_5.2.x86_64 211/490 > Installing : fence-agents-rsa-4.0.11-86.el7_5.2.x86_64 212/490 > Installing : fence-agents-cisco-ucs-4.0.11-86.el7_5.2.x86_64 213/490 > Installing : fence-agents-mpath-4.0.11-86.el7_5.2.x86_64 214/490 > Installing : fence-agents-bladecenter-4.0.11-86.el7_5.2.x86_64 215/490 > Installing : fence-agents-kdump-4.0.11-86.el7_5.2.x86_64 216/490 > Installing : fence-agents-rhevm-4.0.11-86.el7_5.2.x86_64 217/490 > Installing : fence-agents-compute-4.0.11-86.el7_5.2.x86_64 218/490 > Installing : fence-agents-cisco-mds-4.0.11-86.el7_5.2.x86_64 219/490 > Installing : fence-agents-brocade-4.0.11-86.el7_5.2.x86_64 220/490 > Installing : fence-agents-apc-snmp-4.0.11-86.el7_5.2.x86_64 221/490 > Installing : fence-agents-heuristics-ping-4.0.11-86.el7_5.2.x86_64 222/490 > Installing : fence-agents-ilo-moonshot-4.0.11-86.el7_5.2.x86_64 223/490 > Installing : fence-agents-ifmib-4.0.11-86.el7_5.2.x86_64 224/490 > Installing : fence-agents-eps-4.0.11-86.el7_5.2.x86_64 225/490 > Installing : fence-agents-apc-4.0.11-86.el7_5.2.x86_64 226/490 > Installing : fence-agents-rsb-4.0.11-86.el7_5.2.x86_64 227/490 > Installing : fence-agents-emerson-4.0.11-86.el7_5.2.x86_64 228/490 > Installing : fence-agents-intelmodular-4.0.11-86.el7_5.2.x86_64 229/490 > Installing : fence-agents-wti-4.0.11-86.el7_5.2.x86_64 230/490 > Installing : fence-agents-vmware-rest-4.0.11-86.el7_5.2.x86_64 231/490 > Installing : fence-agents-ilo-mp-4.0.11-86.el7_5.2.x86_64 232/490 > Installing : fence-agents-drac5-4.0.11-86.el7_5.2.x86_64 233/490 > Installing : fence-agents-ibmblade-4.0.11-86.el7_5.2.x86_64 234/490 > Installing : fence-agents-hpblade-4.0.11-86.el7_5.2.x86_64 235/490 > Installing : fence-agents-sbd-4.0.11-86.el7_5.2.x86_64 236/490 > Installing : fence-agents-ipdu-4.0.11-86.el7_5.2.x86_64 237/490 > Installing : libsss_nss_idmap-1.16.0-19.el7_5.5.x86_64 238/490 > Installing : sssd-client-1.16.0-19.el7_5.5.x86_64 239/490 > Installing : libarchive-3.1.2-10.el7_2.x86_64 240/490 > Installing : osinfo-db-tools-1.1.0-1.el7.x86_64 241/490 > Installing : libosinfo-1.0.0-1.el7.x86_64 242/490 > Installing : hmaccalc-0.9.13-4.el7.x86_64 243/490 > Installing : dracut-fips-033-535.el7.x86_64 244/490 > Installing : mailx-12.5-19.el7.x86_64 245/490 > Installing : mpfr-3.1.1-4.el7.x86_64 246/490 > Installing : libbytesize-1.2-1.el7.x86_64 247/490 > Installing : libblockdev-mdraid-2.12-3.el7.x86_64 248/490 > Installing : python-netifaces-0.10.4-3.el7.x86_64 249/490 > Installing : ntpdate-4.2.6p5-28.el7.centos.x86_64 250/490 > Installing : ntp-4.2.6p5-28.el7.centos.x86_64 251/490 > Installing : python-isodate-0.5.4-8.el7.noarch 252/490 > Installing : python-pulp-common-2.13.4.10-1.el7.noarch 253/490 > Installing : python-pulp-agent-lib-2.13.4.10-1.el7.noarch 254/490 > Installing : python-pulp-rpm-common-2.13.4.8-1.el7.noarch 255/490 > Installing : jemalloc-3.6.0-8.el7.centos.x86_64 256/490 > Installing : ipset-libs-6.29-1.el7.x86_64 257/490 > Installing : ipset-6.29-1.el7.x86_64 258/490 > Installing : ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch 259/490 > Installing : 2:libogg-1.3.0-7.el7.x86_64 260/490 > Installing : celt051-0.5.1.3-8.el7.x86_64 261/490 > Installing : vdsm-hook-vfio-mdev-4.20.35-1.el7.noarch 262/490 > Installing : python-ply-3.4-11.el7.noarch 263/490 > Installing : python-pycparser-2.14-1.el7.noarch 264/490 > Installing : python-cffi-1.6.0-5.el7.x86_64 265/490 > Installing : m2crypto-0.21.1-17.el7.x86_64 266/490 > Installing : python-idna-2.4-1.el7.noarch 267/490 > Installing : python2-cryptography-1.7.2-2.el7.x86_64 268/490 > Installing : python-jwcrypto-0.4.2-1.el7.noarch 269/490 > Installing : python2-pyOpenSSL-16.2.0-3.el7.noarch 270/490 > Installing : python-paramiko-2.1.1-4.el7.noarch 271/490 > Installing : subscription-manager-rhsm-certificates-1.20.11-1.el7.centos.x86_64 272/490 > Installing : subscription-manager-rhsm-1.20.11-1.el7.centos.x86_64 273/490 > Installing : pulp-rpm-handlers-2.13.4.8-1.el7.noarch 274/490 > Installing : OVMF-20171011-4.git92d07e48907f.el7.noarch 275/490 > Installing : trousers-0.3.14-2.el7.x86_64 276/490 > Installing : gnutls-3.3.26-9.el7.x86_64 277/490 > Installing : 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 278/490 > Installing : 10:qemu-kvm-common-ev-2.10.0-21.el7_5.4.1.x86_64 279/490 > Installing : gnutls-dane-3.3.26-9.el7.x86_64 280/490 > Installing : gnutls-utils-3.3.26-9.el7.x86_64 281/490 > Installing : fence-agents-ilo2-4.0.11-86.el7_5.2.x86_64 282/490 > Installing : libkadm5-1.15.1-19.el7.x86_64 283/490 > Installing : krb5-workstation-1.15.1-19.el7.x86_64 284/490 > Installing : rubygem-resolve-hostname-0.1.0-1.el7.noarch 285/490 > Installing : rubygem-fluent-plugin-secure-forward-0.4.5-1.el7.noarch 286/490 > Installing : python2-jmespath-0.9.0-5.el7.noarch 287/490 > Installing : numad-0.5-18.20150602git.el7.x86_64 288/490 > Installing : hexedit-1.2.13-5.el7.x86_64 289/490 > Installing : python-pthreading-0.1.3-3.el7.noarch 290/490 > Installing : opus-1.0.2-6.el7.x86_64 291/490 > Installing : rubygem-sigdump-0.2.4-1.el7.noarch 292/490 > Installing : fluentd-0.12.42-2.el7.noarch 293/490 > Installing : rubygem-fluent-plugin-rewrite-tag-filter-1.5.6-1.el7.noarch 294/490 > Installing : rubygem-fluent-plugin-collectd-nest-0.1.4-1.el7.noarch 295/490 > Installing : rubygem-fluent-plugin-viaq_data_model-0.0.13-1.el7.noarch 296/490 > Installing : 1:NetworkManager-libnm-1.10.2-16.el7_5.x86_64 297/490 > Installing : 1:NetworkManager-1.10.2-16.el7_5.x86_64 298/490 > Installing : cryptsetup-1.7.4-4.el7.x86_64 299/490 > Installing : 40:libcacard-2.5.2-2.1.el7.x86_64 300/490 > Installing : 2:postfix-2.10.1-6.el7.x86_64 301/490 > Installing : libatasmart-0.19-6.el7.x86_64 302/490 > Installing : usermode-1.111-5.el7.x86_64 303/490 > Installing : gsettings-desktop-schemas-3.24.1-2.el7_5.x86_64 304/490 > Installing : qpid-proton-c-0.21.0-2.el7.x86_64 305/490 > Installing : python2-qpid-proton-0.21.0-2.el7.x86_64 306/490 > Installing : python-gofer-proton-2.7.8-1.el7.noarch 307/490 > Installing : rng-tools-5-13.el7.x86_64 308/490 > Installing : seabios-bin-1.11.0-2.el7.noarch 309/490 > Installing : 1:python-lockfile-0.9.1-4.el7.centos.noarch 310/490 > Installing : python-daemon-1.6-4.el7.noarch 311/490 > Installing : unzip-6.0-19.el7.x86_64 312/490 > Installing : volume_key-libs-0.3.9-8.el7.x86_64 313/490 > Installing : libblockdev-crypto-2.12-3.el7.x86_64 314/490 > Installing : python-webob-1.2.3-7.el7.noarch 315/490 > Installing : ovirt-imageio-common-1.4.2-0.el7.noarch 316/490 > Installing : python-suds-0.4.1-5.el7.noarch 317/490 > Installing : fence-agents-vmware-soap-4.0.11-86.el7_5.2.x86_64 318/490 > Installing : 32:bind-libs-9.9.4-61.el7.x86_64 319/490 > Installing : 32:bind-utils-9.9.4-61.el7.x86_64 320/490 > Installing : scrub-2.5.2-7.el7.x86_64 321/490 > Installing : lsscsi-0.27-6.el7.x86_64 322/490 > Installing : python-slip-0.4.0-4.el7.noarch 323/490 > Installing : python-slip-dbus-0.4.0-4.el7.noarch 324/490 > Installing : python-firewall-0.4.4.4-14.el7.noarch 325/490 > Installing : firewalld-0.4.4.4-14.el7.noarch 326/490 > Installing : mtools-4.0.18-5.el7.x86_64 327/490 > Installing : syslinux-4.05-13.el7.x86_64 328/490 > Installing : syslinux-extlinux-4.05-13.el7.x86_64 329/490 > Installing : python-ipaddr-2.1.11-1.el7.noarch 330/490 > Installing : libudisks2-2.7.3-6.el7.x86_64 331/490 > Installing : http-parser-2.7.1-5.el7_4.x86_64 332/490 > Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 333/490 > Installing : spice-server-0.14.0-2.el7_5.4.x86_64 334/490 > Installing : supermin5-5.1.19-1.el7.x86_64 335/490 > Installing : libsss_sudo-1.16.0-19.el7_5.5.x86_64 336/490 > Installing : libmodman-2.0.1-8.el7.x86_64 337/490 > Installing : libproxy-0.4.11-11.el7.x86_64 338/490 > Installing : libreport-web-2.1.11-40.el7.centos.x86_64 339/490 > Installing : libreport-plugin-mantisbt-2.1.11-40.el7.centos.x86_64 340/490 > Installing : glib-networking-2.50.0-1.el7.x86_64 341/490 > Installing : cockpit-bridge-172-1.el7.x86_64 342/490 > Installing : cockpit-system-172-1.el7.noarch 343/490 > Installing : cockpit-networkmanager-172-1.el7.noarch 344/490 > Installing : cockpit-ws-172-1.el7.x86_64 345/490 > Installing : cockpit-172-1.el7.x86_64 346/490 > Installing : libreport-centos-2.1.11-40.el7.centos.x86_64 347/490 > Installing : libreport-plugin-ureport-2.1.11-40.el7.centos.x86_64 348/490 > Installing : libreport-plugin-rhtsupport-2.1.11-40.el7.centos.x86_64 349/490 > Installing : 1:sgabios-bin-0.20110622svn-4.el7.noarch 350/490 > Installing : sshpass-1.06-2.el7.x86_64 351/490 > Installing : cyrus-sasl-2.1.26-23.el7.x86_64 352/490 > Installing : libvirt-libs-3.9.0-14.el7_5.6.x86_64 353/490 > Installing : libvirt-daemon-3.9.0-14.el7_5.6.x86_64 354/490 > Installing : libvirt-daemon-driver-storage-core-3.9.0-14.el7_5.6.x86_64 355/490 > Installing : libvirt-client-3.9.0-14.el7_5.6.x86_64 356/490 > Installing : libvirt-python-3.9.0-1.el7.x86_64 357/490 > Installing : libvirt-daemon-driver-nwfilter-3.9.0-14.el7_5.6.x86_64 358/490 > Installing : libvirt-daemon-config-nwfilter-3.9.0-14.el7_5.6.x86_64 359/490 > Installing : vdsm-common-4.20.35-1.el7.noarch 360/490 > Installing : libvirt-daemon-driver-secret-3.9.0-14.el7_5.6.x86_64 361/490 > Installing : libvirt-daemon-driver-nodedev-3.9.0-14.el7_5.6.x86_64 362/490 > Installing : libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 363/490 > Installing : vdsm-network-4.20.35-1.el7.x86_64 364/490 > Installing : vdsm-python-4.20.35-1.el7.noarch 365/490 > Installing : vdsm-client-4.20.35-1.el7.noarch 366/490 > Installing : vdsm-jsonrpc-4.20.35-1.el7.noarch 367/490 > Installing : vdsm-http-4.20.35-1.el7.noarch 368/490 > Installing : virt-manager-common-1.4.3-3.el7.noarch 369/490 > Installing : virt-install-1.4.3-3.el7.noarch 370/490 > Installing : libvirt-daemon-driver-storage-rbd-3.9.0-14.el7_5.6.x86_64 371/490 > Installing : libvirt-daemon-driver-storage-disk-3.9.0-14.el7_5.6.x86_64 372/490 > Installing : libvirt-daemon-driver-storage-iscsi-3.9.0-14.el7_5.6.x86_64 373/490 > Installing : libvirt-daemon-driver-storage-mpath-3.9.0-14.el7_5.6.x86_64 374/490 > Installing : libvirt-daemon-driver-storage-gluster-3.9.0-14.el7_5.6.x86_64 375/490 > Installing : libvirt-daemon-driver-storage-scsi-3.9.0-14.el7_5.6.x86_64 376/490 > Installing : libvirt-daemon-driver-storage-logical-3.9.0-14.el7_5.6.x86_64 377/490 > Installing : libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 378/490 > Installing : libvirt-lock-sanlock-3.9.0-14.el7_5.6.x86_64 379/490 > Installing : collectd-virt-5.8.0-6.1.el7.x86_64 380/490 > Installing : vhostmd-0.5-12.el7.x86_64 381/490 > Installing : vdsm-hook-vhostmd-4.20.35-1.el7.noarch 382/490 > Installing : libicu-50.1.2-15.el7.x86_64 383/490 > Installing : gdisk-0.8.6-5.el7.x86_64 384/490 > Installing : libblockdev-part-2.12-3.el7.x86_64 385/490 > Installing : udisks2-2.7.3-6.el7.x86_64 386/490 > Installing : udisks2-iscsi-2.7.3-6.el7.x86_64 387/490 > Installing : udisks2-lvm2-2.7.3-6.el7.x86_64 388/490 > Installing : cockpit-storaged-172-1.el7.noarch 389/490 > Installing : libusal-1.1.11-23.el7.x86_64 390/490 > Installing : genisoimage-1.1.11-23.el7.x86_64 391/490 > Installing : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64 392/490 > Installing : python-sss-murmur-1.16.0-19.el7_5.5.x86_64 393/490 > Installing : 2:libpng-1.5.13-7.el7_2.x86_64 394/490 > Installing : fuse-2.9.2-10.el7.x86_64 395/490 > Installing : hesiod-3.2.1-3.el7.x86_64 396/490 > Installing : 1:autofs-5.0.7-83.el7.x86_64 397/490 > Installing : rubygem-multipart-post-2.0.0-2.el7.noarch 398/490 > Installing : rubygem-faraday-0.13.0-1.el7.noarch 399/490 > Installing : rubygem-elasticsearch-transport-2.0.2-1.el7.noarch 400/490 > Installing : rubygem-elasticsearch-2.0.2-1.el7.noarch 401/490 > Installing : rubygem-fluent-plugin-elasticsearch-1.9.5.1-1.el7.noarch 402/490 > Installing : dnsmasq-2.76-5.el7.x86_64 403/490 > Installing : vdsm-hook-openstacknet-4.20.35-1.el7.noarch 404/490 > Installing : libwsman1-2.6.3-3.git4391e5c.el7.x86_64 405/490 > Installing : openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 406/490 > Installing : fence-agents-amt-ws-4.0.11-86.el7_5.2.x86_64 407/490 > Installing : screen-4.1.0-0.25.20120314git3c2946.el7.x86_64 408/490 > Installing : pygobject2-2.28.6-11.el7.x86_64 409/490 > Installing : abrt-dbus-2.1.11-50.el7.centos.x86_64 410/490 > Installing : abrt-2.1.11-50.el7.centos.x86_64 411/490 > Installing : abrt-python-2.1.11-50.el7.centos.x86_64 412/490 > Installing : abrt-addon-kerneloops-2.1.11-50.el7.centos.x86_64 413/490 > Installing : abrt-addon-vmcore-2.1.11-50.el7.centos.x86_64 414/490 > Installing : abrt-addon-python-2.1.11-50.el7.centos.x86_64 415/490 > Installing : abrt-addon-pstoreoops-2.1.11-50.el7.centos.x86_64 416/490 > Installing : abrt-addon-xorg-2.1.11-50.el7.centos.x86_64 417/490 > Installing : abrt-retrace-client-2.1.11-50.el7.centos.x86_64 418/490 > Installing : abrt-tui-2.1.11-50.el7.centos.x86_64 419/490 > Installing : elfutils-0.170-4.el7.x86_64 420/490 > Installing : tree-1.6.0-10.el7.x86_64 421/490 > Installing : sg3_utils-libs-1.37-12.el7.x86_64 422/490 > Installing : sg3_utils-1.37-12.el7.x86_64 423/490 > Installing : fence-agents-scsi-4.0.11-86.el7_5.2.x86_64 424/490 > Installing : libssh-0.7.1-3.el7.x86_64 425/490 > Installing : cockpit-dashboard-172-1.el7.x86_64 426/490 > Installing : python-httplib2-0.9.2-1.el7.noarch 427/490 > Installing : gdb-7.6.1-110.el7.x86_64 428/490 > Installing : abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 429/490 > Installing : abrt-cli-2.1.11-50.el7.centos.x86_64 430/490 > Installing : libnl-1.1.4-3.el7.x86_64 431/490 > Installing : python-ethtool-0.8-5.el7.x86_64 432/490 > Installing : subscription-manager-1.20.11-1.el7.centos.x86_64 433/490 > Installing : katello-host-tools-fact-plugin-3.1.0-2.el7.noarch 434/490 > Installing : katello-host-tools-3.1.0-2.el7.noarch 435/490 > Installing : katello-agent-3.1.0-2.el7.noarch 436/490 >Created symlink from /etc/systemd/system/multi-user.target.wants/goferd.service to /usr/lib/systemd/system/goferd.service. > Installing : radvd-1.9.2-9.el7_5.4.x86_64 437/490 > Installing : libvirt-daemon-driver-network-3.9.0-14.el7_5.6.x86_64 438/490 > Installing : libvirt-daemon-driver-qemu-3.9.0-14.el7_5.6.x86_64 439/490 > Installing : libvirt-daemon-config-network-3.9.0-14.el7_5.6.x86_64 440/490 > Installing : mom-0.5.12-1.el7.centos.noarch 441/490 > Installing : libvirt-daemon-driver-lxc-3.9.0-14.el7_5.6.x86_64 442/490 > Installing : libvirt-3.9.0-14.el7_5.6.x86_64 443/490 > Installing : cockpit-machines-ovirt-172-1.el7.noarch 444/490 > Installing : libtommath-0.42.0-6.el7.x86_64 445/490 > Installing : libtomcrypt-1.17-26.el7.x86_64 446/490 > Installing : python2-crypto-2.6.1-15.el7.x86_64 447/490 > Installing : python-keyczar-0.71c-2.el7.noarch 448/490 > Installing : ansible-2.6.2-1.el7.noarch 449/490 > Installing : python-nss-0.16.0-3.el7.x86_64 450/490 > Installing : python2-ipalib-4.5.4-10.el7.centos.3.noarch 451/490 > Installing : python2-ipaclient-4.5.4-10.el7.centos.3.noarch 452/490 > Installing : c-ares-1.10.0-3.el7.x86_64 453/490 > Installing : sssd-common-1.16.0-19.el7_5.5.x86_64 454/490 > Installing : sssd-krb5-common-1.16.0-19.el7_5.5.x86_64 455/490 > Installing : sssd-common-pac-1.16.0-19.el7_5.5.x86_64 456/490 > Installing : sssd-ad-1.16.0-19.el7_5.5.x86_64 457/490 > Installing : sssd-ipa-1.16.0-19.el7_5.5.x86_64 458/490 > Installing : sssd-ldap-1.16.0-19.el7_5.5.x86_64 459/490 > Installing : sssd-krb5-1.16.0-19.el7_5.5.x86_64 460/490 > Installing : sssd-proxy-1.16.0-19.el7_5.5.x86_64 461/490 > Installing : sssd-1.16.0-19.el7_5.5.x86_64 462/490 > Installing : ipa-client-4.5.4-10.el7.centos.3.x86_64 463/490 > Installing : seavgabios-bin-1.11.0-2.el7.noarch 464/490 > Installing : 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 465/490 > Installing : libvirt-daemon-kvm-3.9.0-14.el7_5.6.x86_64 466/490 > Installing : 1:libguestfs-1.36.10-6.el7_5.2.x86_64 467/490 > Installing : 1:libguestfs-tools-c-1.36.10-6.el7_5.2.x86_64 468/490 > Installing : libguestfs-winsupport-7.2-2.el7.x86_64 469/490 > Installing : 1:virt-v2v-1.36.10-6.el7_5.2.x86_64 470/490 > Installing : safelease-1.0-7.el7.x86_64 471/490 > Installing : 1:python-libguestfs-1.36.10-6.el7_5.2.x86_64 472/490 > Installing : cyrus-sasl-scram-2.1.26-23.el7.x86_64 473/490 > Installing : OpenIPMI-modalias-2.0.23-2.el7.x86_64 474/490 > Installing : ipmitool-1.8.18-7.el7.x86_64 475/490 > Installing : fence-agents-ipmilan-4.0.11-86.el7_5.2.x86_64 476/490 > Installing : fence-agents-all-4.0.11-86.el7_5.2.x86_64 477/490 > Installing : vdsm-hook-vmfex-dev-4.20.35-1.el7.noarch 478/490 > Installing : vdsm-4.20.35-1.el7.x86_64 479/490 > Installing : ovirt-imageio-daemon-1.4.2-0.el7.noarch 480/490 > Installing : ovirt-host-dependencies-4.2.3-1.el7.x86_64 481/490 > Installing : vdsm-hook-ethtool-options-4.20.35-1.el7.noarch 482/490 > Installing : ovirt-hosted-engine-ha-2.2.16-1.el7.noarch 483/490 > Installing : vdsm-hook-fcoe-4.20.35-1.el7.noarch 484/490 > Installing : ovirt-provider-ovn-driver-1.2.13-1.el7.noarch 485/490 > Installing : ovirt-hosted-engine-setup-2.2.25-1.el7.noarch 486/490 > Installing : cockpit-ovirt-dashboard-0.11.31-1.el7.noarch 487/490 > Installing : ovirt-host-4.2.3-1.el7.x86_64 488/490 > Installing : ovirt-engine-appliance-4.2-20180731.1.el7.noarch 489/490 > Erasing : python-six-1.9.0-2.el7.noarch 490/490 >Loaded plugins: fastestmirror, product-id, subscription-manager >This system is not registered with an entitlement server. You can use subscription-manager to register. >sed: can't read /etc/sysconfig/ipmi: No such file or directory > Verifying : device-mapper-persistent-data-0.7.3-3.el7.x86_64 1/490 > Verifying : libtevent-0.9.33-2.el7.x86_64 2/490 > Verifying : sssd-common-pac-1.16.0-19.el7_5.5.x86_64 3/490 > Verifying : libosinfo-1.0.0-1.el7.x86_64 4/490 > Verifying : collectd-virt-5.8.0-6.1.el7.x86_64 5/490 > Verifying : abrt-addon-python-2.1.11-50.el7.centos.x86_64 6/490 > Verifying : libblockdev-part-2.12-3.el7.x86_64 7/490 > Verifying : virt-manager-common-1.4.3-3.el7.noarch 8/490 > Verifying : OpenIPMI-modalias-2.0.23-2.el7.x86_64 9/490 > Verifying : cyrus-sasl-scram-2.1.26-23.el7.x86_64 10/490 > Verifying : seavgabios-bin-1.11.0-2.el7.noarch 11/490 > Verifying : libvirt-lock-sanlock-3.9.0-14.el7_5.6.x86_64 12/490 > Verifying : c-ares-1.10.0-3.el7.x86_64 13/490 > Verifying : vdsm-network-4.20.35-1.el7.x86_64 14/490 > Verifying : vdsm-jsonrpc-4.20.35-1.el7.noarch 15/490 > Verifying : libvirt-daemon-driver-storage-rbd-3.9.0-14.el7_5.6.x86_64 16/490 > Verifying : ovirt-hosted-engine-setup-2.2.25-1.el7.noarch 17/490 > Verifying : 1:python2-openvswitch-2.9.0-4.el7.noarch 18/490 > Verifying : ovirt-imageio-common-1.4.2-0.el7.noarch 19/490 > Verifying : python-nss-0.16.0-3.el7.x86_64 20/490 > Verifying : libtommath-0.42.0-6.el7.x86_64 21/490 > Verifying : libreport-python-2.1.11-40.el7.centos.x86_64 22/490 > Verifying : radvd-1.9.2-9.el7_5.4.x86_64 23/490 > Verifying : vdsm-client-4.20.35-1.el7.noarch 24/490 > Verifying : python2-ipaclient-4.5.4-10.el7.centos.3.noarch 25/490 > Verifying : libreport-web-2.1.11-40.el7.centos.x86_64 26/490 > Verifying : libnl-1.1.4-3.el7.x86_64 27/490 > Verifying : libtar-1.2.11-29.el7.x86_64 28/490 > Verifying : gdb-7.6.1-110.el7.x86_64 29/490 > Verifying : python-httplib2-0.9.2-1.el7.noarch 30/490 > Verifying : fence-agents-eaton-snmp-4.0.11-86.el7_5.2.x86_64 31/490 > Verifying : rdma-core-15-7.el7_5.x86_64 32/490 > Verifying : 32:bind-utils-9.9.4-61.el7.x86_64 33/490 > Verifying : 1:NetworkManager-1.10.2-16.el7_5.x86_64 34/490 > Verifying : python-augeas-0.5.0-2.el7.noarch 35/490 > Verifying : 10:qemu-kvm-ev-2.10.0-21.el7_5.4.1.x86_64 36/490 > Verifying : cockpit-storaged-172-1.el7.noarch 37/490 > Verifying : rubygem-rdoc-4.0.0-33.el7_4.noarch 38/490 > Verifying : ovirt-engine-appliance-4.2-20180731.1.el7.noarch 39/490 > Verifying : libssh-0.7.1-3.el7.x86_64 40/490 > Verifying : python-libipa_hbac-1.16.0-19.el7_5.5.x86_64 41/490 > Verifying : python2-qpid-proton-0.21.0-2.el7.x86_64 42/490 > Verifying : rubygem-io-console-0.4.2-33.el7_4.x86_64 43/490 > Verifying : sg3_utils-libs-1.37-12.el7.x86_64 44/490 > Verifying : libipa_hbac-1.16.0-19.el7_5.5.x86_64 45/490 > Verifying : fcoe-utils-1.0.32-1.el7.x86_64 46/490 > Verifying : tree-1.6.0-10.el7.x86_64 47/490 > Verifying : ipset-6.29-1.el7.x86_64 48/490 > Verifying : dosfstools-3.0.20-9.el7.x86_64 49/490 > Verifying : lshw-B.02.18-12.el7.x86_64 50/490 > Verifying : libvirt-daemon-driver-lxc-3.9.0-14.el7_5.6.x86_64 51/490 > Verifying : vdsm-http-4.20.35-1.el7.noarch 52/490 > Verifying : fence-agents-ilo-ssh-4.0.11-86.el7_5.2.x86_64 53/490 > Verifying : elfutils-0.170-4.el7.x86_64 54/490 > Verifying : pixman-0.34.0-1.el7.x86_64 55/490 > Verifying : python-ldap-2.4.15-2.el7.x86_64 56/490 > Verifying : libbytesize-1.2-1.el7.x86_64 57/490 > Verifying : gofer-2.7.8-1.el7.noarch 58/490 > Verifying : fence-agents-rsa-4.0.11-86.el7_5.2.x86_64 59/490 > Verifying : perl-threads-1.87-4.el7.x86_64 60/490 > Verifying : glib-networking-2.50.0-1.el7.x86_64 61/490 > Verifying : osinfo-db-20170813-6.el7.noarch 62/490 > Verifying : samba-common-libs-4.7.1-6.el7.x86_64 63/490 > Verifying : fence-agents-cisco-ucs-4.0.11-86.el7_5.2.x86_64 64/490 > Verifying : fence-agents-mpath-4.0.11-86.el7_5.2.x86_64 65/490 > Verifying : rubygem-elasticsearch-2.0.2-1.el7.noarch 66/490 > Verifying : perl-threads-shared-1.43-6.el7.x86_64 67/490 > Verifying : fence-agents-bladecenter-4.0.11-86.el7_5.2.x86_64 68/490 > Verifying : katello-host-tools-3.1.0-2.el7.noarch 69/490 > Verifying : lzop-1.03-10.el7.x86_64 70/490 > Verifying : 1:librbd1-0.94.5-2.el7.x86_64 71/490 > Verifying : sssd-ldap-1.16.0-19.el7_5.5.x86_64 72/490 > Verifying : rubygem-string-scrub-0.0.5-3.el7.x86_64 73/490 > Verifying : 14:tcpdump-4.9.2-3.el7.x86_64 74/490 > Verifying : fence-agents-kdump-4.0.11-86.el7_5.2.x86_64 75/490 > Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 76/490 > Verifying : fence-agents-rhevm-4.0.11-86.el7_5.2.x86_64 77/490 > Verifying : pygobject2-2.28.6-11.el7.x86_64 78/490 > Verifying : cyrus-sasl-gssapi-2.1.26-23.el7.x86_64 79/490 > Verifying : libiscsi-1.9.0-7.el7.x86_64 80/490 > Verifying : rubygem-excon-0.58.0-2.el7.noarch 81/490 > Verifying : libvirt-daemon-driver-storage-disk-3.9.0-14.el7_5.6.x86_64 82/490 > Verifying : screen-4.1.0-0.25.20120314git3c2946.el7.x86_64 83/490 > Verifying : libguestfs-winsupport-7.2-2.el7.x86_64 84/490 > Verifying : sssd-krb5-1.16.0-19.el7_5.5.x86_64 85/490 > Verifying : python-sssdconfig-1.16.0-19.el7_5.5.noarch 86/490 > Verifying : libvirt-daemon-driver-storage-iscsi-3.9.0-14.el7_5.6.x86_64 87/490 > Verifying : libwsman1-2.6.3-3.git4391e5c.el7.x86_64 88/490 > Verifying : libblockdev-swap-2.12-3.el7.x86_64 89/490 > Verifying : libblockdev-2.12-3.el7.x86_64 90/490 > Verifying : python-gofer-proton-2.7.8-1.el7.noarch 91/490 > Verifying : 2:nmap-ncat-6.40-13.el7.x86_64 92/490 > Verifying : python2-cryptography-1.7.2-2.el7.x86_64 93/490 > Verifying : libblockdev-utils-2.12-3.el7.x86_64 94/490 > Verifying : vdsm-python-4.20.35-1.el7.noarch 95/490 > Verifying : 1:net-snmp-libs-5.7.2-33.el7_5.2.x86_64 96/490 > Verifying : libblockdev-fs-2.12-3.el7.x86_64 97/490 > Verifying : katello-host-tools-fact-plugin-3.1.0-2.el7.noarch 98/490 > Verifying : device-mapper-multipath-0.4.9-119.el7.x86_64 99/490 > Verifying : libconfig-1.4.9-5.el7.x86_64 100/490 > Verifying : rubygem-elasticsearch-transport-2.0.2-1.el7.noarch 101/490 > Verifying : libgudev1-219-57.el7.x86_64 102/490 > Verifying : 7:lvm2-2.02.177-4.el7.x86_64 103/490 > Verifying : vdsm-4.20.35-1.el7.x86_64 104/490 > Verifying : libusbx-1.0.21-1.el7.x86_64 105/490 > Verifying : vdsm-hook-openstacknet-4.20.35-1.el7.noarch 106/490 > Verifying : cockpit-networkmanager-172-1.el7.noarch 107/490 > Verifying : abrt-addon-pstoreoops-2.1.11-50.el7.centos.x86_64 108/490 > Verifying : dracut-fips-033-535.el7.x86_64 109/490 > Verifying : rubygem-proxifier-1.0.3-3.el7.noarch 110/490 > Verifying : libwbclient-4.7.1-6.el7.x86_64 111/490 > Verifying : glusterfs-api-3.12.11-1.el7.x86_64 112/490 > Verifying : dnsmasq-2.76-5.el7.x86_64 113/490 > Verifying : rubygem-multipart-post-2.0.0-2.el7.noarch 114/490 > Verifying : libreport-2.1.11-40.el7.centos.x86_64 115/490 > Verifying : perl-podlators-2.5.1-3.el7.noarch 116/490 > Verifying : 1:libguestfs-tools-c-1.36.10-6.el7_5.2.x86_64 117/490 > Verifying : rubygems-2.0.14.1-33.el7_4.noarch 118/490 > Verifying : augeas-libs-1.4.0-5.el7_5.1.x86_64 119/490 > Verifying : cockpit-system-172-1.el7.noarch 120/490 > Verifying : sssd-ad-1.16.0-19.el7_5.5.x86_64 121/490 > Verifying : fluentd-0.12.42-2.el7.noarch 122/490 > Verifying : python-keyczar-0.71c-2.el7.noarch 123/490 > Verifying : libvirt-3.9.0-14.el7_5.6.x86_64 124/490 > Verifying : collectd-disk-5.8.0-6.1.el7.x86_64 125/490 > Verifying : hesiod-3.2.1-3.el7.x86_64 126/490 > Verifying : python-lxml-3.2.1-4.el7.x86_64 127/490 > Verifying : fuse-2.9.2-10.el7.x86_64 128/490 > Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 129/490 > Verifying : ipa-common-4.5.4-10.el7.centos.3.noarch 130/490 > Verifying : kexec-tools-2.0.15-13.el7.x86_64 131/490 > Verifying : vdsm-hook-vmfex-dev-4.20.35-1.el7.noarch 132/490 > Verifying : ruby-libs-2.0.0.648-33.el7_4.x86_64 133/490 > Verifying : libreport-centos-2.1.11-40.el7.centos.x86_64 134/490 > Verifying : libblockdev-crypto-2.12-3.el7.x86_64 135/490 > Verifying : python-sss-murmur-1.16.0-19.el7_5.5.x86_64 136/490 > Verifying : perl-File-Temp-0.23.01-3.el7.noarch 137/490 > Verifying : firewalld-0.4.4.4-14.el7.noarch 138/490 > Verifying : lsof-4.87-5.el7.x86_64 139/490 > Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 140/490 > Verifying : 1:net-snmp-5.7.2-33.el7_5.2.x86_64 141/490 > Verifying : libvirt-daemon-driver-storage-mpath-3.9.0-14.el7_5.6.x86_64 142/490 > Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 143/490 > Verifying : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64 144/490 > Verifying : fence-agents-compute-4.0.11-86.el7_5.2.x86_64 145/490 > Verifying : perl-Storable-2.45-3.el7.x86_64 146/490 > Verifying : 7:device-mapper-event-libs-1.02.146-4.el7.x86_64 147/490 > Verifying : libusal-1.1.11-23.el7.x86_64 148/490 > Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 149/490 > Verifying : mdadm-4.0-13.el7.x86_64 150/490 > Verifying : 1:autofs-5.0.7-83.el7.x86_64 151/490 > Verifying : python-slip-dbus-0.4.0-4.el7.noarch 152/490 > Verifying : libicu-50.1.2-15.el7.x86_64 153/490 > Verifying : gperftools-libs-2.6.1-1.el7.x86_64 154/490 > Verifying : ansible-2.6.2-1.el7.noarch 155/490 > Verifying : abrt-addon-kerneloops-2.1.11-50.el7.centos.x86_64 156/490 > Verifying : cyrus-sasl-2.1.26-23.el7.x86_64 157/490 > Verifying : pciutils-3.5.1-3.el7.x86_64 158/490 > Verifying : socat-1.7.3.2-2.el7.x86_64 159/490 > Verifying : ebtables-2.0.10-16.el7.x86_64 160/490 > Verifying : boost-system-1.53.0-27.el7.x86_64 161/490 > Verifying : fence-agents-common-4.0.11-86.el7_5.2.x86_64 162/490 > Verifying : spice-server-0.14.0-2.el7_5.4.x86_64 163/490 > Verifying : fence-agents-vmware-soap-4.0.11-86.el7_5.2.x86_64 164/490 > Verifying : vdsm-api-4.20.35-1.el7.noarch 165/490 > Verifying : autogen-libopts-5.18-5.el7.x86_64 166/490 > Verifying : sshpass-1.06-2.el7.x86_64 167/490 > Verifying : 1:sgabios-bin-0.20110622svn-4.el7.noarch 168/490 > Verifying : systemd-python-219-57.el7.x86_64 169/490 > Verifying : libvirt-daemon-driver-storage-gluster-3.9.0-14.el7_5.6.x86_64 170/490 > Verifying : syslinux-4.05-13.el7.x86_64 171/490 > Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 172/490 > Verifying : psmisc-22.20-15.el7.x86_64 173/490 > Verifying : libmodman-2.0.1-8.el7.x86_64 174/490 > Verifying : libvirt-daemon-kvm-3.9.0-14.el7_5.6.x86_64 175/490 > Verifying : rubygem-faraday-0.13.0-1.el7.noarch 176/490 > Verifying : libsss_sudo-1.16.0-19.el7_5.5.x86_64 177/490 > Verifying : vhostmd-0.5-12.el7.x86_64 178/490 > Verifying : libvirt-daemon-driver-secret-3.9.0-14.el7_5.6.x86_64 179/490 > Verifying : iscsi-initiator-utils-6.2.0.874-7.el7.x86_64 180/490 > Verifying : glusterfs-libs-3.12.11-1.el7.x86_64 181/490 > Verifying : genisoimage-1.1.11-23.el7.x86_64 182/490 > Verifying : supermin5-5.1.19-1.el7.x86_64 183/490 > Verifying : fence-agents-cisco-mds-4.0.11-86.el7_5.2.x86_64 184/490 > Verifying : perl-Getopt-Long-2.40-3.el7.noarch 185/490 > Verifying : 7:lvm2-libs-2.02.177-4.el7.x86_64 186/490 > Verifying : cockpit-dashboard-172-1.el7.x86_64 187/490 > Verifying : abrt-addon-xorg-2.1.11-50.el7.centos.x86_64 188/490 > Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 189/490 > Verifying : http-parser-2.7.1-5.el7_4.x86_64 190/490 > Verifying : abrt-2.1.11-50.el7.centos.x86_64 191/490 > Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 192/490 > Verifying : fence-agents-brocade-4.0.11-86.el7_5.2.x86_64 193/490 > Verifying : libvirt-daemon-driver-nodedev-3.9.0-14.el7_5.6.x86_64 194/490 > Verifying : libudisks2-2.7.3-6.el7.x86_64 195/490 > Verifying : fence-agents-apc-snmp-4.0.11-86.el7_5.2.x86_64 196/490 > Verifying : python-ipaddr-2.1.11-1.el7.noarch 197/490 > Verifying : gdisk-0.8.6-5.el7.x86_64 198/490 > Verifying : cockpit-172-1.el7.x86_64 199/490 > Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 200/490 > Verifying : libdhash-0.5.0-29.el7.x86_64 201/490 > Verifying : rubygem-http_parser.rb-0.6.0-2.el7.x86_64 202/490 > Verifying : libldb-1.2.2-1.el7.x86_64 203/490 > Verifying : sysstat-10.1.5-13.el7.x86_64 204/490 > Verifying : python2-six-1.10.0-9.el7.noarch 205/490 > Verifying : ovirt-setup-lib-1.1.4-1.el7.centos.noarch 206/490 > Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 207/490 > Verifying : katello-agent-3.1.0-2.el7.noarch 208/490 > Verifying : mtools-4.0.18-5.el7.x86_64 209/490 > Verifying : abrt-retrace-client-2.1.11-50.el7.centos.x86_64 210/490 > Verifying : python-slip-0.4.0-4.el7.noarch 211/490 > Verifying : perl-hivex-1.3.10-6.9.el7.x86_64 212/490 > Verifying : libvirt-client-3.9.0-14.el7_5.6.x86_64 213/490 > Verifying : lsscsi-0.27-6.el7.x86_64 214/490 > Verifying : sssd-krb5-common-1.16.0-19.el7_5.5.x86_64 215/490 > Verifying : libreport-plugin-ureport-2.1.11-40.el7.centos.x86_64 216/490 > Verifying : perl-Filter-1.49-3.el7.x86_64 217/490 > Verifying : ovirt-host-dependencies-4.2.3-1.el7.x86_64 218/490 > Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 219/490 > Verifying : python2-crypto-2.6.1-15.el7.x86_64 220/490 > Verifying : sssd-ipa-1.16.0-19.el7_5.5.x86_64 221/490 > Verifying : ruby-irb-2.0.0.648-33.el7_4.noarch 222/490 > Verifying : fence-agents-heuristics-ping-4.0.11-86.el7_5.2.x86_64 223/490 > Verifying : glusterfs-client-xlators-3.12.11-1.el7.x86_64 224/490 > Verifying : libvirt-daemon-driver-storage-3.9.0-14.el7_5.6.x86_64 225/490 > Verifying : perl-Exporter-5.68-3.el7.noarch 226/490 > Verifying : fence-agents-all-4.0.11-86.el7_5.2.x86_64 227/490 > Verifying : python-inotify-0.9.4-4.el7.noarch 228/490 > Verifying : vdsm-hook-ethtool-options-4.20.35-1.el7.noarch 229/490 > Verifying : fence-agents-ilo-moonshot-4.0.11-86.el7_5.2.x86_64 230/490 > Verifying : 1:net-snmp-utils-5.7.2-33.el7_5.2.x86_64 231/490 > Verifying : cockpit-machines-ovirt-172-1.el7.noarch 232/490 > Verifying : scrub-2.5.2-7.el7.x86_64 233/490 > Verifying : python-pulp-common-2.13.4.10-1.el7.noarch 234/490 > Verifying : perl-Time-Local-1.2300-2.el7.noarch 235/490 > Verifying : krb5-workstation-1.15.1-19.el7.x86_64 236/490 > Verifying : sanlock-lib-3.6.0-1.el7.x86_64 237/490 > Verifying : 1:virt-v2v-1.36.10-6.el7_5.2.x86_64 238/490 > Verifying : json-glib-1.2.6-1.el7.x86_64 239/490 > Verifying : virt-install-1.4.3-3.el7.noarch 240/490 > Verifying : samba-client-libs-4.7.1-6.el7.x86_64 241/490 > Verifying : openwsman-python-2.6.3-3.git4391e5c.el7.x86_64 242/490 > Verifying : python-cffi-1.6.0-5.el7.x86_64 243/490 > Verifying : 1:python-dateutil-2.4.2-1.el7.noarch 244/490 > Verifying : augeas-1.4.0-5.el7_5.1.x86_64 245/490 > Verifying : libblockdev-lvm-2.12-3.el7.x86_64 246/490 > Verifying : ovirt-imageio-daemon-1.4.2-0.el7.noarch 247/490 > Verifying : cockpit-ws-172-1.el7.x86_64 248/490 > Verifying : libvirt-daemon-driver-nwfilter-3.9.0-14.el7_5.6.x86_64 249/490 > Verifying : glusterfs-cli-3.12.11-1.el7.x86_64 250/490 > Verifying : rubygem-multi_json-1.12.1-1.el7.noarch 251/490 > Verifying : abrt-libs-2.1.11-50.el7.centos.x86_64 252/490 > Verifying : 1:NetworkManager-config-server-1.10.2-16.el7_5.noarch 253/490 > Verifying : cockpit-bridge-172-1.el7.x86_64 254/490 > Verifying : rubygem-cool.io-1.5.1-1.el7.x86_64 255/490 > Verifying : fence-agents-amt-ws-4.0.11-86.el7_5.2.x86_64 256/490 > Verifying : abrt-tui-2.1.11-50.el7.centos.x86_64 257/490 > Verifying : glusterfs-fuse-3.12.11-1.el7.x86_64 258/490 > Verifying : 32:bind-libs-9.9.4-61.el7.x86_64 259/490 > Verifying : 1:net-snmp-agent-libs-5.7.2-33.el7_5.2.x86_64 260/490 > Verifying : nettle-2.7.1-8.el7.x86_64 261/490 > Verifying : 1:python-libguestfs-1.36.10-6.el7_5.2.x86_64 262/490 > Verifying : mom-0.5.12-1.el7.centos.noarch 263/490 > Verifying : fence-agents-ifmib-4.0.11-86.el7_5.2.x86_64 264/490 > Verifying : glusterfs-rdma-3.12.11-1.el7.x86_64 265/490 > Verifying : 1:telnet-0.17-64.el7.x86_64 266/490 > Verifying : python-pulp-agent-lib-2.13.4.10-1.el7.noarch 267/490 > Verifying : 4:perl-5.16.3-292.el7.x86_64 268/490 > Verifying : rubygem-fluent-plugin-secure-forward-0.4.5-1.el7.noarch 269/490 > Verifying : python-suds-0.4.1-5.el7.noarch 270/490 > Verifying : ovirt-host-4.2.3-1.el7.x86_64 271/490 > Verifying : fence-agents-eps-4.0.11-86.el7_5.2.x86_64 272/490 > Verifying : fence-agents-apc-4.0.11-86.el7_5.2.x86_64 273/490 > Verifying : libvirt-daemon-driver-qemu-3.9.0-14.el7_5.6.x86_64 274/490 > Verifying : abrt-cli-2.1.11-50.el7.centos.x86_64 275/490 > Verifying : sssd-proxy-1.16.0-19.el7_5.5.x86_64 276/490 > Verifying : python-webob-1.2.3-7.el7.noarch 277/490 > Verifying : yajl-2.0.4-4.el7.x86_64 278/490 > Verifying : libsmbclient-4.7.1-6.el7.x86_64 279/490 > Verifying : libvirt-daemon-driver-storage-core-3.9.0-14.el7_5.6.x86_64 280/490 > Verifying : fence-agents-rsb-4.0.11-86.el7_5.2.x86_64 281/490 > Verifying : perl-File-Path-2.09-2.el7.noarch 282/490 > Verifying : pulp-rpm-handlers-2.13.4.8-1.el7.noarch 283/490 > Verifying : libvirt-daemon-driver-storage-scsi-3.9.0-14.el7_5.6.x86_64 284/490 > Verifying : libreport-plugin-mantisbt-2.1.11-40.el7.centos.x86_64 285/490 > Verifying : volume_key-libs-0.3.9-8.el7.x86_64 286/490 > Verifying : 1:librados2-0.94.5-2.el7.x86_64 287/490 > Verifying : unzip-6.0-19.el7.x86_64 288/490 > Verifying : 1:python-lockfile-0.9.1-4.el7.centos.noarch 289/490 > Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 290/490 > Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 291/490 > Verifying : abrt-addon-vmcore-2.1.11-50.el7.centos.x86_64 292/490 > Verifying : libvirt-python-3.9.0-1.el7.x86_64 293/490 > Verifying : fence-agents-emerson-4.0.11-86.el7_5.2.x86_64 294/490 > Verifying : udisks2-iscsi-2.7.3-6.el7.x86_64 295/490 > Verifying : 10:qemu-kvm-common-ev-2.10.0-21.el7_5.4.1.x86_64 296/490 > Verifying : gnutls-dane-3.3.26-9.el7.x86_64 297/490 > Verifying : libvirt-libs-3.9.0-14.el7_5.6.x86_64 298/490 > Verifying : seabios-bin-1.11.0-2.el7.noarch 299/490 > Verifying : sanlock-python-3.6.0-1.el7.x86_64 300/490 > Verifying : abrt-dbus-2.1.11-50.el7.centos.x86_64 301/490 > Verifying : bridge-utils-1.5-9.el7.x86_64 302/490 > Verifying : satyr-0.13-14.el7.x86_64 303/490 > Verifying : attr-2.4.46-13.el7.x86_64 304/490 > Verifying : perl-Encode-2.51-7.el7.x86_64 305/490 > Verifying : rubygem-msgpack-1.2.0-1.el7.x86_64 306/490 > Verifying : ipa-client-common-4.5.4-10.el7.centos.3.noarch 307/490 > Verifying : libblockdev-mdraid-2.12-3.el7.x86_64 308/490 > Verifying : rng-tools-5-13.el7.x86_64 309/490 > Verifying : libreport-filesystem-2.1.11-40.el7.centos.x86_64 310/490 > Verifying : ioprocess-1.1.2-1.el7.x86_64 311/490 > Verifying : python-jwcrypto-0.4.2-1.el7.noarch 312/490 > Verifying : ovirt-hosted-engine-ha-2.2.16-1.el7.noarch 313/490 > Verifying : qpid-proton-c-0.21.0-2.el7.x86_64 314/490 > Verifying : samba-common-4.7.1-6.el7.noarch 315/490 > Verifying : python-ovirt-engine-sdk4-4.2.7-2.el7.x86_64 316/490 > Verifying : avahi-libs-0.6.31-19.el7.x86_64 317/490 > Verifying : sanlock-3.6.0-1.el7.x86_64 318/490 > Verifying : python-gssapi-1.2.0-3.el7.x86_64 319/490 > Verifying : fence-agents-intelmodular-4.0.11-86.el7_5.2.x86_64 320/490 > Verifying : rubygem-fluent-plugin-rewrite-tag-filter-1.5.6-1.el7.noarch 321/490 > Verifying : libaio-0.3.109-13.el7.x86_64 322/490 > Verifying : fence-virt-0.3.2-13.el7.x86_64 323/490 > Verifying : libxslt-1.1.28-5.el7.x86_64 324/490 > Verifying : gsettings-desktop-schemas-3.24.1-2.el7_5.x86_64 325/490 > Verifying : lldpad-1.0.1-3.git036e314.el7.x86_64 326/490 > Verifying : rubygem-tzinfo-1.2.3-1.el7.noarch 327/490 > Verifying : libtalloc-2.1.10-1.el7.x86_64 328/490 > Verifying : fence-agents-wti-4.0.11-86.el7_5.2.x86_64 329/490 > Verifying : 14:libpcap-1.5.3-11.el7.x86_64 330/490 > Verifying : python2-pyOpenSSL-16.2.0-3.el7.noarch 331/490 > Verifying : usermode-1.111-5.el7.x86_64 332/490 > Verifying : libsss_autofs-1.16.0-19.el7_5.5.x86_64 333/490 > Verifying : otopi-1.7.8-1.el7.noarch 334/490 > Verifying : device-mapper-multipath-libs-0.4.9-119.el7.x86_64 335/490 > Verifying : celt051-0.5.1.3-8.el7.x86_64 336/490 > Verifying : sssd-client-1.16.0-19.el7_5.5.x86_64 337/490 > Verifying : python2-ioprocess-1.1.2-1.el7.x86_64 338/490 > Verifying : ovirt-host-deploy-1.7.4-1.el7.noarch 339/490 > Verifying : 1:openvswitch-ovn-common-2.9.0-4.el7.x86_64 340/490 > Verifying : vdsm-hook-fcoe-4.20.35-1.el7.noarch 341/490 > Verifying : libatasmart-0.19-6.el7.x86_64 342/490 > Verifying : abrt-python-2.1.11-50.el7.centos.x86_64 343/490 > Verifying : perl-constant-1.27-2.el7.noarch 344/490 > Verifying : 1:libguestfs-1.36.10-6.el7_5.2.x86_64 345/490 > Verifying : abrt-addon-ccpp-2.1.11-50.el7.centos.x86_64 346/490 > Verifying : 2:postfix-2.10.1-6.el7.x86_64 347/490 > Verifying : python2-ipalib-4.5.4-10.el7.centos.3.noarch 348/490 > Verifying : 40:libcacard-2.5.2-2.1.el7.x86_64 349/490 > Verifying : rubygem-bigdecimal-1.2.0-33.el7_4.x86_64 350/490 > Verifying : libreport-cli-2.1.11-40.el7.centos.x86_64 351/490 > Verifying : cryptsetup-1.7.4-4.el7.x86_64 352/490 > Verifying : glusterfs-3.12.11-1.el7.x86_64 353/490 > Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 354/490 > Verifying : 1:NetworkManager-libnm-1.10.2-16.el7_5.x86_64 355/490 > Verifying : fence-agents-vmware-rest-4.0.11-86.el7_5.2.x86_64 356/490 > Verifying : libvirt-daemon-3.9.0-14.el7_5.6.x86_64 357/490 > Verifying : json-c-0.11-4.el7_0.x86_64 358/490 > Verifying : rubygem-sigdump-0.2.4-1.el7.noarch 359/490 > Verifying : netcf-libs-0.2.8-4.el7.x86_64 360/490 > Verifying : sg3_utils-1.37-12.el7.x86_64 361/490 > Verifying : libibverbs-15-7.el7_5.x86_64 362/490 > Verifying : opus-1.0.2-6.el7.x86_64 363/490 > Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 364/490 > Verifying : lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64 365/490 > Verifying : ruby-2.0.0.648-33.el7_4.x86_64 366/490 > Verifying : rubygem-yajl-ruby-1.3.1-1.el7.x86_64 367/490 > Verifying : fence-agents-ilo-mp-4.0.11-86.el7_5.2.x86_64 368/490 > Verifying : libsss_certmap-1.16.0-19.el7_5.5.x86_64 369/490 > Verifying : subscription-manager-rhsm-1.20.11-1.el7.centos.x86_64 370/490 > Verifying : python-pthreading-0.1.3-3.el7.noarch 371/490 > Verifying : python2-pyasn1-0.1.9-7.el7.noarch 372/490 > Verifying : python-paramiko-2.1.1-4.el7.noarch 373/490 > Verifying : libvirt-daemon-config-nwfilter-3.9.0-14.el7_5.6.x86_64 374/490 > Verifying : cockpit-ovirt-dashboard-0.11.31-1.el7.noarch 375/490 > Verifying : hexedit-1.2.13-5.el7.x86_64 376/490 > Verifying : python-pulp-rpm-common-2.13.4.8-1.el7.noarch 377/490 > Verifying : safelease-1.0-7.el7.x86_64 378/490 > Verifying : boost-thread-1.53.0-27.el7.x86_64 379/490 > Verifying : python-yubico-1.2.3-1.el7.noarch 380/490 > Verifying : numad-0.5-18.20150602git.el7.x86_64 381/490 > Verifying : fence-agents-drac5-4.0.11-86.el7_5.2.x86_64 382/490 > Verifying : perl-Socket-2.010-4.el7.x86_64 383/490 > Verifying : python2-jmespath-0.9.0-5.el7.noarch 384/490 > Verifying : unbound-libs-1.6.6-1.el7.x86_64 385/490 > Verifying : rubygem-resolve-hostname-0.1.0-1.el7.noarch 386/490 > Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 387/490 > Verifying : certmonger-0.78.4-3.el7_5.1.x86_64 388/490 > Verifying : 10:qemu-img-ev-2.10.0-21.el7_5.4.1.x86_64 389/490 > Verifying : python-pycparser-2.14-1.el7.noarch 390/490 > Verifying : libkadm5-1.15.1-19.el7.x86_64 391/490 > Verifying : fence-agents-ibmblade-4.0.11-86.el7_5.2.x86_64 392/490 > Verifying : 1:perl-parent-0.225-244.el7.noarch 393/490 > Verifying : trousers-0.3.14-2.el7.x86_64 394/490 > Verifying : OVMF-20171011-4.git92d07e48907f.el7.noarch 395/490 > Verifying : subscription-manager-rhsm-certificates-1.20.11-1.el7.centos.x86_64 396/490 > Verifying : rubygem-psych-2.0.0-33.el7_4.x86_64 397/490 > Verifying : python-qrcode-core-5.0.1-1.el7.noarch 398/490 > Verifying : libvirt-daemon-driver-storage-logical-3.9.0-14.el7_5.6.x86_64 399/490 > Verifying : rubygem-fluent-plugin-collectd-nest-0.1.4-1.el7.noarch 400/490 > Verifying : udisks2-lvm2-2.7.3-6.el7.x86_64 401/490 > Verifying : bzip2-1.0.6-13.el7.x86_64 402/490 > Verifying : 7:device-mapper-event-1.02.146-4.el7.x86_64 403/490 > Verifying : rubygem-fluent-plugin-elasticsearch-1.9.5.1-1.el7.noarch 404/490 > Verifying : libsss_idmap-1.16.0-19.el7_5.5.x86_64 405/490 > Verifying : fence-agents-ilo2-4.0.11-86.el7_5.2.x86_64 406/490 > Verifying : python-idna-2.4-1.el7.noarch 407/490 > Verifying : m2crypto-0.21.1-17.el7.x86_64 408/490 > Verifying : python-ply-3.4-11.el7.noarch 409/490 > Verifying : sssd-common-1.16.0-19.el7_5.5.x86_64 410/490 > Verifying : vdsm-hook-vfio-mdev-4.20.35-1.el7.noarch 411/490 > Verifying : fence-agents-scsi-4.0.11-86.el7_5.2.x86_64 412/490 > Verifying : 1:openvswitch-2.9.0-4.el7.x86_64 413/490 > Verifying : 2:libogg-1.3.0-7.el7.x86_64 414/490 > Verifying : hivex-1.3.10-6.9.el7.x86_64 415/490 > Verifying : usbredir-0.7.1-3.el7.x86_64 416/490 > Verifying : ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch 417/490 > Verifying : perl-Pod-Usage-1.63-3.el7.noarch 418/490 > Verifying : python-ethtool-0.8-5.el7.x86_64 419/490 > Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-7.el7.x86_64 420/490 > Verifying : fence-agents-hpblade-4.0.11-86.el7_5.2.x86_64 421/490 > Verifying : python-firewall-0.4.4.4-14.el7.noarch 422/490 > Verifying : collectd-write_http-5.8.0-6.1.el7.x86_64 423/490 > Verifying : fence-agents-ipmilan-4.0.11-86.el7_5.2.x86_64 424/490 > Verifying : libpciaccess-0.14-1.el7.x86_64 425/490 > Verifying : syslinux-extlinux-4.05-13.el7.x86_64 426/490 > Verifying : ipa-client-4.5.4-10.el7.centos.3.x86_64 427/490 > Verifying : osinfo-db-tools-1.1.0-1.el7.x86_64 428/490 > Verifying : iptables-services-1.4.21-24.1.el7_5.x86_64 429/490 > Verifying : ipset-libs-6.29-1.el7.x86_64 430/490 > Verifying : firewalld-filesystem-0.4.4.4-14.el7.noarch 431/490 > Verifying : vdsm-common-4.20.35-1.el7.noarch 432/490 > Verifying : ntp-4.2.6p5-28.el7.centos.x86_64 433/490 > Verifying : jemalloc-3.6.0-8.el7.centos.x86_64 434/490 > Verifying : collectd-5.8.0-6.1.el7.x86_64 435/490 > Verifying : 1:openvswitch-ovn-host-2.9.0-4.el7.x86_64 436/490 > Verifying : python-isodate-0.5.4-8.el7.noarch 437/490 > Verifying : rubygem-json-2.0.2-2.el7.x86_64 438/490 > Verifying : gnutls-3.3.26-9.el7.x86_64 439/490 > Verifying : udisks2-2.7.3-6.el7.x86_64 440/490 > Verifying : perl-Carp-1.26-244.el7.noarch 441/490 > Verifying : numactl-2.0.9-7.el7.x86_64 442/490 > Verifying : ntpdate-4.2.6p5-28.el7.centos.x86_64 443/490 > Verifying : libblockdev-loop-2.12-3.el7.x86_64 444/490 > Verifying : python-netifaces-0.10.4-3.el7.x86_64 445/490 > Verifying : fuse-libs-2.9.2-10.el7.x86_64 446/490 > Verifying : fence-agents-sbd-4.0.11-86.el7_5.2.x86_64 447/490 > Verifying : ovirt-vmconsole-1.0.5-4.el7.centos.noarch 448/490 > Verifying : mpfr-3.1.1-4.el7.x86_64 449/490 > Verifying : subscription-manager-1.20.11-1.el7.centos.x86_64 450/490 > Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 451/490 > Verifying : mailx-12.5-19.el7.x86_64 452/490 > Verifying : hmaccalc-0.9.13-4.el7.x86_64 453/490 > Verifying : fence-agents-ipdu-4.0.11-86.el7_5.2.x86_64 454/490 > Verifying : collectd-netlink-5.8.0-6.1.el7.x86_64 455/490 > Verifying : rubygem-thread_safe-0.3.6-1.el7.noarch 456/490 > Verifying : perl-PathTools-3.40-5.el7.x86_64 457/490 > Verifying : python-enum34-1.0.4-1.el7.noarch 458/490 > Verifying : ovirt-vmconsole-host-1.0.5-4.el7.centos.noarch 459/490 > Verifying : ovirt-engine-sdk-python-3.6.9.1-1.el7.noarch 460/490 > Verifying : oddjob-0.31.5-4.el7.x86_64 461/490 > Verifying : librdmacm-15-7.el7_5.x86_64 462/490 > Verifying : libarchive-3.1.2-10.el7_2.x86_64 463/490 > Verifying : python-netaddr-0.7.18-1.el7.noarch 464/490 > Verifying : libvirt-daemon-driver-network-3.9.0-14.el7_5.6.x86_64 465/490 > Verifying : rubygem-elasticsearch-api-2.0.2-1.el7.noarch 466/490 > Verifying : vdsm-yajsonrpc-4.20.35-1.el7.noarch 467/490 > Verifying : python-gofer-2.7.8-1.el7.noarch 468/490 > Verifying : libsss_nss_idmap-1.16.0-19.el7_5.5.x86_64 469/490 > Verifying : rubygem-fluent-plugin-viaq_data_model-0.0.13-1.el7.noarch 470/490 > Verifying : sos-3.5-9.el7.centos.noarch 471/490 > Verifying : libtdb-1.3.15-1.el7.x86_64 472/490 > Verifying : libvirt-daemon-config-network-3.9.0-14.el7_5.6.x86_64 473/490 > Verifying : libreport-plugin-rhtsupport-2.1.11-40.el7.centos.x86_64 474/490 > Verifying : libvirt-daemon-driver-interface-3.9.0-14.el7_5.6.x86_64 475/490 > Verifying : gnutls-utils-3.3.26-9.el7.x86_64 476/490 > Verifying : ovirt-provider-ovn-driver-1.2.13-1.el7.noarch 477/490 > Verifying : hwdata-0.252-8.8.el7.x86_64 478/490 > Verifying : vdsm-hook-vhostmd-4.20.35-1.el7.noarch 479/490 > Verifying : libproxy-0.4.11-11.el7.x86_64 480/490 > Verifying : 1:cups-libs-1.6.3-35.el7.x86_64 481/490 > Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 482/490 > Verifying : ipmitool-1.8.18-7.el7.x86_64 483/490 > Verifying : python-dmidecode-3.12.2-2.el7.x86_64 484/490 > Verifying : pexpect-2.3-11.el7.noarch 485/490 > Verifying : python-daemon-1.6-4.el7.noarch 486/490 > Verifying : python-subprocess32-3.2.6-7.el7.x86_64 487/490 > Verifying : libtomcrypt-1.17-26.el7.x86_64 488/490 > Verifying : sssd-1.16.0-19.el7_5.5.x86_64 489/490 > Verifying : python-six-1.9.0-2.el7.noarch 490/490 > >Installed: > ovirt-engine-appliance.noarch 0:4.2-20180731.1.el7 ovirt-hosted-engine-setup.noarch 0:2.2.25-1.el7 > python2-six.noarch 0:1.10.0-9.el7 > >Dependency Installed: > NetworkManager.x86_64 1:1.10.2-16.el7_5 > NetworkManager-config-server.noarch 1:1.10.2-16.el7_5 > NetworkManager-libnm.x86_64 1:1.10.2-16.el7_5 > OVMF.noarch 0:20171011-4.git92d07e48907f.el7 > OpenIPMI-modalias.x86_64 0:2.0.23-2.el7 > abrt.x86_64 0:2.1.11-50.el7.centos > abrt-addon-ccpp.x86_64 0:2.1.11-50.el7.centos > abrt-addon-kerneloops.x86_64 0:2.1.11-50.el7.centos > abrt-addon-pstoreoops.x86_64 0:2.1.11-50.el7.centos > abrt-addon-python.x86_64 0:2.1.11-50.el7.centos > abrt-addon-vmcore.x86_64 0:2.1.11-50.el7.centos > abrt-addon-xorg.x86_64 0:2.1.11-50.el7.centos > abrt-cli.x86_64 0:2.1.11-50.el7.centos > abrt-dbus.x86_64 0:2.1.11-50.el7.centos > abrt-libs.x86_64 0:2.1.11-50.el7.centos > abrt-python.x86_64 0:2.1.11-50.el7.centos > abrt-retrace-client.x86_64 0:2.1.11-50.el7.centos > abrt-tui.x86_64 0:2.1.11-50.el7.centos > ansible.noarch 0:2.6.2-1.el7 > attr.x86_64 0:2.4.46-13.el7 > augeas.x86_64 0:1.4.0-5.el7_5.1 > augeas-libs.x86_64 0:1.4.0-5.el7_5.1 > autofs.x86_64 1:5.0.7-83.el7 > autogen-libopts.x86_64 0:5.18-5.el7 > avahi-libs.x86_64 0:0.6.31-19.el7 > bind-libs.x86_64 32:9.9.4-61.el7 > bind-utils.x86_64 32:9.9.4-61.el7 > boost-system.x86_64 0:1.53.0-27.el7 > boost-thread.x86_64 0:1.53.0-27.el7 > bridge-utils.x86_64 0:1.5-9.el7 > bzip2.x86_64 0:1.0.6-13.el7 > c-ares.x86_64 0:1.10.0-3.el7 > celt051.x86_64 0:0.5.1.3-8.el7 > certmonger.x86_64 0:0.78.4-3.el7_5.1 > cockpit.x86_64 0:172-1.el7 > cockpit-bridge.x86_64 0:172-1.el7 > cockpit-dashboard.x86_64 0:172-1.el7 > cockpit-machines-ovirt.noarch 0:172-1.el7 > cockpit-networkmanager.noarch 0:172-1.el7 > cockpit-ovirt-dashboard.noarch 0:0.11.31-1.el7 > cockpit-storaged.noarch 0:172-1.el7 > cockpit-system.noarch 0:172-1.el7 > cockpit-ws.x86_64 0:172-1.el7 > collectd.x86_64 0:5.8.0-6.1.el7 > collectd-disk.x86_64 0:5.8.0-6.1.el7 > collectd-netlink.x86_64 0:5.8.0-6.1.el7 > collectd-virt.x86_64 0:5.8.0-6.1.el7 > collectd-write_http.x86_64 0:5.8.0-6.1.el7 > cryptsetup.x86_64 0:1.7.4-4.el7 > cups-libs.x86_64 1:1.6.3-35.el7 > cyrus-sasl.x86_64 0:2.1.26-23.el7 > cyrus-sasl-gssapi.x86_64 0:2.1.26-23.el7 > cyrus-sasl-scram.x86_64 0:2.1.26-23.el7 > device-mapper-event.x86_64 7:1.02.146-4.el7 > device-mapper-event-libs.x86_64 7:1.02.146-4.el7 > device-mapper-multipath.x86_64 0:0.4.9-119.el7 > device-mapper-multipath-libs.x86_64 0:0.4.9-119.el7 > device-mapper-persistent-data.x86_64 0:0.7.3-3.el7 > dnsmasq.x86_64 0:2.76-5.el7 > dosfstools.x86_64 0:3.0.20-9.el7 > dracut-fips.x86_64 0:033-535.el7 > ebtables.x86_64 0:2.0.10-16.el7 > elfutils.x86_64 0:0.170-4.el7 > fcoe-utils.x86_64 0:1.0.32-1.el7 > fence-agents-all.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-amt-ws.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-apc.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-apc-snmp.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-bladecenter.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-brocade.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-cisco-mds.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-cisco-ucs.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-common.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-compute.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-drac5.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-eaton-snmp.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-emerson.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-eps.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-heuristics-ping.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-hpblade.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ibmblade.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ifmib.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ilo-moonshot.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ilo-mp.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ilo-ssh.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ilo2.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-intelmodular.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ipdu.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-ipmilan.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-kdump.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-mpath.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-rhevm.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-rsa.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-rsb.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-sbd.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-scsi.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-vmware-rest.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-vmware-soap.x86_64 0:4.0.11-86.el7_5.2 > fence-agents-wti.x86_64 0:4.0.11-86.el7_5.2 > fence-virt.x86_64 0:0.3.2-13.el7 > firewalld.noarch 0:0.4.4.4-14.el7 > firewalld-filesystem.noarch 0:0.4.4.4-14.el7 > fluentd.noarch 0:0.12.42-2.el7 > fuse.x86_64 0:2.9.2-10.el7 > fuse-libs.x86_64 0:2.9.2-10.el7 > gdb.x86_64 0:7.6.1-110.el7 > gdisk.x86_64 0:0.8.6-5.el7 > genisoimage.x86_64 0:1.1.11-23.el7 > glib-networking.x86_64 0:2.50.0-1.el7 > glusterfs.x86_64 0:3.12.11-1.el7 > glusterfs-api.x86_64 0:3.12.11-1.el7 > glusterfs-cli.x86_64 0:3.12.11-1.el7 > glusterfs-client-xlators.x86_64 0:3.12.11-1.el7 > glusterfs-fuse.x86_64 0:3.12.11-1.el7 > glusterfs-libs.x86_64 0:3.12.11-1.el7 > glusterfs-rdma.x86_64 0:3.12.11-1.el7 > gnutls.x86_64 0:3.3.26-9.el7 > gnutls-dane.x86_64 0:3.3.26-9.el7 > gnutls-utils.x86_64 0:3.3.26-9.el7 > gofer.noarch 0:2.7.8-1.el7 > gperftools-libs.x86_64 0:2.6.1-1.el7 > gsettings-desktop-schemas.x86_64 0:3.24.1-2.el7_5 > hesiod.x86_64 0:3.2.1-3.el7 > hexedit.x86_64 0:1.2.13-5.el7 > hivex.x86_64 0:1.3.10-6.9.el7 > hmaccalc.x86_64 0:0.9.13-4.el7 > http-parser.x86_64 0:2.7.1-5.el7_4 > hwdata.x86_64 0:0.252-8.8.el7 > ioprocess.x86_64 0:1.1.2-1.el7 > ipa-client.x86_64 0:4.5.4-10.el7.centos.3 > ipa-client-common.noarch 0:4.5.4-10.el7.centos.3 > ipa-common.noarch 0:4.5.4-10.el7.centos.3 > ipmitool.x86_64 0:1.8.18-7.el7 > ipset.x86_64 0:6.29-1.el7 > ipset-libs.x86_64 0:6.29-1.el7 > iptables-services.x86_64 0:1.4.21-24.1.el7_5 > ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7_4.1 > iscsi-initiator-utils.x86_64 0:6.2.0.874-7.el7 > iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-7.el7 > jemalloc.x86_64 0:3.6.0-8.el7.centos > json-c.x86_64 0:0.11-4.el7_0 > json-glib.x86_64 0:1.2.6-1.el7 > katello-agent.noarch 0:3.1.0-2.el7 > katello-host-tools.noarch 0:3.1.0-2.el7 > katello-host-tools-fact-plugin.noarch 0:3.1.0-2.el7 > kexec-tools.x86_64 0:2.0.15-13.el7 > krb5-workstation.x86_64 0:1.15.1-19.el7 > libaio.x86_64 0:0.3.109-13.el7 > libarchive.x86_64 0:3.1.2-10.el7_2 > libatasmart.x86_64 0:0.19-6.el7 > libblockdev.x86_64 0:2.12-3.el7 > libblockdev-crypto.x86_64 0:2.12-3.el7 > libblockdev-fs.x86_64 0:2.12-3.el7 > libblockdev-loop.x86_64 0:2.12-3.el7 > libblockdev-lvm.x86_64 0:2.12-3.el7 > libblockdev-mdraid.x86_64 0:2.12-3.el7 > libblockdev-part.x86_64 0:2.12-3.el7 > libblockdev-swap.x86_64 0:2.12-3.el7 > libblockdev-utils.x86_64 0:2.12-3.el7 > libbytesize.x86_64 0:1.2-1.el7 > libcacard.x86_64 40:2.5.2-2.1.el7 > libconfig.x86_64 0:1.4.9-5.el7 > libdhash.x86_64 0:0.5.0-29.el7 > libgudev1.x86_64 0:219-57.el7 > libguestfs.x86_64 1:1.36.10-6.el7_5.2 > libguestfs-tools-c.x86_64 1:1.36.10-6.el7_5.2 > libguestfs-winsupport.x86_64 0:7.2-2.el7 > libibverbs.x86_64 0:15-7.el7_5 > libicu.x86_64 0:50.1.2-15.el7 > libipa_hbac.x86_64 0:1.16.0-19.el7_5.5 > libiscsi.x86_64 0:1.9.0-7.el7 > libjpeg-turbo.x86_64 0:1.2.90-5.el7 > libkadm5.x86_64 0:1.15.1-19.el7 > libldb.x86_64 0:1.2.2-1.el7 > libmodman.x86_64 0:2.0.1-8.el7 > libnl.x86_64 0:1.1.4-3.el7 > libogg.x86_64 2:1.3.0-7.el7 > libosinfo.x86_64 0:1.0.0-1.el7 > libpcap.x86_64 14:1.5.3-11.el7 > libpciaccess.x86_64 0:0.14-1.el7 > libpng.x86_64 2:1.5.13-7.el7_2 > libproxy.x86_64 0:0.4.11-11.el7 > librados2.x86_64 1:0.94.5-2.el7 > librbd1.x86_64 1:0.94.5-2.el7 > librdmacm.x86_64 0:15-7.el7_5 > libreport.x86_64 0:2.1.11-40.el7.centos > libreport-centos.x86_64 0:2.1.11-40.el7.centos > libreport-cli.x86_64 0:2.1.11-40.el7.centos > libreport-filesystem.x86_64 0:2.1.11-40.el7.centos > libreport-plugin-mantisbt.x86_64 0:2.1.11-40.el7.centos > libreport-plugin-rhtsupport.x86_64 0:2.1.11-40.el7.centos > libreport-plugin-ureport.x86_64 0:2.1.11-40.el7.centos > libreport-python.x86_64 0:2.1.11-40.el7.centos > libreport-web.x86_64 0:2.1.11-40.el7.centos > libsmbclient.x86_64 0:4.7.1-6.el7 > libssh.x86_64 0:0.7.1-3.el7 > libsss_autofs.x86_64 0:1.16.0-19.el7_5.5 > libsss_certmap.x86_64 0:1.16.0-19.el7_5.5 > libsss_idmap.x86_64 0:1.16.0-19.el7_5.5 > libsss_nss_idmap.x86_64 0:1.16.0-19.el7_5.5 > libsss_sudo.x86_64 0:1.16.0-19.el7_5.5 > libtalloc.x86_64 0:2.1.10-1.el7 > libtar.x86_64 0:1.2.11-29.el7 > libtdb.x86_64 0:1.3.15-1.el7 > libtevent.x86_64 0:0.9.33-2.el7 > libtomcrypt.x86_64 0:1.17-26.el7 > libtommath.x86_64 0:0.42.0-6.el7 > libudisks2.x86_64 0:2.7.3-6.el7 > libusal.x86_64 0:1.1.11-23.el7 > libusbx.x86_64 0:1.0.21-1.el7 > libvirt.x86_64 0:3.9.0-14.el7_5.6 > libvirt-client.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-config-network.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-config-nwfilter.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-interface.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-lxc.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-network.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-nodedev.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-nwfilter.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-qemu.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-secret.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-core.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-disk.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-gluster.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-iscsi.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-logical.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-mpath.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-rbd.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-driver-storage-scsi.x86_64 0:3.9.0-14.el7_5.6 > libvirt-daemon-kvm.x86_64 0:3.9.0-14.el7_5.6 > libvirt-libs.x86_64 0:3.9.0-14.el7_5.6 > libvirt-lock-sanlock.x86_64 0:3.9.0-14.el7_5.6 > libvirt-python.x86_64 0:3.9.0-1.el7 > libwbclient.x86_64 0:4.7.1-6.el7 > libwsman1.x86_64 0:2.6.3-3.git4391e5c.el7 > libxslt.x86_64 0:1.1.28-5.el7 > lldpad.x86_64 0:1.0.1-3.git036e314.el7 > lm_sensors-libs.x86_64 0:3.4.0-4.20160601gitf9185e5.el7 > lshw.x86_64 0:B.02.18-12.el7 > lsof.x86_64 0:4.87-5.el7 > lsscsi.x86_64 0:0.27-6.el7 > lvm2.x86_64 7:2.02.177-4.el7 > lvm2-libs.x86_64 7:2.02.177-4.el7 > lzop.x86_64 0:1.03-10.el7 > m2crypto.x86_64 0:0.21.1-17.el7 > mailx.x86_64 0:12.5-19.el7 > mdadm.x86_64 0:4.0-13.el7 > mom.noarch 0:0.5.12-1.el7.centos > mpfr.x86_64 0:3.1.1-4.el7 > mtools.x86_64 0:4.0.18-5.el7 > net-snmp.x86_64 1:5.7.2-33.el7_5.2 > net-snmp-agent-libs.x86_64 1:5.7.2-33.el7_5.2 > net-snmp-libs.x86_64 1:5.7.2-33.el7_5.2 > net-snmp-utils.x86_64 1:5.7.2-33.el7_5.2 > netcf-libs.x86_64 0:0.2.8-4.el7 > nettle.x86_64 0:2.7.1-8.el7 > nmap-ncat.x86_64 2:6.40-13.el7 > ntp.x86_64 0:4.2.6p5-28.el7.centos > ntpdate.x86_64 0:4.2.6p5-28.el7.centos > numactl.x86_64 0:2.0.9-7.el7 > numad.x86_64 0:0.5-18.20150602git.el7 > oddjob.x86_64 0:0.31.5-4.el7 > oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 > openvswitch.x86_64 1:2.9.0-4.el7 > openvswitch-ovn-common.x86_64 1:2.9.0-4.el7 > openvswitch-ovn-host.x86_64 1:2.9.0-4.el7 > openwsman-python.x86_64 0:2.6.3-3.git4391e5c.el7 > opus.x86_64 0:1.0.2-6.el7 > osinfo-db.noarch 0:20170813-6.el7 > osinfo-db-tools.x86_64 0:1.1.0-1.el7 > otopi.noarch 0:1.7.8-1.el7 > ovirt-engine-sdk-python.noarch 0:3.6.9.1-1.el7 > ovirt-host.x86_64 0:4.2.3-1.el7 > ovirt-host-dependencies.x86_64 0:4.2.3-1.el7 > ovirt-host-deploy.noarch 0:1.7.4-1.el7 > ovirt-hosted-engine-ha.noarch 0:2.2.16-1.el7 > ovirt-imageio-common.noarch 0:1.4.2-0.el7 > ovirt-imageio-daemon.noarch 0:1.4.2-0.el7 > ovirt-provider-ovn-driver.noarch 0:1.2.13-1.el7 > ovirt-setup-lib.noarch 0:1.1.4-1.el7.centos > ovirt-vmconsole.noarch 0:1.0.5-4.el7.centos > ovirt-vmconsole-host.noarch 0:1.0.5-4.el7.centos > pciutils.x86_64 0:3.5.1-3.el7 > perl.x86_64 4:5.16.3-292.el7 > perl-Carp.noarch 0:1.26-244.el7 > perl-Data-Dumper.x86_64 0:2.145-3.el7 > perl-Encode.x86_64 0:2.51-7.el7 > perl-Exporter.noarch 0:5.68-3.el7 > perl-File-Path.noarch 0:2.09-2.el7 > perl-File-Temp.noarch 0:0.23.01-3.el7 > perl-Filter.x86_64 0:1.49-3.el7 > perl-Getopt-Long.noarch 0:2.40-3.el7 > perl-HTTP-Tiny.noarch 0:0.033-3.el7 > perl-PathTools.x86_64 0:3.40-5.el7 > perl-Pod-Escapes.noarch 1:1.04-292.el7 > perl-Pod-Perldoc.noarch 0:3.20-4.el7 > perl-Pod-Simple.noarch 1:3.28-4.el7 > perl-Pod-Usage.noarch 0:1.63-3.el7 > perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 > perl-Socket.x86_64 0:2.010-4.el7 > perl-Storable.x86_64 0:2.45-3.el7 > perl-Text-ParseWords.noarch 0:3.29-4.el7 > perl-Time-HiRes.x86_64 4:1.9725-3.el7 > perl-Time-Local.noarch 0:1.2300-2.el7 > perl-constant.noarch 0:1.27-2.el7 > perl-hivex.x86_64 0:1.3.10-6.9.el7 > perl-libs.x86_64 4:5.16.3-292.el7 > perl-macros.x86_64 4:5.16.3-292.el7 > perl-parent.noarch 1:0.225-244.el7 > perl-podlators.noarch 0:2.5.1-3.el7 > perl-threads.x86_64 0:1.87-4.el7 > perl-threads-shared.x86_64 0:1.43-6.el7 > pexpect.noarch 0:2.3-11.el7 > pixman.x86_64 0:0.34.0-1.el7 > postfix.x86_64 2:2.10.1-6.el7 > psmisc.x86_64 0:22.20-15.el7 > pulp-rpm-handlers.noarch 0:2.13.4.8-1.el7 > pygobject2.x86_64 0:2.28.6-11.el7 > python-augeas.noarch 0:0.5.0-2.el7 > python-cffi.x86_64 0:1.6.0-5.el7 > python-daemon.noarch 0:1.6-4.el7 > python-dateutil.noarch 1:2.4.2-1.el7 > python-dmidecode.x86_64 0:3.12.2-2.el7 > python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 > python-enum34.noarch 0:1.0.4-1.el7 > python-ethtool.x86_64 0:0.8-5.el7 > python-firewall.noarch 0:0.4.4.4-14.el7 > python-gofer.noarch 0:2.7.8-1.el7 > python-gofer-proton.noarch 0:2.7.8-1.el7 > python-gssapi.x86_64 0:1.2.0-3.el7 > python-httplib2.noarch 0:0.9.2-1.el7 > python-idna.noarch 0:2.4-1.el7 > python-inotify.noarch 0:0.9.4-4.el7 > python-ipaddr.noarch 0:2.1.11-1.el7 > python-isodate.noarch 0:0.5.4-8.el7 > python-jwcrypto.noarch 0:0.4.2-1.el7 > python-keyczar.noarch 0:0.71c-2.el7 > python-ldap.x86_64 0:2.4.15-2.el7 > python-libguestfs.x86_64 1:1.36.10-6.el7_5.2 > python-libipa_hbac.x86_64 0:1.16.0-19.el7_5.5 > python-lockfile.noarch 1:0.9.1-4.el7.centos > python-lxml.x86_64 0:3.2.1-4.el7 > python-netaddr.noarch 0:0.7.18-1.el7 > python-netifaces.x86_64 0:0.10.4-3.el7 > python-nss.x86_64 0:0.16.0-3.el7 > python-ovirt-engine-sdk4.x86_64 0:4.2.7-2.el7 > python-paramiko.noarch 0:2.1.1-4.el7 > python-ply.noarch 0:3.4-11.el7 > python-pthreading.noarch 0:0.1.3-3.el7 > python-pulp-agent-lib.noarch 0:2.13.4.10-1.el7 > python-pulp-common.noarch 0:2.13.4.10-1.el7 > python-pulp-rpm-common.noarch 0:2.13.4.8-1.el7 > python-pycparser.noarch 0:2.14-1.el7 > python-qrcode-core.noarch 0:5.0.1-1.el7 > python-slip.noarch 0:0.4.0-4.el7 > python-slip-dbus.noarch 0:0.4.0-4.el7 > python-sss-murmur.x86_64 0:1.16.0-19.el7_5.5 > python-sssdconfig.noarch 0:1.16.0-19.el7_5.5 > python-subprocess32.x86_64 0:3.2.6-7.el7 > python-suds.noarch 0:0.4.1-5.el7 > python-webob.noarch 0:1.2.3-7.el7 > python-yubico.noarch 0:1.2.3-1.el7 > python2-crypto.x86_64 0:2.6.1-15.el7 > python2-cryptography.x86_64 0:1.7.2-2.el7 > python2-ioprocess.x86_64 0:1.1.2-1.el7 > python2-ipaclient.noarch 0:4.5.4-10.el7.centos.3 > python2-ipalib.noarch 0:4.5.4-10.el7.centos.3 > python2-jmespath.noarch 0:0.9.0-5.el7 > python2-openvswitch.noarch 1:2.9.0-4.el7 > python2-pyOpenSSL.noarch 0:16.2.0-3.el7 > python2-pyasn1.noarch 0:0.1.9-7.el7 > python2-pyasn1-modules.noarch 0:0.1.9-7.el7 > python2-qpid-proton.x86_64 0:0.21.0-2.el7 > pyusb.noarch 0:1.0.0-0.11.b1.el7 > qemu-img-ev.x86_64 10:2.10.0-21.el7_5.4.1 > qemu-kvm-common-ev.x86_64 10:2.10.0-21.el7_5.4.1 > qemu-kvm-ev.x86_64 10:2.10.0-21.el7_5.4.1 > qpid-proton-c.x86_64 0:0.21.0-2.el7 > radvd.x86_64 0:1.9.2-9.el7_5.4 > rdma-core.x86_64 0:15-7.el7_5 > rng-tools.x86_64 0:5-13.el7 > ruby.x86_64 0:2.0.0.648-33.el7_4 > ruby-irb.noarch 0:2.0.0.648-33.el7_4 > ruby-libs.x86_64 0:2.0.0.648-33.el7_4 > rubygem-bigdecimal.x86_64 0:1.2.0-33.el7_4 > rubygem-cool.io.x86_64 0:1.5.1-1.el7 > rubygem-elasticsearch.noarch 0:2.0.2-1.el7 > rubygem-elasticsearch-api.noarch 0:2.0.2-1.el7 > rubygem-elasticsearch-transport.noarch 0:2.0.2-1.el7 > rubygem-excon.noarch 0:0.58.0-2.el7 > rubygem-faraday.noarch 0:0.13.0-1.el7 > rubygem-fluent-plugin-collectd-nest.noarch 0:0.1.4-1.el7 > rubygem-fluent-plugin-elasticsearch.noarch 0:1.9.5.1-1.el7 > rubygem-fluent-plugin-rewrite-tag-filter.noarch 0:1.5.6-1.el7 > rubygem-fluent-plugin-secure-forward.noarch 0:0.4.5-1.el7 > rubygem-fluent-plugin-viaq_data_model.noarch 0:0.0.13-1.el7 > rubygem-http_parser.rb.x86_64 0:0.6.0-2.el7 > rubygem-io-console.x86_64 0:0.4.2-33.el7_4 > rubygem-json.x86_64 0:2.0.2-2.el7 > rubygem-msgpack.x86_64 0:1.2.0-1.el7 > rubygem-multi_json.noarch 0:1.12.1-1.el7 > rubygem-multipart-post.noarch 0:2.0.0-2.el7 > rubygem-proxifier.noarch 0:1.0.3-3.el7 > rubygem-psych.x86_64 0:2.0.0-33.el7_4 > rubygem-rdoc.noarch 0:4.0.0-33.el7_4 > rubygem-resolve-hostname.noarch 0:0.1.0-1.el7 > rubygem-sigdump.noarch 0:0.2.4-1.el7 > rubygem-string-scrub.x86_64 0:0.0.5-3.el7 > rubygem-thread_safe.noarch 0:0.3.6-1.el7 > rubygem-tzinfo.noarch 0:1.2.3-1.el7 > rubygem-yajl-ruby.x86_64 0:1.3.1-1.el7 > rubygems.noarch 0:2.0.14.1-33.el7_4 > safelease.x86_64 0:1.0-7.el7 > samba-client-libs.x86_64 0:4.7.1-6.el7 > samba-common.noarch 0:4.7.1-6.el7 > samba-common-libs.x86_64 0:4.7.1-6.el7 > sanlock.x86_64 0:3.6.0-1.el7 > sanlock-lib.x86_64 0:3.6.0-1.el7 > sanlock-python.x86_64 0:3.6.0-1.el7 > satyr.x86_64 0:0.13-14.el7 > screen.x86_64 0:4.1.0-0.25.20120314git3c2946.el7 > scrub.x86_64 0:2.5.2-7.el7 > seabios-bin.noarch 0:1.11.0-2.el7 > seavgabios-bin.noarch 0:1.11.0-2.el7 > sg3_utils.x86_64 0:1.37-12.el7 > sg3_utils-libs.x86_64 0:1.37-12.el7 > sgabios-bin.noarch 1:0.20110622svn-4.el7 > socat.x86_64 0:1.7.3.2-2.el7 > sos.noarch 0:3.5-9.el7.centos > spice-server.x86_64 0:0.14.0-2.el7_5.4 > squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7 > sshpass.x86_64 0:1.06-2.el7 > sssd.x86_64 0:1.16.0-19.el7_5.5 > sssd-ad.x86_64 0:1.16.0-19.el7_5.5 > sssd-client.x86_64 0:1.16.0-19.el7_5.5 > sssd-common.x86_64 0:1.16.0-19.el7_5.5 > sssd-common-pac.x86_64 0:1.16.0-19.el7_5.5 > sssd-ipa.x86_64 0:1.16.0-19.el7_5.5 > sssd-krb5.x86_64 0:1.16.0-19.el7_5.5 > sssd-krb5-common.x86_64 0:1.16.0-19.el7_5.5 > sssd-ldap.x86_64 0:1.16.0-19.el7_5.5 > sssd-proxy.x86_64 0:1.16.0-19.el7_5.5 > subscription-manager.x86_64 0:1.20.11-1.el7.centos > subscription-manager-rhsm.x86_64 0:1.20.11-1.el7.centos > subscription-manager-rhsm-certificates.x86_64 0:1.20.11-1.el7.centos > supermin5.x86_64 0:5.1.19-1.el7 > syslinux.x86_64 0:4.05-13.el7 > syslinux-extlinux.x86_64 0:4.05-13.el7 > sysstat.x86_64 0:10.1.5-13.el7 > systemd-python.x86_64 0:219-57.el7 > tcpdump.x86_64 14:4.9.2-3.el7 > telnet.x86_64 1:0.17-64.el7 > tree.x86_64 0:1.6.0-10.el7 > trousers.x86_64 0:0.3.14-2.el7 > udisks2.x86_64 0:2.7.3-6.el7 > udisks2-iscsi.x86_64 0:2.7.3-6.el7 > udisks2-lvm2.x86_64 0:2.7.3-6.el7 > unbound-libs.x86_64 0:1.6.6-1.el7 > unzip.x86_64 0:6.0-19.el7 > usbredir.x86_64 0:0.7.1-3.el7 > usermode.x86_64 0:1.111-5.el7 > vdsm.x86_64 0:4.20.35-1.el7 > vdsm-api.noarch 0:4.20.35-1.el7 > vdsm-client.noarch 0:4.20.35-1.el7 > vdsm-common.noarch 0:4.20.35-1.el7 > vdsm-hook-ethtool-options.noarch 0:4.20.35-1.el7 > vdsm-hook-fcoe.noarch 0:4.20.35-1.el7 > vdsm-hook-openstacknet.noarch 0:4.20.35-1.el7 > vdsm-hook-vfio-mdev.noarch 0:4.20.35-1.el7 > vdsm-hook-vhostmd.noarch 0:4.20.35-1.el7 > vdsm-hook-vmfex-dev.noarch 0:4.20.35-1.el7 > vdsm-http.noarch 0:4.20.35-1.el7 > vdsm-jsonrpc.noarch 0:4.20.35-1.el7 > vdsm-network.x86_64 0:4.20.35-1.el7 > vdsm-python.noarch 0:4.20.35-1.el7 > vdsm-yajsonrpc.noarch 0:4.20.35-1.el7 > vhostmd.x86_64 0:0.5-12.el7 > virt-install.noarch 0:1.4.3-3.el7 > virt-manager-common.noarch 0:1.4.3-3.el7 > virt-v2v.x86_64 1:1.36.10-6.el7_5.2 > volume_key-libs.x86_64 0:0.3.9-8.el7 > xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 > xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 > yajl.x86_64 0:2.0.4-4.el7 > >Replaced: > python-six.noarch 0:1.9.0-2.el7 > >Complete! >[root@ipv6test9 ~]# yum install -y screen vim-enhanced patch >Loaded plugins: enabled_repos_upload, fastestmirror, package_upload, product-id, search-disabled-repos, subscription-manager, > : vdsmupgrade >This system is not registered with an entitlement server. You can use subscription-manager to register. >Loading mirror speeds from cached hostfile > * base: ftp.rz.uni-frankfurt.de > * extras: centos.alpha-labs.net > * ovirt-4.2: ftp.nluug.nl > * ovirt-4.2-epel: mirror.speedpartner.de > * updates: ftp.rz.uni-frankfurt.de >Package screen-4.1.0-0.25.20120314git3c2946.el7.x86_64 already installed and latest version >Resolving Dependencies >--> Running transaction check >---> Package patch.x86_64 0:2.7.1-10.el7_5 will be installed >---> Package vim-enhanced.x86_64 2:7.4.160-4.el7 will be installed >--> Processing Dependency: vim-common = 2:7.4.160-4.el7 for package: 2:vim-enhanced-7.4.160-4.el7.x86_64 >--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-4.el7.x86_64 >--> Running transaction check >---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed >---> Package vim-common.x86_64 2:7.4.160-4.el7 will be installed >--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-4.el7.x86_64 >--> Running transaction check >---> Package vim-filesystem.x86_64 2:7.4.160-4.el7 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================================================================ > Package Arch Version Repository Size >================================================================================================================================ >Installing: > patch x86_64 2.7.1-10.el7_5 updates 110 k > vim-enhanced x86_64 2:7.4.160-4.el7 base 1.0 M >Installing for dependencies: > gpm-libs x86_64 1.20.7-5.el7 base 32 k > vim-common x86_64 2:7.4.160-4.el7 base 5.9 M > vim-filesystem x86_64 2:7.4.160-4.el7 base 10 k > >Transaction Summary >================================================================================================================================ >Install 2 Packages (+3 Dependent packages) > >Total download size: 7.1 M >Installed size: 24 M >Downloading packages: >(1/5): gpm-libs-1.20.7-5.el7.x86_64.rpm | 32 kB 00:00:00 >(2/5): patch-2.7.1-10.el7_5.x86_64.rpm | 110 kB 00:00:00 >(3/5): vim-filesystem-7.4.160-4.el7.x86_64.rpm | 10 kB 00:00:00 >(4/5): vim-enhanced-7.4.160-4.el7.x86_64.rpm | 1.0 MB 00:00:00 >(5/5): vim-common-7.4.160-4.el7.x86_64.rpm | 5.9 MB 00:00:00 >-------------------------------------------------------------------------------------------------------------------------------- >Total 8.2 MB/s | 7.1 MB 00:00:00 >Running transaction check >Running transaction test >Transaction test succeeded >Running transaction > Installing : gpm-libs-1.20.7-5.el7.x86_64 1/5 > Installing : 2:vim-filesystem-7.4.160-4.el7.x86_64 2/5 > Installing : 2:vim-common-7.4.160-4.el7.x86_64 3/5 > Installing : 2:vim-enhanced-7.4.160-4.el7.x86_64 4/5 > Installing : patch-2.7.1-10.el7_5.x86_64 5/5 >Uploading Package Profile >Unable to upload Package Profile > Verifying : 2:vim-common-7.4.160-4.el7.x86_64 1/5 > Verifying : 2:vim-filesystem-7.4.160-4.el7.x86_64 2/5 > Verifying : patch-2.7.1-10.el7_5.x86_64 3/5 > Verifying : gpm-libs-1.20.7-5.el7.x86_64 4/5 > Verifying : 2:vim-enhanced-7.4.160-4.el7.x86_64 5/5 > >Installed: > patch.x86_64 0:2.7.1-10.el7_5 vim-enhanced.x86_64 2:7.4.160-4.el7 > >Dependency Installed: > gpm-libs.x86_64 0:1.20.7-5.el7 vim-common.x86_64 2:7.4.160-4.el7 vim-filesystem.x86_64 2:7.4.160-4.el7 > >Complete! >Uploading Enabled Repositories Report >Loaded plugins: fastestmirror, product-id, subscription-manager >This system is not registered with an entitlement server. You can use subscription-manager to register. >Cannot upload enabled repos report, is this client registered? >[root@ipv6test9 ~]# curl https://raw.githubusercontent.com/oVirt/ovirt-setup-lib/master/src/ovirt_setup_lib/hostname.py > hostname.py > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed >100 15019 100 15019 0 0 53194 0 --:--:-- --:--:-- --:--:-- 53070 >[root@ipv6test9 ~]# cp /usr/lib/python2.7/site-packages/ovirt_setup_lib/hostname.py hostname.py.orig >[root@ipv6test9 ~]# cp hostname.py /usr/lib/python2.7/site-packages/ovirt_setup_lib/hostname.py >cp: overwrite â/usr/lib/python2.7/site-packages/ovirt_setup_lib/hostname.pyâ? y >[root@ipv6test9 ~]# scp dominik@t460p:~/changes.diff . >The authenticity of host 't460p (192.168.178.148)' can't be established. >ECDSA key fingerprint is SHA256:fZq6fmqri+el/AgLWQB7BgFNCiCvEnjHBu1q+ZiULq4. >ECDSA key fingerprint is MD5:38:8c:e3:35:d7:d2:72:ca:91:06:68:2b:6d:af:0d:3f. >Are you sure you want to continue connecting (yes/no)? yes >Warning: Permanently added 't460p,192.168.178.148' (ECDSA) to the list of known hosts. >dominik@t460p's password: >changes.diff 100% 10KB 5.8MB/s 00:00 >[root@ipv6test9 ~]# cp -a /usr/share/ovirt-hosted-engine-setup /usr/share/ovirt-hosted-engine-setup.orig >[root@ipv6test9 ~]# cd / >[root@ipv6test9 /]# patch -p0 < ~/changes.diff >patching file /usr/share/ovirt-hosted-engine-setup/ansible/create_target_vm.yml >patching file /usr/share/ovirt-hosted-engine-setup/ansible/get_network_interfaces.yml >patching file /usr/share/ovirt-hosted-engine-setup/ansible/templates/hosted-engine.conf.j2 >patching file /usr/share/ovirt-hosted-engine-setup/ansible/validate_hostname_tasks.yml >patching file /usr/share/ovirt-hosted-engine-setup/plugins/gr-he-ansiblesetup/core/misc.py >patching file /usr/share/ovirt-hosted-engine-setup/plugins/gr-he-ansiblesetup/core/storage_domain.py >patching file /usr/share/ovirt-hosted-engine-setup/plugins/gr-he-common/vm/cloud_init.py >patching file /usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/util.py >[root@ipv6test9 /]# cd >[root@ipv6test9 ~]# scp dominik@t460p:~/answers.conf . >dominik@t460p's password: >answers.conf 100% 1014 887.7KB/s 00:00 >[root@ipv6test9 ~]# echo "fde4:e66c:9a7c:dd91::2 ipv6test9" >> /etc/hosts >[root@ipv6test9 ~]# echo "fde4:e66c:9a7c:dd91::3 hengine.local" >> /etc/hosts >[root@ipv6test9 ~]# echo IPV6INIT="yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >[root@ipv6test9 ~]# echo IPV6ADDR="fde4:e66c:9a7c:dd91::2/64" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >[root@ipv6test9 ~]# echo BOOTPROTO="none" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >[root@ipv6test9 ~]# echo IPV6_AUTOCONF="no" >> /etc/sysconfig/network-scripts/ifcfg-eth0 >[root@ipv6test9 ~]# systemctl restart network >Connection to tarox0 closed. >[dominik@t460p ~]$ ssh user@tarox0 >Last login: Thu Aug 16 15:34:44 2018 from t460p.fritz.box >[user@tarox0 ~]$ ssh -o StrictHostKeyChecking=no root@fde4:e66c:9a7c:dd91::2 >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! >Someone could be eavesdropping on you right now (man-in-the-middle attack)! >It is also possible that a host key has just been changed. >The fingerprint for the ECDSA key sent by the remote host is >SHA256:HH826I15MoaMPMDzkqrqWqXHcne05Uq5fChFKlJE5r0. >Please contact your system administrator. >Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. >Offending ECDSA key in /home/user/.ssh/known_hosts:196 >Password authentication is disabled to avoid man-in-the-middle attacks. >Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. >Last login: Thu Aug 16 21:36:39 2018 from gateway >[root@ipv6test9 ~]# ping -c 1 -6 fde4:e66c:9a7c:dd91::1 >PING fde4:e66c:9a7c:dd91::1(fde4:e66c:9a7c:dd91::1) 56 data bytes >64 bytes from fde4:e66c:9a7c:dd91::1: icmp_seq=1 ttl=64 time=0.096 ms > >--- fde4:e66c:9a7c:dd91::1 ping statistics --- >1 packets transmitted, 1 received, 0% packet loss, time 0ms >rtt min/avg/max/mdev = 0.096/0.096/0.096/0.000 ms >[root@ipv6test9 ~]# ping -c 1 -6 fde4:e66c:9a7c:dd91::2 >PING fde4:e66c:9a7c:dd91::2(fde4:e66c:9a7c:dd91::2) 56 data bytes >64 bytes from fde4:e66c:9a7c:dd91::2: icmp_seq=1 ttl=64 time=0.012 ms > >--- fde4:e66c:9a7c:dd91::2 ping statistics --- >1 packets transmitted, 1 received, 0% packet loss, time 0ms >rtt min/avg/max/mdev = 0.012/0.012/0.012/0.000 ms >[root@ipv6test9 ~]# echo 2 > /proc/sys/net/ipv6/conf/eth0/accept_ra >[root@ipv6test9 ~]# systemctl start libvirtd >[root@ipv6test9 ~]# virsh net-edit default >Network default XML configuration edited. > >[root@ipv6test9 ~]# virsh net-destroy default >Network default destroyed > >[root@ipv6test9 ~]# virsh net-start default >Network default started > >[root@ipv6test9 ~]# hosted-engine --deploy --config-append=answers.conf >[ INFO ] Stage: Initializing >[ INFO ] Stage: Environment setup > During customization use CTRL-D to abort. > Configuration files: ['/root/answers.conf'] > Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20180816214323-y0iwr7.log > Version: otopi-1.7.8 (otopi-1.7.8-1.el7) >[ INFO ] Stage: Environment packages setup >[ INFO ] Stage: Programs detection >[ INFO ] Stage: Environment setup >[ INFO ] Stage: Environment customization > > --== STORAGE CONFIGURATION ==-- > > > --== HOST NETWORK CONFIGURATION ==-- > >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Detecting interface on existing management bridge] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Get all active network interfaces] >[ INFO ] TASK [Filter bonds with bad naming] >[ INFO ] TASK [Generate output list] >[ INFO ] ok: [localhost] > Please indicate a nic to set ovirtmgmt bridge on: (eth0) [eth0]: > > --== VM CONFIGURATION ==-- > >[ INFO ] Detecting host timezone. > Please provide the domain name you would like to use for the engine appliance. > Engine VM domain: [local] > Enter root password that will be used for the engine appliance: > Confirm appliance root password: >[ INFO ] The engine VM will be configured to use fde4:e66c:9a7c:dd91::3/64 > > --== HOSTED ENGINE CONFIGURATION ==-- > > Enter engine admin password: > Confirm engine admin password: >[ INFO ] Stage: Setup validation >[WARNING] Host name ipv6test9 has no domain suffix >[WARNING] Failed to resolve ipv6test9 using DNS, it can be resolved only locally >[ INFO ] Stage: Transaction setup >[ INFO ] Stage: Misc configuration >[ INFO ] Stage: Package installation >[ INFO ] Stage: Misc configuration >[ INFO ] Stage: Transaction commit >[ INFO ] Stage: Closing up >[ INFO ] Cleaning previous attempts >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Stop libvirt service] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Drop vdsm config statements] >[ INFO ] TASK [Restore initial abrt config files] >[ INFO ] TASK [Restart abrtd service] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Drop libvirt sasl2 configuration by vdsm] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Stop and disable services] >[ INFO ] TASK [Start libvirt] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Check for leftover local Hosted Engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Destroy leftover local Hosted Engine VM] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Check for leftover defined local Hosted Engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Undefine leftover local engine VM] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Check for leftover defined Hosted Engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Undefine leftover engine VM] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Remove eventually entries for the local VM from known_hosts file] >[ INFO ] ok: [localhost] >[ INFO ] Starting local VM >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Start libvirt] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Activate default libvirt network] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get libvirt interfaces] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get routing rules] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Save bridge name] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Wait for the bridge to appear on the host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Refresh network facts] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Prepare CIDR for virbr0] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Add outbound route rules] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Add inbound route rules] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Avoid localhost] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Get host address resolution] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Check address resolution] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Parse host address resolution] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Ensure host address resolves locally] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Get target address from selected interface] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Check the resolved address resolves on the selected interface] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Check for alias] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Ensure the resolved address resolves only on the selected interface] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Avoid localhost] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Get engine FQDN resolution] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Check engine FQDN resolution] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Parse engine FQDN resolution] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Ensure engine FQDN doesn't resolve locally] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Check http/https proxy] >[ INFO ] TASK [Register the engine FQDN as a host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Create directory for local VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Set local vm dir path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fix local VM directory permission] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Install ovirt-engine-appliance rpm] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Parse appliance configuration for path] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Parse appliance configuration for sha1sum] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Get OVA path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Compute sha1sum] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Compare sha1sum] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Register appliance PATH] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Extract appliance to local VM directory] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Find the local appliance image] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Set local_vm_disk_path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get appliance disk size] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Parse qemu-img output] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Create cloud init user-data and meta-data files] >[ INFO ] TASK [Create ISO disk] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Create local VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Get local VM IP] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Remove eventually entries for the local VM from /etc/hosts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Create an entry in /etc/hosts for the local VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Wait for SSH to restart on the local VM] >[ INFO ] ok: [localhost -> localhost] >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [hengine.local] >[ INFO ] TASK [Wait for the local VM] >[ INFO ] ok: [hengine.local] >[ INFO ] TASK [Add an entry for this host on /etc/hosts on the local VM] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Set FQDN] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Force the local VM FQDN to temporary resolve on the natted network address] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Restore sshd reverse DNS lookups] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Generate an answer file for engine-setup] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Include before engine-setup custom tasks files for the engine VM] >[ INFO ] TASK [Execute engine-setup] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Include after engine-setup custom tasks files for the engine VM] >[ INFO ] TASK [Configure LibgfApi support] >[ INFO ] skipping: [hengine.local] >[ INFO ] TASK [Restart ovirt-engine service for LibgfApi support] >[ INFO ] skipping: [hengine.local] >[ INFO ] TASK [Mask cloud-init services to speed up future boot] >[ INFO ] TASK [Clean up bootstrap answer file] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Wait for ovirt-engine service to start] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Detect VLAN ID] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Set Engine public key as authorized key without validating the TLS/SSL certificates] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Obtain SSO token using username/password credentials] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Enable GlusterFS at cluster level] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Set VLAN ID at datacenter level] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Force host-deploy in offline mode] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Add host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Wait for the host to be up] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Check host status] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Remove host-deploy configuration file] >[ INFO ] changed: [localhost] >[ INFO ] Creating Storage Domain >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Check local VM dir stat] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Enforce local VM dir existence] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Obtain SSO token using username/password credentials] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch host facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch cluster ID] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch cluster facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter ID] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter name] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Add NFS storage domain] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Add glusterfs storage domain] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Add iSCSI storage domain] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Add Fibre Channel storage domain] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Get storage domain details] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Find the appliance OVF] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Parse OVF] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get required size] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Remove unsuitable storage domain] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Check storage domain free space] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Activate storage domain] >[ INFO ] changed: [localhost] >[ INFO ] Creating Target VM >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Register the engine FQDN as a host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Obtain SSO token using username/password credentials] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get local VM IP] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Fetch host facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Cluster ID] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Cluster facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Cluster name] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter ID] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Datacenter name] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get Cluster CPU model] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Get storage domain details] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Add HE disks] >[ INFO ] TASK [Register disk details] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Add VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Register external local VM uuid] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [hengine.local] >[ INFO ] TASK [Find configuration file for SCL PostgreSQL] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Check SCL PostgreSQL value] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Update target VM details at DB level] >[ INFO ] TASK [Insert Hosted Engine configuration disk uuid into Engine database] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Reload sysctl] >[ INFO ] changed: [hengine.local] >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Enable again the serial console device] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Trigger hosted engine OVF update] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Wait until OVF update finishes] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Parse OVF_STORE disk list] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Check OVF_STORE volume status (ansible 2.5)] >[ INFO ] TASK [Check OVF_STORE volume status (ansible 2.6)] >[ INFO ] TASK [Prepare images] >[ INFO ] TASK [Fetch Hosted Engine configuration disk path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Hosted Engine virtio disk path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch Hosted Engine virtio metadata path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Shutdown local VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Wait for local VM shutdown] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Undefine local VM] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Detect spmId] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Parse spmId] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Detect ovirt-hosted-engine-ha version] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Set ha_version] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Create configuration templates] >[ INFO ] TASK [Create configuration archive] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Create ovirt-hosted-engine-ha run directory] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Copy configuration files to the right location on host] >[ INFO ] TASK [Copy configuration archive to storage] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Initialize metadata volume] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Find the local appliance image] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Set local_vm_disk_path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Generate DHCP network configuration for the engine VM] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Generate static network configuration for the engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Inject network configuration with guestfish] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Extract /etc/hosts from the Hosted Engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Clean /etc/hosts for the Hosted Engine VM for Engine VM FQDN] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Clean /etc/hosts for the Hosted Engine VM for host address] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Copy /etc/hosts back to the Hosted Engine VM] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Copy local VM disk to shared storage] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Clean /etc/hosts on the host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Add an entry in /etc/hosts for the target VM] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Start ovirt-ha-broker service on the host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Initialize lockspace volume] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Start ovirt-ha-agent service on the host] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Check engine VM health] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Get target engine VM IP address] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Reconfigure OVN central address] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Obtain SSO token using username/password credentials] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Check for the local bootstrap VM] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Make the engine aware that the external VM is stopped] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Wait for the local bootstrap VM to be down at engine eyes] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Remove bootstrap external VM from the engine] >[ INFO ] changed: [localhost] >[ INFO ] TASK [Include custom tasks for after setup customization] >[ INFO ] TASK [Include Host vars] >[ INFO ] TASK [Set Engine public key as authorized key without validating the TLS/SSL certificates] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Add additional gluster hosts to engine] >[ INFO ] skipping: [localhost] >[ INFO ] TASK [Add additional glusterfs storage domains] >[ INFO ] skipping: [localhost] >[ INFO ] Stage: Clean up >[ INFO ] Cleaning temporary resources >[ INFO ] TASK [Gathering Facts] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Fetch logs from the engine VM] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Set destination directory path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Create destination directory] >[ INFO ] changed: [localhost] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Find the local appliance image] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Set local_vm_disk_path] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Give the vm time to flush dirty buffers] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Copy engine logs] >[ INFO ] TASK [include_tasks] >[ INFO ] ok: [localhost] >[ INFO ] TASK [Remove local vm dir] >[ INFO ] changed: [localhost] >[ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20180816220103.conf' >[ INFO ] Generating answer file '/etc/ovirt-hosted-engine/answers.conf' >[ INFO ] Stage: Pre-termination >[ INFO ] Stage: Termination >[ INFO ] Hosted Engine successfully deployed >[root@ipv6test9 ~]# echo $? >0 >[root@ipv6test9 ~]# ip a >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > valid_lft forever preferred_lft forever > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovirtmgmt state UP group default qlen 1000 > link/ether 52:54:00:a7:9c:c1 brd ff:ff:ff:ff:ff:ff >5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 > link/ether 52:54:00:f2:7d:98 brd ff:ff:ff:ff:ff:ff > inet 192.168.124.1/24 brd 192.168.124.255 scope global virbr0 > valid_lft forever preferred_lft forever > inet6 fd00:1234:5678:900::1/64 scope global > valid_lft forever preferred_lft forever > inet6 fe80::5054:ff:fef2:7d98/64 scope link > valid_lft forever preferred_lft forever >6: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000 > link/ether 52:54:00:f2:7d:98 brd ff:ff:ff:ff:ff:ff >38: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 > link/ether 92:87:51:31:cd:bc brd ff:ff:ff:ff:ff:ff >39: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 > link/ether d6:7d:2e:25:de:17 brd ff:ff:ff:ff:ff:ff >40: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 > link/ether 56:a0:33:a6:55:4f brd ff:ff:ff:ff:ff:ff >41: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 > link/ether 52:54:00:a7:9c:c1 brd ff:ff:ff:ff:ff:ff > inet6 fde4:e66c:9a7c:dd91::2/64 scope global > valid_lft forever preferred_lft forever > inet6 fe80::5054:ff:fea7:9cc1/64 scope link > valid_lft forever preferred_lft forever >42: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovirtmgmt state UNKNOWN group default qlen 1000 > link/ether fe:16:3e:56:5f:bd brd ff:ff:ff:ff:ff:ff > inet6 fe80::fc16:3eff:fe56:5fbd/64 scope link > valid_lft forever preferred_lft forever >[root@ipv6test9 ~]# > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1618676
: 1476592