Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1676880 Details for
Bug 1785364
After engine restore, ovn networks are not restored and new OVN networks are not working properly on 4.4
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
terminal log of upstream upgrade
2020-04-07-upgrade.txt (text/plain), 400.00 KB, created by
Dominik Holler
on 2020-04-07 10:54:24 UTC
(
hide
)
Description:
terminal log of upstream upgrade
Filename:
MIME Type:
Creator:
Dominik Holler
Created:
2020-04-07 10:54:24 UTC
Size:
400.00 KB
patch
obsolete
>some command >============= > >cd /data/libvirt/images/ >export LIBGUESTFS_PATH=/home/user/appliance >name=upgradetest2 >image=$name.img >truncate -s 40G $image >virt-resize --expand /dev/sda4 centos-8.0.xz $image >virt-customize -a $image --root-password password:123456 --ssh-inject root --selinux-relabel --hostname $name --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >mv $name.img $name-el8.img >~/scripts/newCloudVm.sh $name >virsh -c qemu:///system setmem upgradetest2 4G >yum install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release43-pre.rpm && yum install -y ovirt-engine && engine-setup > >engine-backup --mode=backup --file=backup.tgz --log=log.txt > > >scp backup.tgz user@192.168.122.1:/home/user >scp log.txt user@192.168.122.1:/home/user > > >dnf install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm && dnf module enable -y javapackages-tools pki-deps && dnf install -y ovirt-engine > >scp user@192.168.122.1:/home/user/backup.tgz . > >engine-backup --mode=restore --provision-all-databases --file=backup.tgz --log=verify-restore-log.txt > >engine-setup --accept-defaults --offline > > >terminal log >============ > > >[dominik@t460p ~]$ ssh user@tarox0 >Last login: Tue Apr 7 06:13:01 2020 from t460p.fritz.box >[user@tarox0 ~]$ cd /data/libvirt/images/ >[user@tarox0 images]$ export LIBGUESTFS_PATH=/home/user/appliance >[user@tarox0 images]$ name=upgradetest2 >[user@tarox0 images]$ image=$name.img >[user@tarox0 images]$ truncate -s 40G $image >[user@tarox0 images]$ virt-resize --expand /dev/sda4 centos-8.0.xz >virt-resize: error: usage is: virt-resize [--options] indisk outdisk > >If reporting bugs, run virt-resize with debugging enabled and include the >complete output: > > virt-resize -v -x [...] >[user@tarox0 images]$ virt-resize --expand /dev/sda4 centos-8.0.xz $image >[ 0.0] Examining centos-8.0.xz >********** > >Summary of changes: > >/dev/sda1: This partition will be left alone. > >/dev/sda2: This partition will be left alone. > >/dev/sda3: This partition will be left alone. > >/dev/sda4: This partition will be resized from 4.4G to 38.4G. The >filesystem xfs on /dev/sda4 will be expanded using the âxfs_growfsâ >method. > >********** >[ 3.2] Setting up initial partition table on upgradetest2.img >[ 17.6] Copying /dev/sda1 >[ 17.6] Copying /dev/sda2 >[ 18.8] Copying /dev/sda3 >[ 19.1] Copying /dev/sda4 > 100% â¦ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ§ 00:00 >[ 25.0] Expanding /dev/sda4 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. >[user@tarox0 images]$ echo virt-customize -a $image --root-password password:123456 --ssh-inject root --selinux-relabel --hostname $name --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >virt-customize -a upgradetest2.img --root-password password:123456 --ssh-inject root --selinux-relabel --hostname upgradetest2 --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >[user@tarox0 images]$ virt-customize -a $image --root-password password:123456 --ssh-inject root --selinux-relabel --hostname $name --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >[ 0.0] Examining the guest ... >[ 4.3] Setting a random seed >[ 4.4] SSH key inject: root >[ 5.2] Setting the hostname: upgradetest2 >[ 5.2] Setting the timezone: Europe/Berlin >[ 5.2] Uninstalling packages: cloud-init kexec-tools postfix >[ 6.7] Setting passwords >[ 7.4] SELinux relabelling >[ 16.5] Finishing off >[user@tarox0 images]$ mv $name.img $name-el8.img >[user@tarox0 images]$ ~/scripts/newCloudVm.sh $name >+ '[' -n upgradetest2 ']' >+ name=upgradetest2 >+ rootpassword=123456 >+ osvariant=centos7.0 >+ partition=sda1 >+ '[' centos7.0 == fedora27 ']' >+ '[' centos7.0 == test ']' >+ '[' centos7.0 == centos7.0 ']' >+ version=7 >+ mirror=https://cloud.centos.org/centos/7/images/ >+ origfile=CentOS-7-x86_64-GenericCloud.qcow2c >+ osvariant=rhel7.6 >+ mirror=http://builder.libguestfs.org/ >+ origfile=centos-7.7.xz >+ partition=sda4 >+ '[' -f centos-7.7.xz ']' >+ URI=qemu:///system >+ wget -nc http://builder.libguestfs.org//centos-7.7.xz >File âcentos-7.7.xzâ already there; not retrieving. > >+ virt-customize -a centos-7.7.xz --update >[ 0.0] Examining the guest ... >[ 4.4] Setting a random seed >[ 4.4] Updating packages >[ 4.9] Finishing off >+ image=upgradetest2.img >+ truncate -s 40G upgradetest2.img >+ virt-resize --expand /dev/sda4 centos-7.7.xz upgradetest2.img >[ 0.0] Examining centos-7.7.xz >********** > >Summary of changes: > >/dev/sda1: This partition will be left alone. > >/dev/sda2: This partition will be left alone. > >/dev/sda3: This partition will be left alone. > >/dev/sda4: This partition will be resized from 4.4G to 38.4G. The >filesystem xfs on /dev/sda4 will be expanded using the âxfs_growfsâ >method. > >********** >[ 3.3] Setting up initial partition table on upgradetest2.img >[ 17.7] Copying /dev/sda1 >[ 17.8] Copying /dev/sda2 >[ 18.9] Copying /dev/sda3 >[ 19.2] Copying /dev/sda4 > 100% â¦ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ§ 00:00 >[ 24.3] Expanding /dev/sda4 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 upgradetest2.img --root-password password:123456 --ssh-inject root --selinux-relabel --hostname upgradetest2 --timezone Europe/Berlin --uninstall cloud-init,kexec-tools,postfix >[ 0.0] Examining the guest ... >[ 4.4] Setting a random seed >[ 4.4] SSH key inject: root >[ 5.2] Setting the hostname: upgradetest2 >[ 5.2] Setting the timezone: Europe/Berlin >[ 5.2] Uninstalling packages: cloud-init kexec-tools postfix >[ 7.1] Setting passwords >[ 7.9] SELinux relabelling >[ 16.2] Finishing off >+ [[ -n '' ]] >+ mem=2048,maxmemory=8192 >+ sleep 22 >+ virt-install --name upgradetest2 --os-type=linux --os-variant=rhel7.6 --vcpus 4,maxvcpus=8 --cpu host --memory 2048,maxmemory=8192 --rng /dev/urandom --import --disk upgradetest2.img --noautoconsole --network network=default --connect qemu:///system > >Starting install... >Domain creation completed. >+ virsh -c qemu:///system domifaddr upgradetest2 --source agent > Name MAC address Protocol Address >------------------------------------------------------------------------------- > lo 00:00:00:00:00:00 ipv4 127.0.0.1/8 > - - ipv6 ::1/128 > eth0 52:54:00:bd:ae:dd ipv4 192.168.122.136/24 > - - ipv6 fde4:e66c:9a7c:dd91::b8/128 > - - ipv6 fe80::5054:ff:febd:aedd/64 > >[user@tarox0 images]$ virsh -c qemu:///system setmem upgrade-test2 4G >error: failed to get domain 'upgrade-test2' >error: Domain not found: no domain with matching name 'upgrade-test2' > >[user@tarox0 images]$ virsh -c qemu:///system setmem upgradetest2 4G > >[user@tarox0 images]$ ssh -o stricthostkeychecking=no root@192.168.122.136 >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >@ 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:tRRejCBVpdj2A7NfQAtA1cxD/bwvRRVkLQ/RJ1OP4uo. >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:105 >Password authentication is disabled to avoid man-in-the-middle attacks. >Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. >[root@upgradetest2 ~]# yum install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release43-pre.rpm && yum install -y ovirt-engine && engine-setup >Loaded plugins: fastestmirror >ovirt-release43-pre.rpm | 12 kB 00:00 >Examining /var/tmp/yum-root-blDwWw/ovirt-release43-pre.rpm: ovirt-release43-pre-4.3.9-0.4.rc4.el7.noarch >Marking /var/tmp/yum-root-blDwWw/ovirt-release43-pre.rpm to be installed >Resolving Dependencies >--> Running transaction check >---> Package ovirt-release43-pre.noarch 0:4.3.9-0.4.rc4.el7 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > ovirt-release43-pre noarch 4.3.9-0.4.rc4.el7 /ovirt-release43-pre 9.0 k > >Transaction Summary >================================================================================ >Install 1 Package > >Total size: 9.0 k >Installed size: 9.0 k >Downloading packages: >Running transaction check >Running transaction test >Transaction test succeeded >Running transaction > Installing : ovirt-release43-pre-4.3.9-0.4.rc4.el7.noarch 1/1 > Verifying : ovirt-release43-pre-4.3.9-0.4.rc4.el7.noarch 1/1 > >Installed: > ovirt-release43-pre.noarch 0:4.3.9-0.4.rc4.el7 > >Complete! >Loaded plugins: fastestmirror >Loading mirror speeds from cached hostfile >ovirt-4.3-epel/x86_64/metalink | 18 kB 00:00 > * base: mirror.fra10.de.leaseweb.net > * extras: ftp.wrz.de > * ovirt-4.3: ftp.nluug.nl > * ovirt-4.3-epel: epel.mirror.wearetriple.com > * updates: mirror.23media.com >centos-sclo-rh-release | 3.0 kB 00:00 >ovirt-4.3 | 3.0 kB 00:00 >ovirt-4.3-centos-gluster6 | 3.0 kB 00:00 >ovirt-4.3-centos-opstools | 2.9 kB 00:00 >ovirt-4.3-centos-ovirt43 | 2.9 kB 00:00 >ovirt-4.3-centos-qemu-ev | 2.9 kB 00:00 >ovirt-4.3-epel | 4.7 kB 00:00 >ovirt-4.3-pre | 3.0 kB 00:00 >ovirt-4.3-virtio-win-latest | 3.0 kB 00:00 >sac-gluster-ansible | 3.3 kB 00:00 >(1/12): ovirt-4.3/7/primary_db | 757 kB 00:00 >(2/12): ovirt-4.3-centos-gluster6/x86_64/primary_db | 108 kB 00:00 >(3/12): ovirt-4.3-centos-ovirt43/x86_64/primary_db | 212 kB 00:00 >(4/12): ovirt-4.3-centos-opstools/x86_64/primary_db | 429 kB 00:00 >(5/12): ovirt-4.3-centos-qemu-ev/x86_64/primary_db | 73 kB 00:00 >(6/12): centos-sclo-rh-release/x86_64/primary_db | 4.2 MB 00:00 >(7/12): ovirt-4.3-epel/x86_64/group_gz | 95 kB 00:00 >(8/12): ovirt-4.3-epel/x86_64/updateinfo | 1.0 MB 00:00 >(9/12): ovirt-4.3-epel/x86_64/primary_db | 6.8 MB 00:00 >(10/12): sac-gluster-ansible/x86_64/primary_db | 13 kB 00:00 >(11/12): ovirt-4.3-virtio-win-latest/primary_db | 7.7 kB 00:00 >(12/12): ovirt-4.3-pre/7/primary_db | 86 kB 00:00 >Resolving Dependencies >--> Running transaction check >---> Package ovirt-engine.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-backend = 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-dbscripts = 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-restapi = 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-tools = 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-webadmin-portal = 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ansible >= 2.7.2 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: java-1.8.0-openjdk-headless >= 1:1.8.0 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-cinder-client >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-cinder-model >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-client >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-glance-client >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-glance-model >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-keystone-client >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-keystone-model >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-quantum-client >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-quantum-model >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: openstack-java-resteasy-connector >= 3.2.7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-ansible-roles >= 1.1.6 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-setup >= 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-ui-extensions >= 1.0.4 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-vmconsole-proxy-helper >= 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-websocket-proxy >= 4.3.9.4-1.el7 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-wildfly-overlay >= 17.0.1 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-iso-uploader >= 4.1.0 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-provider-ovn >= 1.2.1 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: slf4j >= 1.7.0 for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: apache-commons-compress for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: apache-commons-configuration for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: apache-commons-jxpath for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: archaius-core for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: collectd for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: collectd-disk for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: collectd-postgresql for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: collectd-write_http for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: collectd-write_syslog for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: hystrix-core for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: hystrix-metrics-event-stream for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: jakarta-commons-httpclient for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: jpackage-utils for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: liblognorm for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: objectweb-asm for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-cockpit-sso for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-api-explorer for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-imageio-proxy for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-web-ui for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: pyOpenSSL for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rh-postgresql10-postgresql-contrib for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rh-postgresql10-postgresql-server for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rsyslog-elasticsearch for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rsyslog-mmjsonparse for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rsyslog-mmnormalize for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: rxjava for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ws-commons-util for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: xmlrpc-client for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: yum-plugin-versionlock for package: ovirt-engine-4.3.9.4-1.el7.noarch >--> Running transaction check >---> Package ansible.noarch 0:2.9.6-1.el7 will be installed >--> Processing Dependency: sshpass for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python2-jmespath for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python2-cryptography for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python-six for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python-setuptools for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python-paramiko for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python-jinja2 for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: python-httplib2 for package: ansible-2.9.6-1.el7.noarch >--> Processing Dependency: PyYAML for package: ansible-2.9.6-1.el7.noarch >---> Package apache-commons-compress.noarch 0:1.5-4.el7 will be installed >--> Processing Dependency: java >= 1.5 for package: apache-commons-compress-1.5-4.el7.noarch >--> Processing Dependency: mvn(org.tukaani:xz) for package: apache-commons-compress-1.5-4.el7.noarch >---> Package apache-commons-configuration.noarch 0:1.9-8.el7 will be installed >--> Processing Dependency: mvn(xml-resolver:xml-resolver) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(org.apache.commons:commons-vfs2) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(org.apache.commons:commons-jexl) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(log4j:log4j) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-logging:commons-logging) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-lang:commons-lang) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-digester:commons-digester) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-collections:commons-collections) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-codec:commons-codec) for package: apache-commons-configuration-1.9-8.el7.noarch >--> Processing Dependency: mvn(commons-beanutils:commons-beanutils) for package: apache-commons-configuration-1.9-8.el7.noarch >---> Package apache-commons-jxpath.noarch 0:1.3-20.el7 will be installed >--> Processing Dependency: mvn(jdom:jdom) for package: apache-commons-jxpath-1.3-20.el7.noarch >---> Package archaius-core.noarch 0:0.4.1-1.el7 will be installed >---> Package collectd.x86_64 0:5.10.0-2.el7 will be installed >--> Processing Dependency: libyajl.so.2()(64bit) for package: collectd-5.10.0-2.el7.x86_64 >---> Package collectd-disk.x86_64 0:5.10.0-2.el7 will be installed >---> Package collectd-postgresql.x86_64 0:5.10.0-2.el7 will be installed >--> Processing Dependency: libpq.so.5()(64bit) for package: collectd-postgresql-5.10.0-2.el7.x86_64 >---> Package collectd-write_http.x86_64 0:5.10.0-2.el7 will be installed >---> Package collectd-write_syslog.x86_64 0:5.10.0-2.el7 will be installed >---> Package hystrix-core.noarch 0:1.4.21-6.el7 will be installed >---> Package hystrix-metrics-event-stream.noarch 0:1.4.21-6.el7 will be installed >--> Processing Dependency: mvn(com.fasterxml.jackson.core:jackson-core) for package: hystrix-metrics-event-stream-1.4.21-6.el7.noarch >---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed >---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.242.b08-0.el7_7 will be installed >--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: cups-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x86_64 >---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed >--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch >--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch >---> Package liblognorm.x86_64 0:2.0.2-3.el7 will be installed >---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed >--> Processing Dependency: xml-commons-jaxp-1.3-apis for package: objectweb-asm-3.3.1-9.el7.noarch >---> Package openstack-java-cinder-client.noarch 0:3.2.7-1.el7 will be installed >--> Processing Dependency: mvn(org.codehaus.jackson:jackson-mapper-asl) for package: openstack-java-cinder-client-3.2.7-1.el7.noarch >---> Package openstack-java-cinder-model.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-client.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-glance-client.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-glance-model.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-keystone-client.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-keystone-model.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-quantum-client.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-quantum-model.noarch 0:3.2.7-1.el7 will be installed >---> Package openstack-java-resteasy-connector.noarch 0:3.2.7-1.el7 will be installed >--> Processing Dependency: mvn(org.jboss.resteasy:resteasy-jaxrs) for package: openstack-java-resteasy-connector-3.2.7-1.el7.noarch >---> Package ovirt-ansible-roles.noarch 0:1.1.7-1.el7 will be installed >--> Processing Dependency: ovirt-ansible-cluster-upgrade >= 1.1.9 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-disaster-recovery >= 0.1 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-engine-setup >= 1.1.6 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-hosted-engine-setup >= 1.0.0 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-image-template >= 1.1.9 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-infra >= 1.1.10 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-manageiq >= 1.1.13 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-repositories >= 1.1.3 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-shutdown-env >= 1.0.0 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-v2v-conversion-host >= 1.0.0 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >--> Processing Dependency: ovirt-ansible-vm-infra >= 1.1.12 for package: ovirt-ansible-roles-1.1.7-1.el7.noarch >---> Package ovirt-cockpit-sso.noarch 0:0.1.1-1.el7 will be installed >--> Processing Dependency: cockpit-dashboard >= 138 for package: ovirt-cockpit-sso-0.1.1-1.el7.noarch >--> Processing Dependency: cockpit-ws >= 138 for package: ovirt-cockpit-sso-0.1.1-1.el7.noarch >---> Package ovirt-engine-api-explorer.noarch 0:0.0.5-1.el7 will be installed >---> Package ovirt-engine-backend.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: novnc < 0.6.0 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: aopalliance >= 1.0 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: novnc >= 0.5.0 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-extensions-api-impl >= 4.3.9.4-1.el7 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-host-deploy-java >= 1.7.3 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: python2-ovirt-engine-lib >= 4.3.9.4-1.el7 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: vdsm-jsonrpc-java >= 1.4.18 for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: ebay-cors-filter for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: httpd for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: mailcap for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: mod_ssl for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: openssl for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-extension-aaa-jdbc for package: ovirt-engine-backend-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-dbscripts.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-restapi.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-setup.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-setup-plugin-ovirt-engine = 4.3.9.4-1.el7 for package: ovirt-engine-setup-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-tools.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-tools-backup = 4.3.9.4-1.el7 for package: ovirt-engine-tools-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-metrics >= 1.1.2 for package: ovirt-engine-tools-4.3.9.4-1.el7.noarch >--> Processing Dependency: python-dateutil for package: ovirt-engine-tools-4.3.9.4-1.el7.noarch >--> Processing Dependency: python-netaddr for package: ovirt-engine-tools-4.3.9.4-1.el7.noarch >--> Processing Dependency: python-psycopg2 for package: ovirt-engine-tools-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-ui-extensions.noarch 0:1.0.10-1.el7 will be installed >---> Package ovirt-engine-vmconsole-proxy-helper.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-setup-plugin-vmconsole-proxy-helper >= 4.3.9.4-1.el7 for package: ovirt-engine-vmconsole-proxy-helper-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-vmconsole-proxy for package: ovirt-engine-vmconsole-proxy-helper-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-webadmin-portal.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-websocket-proxy.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-setup-plugin-websocket-proxy >= 4.3.9.4-1.el7 for package: ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noarch >--> Processing Dependency: python-websockify >= 0.6.0 for package: ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noarch >--> Processing Dependency: numpy for package: ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-wildfly-overlay.noarch 0:17.0.1-1.el7 will be installed >--> Processing Dependency: ovirt-engine-wildfly = 17.0.1-1.el7 for package: ovirt-engine-wildfly-overlay-17.0.1-1.el7.noarch >---> Package ovirt-imageio-proxy.noarch 0:1.5.3-0.el7 will be installed >--> Processing Dependency: ovirt-imageio-common = 1.5.3 for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >--> Processing Dependency: ovirt-imageio-proxy-setup >= 1.5.3 for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >--> Processing Dependency: m2crypto for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >--> Processing Dependency: python-requests for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >--> Processing Dependency: python-webob for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >--> Processing Dependency: systemd-python for package: ovirt-imageio-proxy-1.5.3-0.el7.noarch >---> Package ovirt-iso-uploader.noarch 0:4.3.2-1.el7 will be installed >--> Processing Dependency: python-ovirt-engine-sdk4 >= 4.0.0 for package: ovirt-iso-uploader-4.3.2-1.el7.noarch >--> Processing Dependency: glusterfs-api for package: ovirt-iso-uploader-4.3.2-1.el7.noarch >--> Processing Dependency: nfs-utils for package: ovirt-iso-uploader-4.3.2-1.el7.noarch >---> Package ovirt-provider-ovn.noarch 0:1.2.29-1.el7 will be installed >--> Processing Dependency: openvswitch >= 2.7 for package: ovirt-provider-ovn-1.2.29-1.el7.noarch >--> Processing Dependency: openvswitch-ovn-central >= 2.7 for package: ovirt-provider-ovn-1.2.29-1.el7.noarch >--> Processing Dependency: openvswitch-ovn-common >= 2.7 for package: ovirt-provider-ovn-1.2.29-1.el7.noarch >--> Processing Dependency: python-openvswitch >= 2.7 for package: ovirt-provider-ovn-1.2.29-1.el7.noarch >--> Processing Dependency: python-ovsdbapp for package: ovirt-provider-ovn-1.2.29-1.el7.noarch >---> Package ovirt-web-ui.noarch 0:1.6.0-1.el7 will be installed >---> Package python2-pyOpenSSL.noarch 0:17.3.0-3.el7 will be installed >---> Package rh-postgresql10-postgresql-contrib.x86_64 0:10.6-1.el7 will be installed >--> Processing Dependency: rh-postgresql10-postgresql-libs(x86-64) = 10.6-1.el7 for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >--> Processing Dependency: rh-postgresql10-postgresql(x86-64) = 10.6-1.el7 for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >--> Processing Dependency: rh-postgresql10-runtime for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >--> Processing Dependency: libpq.so.rh-postgresql10-5()(64bit) for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >--> Processing Dependency: libperl.so()(64bit) for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >--> Processing Dependency: libossp-uuid.so.16()(64bit) for package: rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 >---> Package rh-postgresql10-postgresql-server.x86_64 0:10.6-1.el7 will be installed >--> Processing Dependency: /usr/bin/scl_source for package: rh-postgresql10-postgresql-server-10.6-1.el7.x86_64 >---> Package rsyslog-elasticsearch.x86_64 0:8.24.0-41.el7_7.4 will be installed >---> Package rsyslog-mmjsonparse.x86_64 0:8.24.0-41.el7_7.4 will be installed >---> Package rsyslog-mmnormalize.x86_64 0:8.24.0-41.el7_7.4 will be installed >---> Package rxjava.noarch 0:1.0.13-2.el7 will be installed >--> Processing Dependency: mvn(org.jctools:jctools-core) for package: rxjava-1.0.13-2.el7.noarch >---> Package slf4j.noarch 0:1.7.4-4.el7_4 will be installed >--> Processing Dependency: mvn(javassist:javassist) for package: slf4j-1.7.4-4.el7_4.noarch >--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-4.el7_4.noarch >---> Package ws-commons-util.noarch 0:1.0.1-29.el7 will be installed >--> Processing Dependency: mvn(junit:junit) for package: ws-commons-util-1.0.1-29.el7.noarch >---> Package xmlrpc-client.noarch 1:3.1.3-9.el7_5 will be installed >--> Processing Dependency: mvn(org.apache.xmlrpc:xmlrpc-common) = 3.1.3 for package: 1:xmlrpc-client-3.1.3-9.el7_5.noarch >--> Processing Dependency: osgi(org.apache.xmlrpc.common) for package: 1:xmlrpc-client-3.1.3-9.el7_5.noarch >---> Package yum-plugin-versionlock.noarch 0:1.1.31-52.el7 will be installed >--> Running transaction check >---> Package PyYAML.x86_64 0:3.10-11.el7 will be installed >--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.10-11.el7.x86_64 >---> Package aopalliance.noarch 0:1.0-8.el7 will be installed >---> Package apache-commons-beanutils.noarch 0:1.8.3-15.el7_7 will be installed >---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed >---> Package apache-commons-collections.noarch 0:3.2.1-22.el7_2 will be installed >---> Package apache-commons-digester.noarch 0:1.8.1-19.el7 will be installed >---> Package apache-commons-jexl.noarch 0:2.1.1-9.el7 will be installed >---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed >---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed >--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch >--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch >---> Package apache-commons-vfs.noarch 0:2.0-11.el7 will be installed >--> Processing Dependency: mvn(org.apache.ant:ant) for package: apache-commons-vfs-2.0-11.el7.noarch >--> Processing Dependency: mvn(commons-net:commons-net) for package: apache-commons-vfs-2.0-11.el7.noarch >--> Processing Dependency: mvn(com.jcraft:jsch) for package: apache-commons-vfs-2.0-11.el7.noarch >---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed >---> Package cockpit-dashboard.x86_64 0:195.1-1.el7.centos.0.1 will be installed >--> Processing Dependency: libssh.so.4()(64bit) for package: cockpit-dashboard-195.1-1.el7.centos.0.1.x86_64 >--> Processing Dependency: libjson-glib-1.0.so.0()(64bit) for package: cockpit-dashboard-195.1-1.el7.centos.0.1.x86_64 >---> Package cockpit-ws.x86_64 0:195.1-1.el7.centos.0.1 will be installed >--> Processing Dependency: glib-networking for package: cockpit-ws-195.1-1.el7.centos.0.1.x86_64 >---> Package copy-jdk-configs.noarch 0:3.3-10.el7_5 will be installed >---> Package cups-libs.x86_64 1:1.6.3-40.el7 will be installed >--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-40.el7.x86_64 >--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-40.el7.x86_64 >---> Package ebay-cors-filter.noarch 0:1.0.1-3.el7 will be installed >---> Package glusterfs-api.x86_64 0:6.8-1.el7 will be installed >--> Processing Dependency: glusterfs = 6.8-1.el7 for package: glusterfs-api-6.8-1.el7.x86_64 >--> Processing Dependency: glusterfs-client-xlators = 6.8-1.el7 for package: glusterfs-api-6.8-1.el7.x86_64 >--> Processing Dependency: libgfrpc.so.0()(64bit) for package: glusterfs-api-6.8-1.el7.x86_64 >--> Processing Dependency: libgfxdr.so.0()(64bit) for package: glusterfs-api-6.8-1.el7.x86_64 >--> Processing Dependency: libglusterfs.so.0()(64bit) for package: glusterfs-api-6.8-1.el7.x86_64 >---> Package httpd.x86_64 0:2.4.6-90.el7.centos will be installed >--> Processing Dependency: httpd-tools = 2.4.6-90.el7.centos for package: httpd-2.4.6-90.el7.centos.x86_64 >--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-90.el7.centos.x86_64 >--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-90.el7.centos.x86_64 >---> Package jackson.noarch 0:1.9.4-7.el7 will be installed >--> Processing Dependency: stax2-api >= 3.1.1 for package: jackson-1.9.4-7.el7.noarch >--> Processing Dependency: jsr-311 >= 1.1.1 for package: jackson-1.9.4-7.el7.noarch >--> Processing Dependency: joda-time >= 1.6.2 for package: jackson-1.9.4-7.el7.noarch >---> Package jackson-core.noarch 0:2.6.3-1.el7 will be installed >---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.242.b08-0.el7_7 will be installed >--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 >---> Package javassist.noarch 0:3.16.1-10.el7 will be installed >---> Package jctools.noarch 0:1.1-0.3.alpha.el7 will be installed >---> Package jdom.noarch 0:1.1.3-6.el7 will be installed >--> Processing Dependency: xalan-j2 >= 2.2.0 for package: jdom-1.1.3-6.el7.noarch >--> Processing Dependency: jaxen for package: jdom-1.1.3-6.el7.noarch >---> Package junit.noarch 0:4.11-8.el7 will be installed >--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch >--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch >---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed >---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed >---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed >---> Package log4j.noarch 0:1.2.17-16.el7_4 will be installed >--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-16.el7_4.noarch >--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-16.el7_4.noarch >---> Package m2crypto.x86_64 0:0.21.1-17.el7 will be installed >---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed >---> Package mod_ssl.x86_64 1:2.4.6-90.el7.centos will be installed >---> Package nfs-utils.x86_64 1:1.3.0-0.65.el7 will be installed >--> Processing Dependency: libtirpc >= 0.2.4-0.7 for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: gssproxy >= 0.7.0-3 for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: rpcbind for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: libevent for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: 1:nfs-utils-1.3.0-0.65.el7.x86_64 >---> Package novnc.noarch 0:0.5.1-2.el7 will be installed >---> Package numpy.x86_64 1:1.7.1-13.el7 will be installed >--> Processing Dependency: python-nose for package: 1:numpy-1.7.1-13.el7.x86_64 >--> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64 >--> Processing Dependency: libquadmath.so.0()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64 >--> Processing Dependency: liblapack.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64 >--> Processing Dependency: libgfortran.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64 >---> Package openssl.x86_64 1:1.0.2k-19.el7 will be installed >--> Processing Dependency: make for package: 1:openssl-1.0.2k-19.el7.x86_64 >---> Package openvswitch.x86_64 1:2.11.0-4.el7 will be installed >--> Processing Dependency: librte_vhost.so.4(DPDK_2.1)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_vhost.so.4(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_vhost.so.4(DPDK_17.08)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_vhost.so.4(DPDK_17.05)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_vhost.so.4(DPDK_16.07)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ring.so.2(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_ring.so.2(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_meter.so.2(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_meter.so.2(DPDK_18.08)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool.so.5(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool.so.5(DPDK_16.07)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mbuf.so.4(DPDK_2.1)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_2.2)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_18.11)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_18.08)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_18.05)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_17.05)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11(DPDK_16.07)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_eal.so.9(DPDK_2.0)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_eal.so.9(DPDK_18.11)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_eal.so.9(DPDK_17.08)(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: libunbound.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_vhost.so.4()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ring.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_virtio.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_vhost.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_vdev_netvsc.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_tap.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_ring.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_qede.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_nfp.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_netvsc.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_mlx5.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_mlx4.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_ixgbe.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_i40e.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_failsafe.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_enic.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_e1000.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pmd_bnxt.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pdump.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_pci.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_net.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_metrics.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_meter.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool_stack.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool_ring.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool_bucket.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mempool.so.5()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_member.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_mbuf.so.4()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_latencystats.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_kvargs.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ip_frag.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_hash.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_gso.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_gro.so.1()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_ethdev.so.11()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_eal.so.9()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_cmdline.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_bus_vmbus.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_bus_vdev.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_bus_pci.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >--> Processing Dependency: librte_bitratestats.so.2()(64bit) for package: 1:openvswitch-2.11.0-4.el7.x86_64 >---> Package ovirt-ansible-cluster-upgrade.noarch 0:1.1.14-1.el7 will be installed >---> Package ovirt-ansible-disaster-recovery.noarch 0:1.2.0-1.el7 will be installed >---> Package ovirt-ansible-engine-setup.noarch 0:1.1.9-1.el7 will be installed >---> Package ovirt-ansible-hosted-engine-setup.noarch 0:1.0.32-1.el7 will be installed >--> Processing Dependency: python-passlib for package: ovirt-ansible-hosted-engine-setup-1.0.32-1.el7.noarch >---> Package ovirt-ansible-image-template.noarch 0:1.1.12-1.el7 will be installed >---> Package ovirt-ansible-infra.noarch 0:1.1.13-1.el7 will be installed >---> Package ovirt-ansible-manageiq.noarch 0:1.1.14-1.el7 will be installed >---> Package ovirt-ansible-repositories.noarch 0:1.1.5-1.el7 will be installed >---> Package ovirt-ansible-shutdown-env.noarch 0:1.0.3-1.el7 will be installed >---> Package ovirt-ansible-vm-infra.noarch 0:1.1.22-1.el7 will be installed >---> Package ovirt-engine-extension-aaa-jdbc.noarch 0:1.1.10-1.el7 will be installed >---> Package ovirt-engine-extensions-api-impl.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-metrics.noarch 0:1.3.7-1.el7 will be installed >---> Package ovirt-engine-setup-plugin-ovirt-engine.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-setup-plugin-cinderlib = 4.3.9.4-1.el7 for package: ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-setup-plugin-ovirt-engine-common = 4.3.9.4-1.el7 for package: ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-engine-dwh-setup >= 4.2 for package: ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.noarch >--> Processing Dependency: ovirt-vmconsole >= 1.0.7 for package: ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-setup-plugin-vmconsole-proxy-helper.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-setup-plugin-websocket-proxy.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-tools-backup.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: python2-otopi >= 1.7.8 for package: ovirt-engine-tools-backup-4.3.9.4-1.el7.noarch >--> Processing Dependency: bzip2 for package: ovirt-engine-tools-backup-4.3.9.4-1.el7.noarch >---> Package ovirt-engine-wildfly.x86_64 0:17.0.1-1.el7 will be installed >---> Package ovirt-host-deploy-java.noarch 0:1.8.5-1.el7 will be installed >--> Processing Dependency: python2-ovirt-host-deploy = 1.8.5-1.el7 for package: ovirt-host-deploy-java-1.8.5-1.el7.noarch >--> Processing Dependency: otopi-java for package: ovirt-host-deploy-java-1.8.5-1.el7.noarch >---> Package ovirt-imageio-common.x86_64 0:1.5.3-0.el7 will be installed >--> Processing Dependency: qemu-img-rhev for package: ovirt-imageio-common-1.5.3-0.el7.x86_64 >---> Package ovirt-imageio-proxy-setup.noarch 0:1.5.3-0.el7 will be installed >---> Package ovirt-vmconsole-proxy.noarch 0:1.0.7-2.el7 will be installed >--> Processing Dependency: policycoreutils-python for package: ovirt-vmconsole-proxy-1.0.7-2.el7.noarch >--> Processing Dependency: policycoreutils-python for package: ovirt-vmconsole-proxy-1.0.7-2.el7.noarch >---> Package ovn.x86_64 0:2.11.1-5.el7 will be installed >--> Processing Dependency: libibverbs for package: ovn-2.11.1-5.el7.x86_64 >---> Package ovn-central.x86_64 0:2.11.1-5.el7 will be installed >---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed >---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed >--> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-libs-5.16.3-294.el7_6.x86_64 >---> Package postgresql-libs.x86_64 0:9.2.24-2.el7_7 will be installed >---> Package python-dateutil.noarch 1:2.4.2-1.el7 will be installed >---> Package python-httplib2.noarch 0:0.9.2-1.el7 will be installed >---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed >--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch >---> Package python-jinja2.noarch 0:2.7.2-4.el7 will be installed >--> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-4.el7.noarch >--> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-4.el7.noarch >---> Package python-openvswitch.x86_64 1:2.11.0-4.el7 will be installed >---> Package python-ovirt-engine-sdk4.x86_64 0:4.3.2-2.el7 will be installed >--> Processing Dependency: python-enum34 for package: python-ovirt-engine-sdk4-4.3.2-2.el7.x86_64 >---> Package python-paramiko.noarch 0:2.1.1-9.el7 will be installed >--> Processing Dependency: python2-pyasn1 for package: python-paramiko-2.1.1-9.el7.noarch >---> Package python-psycopg2.x86_64 0:2.5.1-4.el7 will be installed >---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed >--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch >---> Package python-webob.noarch 0:1.2.3-7.el7 will be installed >---> Package python-websockify.noarch 0:0.8.0-3.el7 will be installed >---> Package python2-cryptography.x86_64 0:2.1.4-2.el7 will be installed >--> Processing Dependency: python2-idna >= 2.1 for package: python2-cryptography-2.1.4-2.el7.x86_64 >--> Processing Dependency: python2-cffi >= 1.7 for package: python2-cryptography-2.1.4-2.el7.x86_64 >--> Processing Dependency: python2-asn1crypto >= 0.21 for package: python2-cryptography-2.1.4-2.el7.x86_64 >--> Processing Dependency: python-ipaddress for package: python2-cryptography-2.1.4-2.el7.x86_64 >---> Package python2-jmespath.noarch 0:0.9.0-5.el7 will be installed >---> Package python2-netaddr.noarch 0:0.7.19-5.el7 will be installed >---> Package python2-ovirt-engine-lib.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: python-daemon for package: python2-ovirt-engine-lib-4.3.9.4-1.el7.noarch >---> Package python2-ovsdbapp.noarch 0:0.12.2-1.el7 will be installed >--> Processing Dependency: python2-pbr for package: python2-ovsdbapp-0.12.2-1.el7.noarch >--> Processing Dependency: python2-fixtures for package: python2-ovsdbapp-0.12.2-1.el7.noarch >---> Package python2-requests.noarch 0:2.19.1-4.el7 will be installed >--> Processing Dependency: python-chardet >= 3.0.2 for package: python2-requests-2.19.1-4.el7.noarch >--> Processing Dependency: python2-urllib3 for package: python2-requests-2.19.1-4.el7.noarch >---> Package python2-six.noarch 0:1.10.0-9.el7 will be installed >---> Package resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 will be installed >--> Processing Dependency: mvn(org.jboss.resteasy:jaxrs-api) = 3.0.6.Final for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch >--> Processing Dependency: mvn(org.scannotation:scannotation) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch >--> Processing Dependency: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch >--> Processing Dependency: mvn(org.apache.httpcomponents:httpclient) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch >--> Processing Dependency: mvn(commons-io:commons-io) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch >---> Package rh-postgresql10-postgresql.x86_64 0:10.6-1.el7 will be installed >---> Package rh-postgresql10-postgresql-libs.x86_64 0:10.6-1.el7 will be installed >---> Package rh-postgresql10-runtime.x86_64 0:3.1-1.el7 will be installed >---> Package scl-utils.x86_64 0:20130529-19.el7 will be installed >---> Package sshpass.x86_64 0:1.06-2.el7 will be installed >---> Package systemd-python.x86_64 0:219-67.el7_7.4 will be installed >---> Package tzdata-java.noarch 0:2019c-1.el7 will be installed >---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed >---> Package v2v-conversion-host-ansible.noarch 0:1.16.0-1.el7 will be installed >---> Package vdsm-jsonrpc-java.noarch 0:1.4.18-1.el7 will be installed >---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed >---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed >---> Package xmlrpc-common.noarch 1:3.1.3-9.el7_5 will be installed >---> Package xz-java.noarch 0:1.3-3.el7 will be installed >---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed >--> Running transaction check >---> Package ant.noarch 0:1.9.4-2.el7 will be installed >--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.4-2.el7.noarch >--> Processing Dependency: xerces-j2 for package: ant-1.9.4-2.el7.noarch >---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed >---> Package apache-commons-net.noarch 0:3.2-8.el7.centos will be installed >---> Package apr.x86_64 0:1.4.8-5.el7 will be installed >---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed >---> Package atlas.x86_64 0:3.10.1-12.el7 will be installed >---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed >---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed >---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed >--> Processing Dependency: tomcat-servlet-3.0-api for package: avalon-logkit-2.1-14.el7.noarch >---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed >---> Package dpdk.x86_64 0:18.11.2-1.el7 will be installed >---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed >--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64 >--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64 >---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed >---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed >--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 >--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64 >---> Package glib-networking.x86_64 0:2.56.1-1.el7 will be installed >--> Processing Dependency: libgnutls.so.28(GNUTLS_3_1_0)(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: libgnutls.so.28(GNUTLS_3_0_0)(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: libproxy.so.1()(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >--> Processing Dependency: libgnutls.so.28()(64bit) for package: glib-networking-2.56.1-1.el7.x86_64 >---> Package glusterfs.x86_64 0:6.8-1.el7 will be installed >---> Package glusterfs-client-xlators.x86_64 0:6.8-1.el7 will be installed >---> Package glusterfs-libs.x86_64 0:6.8-1.el7 will be installed >---> Package gssproxy.x86_64 0:0.7.0-26.el7 will be installed >--> Processing Dependency: libini_config >= 1.3.1-31 for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libverto-module-base for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libref_array.so.1(REF_ARRAY_0.1.1)(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.2.0)(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.7.0-26.el7.x86_64 >---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed >--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 >---> Package hamcrest.noarch 0:1.3-6.el7 will be installed >--> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch >--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch >---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed >--> Processing Dependency: mvn(org.apache.httpcomponents:httpcore) for package: httpcomponents-client-4.2.5-5.el7_0.noarch >---> Package httpd-tools.x86_64 0:2.4.6-90.el7.centos will be installed >---> Package javamail.noarch 0:1.4.6-8.el7 will be installed >---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed >--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch >---> Package jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 will be installed >---> Package joda-time.noarch 0:2.2-3.tzdata2013c.el7 will be installed >--> Processing Dependency: mvn(org.joda:joda-convert) for package: joda-time-2.2-3.tzdata2013c.el7.noarch >---> Package jsch.noarch 0:0.1.50-5.el7 will be installed >--> Processing Dependency: jzlib >= 1.0.5 for package: jsch-0.1.50-5.el7.noarch >---> Package json-glib.x86_64 0:1.4.2-2.el7 will be installed >---> Package jsr-311.noarch 0:1.1.1-6.el7 will be installed >---> Package keyutils.x86_64 0:1.5.8-3.el7 will be installed >---> Package lapack.x86_64 0:3.4.2-8.el7 will be installed >--> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-8.el7.x86_64 >---> Package libX11.x86_64 0:1.6.7-2.el7 will be installed >--> Processing Dependency: libX11-common >= 1.6.7-2.el7 for package: libX11-1.6.7-2.el7.x86_64 >--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-2.el7.x86_64 >---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed >---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed >---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed >---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed >---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed >---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed >---> Package libgfortran.x86_64 0:4.8.5-39.el7 will be installed >---> Package libibverbs.x86_64 0:22.1-3.el7 will be installed >--> Processing Dependency: rdma-core(x86-64) = 22.1-3.el7 for package: libibverbs-22.1-3.el7.x86_64 >--> Processing Dependency: perl(Getopt::Long) for package: libibverbs-22.1-3.el7.x86_64 >--> Processing Dependency: perl(File::Path) for package: libibverbs-22.1-3.el7.x86_64 >---> Package libnfsidmap.x86_64 0:0.25-19.el7 will be installed >---> Package libquadmath.x86_64 0:4.8.5-39.el7 will be installed >---> Package libssh.x86_64 0:0.7.1-7.el7 will be installed >---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed >---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be installed >---> Package make.x86_64 1:3.82-24.el7 will be installed >---> Package otopi-java.noarch 0:1.8.4-1.el7 will be installed >---> Package ovirt-engine-dwh-setup.noarch 0:4.3.8-1.el7 will be installed >--> Processing Dependency: ovirt-engine-dwh >= 3.6.0 for package: ovirt-engine-dwh-setup-4.3.8-1.el7.noarch >--> Processing Dependency: python2-ovirt-setup-lib for package: ovirt-engine-dwh-setup-4.3.8-1.el7.noarch >---> Package ovirt-engine-setup-plugin-cinderlib.noarch 0:4.3.9.4-1.el7 will be installed >---> Package ovirt-engine-setup-plugin-ovirt-engine-common.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: ovirt-engine-setup-base = 4.3.9.4-1.el7 for package: ovirt-engine-setup-plugin-ovirt-engine-common-4.3.9.4-1.el7.noarch >--> Processing Dependency: python-pwquality for package: ovirt-engine-setup-plugin-ovirt-engine-common-4.3.9.4-1.el7.noarch >---> Package ovirt-vmconsole.noarch 0:1.0.7-2.el7 will be installed >---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed >--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-294.el7_6.x86_64 >--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-294.el7_6.x86_64 >---> Package policycoreutils-python.x86_64 0:2.5-33.el7 will be installed >--> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 >--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64 >---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed >--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch >---> 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-ipaddress.noarch 0:1.0.16-2.el7 will be installed >---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed >---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed >---> Package python-nose.noarch 0:1.3.7-7.el7 will be installed >---> Package python-passlib.noarch 0:1.6.5-2.el7 will be installed >---> Package python2-asn1crypto.noarch 0:0.23.0-2.el7 will be installed >---> Package python2-babel.noarch 0:2.3.4-1.el7 will be installed >--> Processing Dependency: pytz for package: python2-babel-2.3.4-1.el7.noarch >---> Package python2-cffi.x86_64 0:1.11.2-1.el7 will be installed >--> Processing Dependency: python-pycparser for package: python2-cffi-1.11.2-1.el7.x86_64 >---> Package python2-chardet.noarch 0:3.0.4-7.el7 will be installed >---> Package python2-fixtures.noarch 0:3.0.0-7.el7 will be installed >--> Processing Dependency: python-testtools >= 0.9.22 for package: python2-fixtures-3.0.0-7.el7.noarch >---> Package python2-idna.noarch 0:2.5-1.el7 will be installed >---> Package python2-otopi.noarch 0:1.8.4-1.el7 will be installed >--> Processing Dependency: otopi-common = 1.8.4-1.el7 for package: python2-otopi-1.8.4-1.el7.noarch >---> Package python2-ovirt-host-deploy.noarch 0:1.8.5-1.el7 will be installed >--> Processing Dependency: ovirt-host-deploy-common = 1.8.5-1.el7 for package: python2-ovirt-host-deploy-1.8.5-1.el7.noarch >---> Package python2-pbr.noarch 0:3.1.1-1.el7 will be installed >---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed >---> Package python2-urllib3.noarch 0:1.21.1-1.el7 will be installed >--> Processing Dependency: python-pysocks for package: python2-urllib3-1.21.1-1.el7.noarch >---> Package qemu-img-ev.x86_64 10:2.12.0-33.1.el7_7.4 will be installed >--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: librbd.so.1()(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: librados.so.2()(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: libiscsi.so.2()(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >--> Processing Dependency: libaio.so.1()(64bit) for package: 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 >---> Package quota.x86_64 1:4.01-19.el7 will be installed >--> Processing Dependency: quota-nls = 1:4.01-19.el7 for package: 1:quota-4.01-19.el7.x86_64 >--> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-19.el7.x86_64 >---> Package resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 will be installed >---> Package rpcbind.x86_64 0:0.2.0-48.el7 will be installed >---> Package scannotation.noarch 0:1.0.3-0.7.r12.el7 will be installed >---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed >--> Processing Dependency: mvn(javax.xml.stream:stax-api) for package: stax2-api-3.1.1-10.el7.noarch >---> Package unbound-libs.x86_64 0:1.6.6-1.el7 will be installed >---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed >---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed >--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch >--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch >--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch >--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch >--> Running transaction check >---> Package atk.x86_64 0:2.28.1-1.el7 will be installed >---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed >---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed >---> Package blas.x86_64 0:3.4.2-8.el7 will be installed >---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed >--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 >--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 >--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 >---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed >---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed >--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch >---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed >--> Processing Dependency: xpp3 for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch >--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch >---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed >---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed >---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed >--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 >---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed >--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64 >--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64 >--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64 >---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed >---> Package gsettings-desktop-schemas.x86_64 0:3.28.0-2.el7 will be installed >---> Package gtk-update-icon-cache.x86_64 0:3.22.30-3.el7 will be installed >---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed >---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed >---> Package java-1.8.0-openjdk-devel.x86_64 1:1.8.0.242.b08-0.el7_7 will be installed >---> Package joda-convert.noarch 0:1.3-5.el7 will be installed >---> Package jzlib.noarch 0:1.1.1-6.el7 will be installed >---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed >---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed >---> Package libX11-common.noarch 0:1.6.7-2.el7 will be installed >---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed >---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed >---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed >---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed >---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed >---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed >---> Package libbasicobjects.x86_64 0:0.1.1-32.el7 will be installed >---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed >---> Package libcollection.x86_64 0:0.7.0-32.el7 will be installed >---> Package libini_config.x86_64 0:1.3.1-32.el7 will be installed >--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.3.1-32.el7.x86_64 >--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.3.1-32.el7.x86_64 >---> Package libiscsi.x86_64 0:1.9.0-7.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 librados2.x86_64 1:10.2.5-4.el7 will be installed >--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.5-4.el7.x86_64 >--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.5-4.el7.x86_64 >--> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.5-4.el7.x86_64 >--> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.5-4.el7.x86_64 >---> Package librbd1.x86_64 1:10.2.5-4.el7 will be installed >---> Package libref_array.x86_64 0:0.1.5-32.el7 will be installed >---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed >---> Package libtiff.x86_64 0:4.0.3-32.el7 will be installed >--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-32.el7.x86_64 >---> Package libverto-libevent.x86_64 0:0.2.5-4.el7 will be installed >---> Package libxcb.x86_64 0:1.13-1.el7 will be installed >--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64 >---> Package otopi-common.noarch 0:1.8.4-1.el7 will be installed >---> Package ovirt-engine-dwh.noarch 0:4.3.8-1.el7 will be installed >--> Processing Dependency: postgresql-jdbc for package: ovirt-engine-dwh-4.3.8-1.el7.noarch >---> Package ovirt-engine-setup-base.noarch 0:4.3.9.4-1.el7 will be installed >--> Processing Dependency: bind-utils for package: ovirt-engine-setup-base-4.3.9.4-1.el7.noarch >--> Processing Dependency: libxml2-python for package: ovirt-engine-setup-base-4.3.9.4-1.el7.noarch >---> Package ovirt-host-deploy-common.noarch 0:1.8.5-1.el7 will be installed >---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed >--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 >--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.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(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch >--> 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-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-macros.x86_64 4:5.16.3-294.el7_6 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 python-IPy.noarch 0:0.75-6.el7 will be installed >---> Package python-backports.x86_64 0:1.0-8.el7 will be installed >---> Package python-lockfile.noarch 1:0.9.1-4.el7.centos will be installed >---> Package python-pwquality.x86_64 0:1.2.3-5.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-testtools.noarch 0:1.8.0-2.el7 will be installed >--> Processing Dependency: python-unittest2 >= 0.8.0 for package: python-testtools-1.8.0-2.el7.noarch >--> Processing Dependency: python-mimeparse for package: python-testtools-1.8.0-2.el7.noarch >--> Processing Dependency: python-extras for package: python-testtools-1.8.0-2.el7.noarch >---> Package python2-ovirt-setup-lib.noarch 0:1.2.0-1.el7 will be installed >---> Package python2-pysocks.noarch 0:1.5.6-3.el7 will be installed >---> Package pytz.noarch 0:2016.10-2.el7 will be installed >---> Package qdox.noarch 0:1.12.1-10.el7 will be installed >---> Package quota-nls.noarch 1:4.01-19.el7 will be installed >---> Package rdma-core.x86_64 0:22.1-3.el7 will be installed >--> Processing Dependency: pciutils for package: rdma-core-22.1-3.el7.x86_64 >---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed >---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed >---> Package tomcat-servlet-3.0-api.noarch 0:7.0.76-11.el7_7 will be installed >---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed >---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed >---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed >--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64 >--> Running transaction check >---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed >---> Package bind-utils.x86_64 32:9.11.4-9.P2.el7 will be installed >--> Processing Dependency: bind-libs-lite(x86-64) = 32:9.11.4-9.P2.el7 for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-9.P2.el7 for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libisccfg.so.160()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libisc.so.169()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libirs.so.160()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libdns.so.1102()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.11.4-9.P2.el7.x86_64 >---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed >---> Package boost-random.x86_64 0:1.53.0-27.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 dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed >---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed >---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed >--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64 >---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed >---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed >---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed >---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed >---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed >---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed >---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed >--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 >--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 >--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 >---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed >--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 >---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed >---> Package libpath_utils.x86_64 0:0.2.1-32.el7 will be installed >---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed >---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be installed >---> Package msv-msv.noarch 1:2013.5.1-7.el7 will be installed >---> Package msv-xsdlib.noarch 1:2013.5.1-7.el7 will be installed >---> Package nettle.x86_64 0:2.7.1-8.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-294.el7_6 will be installed >---> 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-Text-ParseWords.noarch 0:3.29-4.el7 will be installed >---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed >---> Package postgresql-jdbc.noarch 0:9.2.1002-6.el7_5 will be installed >---> Package python-mimeparse.noarch 0:0.1.4-1.el7 will be installed >---> Package python-ply.noarch 0:3.4-11.el7 will be installed >---> Package python-unittest2.noarch 0:1.0.1-1.el7 will be installed >--> Processing Dependency: python-traceback2 for package: python-unittest2-1.0.1-1.el7.noarch >---> Package python2-extras.noarch 0:1.0.0-2.el7 will be installed >---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed >---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed >---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed >--> Processing Dependency: hsqldb for package: ws-jaxme-0.5.2-10.el7.noarch >--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch >---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed >--> Running transaction check >---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed >--> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64 >---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed >---> Package bind-libs.x86_64 32:9.11.4-9.P2.el7 will be installed >--> Processing Dependency: bind-license = 32:9.11.4-9.P2.el7 for package: 32:bind-libs-9.11.4-9.P2.el7.x86_64 >---> Package bind-libs-lite.x86_64 32:9.11.4-9.P2.el7 will be installed >---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed >---> Package hsqldb.noarch 1:1.8.1.3-14.el7 will be installed >---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed >---> Package mesa-libEGL.x86_64 0:18.3.4-6.el7_7 will be installed >--> Processing Dependency: mesa-libgbm = 18.3.4-6.el7_7 for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-6.el7_7.x86_64 >---> Package mesa-libGL.x86_64 0:18.3.4-6.el7_7 will be installed >--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-6.el7_7.x86_64 >---> 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-podlators.noarch 0:2.5.1-3.el7 will be installed >---> Package python2-traceback2.noarch 0:1.4.0-14.el7 will be installed >--> Processing Dependency: python-linecache2 for package: python2-traceback2-1.4.0-14.el7.noarch >--> Running transaction check >---> Package bind-license.noarch 32:9.11.4-9.P2.el7 will be installed >---> Package geoipupdate.x86_64 0:2.5.0-1.el7 will be installed >---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed >---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed >---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed >---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed >---> Package mesa-libgbm.x86_64 0:18.3.4-6.el7_7 will be installed >---> Package mesa-libglapi.x86_64 0:18.3.4-6.el7_7 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 python-linecache2.noarch 0:1.0.0-1.el7 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > ovirt-engine noarch 4.3.9.4-1.el7 ovirt-4.3 6.0 M >Installing for dependencies: > GeoIP x86_64 1.5.0-14.el7 base 1.5 M > PyYAML x86_64 3.10-11.el7 base 153 k > ansible noarch 2.9.6-1.el7 ovirt-4.3-centos-ovirt43 17 M > ant noarch 1.9.4-2.el7 base 2.0 M > antlr-tool noarch 2.7.7-30.el7 base 357 k > aopalliance noarch 1.0-8.el7 base 11 k > apache-commons-beanutils > noarch 1.8.3-15.el7_7 updates 219 k > apache-commons-codec noarch 1.8-7.el7 base 223 k > apache-commons-collections > noarch 3.2.1-22.el7_2 base 509 k > apache-commons-compress > noarch 1.5-4.el7 base 241 k > apache-commons-configuration > noarch 1.9-8.el7 base 335 k > apache-commons-digester > noarch 1.8.1-19.el7 base 142 k > apache-commons-io noarch 1:2.4-12.el7 base 189 k > apache-commons-jexl noarch 2.1.1-9.el7 base 250 k > apache-commons-jxpath noarch 1.3-20.el7 base 275 k > apache-commons-lang noarch 2.6-15.el7 base 276 k > apache-commons-logging noarch 1.1.2-7.el7 base 78 k > apache-commons-net noarch 3.2-8.el7.centos base 261 k > apache-commons-vfs noarch 2.0-11.el7 base 363 k > apr x86_64 1.4.8-5.el7 base 103 k > apr-util x86_64 1.5.2-6.el7 base 92 k > archaius-core noarch 0.4.1-1.el7 ovirt-4.3-centos-ovirt43 83 k > atk x86_64 2.28.1-1.el7 base 263 k > atlas x86_64 3.10.1-12.el7 base 4.5 M > audit-libs-python x86_64 2.8.5-4.el7 base 76 k > avahi-libs x86_64 0.6.31-19.el7 base 61 k > avalon-framework noarch 4.3-10.el7 base 88 k > avalon-logkit noarch 2.1-14.el7 base 87 k > bea-stax noarch 1.2.0-9.el7 base 176 k > bea-stax-api noarch 1.2.0-9.el7 base 31 k > bind-libs x86_64 32:9.11.4-9.P2.el7 > base 154 k > bind-libs-lite x86_64 32:9.11.4-9.P2.el7 > base 1.1 M > bind-license noarch 32:9.11.4-9.P2.el7 > base 88 k > bind-utils x86_64 32:9.11.4-9.P2.el7 > base 258 k > blas x86_64 3.4.2-8.el7 base 399 k > boost-iostreams x86_64 1.53.0-27.el7 base 61 k > boost-random x86_64 1.53.0-27.el7 base 39 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 > bzip2 x86_64 1.0.6-13.el7 base 52 k > cairo x86_64 1.15.12-4.el7 base 741 k > cal10n noarch 0.7.7-4.el7 base 36 k > checkpolicy x86_64 2.5-8.el7 base 295 k > cockpit-dashboard x86_64 195.1-1.el7.centos.0.1 > extras 183 k > cockpit-ws x86_64 195.1-1.el7.centos.0.1 > extras 806 k > collectd x86_64 5.10.0-2.el7 ovirt-4.3-centos-opstools 656 k > collectd-disk x86_64 5.10.0-2.el7 ovirt-4.3-centos-opstools 27 k > collectd-postgresql x86_64 5.10.0-2.el7 ovirt-4.3-centos-opstools 37 k > collectd-write_http x86_64 5.10.0-2.el7 ovirt-4.3-centos-opstools 34 k > collectd-write_syslog x86_64 5.10.0-2.el7 ovirt-4.3-centos-opstools 28 k > copy-jdk-configs noarch 3.3-10.el7_5 base 21 k > cups-libs x86_64 1:1.6.3-40.el7 base 358 k > dejavu-fonts-common noarch 2.33-6.el7 base 64 k > dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M > dom4j noarch 1.6.1-20.el7 base 277 k > dpdk x86_64 18.11.2-1.el7 extras 1.6 M > easymock2 noarch 2.5.2-12.el7 base 92 k > ebay-cors-filter noarch 1.0.1-3.el7 ovirt-4.3-centos-ovirt43 101 k > fontconfig x86_64 2.13.0-4.3.el7 base 254 k > fontpackages-filesystem > noarch 1.44-8.el7 base 9.9 k > fribidi x86_64 1.0.2-1.el7_7.1 updates 79 k > gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k > geoipupdate x86_64 2.5.0-1.el7 base 35 k > geronimo-jms noarch 1.1.1-19.el7 base 31 k > giflib x86_64 4.1.6-9.el7 base 40 k > glib-networking x86_64 2.56.1-1.el7 base 145 k > glusterfs x86_64 6.8-1.el7 ovirt-4.3-centos-gluster6 637 k > glusterfs-api x86_64 6.8-1.el7 ovirt-4.3-centos-gluster6 112 k > glusterfs-client-xlators > x86_64 6.8-1.el7 ovirt-4.3-centos-gluster6 860 k > glusterfs-libs x86_64 6.8-1.el7 ovirt-4.3-centos-gluster6 421 k > gnutls x86_64 3.3.29-9.el7_6 base 680 k > gperftools-libs x86_64 2.6.1-1.el7 base 272 k > graphite2 x86_64 1.3.10-1.el7_3 base 115 k > gsettings-desktop-schemas > x86_64 3.28.0-2.el7 base 605 k > gssproxy x86_64 0.7.0-26.el7 base 110 k > gtk-update-icon-cache x86_64 3.22.30-3.el7 base 28 k > gtk2 x86_64 2.24.31-1.el7 base 3.4 M > hamcrest noarch 1.3-6.el7 base 124 k > harfbuzz x86_64 1.7.5-2.el7 base 267 k > hicolor-icon-theme noarch 0.12-7.el7 base 42 k > hsqldb noarch 1:1.8.1.3-14.el7 base 950 k > httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k > httpcomponents-core noarch 4.2.4-6.el7 base 466 k > httpd x86_64 2.4.6-90.el7.centos > base 2.7 M > httpd-tools x86_64 2.4.6-90.el7.centos > base 91 k > hystrix-core noarch 1.4.21-6.el7 ovirt-4.3-centos-ovirt43 264 k > hystrix-metrics-event-stream > noarch 1.4.21-6.el7 ovirt-4.3-centos-ovirt43 24 k > isorelax noarch 1:0-0.15.release20050331.el7 > base 75 k > jackson noarch 1.9.4-7.el7 base 1.0 M > jackson-core noarch 2.6.3-1.el7 ovirt-4.3-centos-ovirt43 252 k > jakarta-commons-httpclient > noarch 1:3.1-16.el7_0 base 241 k > jasper-libs x86_64 1.900.1-33.el7 base 150 k > java-1.8.0-openjdk x86_64 1:1.8.0.242.b08-0.el7_7 > updates 293 k > java-1.8.0-openjdk-devel > x86_64 1:1.8.0.242.b08-0.el7_7 > updates 9.8 M > java-1.8.0-openjdk-headless > x86_64 1:1.8.0.242.b08-0.el7_7 > updates 32 M > javamail noarch 1.4.6-8.el7 base 758 k > javapackages-tools noarch 3.4.1-11.el7 base 73 k > javassist noarch 3.16.1-10.el7 base 627 k > jaxen noarch 1.1.3-11.el7 base 204 k > jbigkit-libs x86_64 2.0-11.el7 base 46 k > jboss-annotations-1.1-api > noarch 1.0.1-0.6.20120212git76e1a2.el7 > base 20 k > jctools noarch 1.1-0.3.alpha.el7 > ovirt-4.3-centos-ovirt43 88 k > jdom noarch 1.1.3-6.el7 base 174 k > joda-convert noarch 1.3-5.el7 base 46 k > joda-time noarch 2.2-3.tzdata2013c.el7 > base 484 k > jsch noarch 0.1.50-5.el7 base 239 k > json-glib x86_64 1.4.2-2.el7 base 134 k > jsr-311 noarch 1.1.1-6.el7 base 45 k > junit noarch 4.11-8.el7 base 261 k > jzlib noarch 1.1.1-6.el7 base 72 k > keyutils x86_64 1.5.8-3.el7 base 54 k > lapack x86_64 3.4.2-8.el7 base 5.4 M > libICE x86_64 1.0.9-9.el7 base 66 k > libSM x86_64 1.2.2-2.el7 base 39 k > libX11 x86_64 1.6.7-2.el7 base 607 k > libX11-common noarch 1.6.7-2.el7 base 164 k > libXau x86_64 1.0.8-2.1.el7 base 29 k > libXcomposite x86_64 0.4.4-4.1.el7 base 22 k > libXcursor x86_64 1.1.15-1.el7 base 30 k > libXdamage x86_64 1.1.4-4.1.el7 base 20 k > libXext x86_64 1.3.3-3.el7 base 39 k > libXfixes x86_64 5.0.3-1.el7 base 18 k > libXft x86_64 2.3.2-2.el7 base 58 k > libXi x86_64 1.7.9-1.el7 base 40 k > libXinerama x86_64 1.1.3-2.1.el7 base 14 k > libXrandr x86_64 1.5.1-2.el7 base 27 k > libXrender x86_64 0.9.10-1.el7 base 26 k > libXtst x86_64 1.2.3-1.el7 base 20 k > libXxf86vm x86_64 1.1.4-1.el7 base 18 k > libaio x86_64 0.3.109-13.el7 base 24 k > libbasicobjects x86_64 0.1.1-32.el7 base 26 k > libcgroup x86_64 0.41-21.el7 base 66 k > libcollection x86_64 0.7.0-32.el7 base 42 k > libevent x86_64 2.0.21-4.el7 base 214 k > libfontenc x86_64 1.1.3-3.el7 base 31 k > libgfortran x86_64 4.8.5-39.el7 base 300 k > libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 > base 89 k > libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 > base 44 k > libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 > base 125 k > libibverbs x86_64 22.1-3.el7 base 267 k > libini_config x86_64 1.3.1-32.el7 base 64 k > libiscsi x86_64 1.9.0-7.el7 base 60 k > libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k > liblognorm x86_64 2.0.2-3.el7 base 76 k > libmodman x86_64 2.0.1-8.el7 base 28 k > libnfsidmap x86_64 0.25-19.el7 base 50 k > libpath_utils x86_64 0.2.1-32.el7 base 28 k > libproxy x86_64 0.4.11-11.el7 base 64 k > libquadmath x86_64 4.8.5-39.el7 base 190 k > librados2 x86_64 1:10.2.5-4.el7 base 1.8 M > librbd1 x86_64 1:10.2.5-4.el7 base 2.4 M > libref_array x86_64 0.1.5-32.el7 base 27 k > libsemanage-python x86_64 2.5-14.el7 base 113 k > libssh x86_64 0.7.1-7.el7 extras 195 k > libthai x86_64 0.1.14-9.el7 base 187 k > libtiff x86_64 4.0.3-32.el7 base 171 k > libtirpc x86_64 0.2.4-0.16.el7 base 89 k > libverto-libevent x86_64 0.2.5-4.el7 base 8.9 k > libwayland-client x86_64 1.15.0-1.el7 base 33 k > libwayland-server x86_64 1.15.0-1.el7 base 39 k > libxcb x86_64 1.13-1.el7 base 214 k > libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k > libxshmfence x86_64 1.2-1.el7 base 7.2 k > libxslt x86_64 1.1.28-5.el7 base 242 k > libyaml x86_64 0.1.4-11.el7_0 base 55 k > lksctp-tools x86_64 1.0.17-2.el7 base 88 k > log4j noarch 1.2.17-16.el7_4 base 444 k > m2crypto x86_64 0.21.1-17.el7 base 429 k > mailcap noarch 2.1.41-2.el7 base 31 k > make x86_64 1:3.82-24.el7 base 421 k > mesa-libEGL x86_64 18.3.4-6.el7_7 updates 109 k > mesa-libGL x86_64 18.3.4-6.el7_7 updates 165 k > mesa-libgbm x86_64 18.3.4-6.el7_7 updates 39 k > mesa-libglapi x86_64 18.3.4-6.el7_7 updates 45 k > mod_ssl x86_64 1:2.4.6-90.el7.centos > base 112 k > msv-msv noarch 1:2013.5.1-7.el7 base 3.7 M > msv-xsdlib noarch 1:2013.5.1-7.el7 base 1.1 M > nettle x86_64 2.7.1-8.el7 base 327 k > nfs-utils x86_64 1:1.3.0-0.65.el7 base 412 k > novnc noarch 0.5.1-2.el7 ovirt-4.3-centos-ovirt43 176 k > numpy x86_64 1:1.7.1-13.el7 base 2.8 M > objectweb-asm noarch 3.3.1-9.el7 base 197 k > openssl x86_64 1:1.0.2k-19.el7 base 493 k > openstack-java-cinder-client > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 32 k > openstack-java-cinder-model > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 33 k > openstack-java-client noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 21 k > openstack-java-glance-client > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 27 k > openstack-java-glance-model > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 19 k > openstack-java-keystone-client > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 50 k > openstack-java-keystone-model > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 53 k > openstack-java-quantum-client > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 32 k > openstack-java-quantum-model > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 31 k > openstack-java-resteasy-connector > noarch 3.2.7-1.el7 ovirt-4.3-centos-ovirt43 19 k > openvswitch x86_64 1:2.11.0-4.el7 ovirt-4.3-centos-ovirt43 1.9 M > otopi-common noarch 1.8.4-1.el7 ovirt-4.3 79 k > otopi-java noarch 1.8.4-1.el7 ovirt-4.3 26 k > ovirt-ansible-cluster-upgrade > noarch 1.1.14-1.el7 ovirt-4.3 61 k > ovirt-ansible-disaster-recovery > noarch 1.2.0-1.el7 ovirt-4.3 57 k > ovirt-ansible-engine-setup > noarch 1.1.9-1.el7 ovirt-4.3 16 k > ovirt-ansible-hosted-engine-setup > noarch 1.0.32-1.el7 ovirt-4.3 65 k > ovirt-ansible-image-template > noarch 1.1.12-1.el7 ovirt-4.3 19 k > ovirt-ansible-infra noarch 1.1.13-1.el7 ovirt-4.3 40 k > ovirt-ansible-manageiq noarch 1.1.14-1.el7 ovirt-4.3 24 k > ovirt-ansible-repositories > noarch 1.1.5-1.el7 ovirt-4.3 14 k > ovirt-ansible-roles noarch 1.1.7-1.el7 ovirt-4.3 14 k > ovirt-ansible-shutdown-env > noarch 1.0.3-1.el7 ovirt-4.3 12 k > ovirt-ansible-vm-infra noarch 1.1.22-1.el7 ovirt-4.3 38 k > ovirt-cockpit-sso noarch 0.1.1-1.el7 ovirt-4.3 16 k > ovirt-engine-api-explorer > noarch 0.0.5-1.el7 ovirt-4.3 279 k > ovirt-engine-backend noarch 4.3.9.4-1.el7 ovirt-4.3 13 M > ovirt-engine-dbscripts noarch 4.3.9.4-1.el7 ovirt-4.3 340 k > ovirt-engine-dwh noarch 4.3.8-1.el7 ovirt-4.3 2.1 M > ovirt-engine-dwh-setup noarch 4.3.8-1.el7 ovirt-4.3 80 k > ovirt-engine-extension-aaa-jdbc > noarch 1.1.10-1.el7 ovirt-4.3 178 k > ovirt-engine-extensions-api-impl > noarch 4.3.9.4-1.el7 ovirt-4.3 53 k > ovirt-engine-metrics noarch 1.3.7-1.el7 ovirt-4.3 142 k > ovirt-engine-restapi noarch 4.3.9.4-1.el7 ovirt-4.3 6.4 M > ovirt-engine-setup noarch 4.3.9.4-1.el7 ovirt-4.3 15 k > ovirt-engine-setup-base > noarch 4.3.9.4-1.el7 ovirt-4.3 108 k > ovirt-engine-setup-plugin-cinderlib > noarch 4.3.9.4-1.el7 ovirt-4.3 35 k > ovirt-engine-setup-plugin-ovirt-engine > noarch 4.3.9.4-1.el7 ovirt-4.3 186 k > ovirt-engine-setup-plugin-ovirt-engine-common > noarch 4.3.9.4-1.el7 ovirt-4.3 113 k > ovirt-engine-setup-plugin-vmconsole-proxy-helper > noarch 4.3.9.4-1.el7 ovirt-4.3 34 k > ovirt-engine-setup-plugin-websocket-proxy > noarch 4.3.9.4-1.el7 ovirt-4.3 31 k > ovirt-engine-tools noarch 4.3.9.4-1.el7 ovirt-4.3 294 k > ovirt-engine-tools-backup > noarch 4.3.9.4-1.el7 ovirt-4.3 34 k > ovirt-engine-ui-extensions > noarch 1.0.10-1.el7 ovirt-4.3 4.8 M > ovirt-engine-vmconsole-proxy-helper > noarch 4.3.9.4-1.el7 ovirt-4.3 22 k > ovirt-engine-webadmin-portal > noarch 4.3.9.4-1.el7 ovirt-4.3 121 M > ovirt-engine-websocket-proxy > noarch 4.3.9.4-1.el7 ovirt-4.3 28 k > ovirt-engine-wildfly x86_64 17.0.1-1.el7 ovirt-4.3 171 M > ovirt-engine-wildfly-overlay > noarch 17.0.1-1.el7 ovirt-4.3 4.3 k > ovirt-host-deploy-common > noarch 1.8.5-1.el7 ovirt-4.3 73 k > ovirt-host-deploy-java noarch 1.8.5-1.el7 ovirt-4.3 16 k > ovirt-imageio-common x86_64 1.5.3-0.el7 ovirt-4.3 81 k > ovirt-imageio-proxy noarch 1.5.3-0.el7 ovirt-4.3 38 k > ovirt-imageio-proxy-setup > noarch 1.5.3-0.el7 ovirt-4.3 24 k > ovirt-iso-uploader noarch 4.3.2-1.el7 ovirt-4.3 40 k > ovirt-provider-ovn noarch 1.2.29-1.el7 ovirt-4.3 138 k > ovirt-vmconsole noarch 1.0.7-2.el7 ovirt-4.3 34 k > ovirt-vmconsole-proxy noarch 1.0.7-2.el7 ovirt-4.3 19 k > ovirt-web-ui noarch 1.6.0-1.el7 ovirt-4.3 7.7 M > ovn x86_64 2.11.1-5.el7 ovirt-4.3-centos-ovirt43 2.4 M > ovn-central x86_64 2.11.1-5.el7 ovirt-4.3-centos-ovirt43 884 k > pango x86_64 1.42.4-4.el7_7 updates 280 k > pciutils x86_64 3.5.1-3.el7 base 93 k > pcsc-lite-libs x86_64 1.8.8-8.el7 base 34 k > perl x86_64 4:5.16.3-294.el7_6 > base 8.0 M > perl-Carp noarch 1.26-244.el7 base 19 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-294.el7_6 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-libs x86_64 4:5.16.3-294.el7_6 > base 688 k > perl-macros x86_64 4:5.16.3-294.el7_6 > base 44 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 > pixman x86_64 0.34.0-1.el7 base 248 k > policycoreutils-python x86_64 2.5-33.el7 base 457 k > postgresql-jdbc noarch 9.2.1002-6.el7_5 base 448 k > postgresql-libs x86_64 9.2.24-2.el7_7 updates 234 k > python-IPy noarch 0.75-6.el7 base 32 k > python-backports x86_64 1.0-8.el7 base 5.8 k > python-backports-ssl_match_hostname > noarch 3.5.0.1-1.el7 base 13 k > python-daemon noarch 1.6-4.el7 ovirt-4.3-centos-ovirt43 26 k > python-dateutil noarch 1:2.4.2-1.el7 ovirt-4.3-centos-ovirt43 83 k > python-enum34 noarch 1.0.4-1.el7 base 52 k > python-httplib2 noarch 0.9.2-1.el7 extras 115 k > python-ipaddress noarch 1.0.16-2.el7 base 34 k > python-javapackages noarch 3.4.1-11.el7 base 31 k > python-jinja2 noarch 2.7.2-4.el7 base 519 k > python-linecache2 noarch 1.0.0-1.el7 ovirt-4.3-centos-ovirt43 11 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-markupsafe x86_64 0.11-10.el7 base 25 k > python-mimeparse noarch 0.1.4-1.el7 ovirt-4.3-centos-ovirt43 8.6 k > python-nose noarch 1.3.7-7.el7 ovirt-4.3-centos-ovirt43 276 k > python-openvswitch x86_64 1:2.11.0-4.el7 ovirt-4.3-centos-ovirt43 227 k > python-ovirt-engine-sdk4 > x86_64 4.3.2-2.el7 ovirt-4.3 536 k > python-paramiko noarch 2.1.1-9.el7 base 269 k > python-passlib noarch 1.6.5-2.el7 extras 488 k > python-ply noarch 3.4-11.el7 base 123 k > python-psycopg2 x86_64 2.5.1-4.el7 base 132 k > python-pwquality x86_64 1.2.3-5.el7 base 12 k > python-pycparser noarch 2.14-1.el7 base 104 k > python-setuptools noarch 0.9.8-7.el7 base 397 k > python-testtools noarch 1.8.0-2.el7 ovirt-4.3-centos-ovirt43 301 k > python-unittest2 noarch 1.0.1-1.el7 ovirt-4.3-centos-ovirt43 171 k > python-webob noarch 1.2.3-7.el7 base 202 k > python-websockify noarch 0.8.0-3.el7 ovirt-4.3-centos-ovirt43 69 k > python2-asn1crypto noarch 0.23.0-2.el7 ovirt-4.3-centos-ovirt43 172 k > python2-babel noarch 2.3.4-1.el7 ovirt-4.3-centos-ovirt43 4.8 M > python2-cffi x86_64 1.11.2-1.el7 ovirt-4.3-centos-ovirt43 229 k > python2-chardet noarch 3.0.4-7.el7 ovirt-4.3-centos-opstools 186 k > python2-cryptography x86_64 2.1.4-2.el7 ovirt-4.3-centos-ovirt43 510 k > python2-extras noarch 1.0.0-2.el7 ovirt-4.3-centos-ovirt43 16 k > python2-fixtures noarch 3.0.0-7.el7 ovirt-4.3-centos-ovirt43 88 k > python2-idna noarch 2.5-1.el7 ovirt-4.3-centos-opstools 94 k > python2-jmespath noarch 0.9.0-5.el7 ovirt-4.3-centos-ovirt43 39 k > python2-netaddr noarch 0.7.19-5.el7 ovirt-4.3-centos-ovirt43 1.5 M > python2-otopi noarch 1.8.4-1.el7 ovirt-4.3 100 k > python2-ovirt-engine-lib > noarch 4.3.9.4-1.el7 ovirt-4.3 35 k > python2-ovirt-host-deploy > noarch 1.8.5-1.el7 ovirt-4.3 29 k > python2-ovirt-setup-lib > noarch 1.2.0-1.el7 ovirt-4.3 20 k > python2-ovsdbapp noarch 0.12.2-1.el7 ovirt-4.3-centos-ovirt43 100 k > python2-pbr noarch 3.1.1-1.el7 ovirt-4.3-centos-ovirt43 263 k > python2-pyOpenSSL noarch 17.3.0-3.el7 ovirt-4.3-centos-opstools 92 k > python2-pyasn1 noarch 0.1.9-7.el7 base 100 k > python2-pysocks noarch 1.5.6-3.el7 ovirt-4.3-centos-opstools 20 k > python2-requests noarch 2.19.1-4.el7 ovirt-4.3-centos-opstools 122 k > python2-six noarch 1.10.0-9.el7 ovirt-4.3-centos-ovirt43 31 k > python2-traceback2 noarch 1.4.0-14.el7 ovirt-4.3-centos-ovirt43 19 k > python2-urllib3 noarch 1.21.1-1.el7 ovirt-4.3-centos-opstools 173 k > pytz noarch 2016.10-2.el7 base 46 k > qdox noarch 1.12.1-10.el7 base 170 k > qemu-img-ev x86_64 10:2.12.0-33.1.el7_7.4 > ovirt-4.3-centos-qemu-ev 1.3 M > quota x86_64 1:4.01-19.el7 base 179 k > quota-nls noarch 1:4.01-19.el7 base 90 k > rdma-core x86_64 22.1-3.el7 base 50 k > relaxngDatatype noarch 1.0-11.el7 base 15 k > resteasy-base-jaxrs noarch 3.0.6-4.el7 base 728 k > resteasy-base-jaxrs-api > noarch 3.0.6-4.el7 base 96 k > rh-postgresql10-postgresql > x86_64 10.6-1.el7 centos-sclo-rh-release 1.4 M > rh-postgresql10-postgresql-contrib > x86_64 10.6-1.el7 centos-sclo-rh-release 773 k > rh-postgresql10-postgresql-libs > x86_64 10.6-1.el7 centos-sclo-rh-release 290 k > rh-postgresql10-postgresql-server > x86_64 10.6-1.el7 centos-sclo-rh-release 4.9 M > rh-postgresql10-runtime > x86_64 3.1-1.el7 centos-sclo-rh-release 1.2 M > rpcbind x86_64 0.2.0-48.el7 base 60 k > rsyslog-elasticsearch x86_64 8.24.0-41.el7_7.4 > updates 52 k > rsyslog-mmjsonparse x86_64 8.24.0-41.el7_7.4 > updates 41 k > rsyslog-mmnormalize x86_64 8.24.0-41.el7_7.4 > updates 42 k > rxjava noarch 1.0.13-2.el7 ovirt-4.3-centos-ovirt43 698 k > scannotation noarch 1.0.3-0.7.r12.el7 > base 23 k > scl-utils x86_64 20130529-19.el7 base 24 k > setools-libs x86_64 3.3.8-4.el7 base 620 k > slf4j noarch 1.7.4-4.el7_4 base 170 k > sshpass x86_64 1.06-2.el7 extras 21 k > stax2-api noarch 3.1.1-10.el7 base 165 k > systemd-python x86_64 219-67.el7_7.4 updates 138 k > tcp_wrappers x86_64 7.6-77.el7 base 78 k > tomcat-servlet-3.0-api noarch 7.0.76-11.el7_7 updates 213 k > trousers x86_64 0.3.14-2.el7 base 289 k > ttmkfdir x86_64 3.0.9-42.el7 base 48 k > tzdata-java noarch 2019c-1.el7 updates 187 k > unbound-libs x86_64 1.6.6-1.el7 base 405 k > uuid x86_64 1.6.2-26.el7 base 55 k > v2v-conversion-host-ansible > noarch 1.16.0-1.el7 ovirt-4.3 32 k > vdsm-jsonrpc-java noarch 1.4.18-1.el7 ovirt-4.3 127 k > ws-commons-util noarch 1.0.1-29.el7 base 44 k > ws-jaxme noarch 0.5.2-10.el7 base 1.1 M > xalan-j2 noarch 2.7.1-23.el7 base 1.9 M > xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M > xml-commons-apis noarch 1.4.01-16.el7 base 227 k > xml-commons-resolver noarch 1.2-15.el7 base 108 k > xmlrpc-client noarch 1:3.1.3-9.el7_5 base 57 k > xmlrpc-common noarch 1:3.1.3-9.el7_5 base 105 k > xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k > xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k > xpp3 noarch 1.1.3.8-11.el7 base 336 k > xz-java noarch 1.3-3.el7 base 89 k > yajl x86_64 2.0.4-4.el7 base 39 k > yum-plugin-versionlock noarch 1.1.31-52.el7 base 36 k > >Transaction Summary >================================================================================ >Install 1 Package (+379 Dependent packages) > >Total download size: 513 M >Installed size: 1.2 G >Downloading packages: >(1/380): PyYAML-3.10-11.el7.x86_64.rpm | 153 kB 00:00 >(2/380): GeoIP-1.5.0-14.el7.x86_64.rpm | 1.5 MB 00:00 >(3/380): antlr-tool-2.7.7-30.el7.noarch.rpm | 357 kB 00:00 >(4/380): aopalliance-1.0-8.el7.noarch.rpm | 11 kB 00:00 >(5/380): apache-commons-codec-1.8-7.el7.noarch.rpm | 223 kB 00:00 >(6/380): apache-commons-collections-3.2.1-22.el7_2.noarch. | 509 kB 00:00 >(7/380): ant-1.9.4-2.el7.noarch.rpm | 2.0 MB 00:00 >(8/380): apache-commons-compress-1.5-4.el7.noarch.rpm | 241 kB 00:00 >(9/380): apache-commons-digester-1.8.1-19.el7.noarch.rpm | 142 kB 00:00 >(10/380): apache-commons-configuration-1.9-8.el7.noarch.rp | 335 kB 00:00 >(11/380): apache-commons-io-2.4-12.el7.noarch.rpm | 189 kB 00:00 >(12/380): apache-commons-jexl-2.1.1-9.el7.noarch.rpm | 250 kB 00:00 >(13/380): apache-commons-beanutils-1.8.3-15.el7_7.noarch.r | 219 kB 00:00 >(14/380): apache-commons-jxpath-1.3-20.el7.noarch.rpm | 275 kB 00:00 >(15/380): apache-commons-lang-2.6-15.el7.noarch.rpm | 276 kB 00:00 >(16/380): apache-commons-logging-1.1.2-7.el7.noarch.rpm | 78 kB 00:00 >(17/380): apache-commons-net-3.2-8.el7.centos.noarch.rpm | 261 kB 00:00 >(18/380): apr-1.4.8-5.el7.x86_64.rpm | 103 kB 00:00 >(19/380): apache-commons-vfs-2.0-11.el7.noarch.rpm | 363 kB 00:00 >(20/380): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00 >(21/380): atk-2.28.1-1.el7.x86_64.rpm | 263 kB 00:00 >(22/380): audit-libs-python-2.8.5-4.el7.x86_64.rpm | 76 kB 00:00 >(23/380): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.3-centos-ovirt43/packages/archaius-core-0.4.1-1.el7.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID 61e8806c: NOKEY >Public key for archaius-core-0.4.1-1.el7.noarch.rpm is not installed >(24/380): archaius-core-0.4.1-1.el7.noarch.rpm | 83 kB 00:00 >(25/380): avalon-framework-4.3-10.el7.noarch.rpm | 88 kB 00:00 >(26/380): avalon-logkit-2.1-14.el7.noarch.rpm | 87 kB 00:00 >(27/380): bea-stax-1.2.0-9.el7.noarch.rpm | 176 kB 00:00 >(28/380): bea-stax-api-1.2.0-9.el7.noarch.rpm | 31 kB 00:00 >(29/380): bind-libs-9.11.4-9.P2.el7.x86_64.rpm | 154 kB 00:00 >(30/380): atlas-3.10.1-12.el7.x86_64.rpm | 4.5 MB 00:00 >(31/380): bind-libs-lite-9.11.4-9.P2.el7.x86_64.rpm | 1.1 MB 00:00 >(32/380): bind-license-9.11.4-9.P2.el7.noarch.rpm | 88 kB 00:00 >(33/380): ansible-2.9.6-1.el7.noarch.rpm | 17 MB 00:01 >(34/380): bind-utils-9.11.4-9.P2.el7.x86_64.rpm | 258 kB 00:00 >(35/380): blas-3.4.2-8.el7.x86_64.rpm | 399 kB 00:00 >(36/380): boost-iostreams-1.53.0-27.el7.x86_64.rpm | 61 kB 00:00 >(37/380): boost-system-1.53.0-27.el7.x86_64.rpm | 40 kB 00:00 >(38/380): boost-thread-1.53.0-27.el7.x86_64.rpm | 57 kB 00:00 >(39/380): boost-random-1.53.0-27.el7.x86_64.rpm | 39 kB 00:00 >(40/380): bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00 >(41/380): cal10n-0.7.7-4.el7.noarch.rpm | 36 kB 00:00 >(42/380): checkpolicy-2.5-8.el7.x86_64.rpm | 295 kB 00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.3-centos-opstools/packages/collectd-5.10.0-2.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 51bc2a13: NOKEY >Public key for collectd-5.10.0-2.el7.x86_64.rpm is not installed >(43/380): collectd-5.10.0-2.el7.x86_64.rpm | 656 kB 00:00 >(44/380): cairo-1.15.12-4.el7.x86_64.rpm | 741 kB 00:00 >(45/380): collectd-postgresql-5.10.0-2.el7.x86_64.rpm | 37 kB 00:00 >(46/380): collectd-write_http-5.10.0-2.el7.x86_64.rpm | 34 kB 00:00 >(47/380): collectd-write_syslog-5.10.0-2.el7.x86_64.rpm | 28 kB 00:00 >(48/380): cockpit-dashboard-195.1-1.el7.centos.0.1.x86_64. | 183 kB 00:00 >(49/380): copy-jdk-configs-3.3-10.el7_5.noarch.rpm | 21 kB 00:00 >(50/380): collectd-disk-5.10.0-2.el7.x86_64.rpm | 27 kB 00:00 >(51/380): cockpit-ws-195.1-1.el7.centos.0.1.x86_64.rpm | 806 kB 00:00 >(52/380): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00 >(53/380): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:00 >(54/380): cups-libs-1.6.3-40.el7.x86_64.rpm | 358 kB 00:00 >(55/380): dom4j-1.6.1-20.el7.noarch.rpm | 277 kB 00:00 >(56/380): easymock2-2.5.2-12.el7.noarch.rpm | 92 kB 00:00 >(57/380): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00 >(58/380): fontconfig-2.13.0-4.3.el7.x86_64.rpm | 254 kB 00:00 >(59/380): ebay-cors-filter-1.0.1-3.el7.noarch.rpm | 101 kB 00:00 >(60/380): geoipupdate-2.5.0-1.el7.x86_64.rpm | 35 kB 00:00 >(61/380): geronimo-jms-1.1.1-19.el7.noarch.rpm | 31 kB 00:00 >(62/380): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm | 570 kB 00:00 >(63/380): giflib-4.1.6-9.el7.x86_64.rpm | 40 kB 00:00 >(64/380): fribidi-1.0.2-1.el7_7.1.x86_64.rpm | 79 kB 00:00 >(65/380): glib-networking-2.56.1-1.el7.x86_64.rpm | 145 kB 00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.3-centos-gluster6/packages/glusterfs-6.8-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID e451e5b5: NOKEY >Public key for glusterfs-6.8-1.el7.x86_64.rpm is not installed >(66/380): glusterfs-6.8-1.el7.x86_64.rpm | 637 kB 00:00 >(67/380): glusterfs-client-xlators-6.8-1.el7.x86_64.rpm | 860 kB 00:00 >(68/380): glusterfs-api-6.8-1.el7.x86_64.rpm | 112 kB 00:00 >(69/380): glusterfs-libs-6.8-1.el7.x86_64.rpm | 421 kB 00:00 >(70/380): gnutls-3.3.29-9.el7_6.x86_64.rpm | 680 kB 00:00 >(71/380): graphite2-1.3.10-1.el7_3.x86_64.rpm | 115 kB 00:00 >(72/380): gperftools-libs-2.6.1-1.el7.x86_64.rpm | 272 kB 00:00 >(73/380): gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rp | 605 kB 00:00 >(74/380): gssproxy-0.7.0-26.el7.x86_64.rpm | 110 kB 00:00 >(75/380): gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm | 28 kB 00:00 >(76/380): hamcrest-1.3-6.el7.noarch.rpm | 124 kB 00:00 >(77/380): dpdk-18.11.2-1.el7.x86_64.rpm | 1.6 MB 00:00 >(78/380): harfbuzz-1.7.5-2.el7.x86_64.rpm | 267 kB 00:00 >(79/380): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00 >(80/380): gtk2-2.24.31-1.el7.x86_64.rpm | 3.4 MB 00:00 >(81/380): hsqldb-1.8.1.3-14.el7.noarch.rpm | 950 kB 00:00 >(82/380): httpcomponents-client-4.2.5-5.el7_0.noarch.rpm | 425 kB 00:00 >(83/380): httpcomponents-core-4.2.4-6.el7.noarch.rpm | 466 kB 00:00 >(84/380): httpd-tools-2.4.6-90.el7.centos.x86_64.rpm | 91 kB 00:00 >(85/380): isorelax-0-0.15.release20050331.el7.noarch.rpm | 75 kB 00:00 >(86/380): hystrix-core-1.4.21-6.el7.noarch.rpm | 264 kB 00:00 >(87/380): httpd-2.4.6-90.el7.centos.x86_64.rpm | 2.7 MB 00:00 >(88/380): jackson-core-2.6.3-1.el7.noarch.rpm | 252 kB 00:00 >(89/380): hystrix-metrics-event-stream-1.4.21-6.el7.noarch | 24 kB 00:00 >(90/380): jackson-1.9.4-7.el7.noarch.rpm | 1.0 MB 00:00 >(91/380): jakarta-commons-httpclient-3.1-16.el7_0.noarch.r | 241 kB 00:00 >(92/380): jasper-libs-1.900.1-33.el7.x86_64.rpm | 150 kB 00:00 >(93/380): javapackages-tools-3.4.1-11.el7.noarch.rpm | 73 kB 00:00 >(94/380): javamail-1.4.6-8.el7.noarch.rpm | 758 kB 00:00 >(95/380): jaxen-1.1.3-11.el7.noarch.rpm | 204 kB 00:00 >(96/380): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00 >(97/380): javassist-3.16.1-10.el7.noarch.rpm | 627 kB 00:00 >(98/380): jboss-annotations-1.1-api-1.0.1-0.6.20120212git7 | 20 kB 00:00 >(99/380): jctools-1.1-0.3.alpha.el7.noarch.rpm | 88 kB 00:00 >(100/380): jdom-1.1.3-6.el7.noarch.rpm | 174 kB 00:00 >(101/380): java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 | 293 kB 00:00 >(102/380): joda-time-2.2-3.tzdata2013c.el7.noarch.rpm | 484 kB 00:00 >(103/380): jsch-0.1.50-5.el7.noarch.rpm | 239 kB 00:00 >(104/380): json-glib-1.4.2-2.el7.x86_64.rpm | 134 kB 00:00 >(105/380): joda-convert-1.3-5.el7.noarch.rpm | 46 kB 00:00 >(106/380): jsr-311-1.1.1-6.el7.noarch.rpm | 45 kB 00:00 >(107/380): jzlib-1.1.1-6.el7.noarch.rpm | 72 kB 00:00 >(108/380): junit-4.11-8.el7.noarch.rpm | 261 kB 00:00 >(109/380): keyutils-1.5.8-3.el7.x86_64.rpm | 54 kB 00:00 >(110/380): libICE-1.0.9-9.el7.x86_64.rpm | 66 kB 00:00 >(111/380): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00 >(112/380): java-1.8.0-openjdk-devel-1.8.0.242.b08-0.el7_7. | 9.8 MB 00:00 >(113/380): libX11-1.6.7-2.el7.x86_64.rpm | 607 kB 00:00 >(114/380): libX11-common-1.6.7-2.el7.noarch.rpm | 164 kB 00:00 >(115/380): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00 >(116/380): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00 >(117/380): libXcursor-1.1.15-1.el7.x86_64.rpm | 30 kB 00:00 >(118/380): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00 >(119/380): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00 >(120/380): libXfixes-5.0.3-1.el7.x86_64.rpm | 18 kB 00:00 >(121/380): lapack-3.4.2-8.el7.x86_64.rpm | 5.4 MB 00:00 >(122/380): libXi-1.7.9-1.el7.x86_64.rpm | 40 kB 00:00 >(123/380): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00 >(124/380): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00 >(125/380): libXrandr-1.5.1-2.el7.x86_64.rpm | 27 kB 00:00 >(126/380): libXrender-0.9.10-1.el7.x86_64.rpm | 26 kB 00:00 >(127/380): libXtst-1.2.3-1.el7.x86_64.rpm | 20 kB 00:00 >(128/380): libXxf86vm-1.1.4-1.el7.x86_64.rpm | 18 kB 00:00 >(129/380): libaio-0.3.109-13.el7.x86_64.rpm | 24 kB 00:00 >(130/380): libbasicobjects-0.1.1-32.el7.x86_64.rpm | 26 kB 00:00 >(131/380): libcgroup-0.41-21.el7.x86_64.rpm | 66 kB 00:00 >(132/380): libcollection-0.7.0-32.el7.x86_64.rpm | 42 kB 00:00 >(133/380): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00 >(134/380): libfontenc-1.1.3-3.el7.x86_64.rpm | 31 kB 00:00 >(135/380): libgfortran-4.8.5-39.el7.x86_64.rpm | 300 kB 00:00 >(136/380): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 89 kB 00:00 >(137/380): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rp | 125 kB 00:00 >(138/380): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rp | 44 kB 00:00 >(139/380): libini_config-1.3.1-32.el7.x86_64.rpm | 64 kB 00:00 >(140/380): libibverbs-22.1-3.el7.x86_64.rpm | 267 kB 00:00 >(141/380): libiscsi-1.9.0-7.el7.x86_64.rpm | 60 kB 00:00 >(142/380): libjpeg-turbo-1.2.90-8.el7.x86_64.rpm | 135 kB 00:00 >(143/380): liblognorm-2.0.2-3.el7.x86_64.rpm | 76 kB 00:00 >(144/380): libmodman-2.0.1-8.el7.x86_64.rpm | 28 kB 00:00 >(145/380): libnfsidmap-0.25-19.el7.x86_64.rpm | 50 kB 00:00 >(146/380): libpath_utils-0.2.1-32.el7.x86_64.rpm | 28 kB 00:00 >(147/380): libproxy-0.4.11-11.el7.x86_64.rpm | 64 kB 00:00 >(148/380): libquadmath-4.8.5-39.el7.x86_64.rpm | 190 kB 00:00 >(149/380): librados2-10.2.5-4.el7.x86_64.rpm | 1.8 MB 00:00 >(150/380): libref_array-0.1.5-32.el7.x86_64.rpm | 27 kB 00:00 >(151/380): libsemanage-python-2.5-14.el7.x86_64.rpm | 113 kB 00:00 >(152/380): librbd1-10.2.5-4.el7.x86_64.rpm | 2.4 MB 00:00 >(153/380): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00 >(154/380): libtiff-4.0.3-32.el7.x86_64.rpm | 171 kB 00:00 >(155/380): libtirpc-0.2.4-0.16.el7.x86_64.rpm | 89 kB 00:00 >(156/380): libverto-libevent-0.2.5-4.el7.x86_64.rpm | 8.9 kB 00:00 >(157/380): libwayland-client-1.15.0-1.el7.x86_64.rpm | 33 kB 00:00 >(158/380): libwayland-server-1.15.0-1.el7.x86_64.rpm | 39 kB 00:00 >(159/380): libxcb-1.13-1.el7.x86_64.rpm | 214 kB 00:00 >(160/380): libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm | 247 kB 00:00 >(161/380): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00 >(162/380): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:00 >(163/380): libyaml-0.1.4-11.el7_0.x86_64.rpm | 55 kB 00:00 >(164/380): lksctp-tools-1.0.17-2.el7.x86_64.rpm | 88 kB 00:00 >(165/380): log4j-1.2.17-16.el7_4.noarch.rpm | 444 kB 00:00 >(166/380): m2crypto-0.21.1-17.el7.x86_64.rpm | 429 kB 00:00 >(167/380): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00 >(168/380): make-3.82-24.el7.x86_64.rpm | 421 kB 00:00 >(169/380): mesa-libGL-18.3.4-6.el7_7.x86_64.rpm | 165 kB 00:00 >(170/380): mesa-libEGL-18.3.4-6.el7_7.x86_64.rpm | 109 kB 00:00 >(171/380): mesa-libglapi-18.3.4-6.el7_7.x86_64.rpm | 45 kB 00:00 >(172/380): mesa-libgbm-18.3.4-6.el7_7.x86_64.rpm | 39 kB 00:00 >(173/380): libssh-0.7.1-7.el7.x86_64.rpm | 195 kB 00:00 >(174/380): mod_ssl-2.4.6-90.el7.centos.x86_64.rpm | 112 kB 00:00 >(175/380): msv-msv-2013.5.1-7.el7.noarch.rpm | 3.7 MB 00:00 >(176/380): nettle-2.7.1-8.el7.x86_64.rpm | 327 kB 00:00 >(177/380): java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7 | 32 MB 00:02 >(178/380): nfs-utils-1.3.0-0.65.el7.x86_64.rpm | 412 kB 00:00 >(179/380): msv-xsdlib-2013.5.1-7.el7.noarch.rpm | 1.1 MB 00:00 >(180/380): novnc-0.5.1-2.el7.noarch.rpm | 176 kB 00:00 >(181/380): objectweb-asm-3.3.1-9.el7.noarch.rpm | 197 kB 00:00 >(182/380): openssl-1.0.2k-19.el7.x86_64.rpm | 493 kB 00:00 >(183/380): openstack-java-cinder-client-3.2.7-1.el7.noarch | 32 kB 00:00 >(184/380): numpy-1.7.1-13.el7.x86_64.rpm | 2.8 MB 00:00 >(185/380): openstack-java-client-3.2.7-1.el7.noarch.rpm | 21 kB 00:00 >(186/380): openstack-java-glance-client-3.2.7-1.el7.noarch | 27 kB 00:00 >(187/380): openstack-java-cinder-model-3.2.7-1.el7.noarch. | 33 kB 00:00 >(188/380): openstack-java-glance-model-3.2.7-1.el7.noarch. | 19 kB 00:00 >(189/380): openstack-java-keystone-client-3.2.7-1.el7.noar | 50 kB 00:00 >(190/380): openstack-java-keystone-model-3.2.7-1.el7.noarc | 53 kB 00:00 >(191/380): openstack-java-quantum-client-3.2.7-1.el7.noarc | 32 kB 00:00 >(192/380): openstack-java-resteasy-connector-3.2.7-1.el7.n | 19 kB 00:00 >warning: /var/cache/yum/x86_64/7/ovirt-4.3/packages/otopi-java-1.8.4-1.el7.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID fe590cb7: NOKEY >Public key for otopi-java-1.8.4-1.el7.noarch.rpm is not installed >(193/380): otopi-java-1.8.4-1.el7.noarch.rpm | 26 kB 00:00 >(194/380): openstack-java-quantum-model-3.2.7-1.el7.noarch | 31 kB 00:00 >(195/380): otopi-common-1.8.4-1.el7.noarch.rpm | 79 kB 00:00 >(196/380): ovirt-ansible-cluster-upgrade-1.1.14-1.el7.noar | 61 kB 00:00 >(197/380): ovirt-ansible-disaster-recovery-1.2.0-1.el7.noa | 57 kB 00:00 >(198/380): ovirt-ansible-engine-setup-1.1.9-1.el7.noarch.r | 16 kB 00:00 >(199/380): ovirt-ansible-image-template-1.1.12-1.el7.noarc | 19 kB 00:00 >(200/380): ovirt-ansible-hosted-engine-setup-1.0.32-1.el7. | 65 kB 00:00 >(201/380): ovirt-ansible-infra-1.1.13-1.el7.noarch.rpm | 40 kB 00:00 >(202/380): ovirt-ansible-manageiq-1.1.14-1.el7.noarch.rpm | 24 kB 00:00 >(203/380): openvswitch-2.11.0-4.el7.x86_64.rpm | 1.9 MB 00:00 >(204/380): ovirt-ansible-repositories-1.1.5-1.el7.noarch.r | 14 kB 00:00 >(205/380): ovirt-ansible-roles-1.1.7-1.el7.noarch.rpm | 14 kB 00:00 >(206/380): ovirt-ansible-shutdown-env-1.0.3-1.el7.noarch.r | 12 kB 00:00 >(207/380): ovirt-ansible-vm-infra-1.1.22-1.el7.noarch.rpm | 38 kB 00:00 >(208/380): ovirt-cockpit-sso-0.1.1-1.el7.noarch.rpm | 16 kB 00:00 >(209/380): ovirt-engine-api-explorer-0.0.5-1.el7.noarch.rp | 279 kB 00:00 >(210/380): ovirt-engine-backend-4.3.9.4-1.el7.noarch.rpm | 13 MB 00:00 >(211/380): ovirt-engine-dbscripts-4.3.9.4-1.el7.noarch.rpm | 340 kB 00:00 >(212/380): ovirt-engine-dwh-4.3.8-1.el7.noarch.rpm | 2.1 MB 00:00 >(213/380): ovirt-engine-dwh-setup-4.3.8-1.el7.noarch.rpm | 80 kB 00:00 >(214/380): ovirt-engine-extension-aaa-jdbc-1.1.10-1.el7.no | 178 kB 00:00 >(215/380): ovirt-engine-4.3.9.4-1.el7.noarch.rpm | 6.0 MB 00:00 >(216/380): ovirt-engine-extensions-api-impl-4.3.9.4-1.el7. | 53 kB 00:00 >(217/380): ovirt-engine-metrics-1.3.7-1.el7.noarch.rpm | 142 kB 00:00 >(218/380): ovirt-engine-setup-4.3.9.4-1.el7.noarch.rpm | 15 kB 00:00 >(219/380): ovirt-engine-setup-base-4.3.9.4-1.el7.noarch.rp | 108 kB 00:00 >(220/380): ovirt-engine-setup-plugin-cinderlib-4.3.9.4-1.e | 35 kB 00:00 >(221/380): ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4- | 186 kB 00:00 >(222/380): ovirt-engine-restapi-4.3.9.4-1.el7.noarch.rpm | 6.4 MB 00:00 >(223/380): ovirt-engine-setup-plugin-ovirt-engine-common-4 | 113 kB 00:00 >(224/380): ovirt-engine-setup-plugin-vmconsole-proxy-helpe | 34 kB 00:00 >(225/380): ovirt-engine-setup-plugin-websocket-proxy-4.3.9 | 31 kB 00:00 >(226/380): ovirt-engine-tools-4.3.9.4-1.el7.noarch.rpm | 294 kB 00:00 >(227/380): ovirt-engine-tools-backup-4.3.9.4-1.el7.noarch. | 34 kB 00:00 >(228/380): ovirt-engine-vmconsole-proxy-helper-4.3.9.4-1.e | 22 kB 00:00 >(229/380): ovirt-engine-ui-extensions-1.0.10-1.el7.noarch. | 4.8 MB 00:00 >(230/380): ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noar | 28 kB 00:00 >(231/380): ovirt-engine-wildfly-17.0.1-1.el7.x86_64.rpm | 171 MB 00:08 >(232/380): ovirt-engine-wildfly-overlay-17.0.1-1.el7.noarc | 4.3 kB 00:00 >(233/380): ovirt-host-deploy-common-1.8.5-1.el7.noarch.rpm | 73 kB 00:00 >(234/380): ovirt-host-deploy-java-1.8.5-1.el7.noarch.rpm | 16 kB 00:00 >(235/380): ovirt-imageio-common-1.5.3-0.el7.x86_64.rpm | 81 kB 00:00 >(236/380): ovirt-imageio-proxy-1.5.3-0.el7.noarch.rpm | 38 kB 00:00 >(237/380): ovirt-imageio-proxy-setup-1.5.3-0.el7.noarch.rp | 24 kB 00:00 >(238/380): ovirt-iso-uploader-4.3.2-1.el7.noarch.rpm | 40 kB 00:00 >(239/380): ovirt-provider-ovn-1.2.29-1.el7.noarch.rpm | 138 kB 00:00 >(240/380): ovirt-vmconsole-1.0.7-2.el7.noarch.rpm | 34 kB 00:00 >(241/380): ovirt-vmconsole-proxy-1.0.7-2.el7.noarch.rpm | 19 kB 00:00 >(242/380): ovirt-web-ui-1.6.0-1.el7.noarch.rpm | 7.7 MB 00:00 >(243/380): pango-1.42.4-4.el7_7.x86_64.rpm | 280 kB 00:00 >(244/380): pciutils-3.5.1-3.el7.x86_64.rpm | 93 kB 00:00 >(245/380): ovn-central-2.11.1-5.el7.x86_64.rpm | 884 kB 00:00 >(246/380): pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm | 34 kB 00:00 >(247/380): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00 >(248/380): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:00 >(249/380): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00 >(250/380): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00 >(251/380): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00 >(252/380): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00 >(253/380): perl-Getopt-Long-2.40-3.el7.noarch.rpm | 56 kB 00:00 >(254/380): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00 >(255/380): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00 >(256/380): perl-Pod-Escapes-1.04-294.el7_6.noarch.rpm | 51 kB 00:00 >(257/380): perl-5.16.3-294.el7_6.x86_64.rpm | 8.0 MB 00:00 >(258/380): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00 >(259/380): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00 >(260/380): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00 >(261/380): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00 >(262/380): perl-Socket-2.010-4.el7.x86_64.rpm | 49 kB 00:00 >(263/380): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00 >(264/380): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00 >(265/380): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00 >(266/380): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00 >(267/380): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00 >(268/380): ovn-2.11.1-5.el7.x86_64.rpm | 2.4 MB 00:01 >(269/380): perl-macros-5.16.3-294.el7_6.x86_64.rpm | 44 kB 00:00 >(270/380): perl-libs-5.16.3-294.el7_6.x86_64.rpm | 688 kB 00:00 >(271/380): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00 >(272/380): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00 >(273/380): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00 >(274/380): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00 >(275/380): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00 >(276/380): policycoreutils-python-2.5-33.el7.x86_64.rpm | 457 kB 00:00 >(277/380): python-IPy-0.75-6.el7.noarch.rpm | 32 kB 00:00 >(278/380): postgresql-jdbc-9.2.1002-6.el7_5.noarch.rpm | 448 kB 00:00 >(279/380): python-backports-1.0-8.el7.x86_64.rpm | 5.8 kB 00:00 >(280/380): postgresql-libs-9.2.24-2.el7_7.x86_64.rpm | 234 kB 00:00 >(281/380): python-backports-ssl_match_hostname-3.5.0.1-1.e | 13 kB 00:00 >(282/380): python-daemon-1.6-4.el7.noarch.rpm | 26 kB 00:00 >(283/380): python-enum34-1.0.4-1.el7.noarch.rpm | 52 kB 00:00 >(284/380): python-ipaddress-1.0.16-2.el7.noarch.rpm | 34 kB 00:00 >(285/380): python-httplib2-0.9.2-1.el7.noarch.rpm | 115 kB 00:00 >(286/380): python-javapackages-3.4.1-11.el7.noarch.rpm | 31 kB 00:00 >(287/380): python-lockfile-0.9.1-4.el7.centos.noarch.rpm | 28 kB 00:00 >(288/380): python-linecache2-1.0.0-1.el7.noarch.rpm | 11 kB 00:00 >(289/380): python-jinja2-2.7.2-4.el7.noarch.rpm | 519 kB 00:00 >(290/380): python-lxml-3.2.1-4.el7.x86_64.rpm | 758 kB 00:00 >(291/380): python-dateutil-2.4.2-1.el7.noarch.rpm | 83 kB 00:00 >(292/380): python-markupsafe-0.11-10.el7.x86_64.rpm | 25 kB 00:00 >(293/380): python-mimeparse-0.1.4-1.el7.noarch.rpm | 8.6 kB 00:00 >(294/380): python-paramiko-2.1.1-9.el7.noarch.rpm | 269 kB 00:00 >(295/380): python-ovirt-engine-sdk4-4.3.2-2.el7.x86_64.rpm | 536 kB 00:00 >(296/380): python-nose-1.3.7-7.el7.noarch.rpm | 276 kB 00:00 >(297/380): python-openvswitch-2.11.0-4.el7.x86_64.rpm | 227 kB 00:00 >(298/380): python-ply-3.4-11.el7.noarch.rpm | 123 kB 00:00 >(299/380): python-pwquality-1.2.3-5.el7.x86_64.rpm | 12 kB 00:00 >(300/380): python-pycparser-2.14-1.el7.noarch.rpm | 104 kB 00:00 >(301/380): python-psycopg2-2.5.1-4.el7.x86_64.rpm | 132 kB 00:00 >(302/380): python-setuptools-0.9.8-7.el7.noarch.rpm | 397 kB 00:00 >(303/380): python-testtools-1.8.0-2.el7.noarch.rpm | 301 kB 00:00 >(304/380): python-webob-1.2.3-7.el7.noarch.rpm | 202 kB 00:00 >(305/380): python-websockify-0.8.0-3.el7.noarch.rpm | 69 kB 00:00 >(306/380): python2-asn1crypto-0.23.0-2.el7.noarch.rpm | 172 kB 00:00 >(307/380): python-unittest2-1.0.1-1.el7.noarch.rpm | 171 kB 00:00 >(308/380): python2-cffi-1.11.2-1.el7.x86_64.rpm | 229 kB 00:00 >(309/380): python2-chardet-3.0.4-7.el7.noarch.rpm | 186 kB 00:00 >(310/380): python2-cryptography-2.1.4-2.el7.x86_64.rpm | 510 kB 00:00 >(311/380): python-passlib-1.6.5-2.el7.noarch.rpm | 488 kB 00:00 >(312/380): python2-extras-1.0.0-2.el7.noarch.rpm | 16 kB 00:00 >(313/380): python2-fixtures-3.0.0-7.el7.noarch.rpm | 88 kB 00:00 >(314/380): python2-jmespath-0.9.0-5.el7.noarch.rpm | 39 kB 00:00 >(315/380): python2-otopi-1.8.4-1.el7.noarch.rpm | 100 kB 00:00 >(316/380): python2-ovirt-engine-lib-4.3.9.4-1.el7.noarch.r | 35 kB 00:00 >(317/380): python2-ovirt-host-deploy-1.8.5-1.el7.noarch.rp | 29 kB 00:00 >(318/380): python2-ovirt-setup-lib-1.2.0-1.el7.noarch.rpm | 20 kB 00:00 >(319/380): python2-idna-2.5-1.el7.noarch.rpm | 94 kB 00:00 >(320/380): python2-netaddr-0.7.19-5.el7.noarch.rpm | 1.5 MB 00:00 >(321/380): ovirt-engine-webadmin-portal-4.3.9.4-1.el7.noar | 121 MB 00:12 >(322/380): python2-ovsdbapp-0.12.2-1.el7.noarch.rpm | 100 kB 00:00 >(323/380): python2-babel-2.3.4-1.el7.noarch.rpm | 4.8 MB 00:01 >(324/380): python2-pbr-3.1.1-1.el7.noarch.rpm | 263 kB 00:00 >(325/380): python2-pyasn1-0.1.9-7.el7.noarch.rpm | 100 kB 00:00 >(326/380): python2-pysocks-1.5.6-3.el7.noarch.rpm | 20 kB 00:00 >(327/380): python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm | 92 kB 00:00 >(328/380): pytz-2016.10-2.el7.noarch.rpm | 46 kB 00:00 >(329/380): python2-urllib3-1.21.1-1.el7.noarch.rpm | 173 kB 00:00 >(330/380): python2-requests-2.19.1-4.el7.noarch.rpm | 122 kB 00:00 >(331/380): qdox-1.12.1-10.el7.noarch.rpm | 170 kB 00:00 >(332/380): python2-six-1.10.0-9.el7.noarch.rpm | 31 kB 00:00 >(333/380): python2-traceback2-1.4.0-14.el7.noarch.rpm | 19 kB 00:00 >(334/380): quota-nls-4.01-19.el7.noarch.rpm | 90 kB 00:00 >(335/380): rdma-core-22.1-3.el7.x86_64.rpm | 50 kB 00:00 >(336/380): relaxngDatatype-1.0-11.el7.noarch.rpm | 15 kB 00:00 >(337/380): quota-4.01-19.el7.x86_64.rpm | 179 kB 00:00 >(338/380): resteasy-base-jaxrs-3.0.6-4.el7.noarch.rpm | 728 kB 00:00 >(339/380): resteasy-base-jaxrs-api-3.0.6-4.el7.noarch.rpm | 96 kB 00:00 >Public key for qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64.rpm is not installed >(340/380): qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64.rpm | 1.3 MB 00:00 >warning: /var/cache/yum/x86_64/7/centos-sclo-rh-release/packages/rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f2ee9d55: NOKEY >Public key for rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64.rpm is not installed >(341/380): rh-postgresql10-postgresql-contrib-10.6-1.el7.x | 773 kB 00:00 >(342/380): rh-postgresql10-postgresql-10.6-1.el7.x86_64.rp | 1.4 MB 00:00 >(343/380): rh-postgresql10-postgresql-libs-10.6-1.el7.x86_ | 290 kB 00:00 >(344/380): rpcbind-0.2.0-48.el7.x86_64.rpm | 60 kB 00:00 >(345/380): rsyslog-elasticsearch-8.24.0-41.el7_7.4.x86_64. | 52 kB 00:00 >(346/380): rsyslog-mmjsonparse-8.24.0-41.el7_7.4.x86_64.rp | 41 kB 00:00 >(347/380): rsyslog-mmnormalize-8.24.0-41.el7_7.4.x86_64.rp | 42 kB 00:00 >(348/380): rh-postgresql10-runtime-3.1-1.el7.x86_64.rpm | 1.2 MB 00:00 >(349/380): scannotation-1.0.3-0.7.r12.el7.noarch.rpm | 23 kB 00:00 >(350/380): scl-utils-20130529-19.el7.x86_64.rpm | 24 kB 00:00 >(351/380): sshpass-1.06-2.el7.x86_64.rpm | 21 kB 00:00 >(352/380): setools-libs-3.3.8-4.el7.x86_64.rpm | 620 kB 00:00 >(353/380): systemd-python-219-67.el7_7.4.x86_64.rpm | 138 kB 00:00 >(354/380): stax2-api-3.1.1-10.el7.noarch.rpm | 165 kB 00:00 >(355/380): slf4j-1.7.4-4.el7_4.noarch.rpm | 170 kB 00:00 >(356/380): rxjava-1.0.13-2.el7.noarch.rpm | 698 kB 00:00 >(357/380): tcp_wrappers-7.6-77.el7.x86_64.rpm | 78 kB 00:00 >(358/380): tomcat-servlet-3.0-api-7.0.76-11.el7_7.noarch.r | 213 kB 00:00 >(359/380): trousers-0.3.14-2.el7.x86_64.rpm | 289 kB 00:00 >(360/380): ttmkfdir-3.0.9-42.el7.x86_64.rpm | 48 kB 00:00 >(361/380): rh-postgresql10-postgresql-server-10.6-1.el7.x8 | 4.9 MB 00:00 >(362/380): v2v-conversion-host-ansible-1.16.0-1.el7.noarch | 32 kB 00:00 >(363/380): uuid-1.6.2-26.el7.x86_64.rpm | 55 kB 00:00 >(364/380): ws-commons-util-1.0.1-29.el7.noarch.rpm | 44 kB 00:00 >(365/380): unbound-libs-1.6.6-1.el7.x86_64.rpm | 405 kB 00:00 >(366/380): tzdata-java-2019c-1.el7.noarch.rpm | 187 kB 00:00 >(367/380): vdsm-jsonrpc-java-1.4.18-1.el7.noarch.rpm | 127 kB 00:00 >(368/380): ws-jaxme-0.5.2-10.el7.noarch.rpm | 1.1 MB 00:00 >(369/380): xalan-j2-2.7.1-23.el7.noarch.rpm | 1.9 MB 00:00 >(370/380): xml-commons-apis-1.4.01-16.el7.noarch.rpm | 227 kB 00:00 >(371/380): xerces-j2-2.11.0-17.el7_0.noarch.rpm | 1.1 MB 00:00 >(372/380): xml-commons-resolver-1.2-15.el7.noarch.rpm | 108 kB 00:00 >(373/380): xmlrpc-client-3.1.3-9.el7_5.noarch.rpm | 57 kB 00:00 >(374/380): xmlrpc-common-3.1.3-9.el7_5.noarch.rpm | 105 kB 00:00 >(375/380): xorg-x11-font-utils-7.5-21.el7.x86_64.rpm | 104 kB 00:00 >(376/380): xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm | 521 kB 00:00 >(377/380): xz-java-1.3-3.el7.noarch.rpm | 89 kB 00:00 >(378/380): xpp3-1.1.3.8-11.el7.noarch.rpm | 336 kB 00:00 >(379/380): yajl-2.0.4-4.el7.x86_64.rpm | 39 kB 00:00 >(380/380): yum-plugin-versionlock-1.1.31-52.el7.noarch.rpm | 36 kB 00:00 >-------------------------------------------------------------------------------- >Total 23 MB/s | 513 MB 00:22 >Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-4.3 >Importing GPG key 0xFE590CB7: > Userid : "oVirt <infra@ovirt.org>" > Fingerprint: 31a5 d783 7fad 7cb2 86cd 3469 ab8c 4f9d fe59 0cb7 > Package : ovirt-release43-pre-4.3.9-0.4.rc4.el7.noarch (@/ovirt-release43-pre) > From : /etc/pki/rpm-gpg/RPM-GPG-ovirt-4.3 >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://www.centos.org/keys/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://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Storage >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 https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo >Importing GPG key 0xF2EE9D55: > Userid : "CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) <security@centos.org>" > Fingerprint: c4db d535 b1fb ba14 f8ba 64a8 4eb8 4e71 f2ee 9d55 > From : https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo >Running transaction check >Running transaction test >Transaction test succeeded >Running transaction > Installing : python2-six-1.10.0-9.el7.noarch 1/380 > Installing : python2-netaddr-0.7.19-5.el7.noarch 2/380 > Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 3/380 > Installing : 1:python-dateutil-2.4.2-1.el7.noarch 4/380 > Installing : glusterfs-libs-6.8-1.el7.x86_64 5/380 > Installing : m2crypto-0.21.1-17.el7.x86_64 6/380 > Installing : boost-system-1.53.0-27.el7.x86_64 7/380 > Installing : mesa-libglapi-18.3.4-6.el7_7.x86_64 8/380 > Installing : python2-jmespath-0.9.0-5.el7.noarch 9/380 > Installing : libxslt-1.1.28-5.el7.x86_64 10/380 > Installing : python2-idna-2.5-1.el7.noarch 11/380 > Installing : python-ipaddress-1.0.16-2.el7.noarch 12/380 > Installing : libevent-2.0.21-4.el7.x86_64 13/380 > Installing : apr-1.4.8-5.el7.x86_64 14/380 > Installing : apr-util-1.5.2-6.el7.x86_64 15/380 > Installing : boost-thread-1.53.0-27.el7.x86_64 16/380 > Installing : python-enum34-1.0.4-1.el7.noarch 17/380 > Installing : python2-pbr-3.1.1-1.el7.noarch 18/380 > Installing : json-glib-1.4.2-2.el7.x86_64 19/380 > Installing : postgresql-libs-9.2.24-2.el7_7.x86_64 20/380 > Installing : python-psycopg2-2.5.1-4.el7.x86_64 21/380 > Installing : libtirpc-0.2.4-0.16.el7.x86_64 22/380 > Installing : rpcbind-0.2.0-48.el7.x86_64 23/380 > Installing : libxshmfence-1.2-1.el7.x86_64 24/380 > Installing : fontpackages-filesystem-1.44-8.el7.noarch 25/380 > Installing : mailcap-2.1.41-2.el7.noarch 26/380 > Installing : yajl-2.0.4-4.el7.x86_64 27/380 > Installing : collectd-5.10.0-2.el7.x86_64 28/380 > Installing : python-webob-1.2.3-7.el7.noarch 29/380 > Installing : libwayland-server-1.15.0-1.el7.x86_64 30/380 > Installing : libcollection-0.7.0-32.el7.x86_64 31/380 > Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 32/380 > Installing : boost-iostreams-1.53.0-27.el7.x86_64 33/380 > Installing : scl-utils-20130529-19.el7.x86_64 34/380 > Installing : libICE-1.0.9-9.el7.x86_64 35/380 > Installing : liblognorm-2.0.2-3.el7.x86_64 36/380 > Installing : boost-random-1.53.0-27.el7.x86_64 37/380 > Installing : 1:librados2-10.2.5-4.el7.x86_64 38/380 > Installing : libquadmath-4.8.5-39.el7.x86_64 39/380 > Installing : libgfortran-4.8.5-39.el7.x86_64 40/380 > Installing : libref_array-0.1.5-32.el7.x86_64 41/380 > Installing : 32:bind-license-9.11.4-9.P2.el7.noarch 42/380 > Installing : libbasicobjects-0.1.1-32.el7.x86_64 43/380 > Installing : atlas-3.10.1-12.el7.x86_64 44/380 > Installing : blas-3.4.2-8.el7.x86_64 45/380 > Installing : lapack-3.4.2-8.el7.x86_64 46/380 > Installing : 1:librbd1-10.2.5-4.el7.x86_64 47/380 > Installing : rsyslog-mmnormalize-8.24.0-41.el7_7.4.x86_64 48/380 > Installing : libSM-1.2.2-2.el7.x86_64 49/380 > Installing : mesa-libgbm-18.3.4-6.el7_7.x86_64 50/380 > Installing : collectd-write_http-5.10.0-2.el7.x86_64 51/380 > Installing : collectd-postgresql-5.10.0-2.el7.x86_64 52/380 > Installing : collectd-disk-5.10.0-2.el7.x86_64 53/380 > Installing : collectd-write_syslog-5.10.0-2.el7.x86_64 54/380 > Installing : dejavu-fonts-common-2.33-6.el7.noarch 55/380 > Installing : dejavu-sans-fonts-2.33-6.el7.noarch 56/380 > Installing : fontconfig-2.13.0-4.3.el7.x86_64 57/380 > Installing : python-ovirt-engine-sdk4-4.3.2-2.el7.x86_64 58/380 > Installing : httpd-tools-2.4.6-90.el7.centos.x86_64 59/380 > Installing : httpd-2.4.6-90.el7.centos.x86_64 60/380 > Installing : libverto-libevent-0.2.5-4.el7.x86_64 61/380 > Installing : python-lxml-3.2.1-4.el7.x86_64 62/380 > Installing : python-javapackages-3.4.1-11.el7.noarch 63/380 > Installing : javapackages-tools-3.4.1-11.el7.noarch 64/380 > Installing : relaxngDatatype-1.0-11.el7.noarch 65/380 > Installing : tomcat-servlet-3.0-api-7.0.76-11.el7_7.noarch 66/380 > Installing : ovirt-engine-extensions-api-impl-4.3.9.4-1.el7.noarch 67/380 > Installing : ovirt-engine-extension-aaa-jdbc-1.1.10-1.el7.noarch 68/380 > Installing : bea-stax-api-1.2.0-9.el7.noarch 69/380 > Installing : stax2-api-3.1.1-10.el7.noarch 70/380 > Installing : bea-stax-1.2.0-9.el7.noarch 71/380 > Installing : glusterfs-client-xlators-6.8-1.el7.x86_64 72/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "gluster" > Installing : glusterfs-6.8-1.el7.x86_64 73/380 > Installing : glusterfs-api-6.8-1.el7.x86_64 74/380 > Installing : jasper-libs-1.900.1-33.el7.x86_64 75/380 > Installing : 1:perl-parent-0.225-244.el7.noarch 76/380 > Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 77/380 > Installing : perl-podlators-2.5.1-3.el7.noarch 78/380 > Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 79/380 > Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 80/380 > Installing : perl-Text-ParseWords-3.29-4.el7.noarch 81/380 > Installing : perl-Encode-2.51-7.el7.x86_64 82/380 > Installing : perl-Pod-Usage-1.63-3.el7.noarch 83/380 > Installing : perl-threads-1.87-4.el7.x86_64 84/380 > Installing : perl-Storable-2.45-3.el7.x86_64 85/380 > Installing : perl-Filter-1.49-3.el7.x86_64 86/380 > Installing : perl-Exporter-5.68-3.el7.noarch 87/380 > Installing : perl-Carp-1.26-244.el7.noarch 88/380 > Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 89/380 > Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64 90/380 > Installing : perl-Time-Local-1.2300-2.el7.noarch 91/380 > Installing : perl-constant-1.27-2.el7.noarch 92/380 > Installing : perl-threads-shared-1.43-6.el7.x86_64 93/380 > Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 94/380 > Installing : perl-Socket-2.010-4.el7.x86_64 95/380 > Installing : perl-File-Temp-0.23.01-3.el7.noarch 96/380 > Installing : perl-File-Path-2.09-2.el7.noarch 97/380 > Installing : perl-PathTools-3.40-5.el7.x86_64 98/380 > Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64 99/380 > Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 100/380 > Installing : perl-Getopt-Long-2.40-3.el7.noarch 101/380 > Installing : 4:perl-5.16.3-294.el7_6.x86_64 102/380 > Installing : libfontenc-1.1.3-3.el7.x86_64 103/380 > Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 104/380 > Installing : jbigkit-libs-2.0-11.el7.x86_64 105/380 > Installing : libtiff-4.0.3-32.el7.x86_64 106/380 > Installing : libsemanage-python-2.5-14.el7.x86_64 107/380 > Installing : otopi-common-1.8.4-1.el7.noarch 108/380 > Installing : python2-otopi-1.8.4-1.el7.noarch 109/380 > Installing : python-pwquality-1.2.3-5.el7.x86_64 110/380 > Installing : uuid-1.6.2-26.el7.x86_64 111/380 > Installing : hicolor-icon-theme-0.12-7.el7.noarch 112/380 > Installing : graphite2-1.3.10-1.el7_3.x86_64 113/380 > Installing : harfbuzz-1.7.5-2.el7.x86_64 114/380 > Installing : setools-libs-3.3.8-4.el7.x86_64 115/380 > Installing : 1:make-3.82-24.el7.x86_64 116/380 > Installing : 1:openssl-1.0.2k-19.el7.x86_64 117/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "unbound" > Installing : unbound-libs-1.6.6-1.el7.x86_64 118/380 > Installing : 1:mod_ssl-2.4.6-90.el7.centos.x86_64 119/380 > Installing : bzip2-1.0.6-13.el7.x86_64 120/380 > Installing : checkpolicy-2.5-8.el7.x86_64 121/380 > Installing : atk-2.28.1-1.el7.x86_64 122/380 > Installing : geoipupdate-2.5.0-1.el7.x86_64 123/380 > Installing : GeoIP-1.5.0-14.el7.x86_64 124/380 > Installing : 32:bind-libs-lite-9.11.4-9.P2.el7.x86_64 125/380 > Installing : 32:bind-libs-9.11.4-9.P2.el7.x86_64 126/380 > Installing : 32:bind-utils-9.11.4-9.P2.el7.x86_64 127/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "tss" > Installing : trousers-0.3.14-2.el7.x86_64 128/380 > Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 129/380 > Installing : lksctp-tools-1.0.17-2.el7.x86_64 130/380 > Installing : libthai-0.1.14-9.el7.x86_64 131/380 > Installing : libssh-0.7.1-7.el7.x86_64 132/380 > Installing : cockpit-dashboard-195.1-1.el7.centos.0.1.x86_64 133/380 > Installing : python2-pyasn1-0.1.9-7.el7.noarch 134/380 > Installing : gsettings-desktop-schemas-3.28.0-2.el7.x86_64 135/380 > Installing : ovirt-host-deploy-common-1.8.5-1.el7.noarch 136/380 > Installing : python2-ovirt-host-deploy-1.8.5-1.el7.noarch 137/380 > Installing : python-passlib-1.6.5-2.el7.noarch 138/380 > Installing : libX11-common-1.6.7-2.el7.noarch 139/380 > Installing : python2-pysocks-1.5.6-3.el7.noarch 140/380 > Installing : systemd-python-219-67.el7_7.4.x86_64 141/380 > Installing : ovirt-web-ui-1.6.0-1.el7.noarch 142/380 > Installing : libaio-0.3.109-13.el7.x86_64 143/380 > Installing : tzdata-java-2019c-1.el7.noarch 144/380 > Installing : python-mimeparse-0.1.4-1.el7.noarch 145/380 > Installing : fribidi-1.0.2-1.el7_7.1.x86_64 146/380 > Installing : avahi-libs-0.6.31-19.el7.x86_64 147/380 > Installing : 1:cups-libs-1.6.3-40.el7.x86_64 148/380 > Installing : python-IPy-0.75-6.el7.noarch 149/380 > Installing : libwayland-client-1.15.0-1.el7.x86_64 150/380 > Installing : python2-chardet-3.0.4-7.el7.noarch 151/380 > Installing : 1:python-lockfile-0.9.1-4.el7.centos.noarch 152/380 > Installing : python-daemon-1.6-4.el7.noarch 153/380 > Installing : python2-ovirt-engine-lib-4.3.9.4-1.el7.noarch 154/380 > Installing : python2-extras-1.0.0-2.el7.noarch 155/380 > Installing : python-backports-1.0-8.el7.x86_64 156/380 > Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noar 157/380 > Installing : python-setuptools-0.9.8-7.el7.noarch 158/380 > Installing : python2-ovirt-setup-lib-1.2.0-1.el7.noarch 159/380 > Installing : python-websockify-0.8.0-3.el7.noarch 160/380 > Installing : novnc-0.5.1-2.el7.noarch 161/380 > Installing : python-nose-1.3.7-7.el7.noarch 162/380 > Installing : 1:numpy-1.7.1-13.el7.x86_64 163/380 > Installing : ovirt-engine-wildfly-17.0.1-1.el7.x86_64 164/380 > Installing : ovirt-engine-wildfly-overlay-17.0.1-1.el7.noarch 165/380 > Installing : libcgroup-0.41-21.el7.x86_64 166/380 > Installing : libxml2-python-2.9.1-6.el7_2.3.x86_64 167/380 > Installing : copy-jdk-configs-3.3-10.el7_5.noarch 168/380 > Installing : 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x8 169/380 > Installing : postgresql-jdbc-9.2.1002-6.el7_5.noarch 170/380 > Installing : ttmkfdir-3.0.9-42.el7.x86_64 171/380 > Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 172/380 > Installing : rsyslog-elasticsearch-8.24.0-41.el7_7.4.x86_64 173/380 > Installing : python2-asn1crypto-0.23.0-2.el7.noarch 174/380 > Installing : libmodman-2.0.1-8.el7.x86_64 175/380 > Installing : libproxy-0.4.11-11.el7.x86_64 176/380 > Installing : pytz-2016.10-2.el7.noarch 177/380 > Installing : python2-babel-2.3.4-1.el7.noarch 178/380 > Installing : sshpass-1.06-2.el7.x86_64 179/380 > Installing : python-linecache2-1.0.0-1.el7.noarch 180/380 > Installing : python2-traceback2-1.4.0-14.el7.noarch 181/380 > Installing : python-unittest2-1.0.1-1.el7.noarch 182/380 > Installing : python-testtools-1.8.0-2.el7.noarch 183/380 > Installing : python2-fixtures-3.0.0-7.el7.noarch 184/380 > Installing : pciutils-3.5.1-3.el7.x86_64 185/380 > Installing : rdma-core-22.1-3.el7.x86_64 186/380 > Installing : libibverbs-22.1-3.el7.x86_64 187/380 > Installing : gperftools-libs-2.6.1-1.el7.x86_64 188/380 > Installing : libXau-1.0.8-2.1.el7.x86_64 189/380 > Installing : libxcb-1.13-1.el7.x86_64 190/380 > Installing : libX11-1.6.7-2.el7.x86_64 191/380 > Installing : libXext-1.3.3-3.el7.x86_64 192/380 > Installing : libXrender-0.9.10-1.el7.x86_64 193/380 > Installing : libXfixes-5.0.3-1.el7.x86_64 194/380 > Installing : libXi-1.7.9-1.el7.x86_64 195/380 > Installing : libXdamage-1.1.4-4.1.el7.x86_64 196/380 > Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 197/380 > Installing : libXcomposite-0.4.4-4.1.el7.x86_64 198/380 > Installing : gtk-update-icon-cache-3.22.30-3.el7.x86_64 199/380 > Installing : libXtst-1.2.3-1.el7.x86_64 200/380 > Installing : libXcursor-1.1.15-1.el7.x86_64 201/380 > Installing : libXrandr-1.5.1-2.el7.x86_64 202/380 > Installing : libXft-2.3.2-2.el7.x86_64 203/380 > Installing : libXinerama-1.1.3-2.1.el7.x86_64 204/380 > Installing : libXxf86vm-1.1.4-1.el7.x86_64 205/380 > Installing : mesa-libGL-18.3.4-6.el7_7.x86_64 206/380 > Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 207/380 > Installing : mesa-libEGL-18.3.4-6.el7_7.x86_64 208/380 > Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 209/380 > Installing : giflib-4.1.6-9.el7.x86_64 210/380 > Installing : 1:quota-nls-4.01-19.el7.noarch 211/380 > Installing : dpdk-18.11.2-1.el7.x86_64 212/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "openvswitch" > Installing : 1:openvswitch-2.11.0-4.el7.x86_64 213/380 > Installing : 1:python-openvswitch-2.11.0-4.el7.x86_64 214/380 > Installing : ovn-2.11.1-5.el7.x86_64 215/380 >Unit ovn-northd.service could not be found. > Installing : ovn-central-2.11.1-5.el7.x86_64 216/380 > Installing : python2-ovsdbapp-0.12.2-1.el7.noarch 217/380 > Installing : keyutils-1.5.8-3.el7.x86_64 218/380 > Installing : tcp_wrappers-7.6-77.el7.x86_64 219/380 > Installing : 1:quota-4.01-19.el7.x86_64 220/380 > Installing : rsyslog-mmjsonparse-8.24.0-41.el7_7.4.x86_64 221/380 > Installing : libyaml-0.1.4-11.el7_0.x86_64 222/380 > Installing : PyYAML-3.10-11.el7.x86_64 223/380 > Installing : libiscsi-1.9.0-7.el7.x86_64 224/380 > Installing : audit-libs-python-2.8.5-4.el7.x86_64 225/380 > Installing : policycoreutils-python-2.5-33.el7.x86_64 226/380 > Installing : rh-postgresql10-runtime-3.1-1.el7.x86_64 227/380 > Installing : rh-postgresql10-postgresql-libs-10.6-1.el7.x86_64 228/380 > Installing : rh-postgresql10-postgresql-10.6-1.el7.x86_64 229/380 > Installing : rh-postgresql10-postgresql-server-10.6-1.el7.x86_64 230/380 > Installing : rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 231/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "ovirt-vmconsole" > Installing : ovirt-vmconsole-1.0.7-2.el7.noarch 232/380 > Installing : ovirt-vmconsole-proxy-1.0.7-2.el7.noarch 233/380 > Installing : libnfsidmap-0.25-19.el7.x86_64 234/380 > Installing : pixman-0.34.0-1.el7.x86_64 235/380 > Installing : cairo-1.15.12-4.el7.x86_64 236/380 > Installing : pango-1.42.4-4.el7_7.x86_64 237/380 > Installing : gtk2-2.24.31-1.el7.x86_64 238/380 > Installing : 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 239/380 > Installing : xml-commons-apis-1.4.01-16.el7.noarch 240/380 > Installing : xml-commons-resolver-1.2-15.el7.noarch 241/380 > Installing : xalan-j2-2.7.1-23.el7.noarch 242/380 > Installing : xerces-j2-2.11.0-17.el7_0.noarch 243/380 > Installing : apache-commons-collections-3.2.1-22.el7_2.noarch 244/380 > Installing : apache-commons-codec-1.8-7.el7.noarch 245/380 > Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 246/380 > Installing : apache-commons-lang-2.6-15.el7.noarch 247/380 > Installing : 1:msv-xsdlib-2013.5.1-7.el7.noarch 248/380 > Installing : objectweb-asm-3.3.1-9.el7.noarch 249/380 > Installing : javassist-3.16.1-10.el7.noarch 250/380 > Installing : geronimo-jms-1.1.1-19.el7.noarch 251/380 > Installing : scannotation-1.0.3-0.7.r12.el7.noarch 252/380 > Installing : 1:msv-msv-2013.5.1-7.el7.noarch 253/380 > Installing : javamail-1.4.6-8.el7.noarch 254/380 > Installing : log4j-1.2.17-16.el7_4.noarch 255/380 > Installing : avalon-logkit-2.1-14.el7.noarch 256/380 > Installing : apache-commons-logging-1.1.2-7.el7.noarch 257/380 > Installing : avalon-framework-4.3-10.el7.noarch 258/380 > Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 259/380 > Installing : apache-commons-beanutils-1.8.3-15.el7_7.noarch 260/380 > Installing : apache-commons-digester-1.8.1-19.el7.noarch 261/380 > Installing : otopi-java-1.8.4-1.el7.noarch 262/380 > Installing : ovirt-host-deploy-java-1.8.5-1.el7.noarch 263/380 > Installing : apache-commons-jexl-2.1.1-9.el7.noarch 264/380 > Installing : joda-convert-1.3-5.el7.noarch 265/380 > Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 266/380 > Installing : jzlib-1.1.1-6.el7.noarch 267/380 > Installing : jsch-0.1.50-5.el7.noarch 268/380 > Installing : httpcomponents-core-4.2.4-6.el7.noarch 269/380 > Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 270/380 > Installing : 1:apache-commons-io-2.4-12.el7.noarch 271/380 > Installing : antlr-tool-2.7.7-30.el7.noarch 272/380 > Installing : easymock2-2.5.2-12.el7.noarch 273/380 > Installing : qdox-1.12.1-10.el7.noarch 274/380 > Installing : hamcrest-1.3-6.el7.noarch 275/380 > Installing : junit-4.11-8.el7.noarch 276/380 > Installing : ws-commons-util-1.0.1-29.el7.noarch 277/380 > Installing : 1:xmlrpc-common-3.1.3-9.el7_5.noarch 278/380 > Installing : 1:xmlrpc-client-3.1.3-9.el7_5.noarch 279/380 > Installing : xpp3-1.1.3.8-11.el7.noarch 280/380 > Installing : jctools-1.1-0.3.alpha.el7.noarch 281/380 > Installing : rxjava-1.0.13-2.el7.noarch 282/380 > Installing : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 283/380 > Installing : ebay-cors-filter-1.0.1-3.el7.noarch 284/380 > Installing : cal10n-0.7.7-4.el7.noarch 285/380 > Installing : slf4j-1.7.4-4.el7_4.noarch 286/380 > Installing : apache-commons-net-3.2-8.el7.centos.noarch 287/380 > Installing : xz-java-1.3-3.el7.noarch 288/380 > Installing : apache-commons-compress-1.5-4.el7.noarch 289/380 > Installing : aopalliance-1.0-8.el7.noarch 290/380 > Installing : 1:hsqldb-1.8.1.3-14.el7.noarch 291/380 > Installing : ws-jaxme-0.5.2-10.el7.noarch 292/380 > Installing : jdom-1.1.3-6.el7.noarch 293/380 > Installing : jaxen-1.1.3-11.el7.noarch 294/380 > Installing : dom4j-1.6.1-20.el7.noarch 295/380 > Installing : apache-commons-jxpath-1.3-20.el7.noarch 296/380 > Installing : jackson-core-2.6.3-1.el7.noarch 297/380 > Installing : 1:java-1.8.0-openjdk-devel-1.8.0.242.b08-0.el7_7.x86_6 298/380 > Installing : ant-1.9.4-2.el7.noarch 299/380 > Installing : apache-commons-vfs-2.0-11.el7.noarch 300/380 > Installing : apache-commons-configuration-1.9-8.el7.noarch 301/380 > Installing : archaius-core-0.4.1-1.el7.noarch 302/380 > Installing : hystrix-core-1.4.21-6.el7.noarch 303/380 > Installing : hystrix-metrics-event-stream-1.4.21-6.el7.noarch 304/380 > Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 305/380 > Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 306/380 > Installing : jsr-311-1.1.1-6.el7.noarch 307/380 > Installing : jackson-1.9.4-7.el7.noarch 308/380 > Installing : openstack-java-client-3.2.7-1.el7.noarch 309/380 > Installing : openstack-java-cinder-model-3.2.7-1.el7.noarch 310/380 > Installing : openstack-java-quantum-model-3.2.7-1.el7.noarch 311/380 > Installing : openstack-java-keystone-model-3.2.7-1.el7.noarch 312/380 > Installing : openstack-java-glance-model-3.2.7-1.el7.noarch 313/380 > Installing : openstack-java-glance-client-3.2.7-1.el7.noarch 314/380 > Installing : openstack-java-keystone-client-3.2.7-1.el7.noarch 315/380 > Installing : openstack-java-quantum-client-3.2.7-1.el7.noarch 316/380 > Installing : openstack-java-cinder-client-3.2.7-1.el7.noarch 317/380 > Installing : openstack-java-resteasy-connector-3.2.7-1.el7.noarch 318/380 > Installing : vdsm-jsonrpc-java-1.4.18-1.el7.noarch 319/380 > Installing : nettle-2.7.1-8.el7.x86_64 320/380 > Installing : gnutls-3.3.29-9.el7_6.x86_64 321/380 > Installing : glib-networking-2.56.1-1.el7.x86_64 322/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "cockpit-ws" > Installing : cockpit-ws-195.1-1.el7.centos.0.1.x86_64 323/380 > Installing : ovirt-cockpit-sso-0.1.1-1.el7.noarch 324/380 > Installing : 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 325/380 > Installing : ovirt-imageio-common-1.5.3-0.el7.x86_64 326/380 > Installing : python-ply-3.4-11.el7.noarch 327/380 > Installing : python-pycparser-2.14-1.el7.noarch 328/380 > Installing : python2-cffi-1.11.2-1.el7.x86_64 329/380 > Installing : python2-cryptography-2.1.4-2.el7.x86_64 330/380 > Installing : python2-pyOpenSSL-17.3.0-3.el7.noarch 331/380 > Installing : python-paramiko-2.1.1-9.el7.noarch 332/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "ovirt" > Installing : ovirt-engine-setup-base-4.3.9.4-1.el7.noarch 333/380 > Installing : python2-urllib3-1.21.1-1.el7.noarch 334/380 > Installing : python2-requests-2.19.1-4.el7.noarch 335/380 > Installing : ovirt-provider-ovn-1.2.29-1.el7.noarch 336/380 > Installing : python-httplib2-0.9.2-1.el7.noarch 337/380 > Installing : libpath_utils-0.2.1-32.el7.x86_64 338/380 > Installing : libini_config-1.3.1-32.el7.x86_64 339/380 > Installing : gssproxy-0.7.0-26.el7.x86_64 340/380 > Installing : 1:nfs-utils-1.3.0-0.65.el7.x86_64 341/380 > Installing : ovirt-engine-setup-plugin-ovirt-engine-common-4.3.9.4- 342/380 > Installing : ovirt-imageio-proxy-setup-1.5.3-0.el7.noarch 343/380 > Installing : ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 344/380 > Installing : ovirt-engine-dwh-4.3.8-1.el7.noarch 345/380 > Installing : ovirt-imageio-proxy-1.5.3-0.el7.noarch 346/380 > Installing : ovirt-engine-setup-plugin-websocket-proxy-4.3.9.4-1.el 347/380 > Installing : ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noarch 348/380 > Installing : ovirt-engine-tools-backup-4.3.9.4-1.el7.noarch 349/380 >pam_tally2: Couldn't create /var/log/tallylog: Permission denied >pam_tally2: Authentication error >useradd: failed to reset the tallylog entry of user "vdsm" > Installing : ovirt-iso-uploader-4.3.2-1.el7.noarch 350/380 > Installing : yum-plugin-versionlock-1.1.31-52.el7.noarch 351/380 > Installing : python-markupsafe-0.11-10.el7.x86_64 352/380 > Installing : python-jinja2-2.7.2-4.el7.noarch 353/380 > Installing : ansible-2.9.6-1.el7.noarch 354/380 > Installing : ovirt-ansible-image-template-1.1.12-1.el7.noarch 355/380 > Installing : ovirt-ansible-engine-setup-1.1.9-1.el7.noarch 356/380 > Installing : ovirt-ansible-vm-infra-1.1.22-1.el7.noarch 357/380 > Installing : ovirt-ansible-cluster-upgrade-1.1.14-1.el7.noarch 358/380 > Installing : ovirt-engine-metrics-1.3.7-1.el7.noarch 359/380 > Installing : ovirt-ansible-hosted-engine-setup-1.0.32-1.el7.noarch 360/380 > Installing : ovirt-ansible-shutdown-env-1.0.3-1.el7.noarch 361/380 > Installing : ovirt-ansible-repositories-1.1.5-1.el7.noarch 362/380 > Installing : ovirt-ansible-infra-1.1.13-1.el7.noarch 363/380 > Installing : ovirt-ansible-manageiq-1.1.14-1.el7.noarch 364/380 > Installing : v2v-conversion-host-ansible-1.16.0-1.el7.noarch 365/380 > Installing : ovirt-ansible-disaster-recovery-1.2.0-1.el7.noarch 366/380 > Installing : ovirt-ansible-roles-1.1.7-1.el7.noarch 367/380 > Installing : ovirt-engine-vmconsole-proxy-helper-4.3.9.4-1.el7.noar 368/380 > Installing : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.3.9 369/380 > Installing : ovirt-engine-setup-plugin-cinderlib-4.3.9.4-1.el7.noar 370/380 > Installing : ovirt-engine-restapi-4.3.9.4-1.el7.noarch 371/380 > Installing : ovirt-engine-backend-4.3.9.4-1.el7.noarch 372/380 > Installing : ovirt-engine-api-explorer-0.0.5-1.el7.noarch 373/380 > Installing : ovirt-engine-tools-4.3.9.4-1.el7.noarch 374/380 > Installing : ovirt-engine-ui-extensions-1.0.10-1.el7.noarch 375/380 > Installing : ovirt-engine-webadmin-portal-4.3.9.4-1.el7.noarch 376/380 > Installing : ovirt-engine-dbscripts-4.3.9.4-1.el7.noarch 377/380 > Installing : ovirt-engine-4.3.9.4-1.el7.noarch 378/380 > Installing : ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.n 379/380 > Installing : ovirt-engine-setup-4.3.9.4-1.el7.noarch 380/380 > Verifying : libXext-1.3.3-3.el7.x86_64 1/380 > Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/380 > Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 3/380 > Verifying : jackson-1.9.4-7.el7.noarch 4/380 > Verifying : avalon-logkit-2.1-14.el7.noarch 5/380 > Verifying : libXrender-0.9.10-1.el7.x86_64 6/380 > Verifying : apr-1.4.8-5.el7.x86_64 7/380 > Verifying : ovirt-engine-extension-aaa-jdbc-1.1.10-1.el7.noarch 8/380 > Verifying : python-javapackages-3.4.1-11.el7.noarch 9/380 > Verifying : ovirt-iso-uploader-4.3.2-1.el7.noarch 10/380 > Verifying : python-markupsafe-0.11-10.el7.x86_64 11/380 > Verifying : openstack-java-quantum-client-3.2.7-1.el7.noarch 12/380 > Verifying : cockpit-ws-195.1-1.el7.centos.0.1.x86_64 13/380 > Verifying : yum-plugin-versionlock-1.1.31-52.el7.noarch 14/380 > Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 15/380 > Verifying : 32:bind-libs-lite-9.11.4-9.P2.el7.x86_64 16/380 > Verifying : libpath_utils-0.2.1-32.el7.x86_64 17/380 > Verifying : apache-commons-logging-1.1.2-7.el7.noarch 18/380 > Verifying : openstack-java-cinder-model-3.2.7-1.el7.noarch 19/380 > Verifying : slf4j-1.7.4-4.el7_4.noarch 20/380 > Verifying : python-httplib2-0.9.2-1.el7.noarch 21/380 > Verifying : openstack-java-client-3.2.7-1.el7.noarch 22/380 > Verifying : httpd-2.4.6-90.el7.centos.x86_64 23/380 > Verifying : javamail-1.4.6-8.el7.noarch 24/380 > Verifying : python-ply-3.4-11.el7.noarch 25/380 > Verifying : nettle-2.7.1-8.el7.x86_64 26/380 > Verifying : libbasicobjects-0.1.1-32.el7.x86_64 27/380 > Verifying : ovirt-ansible-shutdown-env-1.0.3-1.el7.noarch 28/380 > Verifying : glusterfs-libs-6.8-1.el7.x86_64 29/380 > Verifying : collectd-write_http-5.10.0-2.el7.x86_64 30/380 > Verifying : ovirt-engine-restapi-4.3.9.4-1.el7.noarch 31/380 > Verifying : 32:bind-license-9.11.4-9.P2.el7.noarch 32/380 > Verifying : 1:openssl-1.0.2k-19.el7.x86_64 33/380 > Verifying : python-psycopg2-2.5.1-4.el7.x86_64 34/380 > Verifying : pixman-0.34.0-1.el7.x86_64 35/380 > Verifying : libref_array-0.1.5-32.el7.x86_64 36/380 > Verifying : 32:bind-utils-9.11.4-9.P2.el7.x86_64 37/380 > Verifying : rdma-core-22.1-3.el7.x86_64 38/380 > Verifying : libnfsidmap-0.25-19.el7.x86_64 39/380 > Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 40/380 > Verifying : jasper-libs-1.900.1-33.el7.x86_64 41/380 > Verifying : perl-threads-1.87-4.el7.x86_64 42/380 > Verifying : ovirt-engine-backend-4.3.9.4-1.el7.noarch 43/380 > Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 44/380 > Verifying : perl-threads-shared-1.43-6.el7.x86_64 45/380 > Verifying : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 46/380 > Verifying : ovirt-imageio-proxy-setup-1.5.3-0.el7.noarch 47/380 > Verifying : hystrix-metrics-event-stream-1.4.21-6.el7.noarch 48/380 > Verifying : audit-libs-python-2.8.5-4.el7.x86_64 49/380 > Verifying : 1:xmlrpc-client-3.1.3-9.el7_5.noarch 50/380 > Verifying : python-nose-1.3.7-7.el7.noarch 51/380 > Verifying : glib-networking-2.56.1-1.el7.x86_64 52/380 > Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 53/380 > Verifying : libiscsi-1.9.0-7.el7.x86_64 54/380 > Verifying : libevent-2.0.21-4.el7.x86_64 55/380 > Verifying : 1:mod_ssl-2.4.6-90.el7.centos.x86_64 56/380 > Verifying : ovirt-engine-api-explorer-0.0.5-1.el7.noarch 57/380 > Verifying : libyaml-0.1.4-11.el7_0.x86_64 58/380 > Verifying : 1:quota-4.01-19.el7.x86_64 59/380 > Verifying : joda-convert-1.3-5.el7.noarch 60/380 > Verifying : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.3.9 61/380 > Verifying : rsyslog-mmjsonparse-8.24.0-41.el7_7.4.x86_64 62/380 > Verifying : libquadmath-4.8.5-39.el7.x86_64 63/380 > Verifying : tcp_wrappers-7.6-77.el7.x86_64 64/380 > Verifying : ovirt-engine-setup-plugin-websocket-proxy-4.3.9.4-1.el 65/380 > Verifying : ovirt-ansible-hosted-engine-setup-1.0.32-1.el7.noarch 66/380 > Verifying : libXinerama-1.1.3-2.1.el7.x86_64 67/380 > Verifying : 1:nfs-utils-1.3.0-0.65.el7.x86_64 68/380 > Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 69/380 > Verifying : keyutils-1.5.8-3.el7.x86_64 70/380 > Verifying : openstack-java-keystone-client-3.2.7-1.el7.noarch 71/380 > Verifying : jzlib-1.1.1-6.el7.noarch 72/380 > Verifying : xml-commons-apis-1.4.01-16.el7.noarch 73/380 > Verifying : gtk2-2.24.31-1.el7.x86_64 74/380 > Verifying : avalon-framework-4.3-10.el7.noarch 75/380 > Verifying : ovirt-ansible-image-template-1.1.12-1.el7.noarch 76/380 > Verifying : python2-cffi-1.11.2-1.el7.x86_64 77/380 > Verifying : boost-random-1.53.0-27.el7.x86_64 78/380 > Verifying : httpcomponents-core-4.2.4-6.el7.noarch 79/380 > Verifying : liblognorm-2.0.2-3.el7.x86_64 80/380 > Verifying : jaxen-1.1.3-11.el7.noarch 81/380 > Verifying : 1:librados2-10.2.5-4.el7.x86_64 82/380 > Verifying : python2-ovirt-host-deploy-1.8.5-1.el7.noarch 83/380 > Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 84/380 > Verifying : tomcat-servlet-3.0-api-7.0.76-11.el7_7.noarch 85/380 > Verifying : perl-podlators-2.5.1-3.el7.noarch 86/380 > Verifying : dpdk-18.11.2-1.el7.x86_64 87/380 > Verifying : rh-postgresql10-postgresql-libs-10.6-1.el7.x86_64 88/380 > Verifying : 1:quota-nls-4.01-19.el7.noarch 89/380 > Verifying : libXi-1.7.9-1.el7.x86_64 90/380 > Verifying : ansible-2.9.6-1.el7.noarch 91/380 > Verifying : ovirt-provider-ovn-1.2.29-1.el7.noarch 92/380 > Verifying : 1:python-openvswitch-2.11.0-4.el7.x86_64 93/380 > Verifying : python-lxml-3.2.1-4.el7.x86_64 94/380 > Verifying : junit-4.11-8.el7.noarch 95/380 > Verifying : ovirt-cockpit-sso-0.1.1-1.el7.noarch 96/380 > Verifying : 1:cups-libs-1.6.3-40.el7.x86_64 97/380 > Verifying : perl-File-Temp-0.23.01-3.el7.noarch 98/380 > Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 99/380 > Verifying : python-jinja2-2.7.2-4.el7.noarch 100/380 > Verifying : collectd-postgresql-5.10.0-2.el7.x86_64 101/380 > Verifying : python2-ovirt-engine-lib-4.3.9.4-1.el7.noarch 102/380 > Verifying : apache-commons-configuration-1.9-8.el7.noarch 103/380 > Verifying : postgresql-jdbc-9.2.1002-6.el7_5.noarch 104/380 > Verifying : python2-traceback2-1.4.0-14.el7.noarch 105/380 > Verifying : libXau-1.0.8-2.1.el7.x86_64 106/380 > Verifying : gperftools-libs-2.6.1-1.el7.x86_64 107/380 > Verifying : python-ipaddress-1.0.16-2.el7.noarch 108/380 > Verifying : pciutils-3.5.1-3.el7.x86_64 109/380 > Verifying : python2-ovsdbapp-0.12.2-1.el7.noarch 110/380 > Verifying : libICE-1.0.9-9.el7.x86_64 111/380 > Verifying : python-linecache2-1.0.0-1.el7.noarch 112/380 > Verifying : ovirt-imageio-common-1.5.3-0.el7.x86_64 113/380 > Verifying : sshpass-1.06-2.el7.x86_64 114/380 > Verifying : atlas-3.10.1-12.el7.x86_64 115/380 > Verifying : rh-postgresql10-postgresql-server-10.6-1.el7.x86_64 116/380 > Verifying : 1:apache-commons-io-2.4-12.el7.noarch 117/380 > Verifying : GeoIP-1.5.0-14.el7.x86_64 118/380 > Verifying : scl-utils-20130529-19.el7.x86_64 119/380 > Verifying : pytz-2016.10-2.el7.noarch 120/380 > Verifying : boost-iostreams-1.53.0-27.el7.x86_64 121/380 > Verifying : gnutls-3.3.29-9.el7_6.x86_64 122/380 > Verifying : libmodman-2.0.1-8.el7.x86_64 123/380 > Verifying : 32:bind-libs-9.11.4-9.P2.el7.x86_64 124/380 > Verifying : python2-asn1crypto-0.23.0-2.el7.noarch 125/380 > Verifying : rsyslog-elasticsearch-8.24.0-41.el7_7.4.x86_64 126/380 > Verifying : glusterfs-client-xlators-6.8-1.el7.x86_64 127/380 > Verifying : ovirt-engine-4.3.9.4-1.el7.noarch 128/380 > Verifying : perl-Getopt-Long-2.40-3.el7.noarch 129/380 > Verifying : antlr-tool-2.7.7-30.el7.noarch 130/380 > Verifying : ovirt-engine-extensions-api-impl-4.3.9.4-1.el7.noarch 131/380 > Verifying : fontconfig-2.13.0-4.3.el7.x86_64 132/380 > Verifying : 1:numpy-1.7.1-13.el7.x86_64 133/380 > Verifying : perl-Storable-2.45-3.el7.x86_64 134/380 > Verifying : hystrix-core-1.4.21-6.el7.noarch 135/380 > Verifying : otopi-java-1.8.4-1.el7.noarch 136/380 > Verifying : rxjava-1.0.13-2.el7.noarch 137/380 > Verifying : ovirt-engine-tools-4.3.9.4-1.el7.noarch 138/380 > Verifying : ovirt-engine-webadmin-portal-4.3.9.4-1.el7.noarch 139/380 > Verifying : ttmkfdir-3.0.9-42.el7.x86_64 140/380 > Verifying : log4j-1.2.17-16.el7_4.noarch 141/380 > Verifying : copy-jdk-configs-3.3-10.el7_5.noarch 142/380 > Verifying : mesa-libEGL-18.3.4-6.el7_7.x86_64 143/380 > Verifying : python2-six-1.10.0-9.el7.noarch 144/380 > Verifying : 4:perl-5.16.3-294.el7_6.x86_64 145/380 > Verifying : mesa-libgbm-18.3.4-6.el7_7.x86_64 146/380 > Verifying : ovirt-ansible-engine-setup-1.1.9-1.el7.noarch 147/380 > Verifying : harfbuzz-1.7.5-2.el7.x86_64 148/380 > Verifying : ovirt-engine-setup-plugin-cinderlib-4.3.9.4-1.el7.noar 149/380 > Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.el7_7.x8 150/380 > Verifying : python2-netaddr-0.7.19-5.el7.noarch 151/380 > Verifying : libXrandr-1.5.1-2.el7.x86_64 152/380 > Verifying : objectweb-asm-3.3.1-9.el7.noarch 153/380 > Verifying : ovirt-ansible-roles-1.1.7-1.el7.noarch 154/380 > Verifying : novnc-0.5.1-2.el7.noarch 155/380 > Verifying : ovirt-engine-websocket-proxy-4.3.9.4-1.el7.noarch 156/380 > Verifying : xpp3-1.1.3.8-11.el7.noarch 157/380 > Verifying : libtiff-4.0.3-32.el7.x86_64 158/380 > Verifying : perl-Filter-1.49-3.el7.x86_64 159/380 > Verifying : ovirt-vmconsole-1.0.7-2.el7.noarch 160/380 > Verifying : bea-stax-api-1.2.0-9.el7.noarch 161/380 > Verifying : vdsm-jsonrpc-java-1.4.18-1.el7.noarch 162/380 > Verifying : apache-commons-beanutils-1.8.3-15.el7_7.noarch 163/380 > Verifying : perl-Exporter-5.68-3.el7.noarch 164/380 > Verifying : python-testtools-1.8.0-2.el7.noarch 165/380 > Verifying : perl-Carp-1.26-244.el7.noarch 166/380 > Verifying : python-ovirt-engine-sdk4-4.3.2-2.el7.x86_64 167/380 > Verifying : dejavu-fonts-common-2.33-6.el7.noarch 168/380 > Verifying : perl-Time-Local-1.2300-2.el7.noarch 169/380 > Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 170/380 > Verifying : apache-commons-vfs-2.0-11.el7.noarch 171/380 > Verifying : xml-commons-resolver-1.2-15.el7.noarch 172/380 > Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 173/380 > Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 174/380 > Verifying : libverto-libevent-0.2.5-4.el7.x86_64 175/380 > Verifying : libcollection-0.7.0-32.el7.x86_64 176/380 > Verifying : 1:python-dateutil-2.4.2-1.el7.noarch 177/380 > Verifying : rh-postgresql10-postgresql-10.6-1.el7.x86_64 178/380 > Verifying : ovirt-engine-setup-plugin-ovirt-engine-4.3.9.4-1.el7.n 179/380 > Verifying : python2-idna-2.5-1.el7.noarch 180/380 > Verifying : dom4j-1.6.1-20.el7.noarch 181/380 > Verifying : javassist-3.16.1-10.el7.noarch 182/380 > Verifying : python2-pyOpenSSL-17.3.0-3.el7.noarch 183/380 > Verifying : libcgroup-0.41-21.el7.x86_64 184/380 > Verifying : ws-commons-util-1.0.1-29.el7.noarch 185/380 > Verifying : ovirt-ansible-repositories-1.1.5-1.el7.noarch 186/380 > Verifying : libwayland-server-1.15.0-1.el7.x86_64 187/380 > Verifying : python2-ovirt-setup-lib-1.2.0-1.el7.noarch 188/380 > Verifying : ovirt-engine-metrics-1.3.7-1.el7.noarch 189/380 > Verifying : ovirt-engine-setup-plugin-ovirt-engine-common-4.3.9.4- 190/380 > Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 191/380 > Verifying : lapack-3.4.2-8.el7.x86_64 192/380 > Verifying : ovirt-engine-wildfly-17.0.1-1.el7.x86_64 193/380 > Verifying : rh-postgresql10-runtime-3.1-1.el7.x86_64 194/380 > Verifying : python2-babel-2.3.4-1.el7.noarch 195/380 > Verifying : python-backports-1.0-8.el7.x86_64 196/380 > Verifying : python-webob-1.2.3-7.el7.noarch 197/380 > Verifying : 1:xmlrpc-common-3.1.3-9.el7_5.noarch 198/380 > Verifying : yajl-2.0.4-4.el7.x86_64 199/380 > Verifying : 1:java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64 200/380 > Verifying : perl-File-Path-2.09-2.el7.noarch 201/380 > Verifying : python2-extras-1.0.0-2.el7.noarch 202/380 > Verifying : ovirt-ansible-infra-1.1.13-1.el7.noarch 203/380 > Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 204/380 > Verifying : 1:python-lockfile-0.9.1-4.el7.centos.noarch 205/380 > Verifying : PyYAML-3.10-11.el7.x86_64 206/380 > Verifying : python2-chardet-3.0.4-7.el7.noarch 207/380 > Verifying : openstack-java-quantum-model-3.2.7-1.el7.noarch 208/380 > Verifying : libwayland-client-1.15.0-1.el7.x86_64 209/380 > Verifying : python-websockify-0.8.0-3.el7.noarch 210/380 > Verifying : python-unittest2-1.0.1-1.el7.noarch 211/380 > Verifying : collectd-disk-5.10.0-2.el7.x86_64 212/380 > Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 213/380 > Verifying : libgfortran-4.8.5-39.el7.x86_64 214/380 > Verifying : python-setuptools-0.9.8-7.el7.noarch 215/380 > Verifying : 10:qemu-img-ev-2.12.0-33.1.el7_7.4.x86_64 216/380 > Verifying : 4:perl-libs-5.16.3-294.el7_6.x86_64 217/380 > Verifying : python-IPy-0.75-6.el7.noarch 218/380 > Verifying : ovirt-ansible-manageiq-1.1.14-1.el7.noarch 219/380 > Verifying : perl-Encode-2.51-7.el7.x86_64 220/380 > Verifying : glusterfs-6.8-1.el7.x86_64 221/380 > Verifying : libXfixes-5.0.3-1.el7.x86_64 222/380 > Verifying : cockpit-dashboard-195.1-1.el7.centos.0.1.x86_64 223/380 > Verifying : collectd-5.10.0-2.el7.x86_64 224/380 > Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noar 225/380 > Verifying : mailcap-2.1.41-2.el7.noarch 226/380 > Verifying : httpd-tools-2.4.6-90.el7.centos.x86_64 227/380 > Verifying : easymock2-2.5.2-12.el7.noarch 228/380 > Verifying : libXcursor-1.1.15-1.el7.x86_64 229/380 > Verifying : fontpackages-filesystem-1.44-8.el7.noarch 230/380 > Verifying : v2v-conversion-host-ansible-1.16.0-1.el7.noarch 231/380 > Verifying : avahi-libs-0.6.31-19.el7.x86_64 232/380 > Verifying : apache-commons-lang-2.6-15.el7.noarch 233/380 > Verifying : python2-requests-2.19.1-4.el7.noarch 234/380 > Verifying : jctools-1.1-0.3.alpha.el7.noarch 235/380 > Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 236/380 > Verifying : python-mimeparse-0.1.4-1.el7.noarch 237/380 > Verifying : tzdata-java-2019c-1.el7.noarch 238/380 > Verifying : libaio-0.3.109-13.el7.x86_64 239/380 > Verifying : jsch-0.1.50-5.el7.noarch 240/380 > Verifying : python-paramiko-2.1.1-9.el7.noarch 241/380 > Verifying : ovirt-web-ui-1.6.0-1.el7.noarch 242/380 > Verifying : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 243/380 > Verifying : libxslt-1.1.28-5.el7.x86_64 244/380 > Verifying : apache-commons-collections-3.2.1-22.el7_2.noarch 245/380 > Verifying : libxshmfence-1.2-1.el7.x86_64 246/380 > Verifying : libSM-1.2.2-2.el7.x86_64 247/380 > Verifying : collectd-write_syslog-5.10.0-2.el7.x86_64 248/380 > Verifying : ebay-cors-filter-1.0.1-3.el7.noarch 249/380 > Verifying : qdox-1.12.1-10.el7.noarch 250/380 > Verifying : libtirpc-0.2.4-0.16.el7.x86_64 251/380 > Verifying : python2-jmespath-0.9.0-5.el7.noarch 252/380 > Verifying : blas-3.4.2-8.el7.x86_64 253/380 > Verifying : libXxf86vm-1.1.4-1.el7.x86_64 254/380 > Verifying : systemd-python-219-67.el7_7.4.x86_64 255/380 > Verifying : perl-constant-1.27-2.el7.noarch 256/380 > Verifying : openstack-java-cinder-client-3.2.7-1.el7.noarch 257/380 > Verifying : gtk-update-icon-cache-3.22.30-3.el7.x86_64 258/380 > Verifying : python2-pysocks-1.5.6-3.el7.noarch 259/380 > Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 260/380 > Verifying : libX11-common-1.6.7-2.el7.noarch 261/380 > Verifying : python-passlib-1.6.5-2.el7.noarch 262/380 > Verifying : postgresql-libs-9.2.24-2.el7_7.x86_64 263/380 > Verifying : cal10n-0.7.7-4.el7.noarch 264/380 > Verifying : unbound-libs-1.6.6-1.el7.x86_64 265/380 > Verifying : ovirt-host-deploy-common-1.8.5-1.el7.noarch 266/380 > Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 267/380 > Verifying : rpcbind-0.2.0-48.el7.x86_64 268/380 > Verifying : gsettings-desktop-schemas-3.28.0-2.el7.x86_64 269/380 > Verifying : apache-commons-net-3.2-8.el7.centos.noarch 270/380 > Verifying : python2-pyasn1-0.1.9-7.el7.noarch 271/380 > Verifying : mesa-libglapi-18.3.4-6.el7_7.x86_64 272/380 > Verifying : libssh-0.7.1-7.el7.x86_64 273/380 > Verifying : 1:librbd1-10.2.5-4.el7.x86_64 274/380 > Verifying : ovirt-ansible-vm-infra-1.1.22-1.el7.noarch 275/380 > Verifying : ovirt-engine-wildfly-overlay-17.0.1-1.el7.noarch 276/380 > Verifying : mesa-libGL-18.3.4-6.el7_7.x86_64 277/380 > Verifying : apache-commons-codec-1.8-7.el7.noarch 278/380 > Verifying : python2-cryptography-2.1.4-2.el7.x86_64 279/380 > Verifying : xz-java-1.3-3.el7.noarch 280/380 > Verifying : stax2-api-3.1.1-10.el7.noarch 281/380 > Verifying : libthai-0.1.14-9.el7.x86_64 282/380 > Verifying : boost-thread-1.53.0-27.el7.x86_64 283/380 > Verifying : xerces-j2-2.11.0-17.el7_0.noarch 284/380 > Verifying : libX11-1.6.7-2.el7.x86_64 285/380 > Verifying : json-glib-1.4.2-2.el7.x86_64 286/380 > Verifying : lksctp-tools-1.0.17-2.el7.x86_64 287/380 > Verifying : perl-Socket-2.010-4.el7.x86_64 288/380 > Verifying : apache-commons-digester-1.8.1-19.el7.noarch 289/380 > Verifying : python2-pbr-3.1.1-1.el7.noarch 290/380 > Verifying : aopalliance-1.0-8.el7.noarch 291/380 > Verifying : apr-util-1.5.2-6.el7.x86_64 292/380 > Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 293/380 > Verifying : python-pycparser-2.14-1.el7.noarch 294/380 > Verifying : ws-jaxme-0.5.2-10.el7.noarch 295/380 > Verifying : apache-commons-jxpath-1.3-20.el7.noarch 296/380 > Verifying : libini_config-1.3.1-32.el7.x86_64 297/380 > Verifying : 1:hsqldb-1.8.1.3-14.el7.noarch 298/380 > Verifying : trousers-0.3.14-2.el7.x86_64 299/380 > Verifying : giflib-4.1.6-9.el7.x86_64 300/380 > Verifying : geoipupdate-2.5.0-1.el7.x86_64 301/380 > Verifying : ovirt-imageio-proxy-1.5.3-0.el7.noarch 302/380 > Verifying : ovirt-vmconsole-proxy-1.0.7-2.el7.noarch 303/380 > Verifying : atk-2.28.1-1.el7.x86_64 304/380 > Verifying : boost-system-1.53.0-27.el7.x86_64 305/380 > Verifying : glusterfs-api-6.8-1.el7.x86_64 306/380 > Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 307/380 > Verifying : rsyslog-mmnormalize-8.24.0-41.el7_7.4.x86_64 308/380 > Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 309/380 > Verifying : checkpolicy-2.5-8.el7.x86_64 310/380 > Verifying : bea-stax-1.2.0-9.el7.noarch 311/380 > Verifying : bzip2-1.0.6-13.el7.x86_64 312/380 > Verifying : libibverbs-22.1-3.el7.x86_64 313/380 > Verifying : ovirt-engine-setup-4.3.9.4-1.el7.noarch 314/380 > Verifying : libXtst-1.2.3-1.el7.x86_64 315/380 > Verifying : 1:make-3.82-24.el7.x86_64 316/380 > Verifying : setools-libs-3.3.8-4.el7.x86_64 317/380 > Verifying : m2crypto-0.21.1-17.el7.x86_64 318/380 > Verifying : ovirt-engine-tools-backup-4.3.9.4-1.el7.noarch 319/380 > Verifying : geronimo-jms-1.1.1-19.el7.noarch 320/380 > Verifying : ant-1.9.4-2.el7.noarch 321/380 > Verifying : javapackages-tools-3.4.1-11.el7.noarch 322/380 > Verifying : ovirt-engine-dbscripts-4.3.9.4-1.el7.noarch 323/380 > Verifying : perl-Pod-Usage-1.63-3.el7.noarch 324/380 > Verifying : ovirt-ansible-disaster-recovery-1.2.0-1.el7.noarch 325/380 > Verifying : archaius-core-0.4.1-1.el7.noarch 326/380 > Verifying : gssproxy-0.7.0-26.el7.x86_64 327/380 > Verifying : graphite2-1.3.10-1.el7_3.x86_64 328/380 > Verifying : ovn-2.11.1-5.el7.x86_64 329/380 > Verifying : python2-fixtures-3.0.0-7.el7.noarch 330/380 > Verifying : ovirt-engine-setup-base-4.3.9.4-1.el7.noarch 331/380 > Verifying : ovirt-engine-ui-extensions-1.0.10-1.el7.noarch 332/380 > Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 333/380 > Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 334/380 > Verifying : jackson-core-2.6.3-1.el7.noarch 335/380 > Verifying : ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 336/380 > Verifying : hicolor-icon-theme-0.12-7.el7.noarch 337/380 > Verifying : 1:perl-parent-0.225-244.el7.noarch 338/380 > Verifying : 1:java-1.8.0-openjdk-devel-1.8.0.242.b08-0.el7_7.x86_6 339/380 > Verifying : apache-commons-compress-1.5-4.el7.noarch 340/380 > Verifying : pango-1.42.4-4.el7_7.x86_64 341/380 > Verifying : ovirt-engine-dwh-4.3.8-1.el7.noarch 342/380 > Verifying : policycoreutils-python-2.5-33.el7.x86_64 343/380 > Verifying : ovn-central-2.11.1-5.el7.x86_64 344/380 > Verifying : python2-otopi-1.8.4-1.el7.noarch 345/380 > Verifying : xalan-j2-2.7.1-23.el7.noarch 346/380 > Verifying : openstack-java-glance-client-3.2.7-1.el7.noarch 347/380 > Verifying : rh-postgresql10-postgresql-contrib-10.6-1.el7.x86_64 348/380 > Verifying : libXdamage-1.1.4-4.1.el7.x86_64 349/380 > Verifying : apache-commons-jexl-2.1.1-9.el7.noarch 350/380 > Verifying : openstack-java-resteasy-connector-3.2.7-1.el7.noarch 351/380 > Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 352/380 > Verifying : perl-PathTools-3.40-5.el7.x86_64 353/380 > Verifying : python-enum34-1.0.4-1.el7.noarch 354/380 > Verifying : uuid-1.6.2-26.el7.x86_64 355/380 > Verifying : python-pwquality-1.2.3-5.el7.x86_64 356/380 > Verifying : ovirt-ansible-cluster-upgrade-1.1.14-1.el7.noarch 357/380 > Verifying : jdom-1.1.3-6.el7.noarch 358/380 > Verifying : openstack-java-keystone-model-3.2.7-1.el7.noarch 359/380 > Verifying : relaxngDatatype-1.0-11.el7.noarch 360/380 > Verifying : libxcb-1.13-1.el7.x86_64 361/380 > Verifying : libXft-2.3.2-2.el7.x86_64 362/380 > Verifying : hamcrest-1.3-6.el7.noarch 363/380 > Verifying : 4:perl-macros-5.16.3-294.el7_6.x86_64 364/380 > Verifying : otopi-common-1.8.4-1.el7.noarch 365/380 > Verifying : openstack-java-glance-model-3.2.7-1.el7.noarch 366/380 > Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 367/380 > Verifying : libsemanage-python-2.5-14.el7.x86_64 368/380 > Verifying : python2-urllib3-1.21.1-1.el7.noarch 369/380 > Verifying : jbigkit-libs-2.0-11.el7.x86_64 370/380 > Verifying : cairo-1.15.12-4.el7.x86_64 371/380 > Verifying : libproxy-0.4.11-11.el7.x86_64 372/380 > Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 373/380 > Verifying : jsr-311-1.1.1-6.el7.noarch 374/380 > Verifying : python-daemon-1.6-4.el7.noarch 375/380 > Verifying : ovirt-engine-vmconsole-proxy-helper-4.3.9.4-1.el7.noar 376/380 > Verifying : 1:openvswitch-2.11.0-4.el7.x86_64 377/380 > Verifying : ovirt-host-deploy-java-1.8.5-1.el7.noarch 378/380 > Verifying : libfontenc-1.1.3-3.el7.x86_64 379/380 > Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 380/380 > >Installed: > ovirt-engine.noarch 0:4.3.9.4-1.el7 > >Dependency Installed: > GeoIP.x86_64 0:1.5.0-14.el7 > PyYAML.x86_64 0:3.10-11.el7 > ansible.noarch 0:2.9.6-1.el7 > ant.noarch 0:1.9.4-2.el7 > antlr-tool.noarch 0:2.7.7-30.el7 > aopalliance.noarch 0:1.0-8.el7 > apache-commons-beanutils.noarch 0:1.8.3-15.el7_7 > apache-commons-codec.noarch 0:1.8-7.el7 > apache-commons-collections.noarch 0:3.2.1-22.el7_2 > apache-commons-compress.noarch 0:1.5-4.el7 > apache-commons-configuration.noarch 0:1.9-8.el7 > apache-commons-digester.noarch 0:1.8.1-19.el7 > apache-commons-io.noarch 1:2.4-12.el7 > apache-commons-jexl.noarch 0:2.1.1-9.el7 > apache-commons-jxpath.noarch 0:1.3-20.el7 > apache-commons-lang.noarch 0:2.6-15.el7 > apache-commons-logging.noarch 0:1.1.2-7.el7 > apache-commons-net.noarch 0:3.2-8.el7.centos > apache-commons-vfs.noarch 0:2.0-11.el7 > apr.x86_64 0:1.4.8-5.el7 > apr-util.x86_64 0:1.5.2-6.el7 > archaius-core.noarch 0:0.4.1-1.el7 > atk.x86_64 0:2.28.1-1.el7 > atlas.x86_64 0:3.10.1-12.el7 > audit-libs-python.x86_64 0:2.8.5-4.el7 > avahi-libs.x86_64 0:0.6.31-19.el7 > avalon-framework.noarch 0:4.3-10.el7 > avalon-logkit.noarch 0:2.1-14.el7 > bea-stax.noarch 0:1.2.0-9.el7 > bea-stax-api.noarch 0:1.2.0-9.el7 > bind-libs.x86_64 32:9.11.4-9.P2.el7 > bind-libs-lite.x86_64 32:9.11.4-9.P2.el7 > bind-license.noarch 32:9.11.4-9.P2.el7 > bind-utils.x86_64 32:9.11.4-9.P2.el7 > blas.x86_64 0:3.4.2-8.el7 > boost-iostreams.x86_64 0:1.53.0-27.el7 > boost-random.x86_64 0:1.53.0-27.el7 > boost-system.x86_64 0:1.53.0-27.el7 > boost-thread.x86_64 0:1.53.0-27.el7 > bzip2.x86_64 0:1.0.6-13.el7 > cairo.x86_64 0:1.15.12-4.el7 > cal10n.noarch 0:0.7.7-4.el7 > checkpolicy.x86_64 0:2.5-8.el7 > cockpit-dashboard.x86_64 0:195.1-1.el7.centos.0.1 > cockpit-ws.x86_64 0:195.1-1.el7.centos.0.1 > collectd.x86_64 0:5.10.0-2.el7 > collectd-disk.x86_64 0:5.10.0-2.el7 > collectd-postgresql.x86_64 0:5.10.0-2.el7 > collectd-write_http.x86_64 0:5.10.0-2.el7 > collectd-write_syslog.x86_64 0:5.10.0-2.el7 > copy-jdk-configs.noarch 0:3.3-10.el7_5 > cups-libs.x86_64 1:1.6.3-40.el7 > dejavu-fonts-common.noarch 0:2.33-6.el7 > dejavu-sans-fonts.noarch 0:2.33-6.el7 > dom4j.noarch 0:1.6.1-20.el7 > dpdk.x86_64 0:18.11.2-1.el7 > easymock2.noarch 0:2.5.2-12.el7 > ebay-cors-filter.noarch 0:1.0.1-3.el7 > fontconfig.x86_64 0:2.13.0-4.3.el7 > fontpackages-filesystem.noarch 0:1.44-8.el7 > fribidi.x86_64 0:1.0.2-1.el7_7.1 > gdk-pixbuf2.x86_64 0:2.36.12-3.el7 > geoipupdate.x86_64 0:2.5.0-1.el7 > geronimo-jms.noarch 0:1.1.1-19.el7 > giflib.x86_64 0:4.1.6-9.el7 > glib-networking.x86_64 0:2.56.1-1.el7 > glusterfs.x86_64 0:6.8-1.el7 > glusterfs-api.x86_64 0:6.8-1.el7 > glusterfs-client-xlators.x86_64 0:6.8-1.el7 > glusterfs-libs.x86_64 0:6.8-1.el7 > gnutls.x86_64 0:3.3.29-9.el7_6 > gperftools-libs.x86_64 0:2.6.1-1.el7 > graphite2.x86_64 0:1.3.10-1.el7_3 > gsettings-desktop-schemas.x86_64 0:3.28.0-2.el7 > gssproxy.x86_64 0:0.7.0-26.el7 > gtk-update-icon-cache.x86_64 0:3.22.30-3.el7 > gtk2.x86_64 0:2.24.31-1.el7 > hamcrest.noarch 0:1.3-6.el7 > harfbuzz.x86_64 0:1.7.5-2.el7 > hicolor-icon-theme.noarch 0:0.12-7.el7 > hsqldb.noarch 1:1.8.1.3-14.el7 > httpcomponents-client.noarch 0:4.2.5-5.el7_0 > httpcomponents-core.noarch 0:4.2.4-6.el7 > httpd.x86_64 0:2.4.6-90.el7.centos > httpd-tools.x86_64 0:2.4.6-90.el7.centos > hystrix-core.noarch 0:1.4.21-6.el7 > hystrix-metrics-event-stream.noarch 0:1.4.21-6.el7 > isorelax.noarch 1:0-0.15.release20050331.el7 > jackson.noarch 0:1.9.4-7.el7 > jackson-core.noarch 0:2.6.3-1.el7 > jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 > jasper-libs.x86_64 0:1.900.1-33.el7 > java-1.8.0-openjdk.x86_64 1:1.8.0.242.b08-0.el7_7 > java-1.8.0-openjdk-devel.x86_64 1:1.8.0.242.b08-0.el7_7 > java-1.8.0-openjdk-headless.x86_64 1:1.8.0.242.b08-0.el7_7 > javamail.noarch 0:1.4.6-8.el7 > javapackages-tools.noarch 0:3.4.1-11.el7 > javassist.noarch 0:3.16.1-10.el7 > jaxen.noarch 0:1.1.3-11.el7 > jbigkit-libs.x86_64 0:2.0-11.el7 > jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 > jctools.noarch 0:1.1-0.3.alpha.el7 > jdom.noarch 0:1.1.3-6.el7 > joda-convert.noarch 0:1.3-5.el7 > joda-time.noarch 0:2.2-3.tzdata2013c.el7 > jsch.noarch 0:0.1.50-5.el7 > json-glib.x86_64 0:1.4.2-2.el7 > jsr-311.noarch 0:1.1.1-6.el7 > junit.noarch 0:4.11-8.el7 > jzlib.noarch 0:1.1.1-6.el7 > keyutils.x86_64 0:1.5.8-3.el7 > lapack.x86_64 0:3.4.2-8.el7 > libICE.x86_64 0:1.0.9-9.el7 > libSM.x86_64 0:1.2.2-2.el7 > libX11.x86_64 0:1.6.7-2.el7 > libX11-common.noarch 0:1.6.7-2.el7 > libXau.x86_64 0:1.0.8-2.1.el7 > libXcomposite.x86_64 0:0.4.4-4.1.el7 > libXcursor.x86_64 0:1.1.15-1.el7 > libXdamage.x86_64 0:1.1.4-4.1.el7 > libXext.x86_64 0:1.3.3-3.el7 > libXfixes.x86_64 0:5.0.3-1.el7 > libXft.x86_64 0:2.3.2-2.el7 > libXi.x86_64 0:1.7.9-1.el7 > libXinerama.x86_64 0:1.1.3-2.1.el7 > libXrandr.x86_64 0:1.5.1-2.el7 > libXrender.x86_64 0:0.9.10-1.el7 > libXtst.x86_64 0:1.2.3-1.el7 > libXxf86vm.x86_64 0:1.1.4-1.el7 > libaio.x86_64 0:0.3.109-13.el7 > libbasicobjects.x86_64 0:0.1.1-32.el7 > libcgroup.x86_64 0:0.41-21.el7 > libcollection.x86_64 0:0.7.0-32.el7 > libevent.x86_64 0:2.0.21-4.el7 > libfontenc.x86_64 0:1.1.3-3.el7 > libgfortran.x86_64 0:4.8.5-39.el7 > libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 > libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 > libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 > libibverbs.x86_64 0:22.1-3.el7 > libini_config.x86_64 0:1.3.1-32.el7 > libiscsi.x86_64 0:1.9.0-7.el7 > libjpeg-turbo.x86_64 0:1.2.90-8.el7 > liblognorm.x86_64 0:2.0.2-3.el7 > libmodman.x86_64 0:2.0.1-8.el7 > libnfsidmap.x86_64 0:0.25-19.el7 > libpath_utils.x86_64 0:0.2.1-32.el7 > libproxy.x86_64 0:0.4.11-11.el7 > libquadmath.x86_64 0:4.8.5-39.el7 > librados2.x86_64 1:10.2.5-4.el7 > librbd1.x86_64 1:10.2.5-4.el7 > libref_array.x86_64 0:0.1.5-32.el7 > libsemanage-python.x86_64 0:2.5-14.el7 > libssh.x86_64 0:0.7.1-7.el7 > libthai.x86_64 0:0.1.14-9.el7 > libtiff.x86_64 0:4.0.3-32.el7 > libtirpc.x86_64 0:0.2.4-0.16.el7 > libverto-libevent.x86_64 0:0.2.5-4.el7 > libwayland-client.x86_64 0:1.15.0-1.el7 > libwayland-server.x86_64 0:1.15.0-1.el7 > libxcb.x86_64 0:1.13-1.el7 > libxml2-python.x86_64 0:2.9.1-6.el7_2.3 > libxshmfence.x86_64 0:1.2-1.el7 > libxslt.x86_64 0:1.1.28-5.el7 > libyaml.x86_64 0:0.1.4-11.el7_0 > lksctp-tools.x86_64 0:1.0.17-2.el7 > log4j.noarch 0:1.2.17-16.el7_4 > m2crypto.x86_64 0:0.21.1-17.el7 > mailcap.noarch 0:2.1.41-2.el7 > make.x86_64 1:3.82-24.el7 > mesa-libEGL.x86_64 0:18.3.4-6.el7_7 > mesa-libGL.x86_64 0:18.3.4-6.el7_7 > mesa-libgbm.x86_64 0:18.3.4-6.el7_7 > mesa-libglapi.x86_64 0:18.3.4-6.el7_7 > mod_ssl.x86_64 1:2.4.6-90.el7.centos > msv-msv.noarch 1:2013.5.1-7.el7 > msv-xsdlib.noarch 1:2013.5.1-7.el7 > nettle.x86_64 0:2.7.1-8.el7 > nfs-utils.x86_64 1:1.3.0-0.65.el7 > novnc.noarch 0:0.5.1-2.el7 > numpy.x86_64 1:1.7.1-13.el7 > objectweb-asm.noarch 0:3.3.1-9.el7 > openssl.x86_64 1:1.0.2k-19.el7 > openstack-java-cinder-client.noarch 0:3.2.7-1.el7 > openstack-java-cinder-model.noarch 0:3.2.7-1.el7 > openstack-java-client.noarch 0:3.2.7-1.el7 > openstack-java-glance-client.noarch 0:3.2.7-1.el7 > openstack-java-glance-model.noarch 0:3.2.7-1.el7 > openstack-java-keystone-client.noarch 0:3.2.7-1.el7 > openstack-java-keystone-model.noarch 0:3.2.7-1.el7 > openstack-java-quantum-client.noarch 0:3.2.7-1.el7 > openstack-java-quantum-model.noarch 0:3.2.7-1.el7 > openstack-java-resteasy-connector.noarch 0:3.2.7-1.el7 > openvswitch.x86_64 1:2.11.0-4.el7 > otopi-common.noarch 0:1.8.4-1.el7 > otopi-java.noarch 0:1.8.4-1.el7 > ovirt-ansible-cluster-upgrade.noarch 0:1.1.14-1.el7 > ovirt-ansible-disaster-recovery.noarch 0:1.2.0-1.el7 > ovirt-ansible-engine-setup.noarch 0:1.1.9-1.el7 > ovirt-ansible-hosted-engine-setup.noarch 0:1.0.32-1.el7 > ovirt-ansible-image-template.noarch 0:1.1.12-1.el7 > ovirt-ansible-infra.noarch 0:1.1.13-1.el7 > ovirt-ansible-manageiq.noarch 0:1.1.14-1.el7 > ovirt-ansible-repositories.noarch 0:1.1.5-1.el7 > ovirt-ansible-roles.noarch 0:1.1.7-1.el7 > ovirt-ansible-shutdown-env.noarch 0:1.0.3-1.el7 > ovirt-ansible-vm-infra.noarch 0:1.1.22-1.el7 > ovirt-cockpit-sso.noarch 0:0.1.1-1.el7 > ovirt-engine-api-explorer.noarch 0:0.0.5-1.el7 > ovirt-engine-backend.noarch 0:4.3.9.4-1.el7 > ovirt-engine-dbscripts.noarch 0:4.3.9.4-1.el7 > ovirt-engine-dwh.noarch 0:4.3.8-1.el7 > ovirt-engine-dwh-setup.noarch 0:4.3.8-1.el7 > ovirt-engine-extension-aaa-jdbc.noarch 0:1.1.10-1.el7 > ovirt-engine-extensions-api-impl.noarch 0:4.3.9.4-1.el7 > ovirt-engine-metrics.noarch 0:1.3.7-1.el7 > ovirt-engine-restapi.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-base.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-plugin-cinderlib.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-plugin-ovirt-engine.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-plugin-ovirt-engine-common.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-plugin-vmconsole-proxy-helper.noarch 0:4.3.9.4-1.el7 > ovirt-engine-setup-plugin-websocket-proxy.noarch 0:4.3.9.4-1.el7 > ovirt-engine-tools.noarch 0:4.3.9.4-1.el7 > ovirt-engine-tools-backup.noarch 0:4.3.9.4-1.el7 > ovirt-engine-ui-extensions.noarch 0:1.0.10-1.el7 > ovirt-engine-vmconsole-proxy-helper.noarch 0:4.3.9.4-1.el7 > ovirt-engine-webadmin-portal.noarch 0:4.3.9.4-1.el7 > ovirt-engine-websocket-proxy.noarch 0:4.3.9.4-1.el7 > ovirt-engine-wildfly.x86_64 0:17.0.1-1.el7 > ovirt-engine-wildfly-overlay.noarch 0:17.0.1-1.el7 > ovirt-host-deploy-common.noarch 0:1.8.5-1.el7 > ovirt-host-deploy-java.noarch 0:1.8.5-1.el7 > ovirt-imageio-common.x86_64 0:1.5.3-0.el7 > ovirt-imageio-proxy.noarch 0:1.5.3-0.el7 > ovirt-imageio-proxy-setup.noarch 0:1.5.3-0.el7 > ovirt-iso-uploader.noarch 0:4.3.2-1.el7 > ovirt-provider-ovn.noarch 0:1.2.29-1.el7 > ovirt-vmconsole.noarch 0:1.0.7-2.el7 > ovirt-vmconsole-proxy.noarch 0:1.0.7-2.el7 > ovirt-web-ui.noarch 0:1.6.0-1.el7 > ovn.x86_64 0:2.11.1-5.el7 > ovn-central.x86_64 0:2.11.1-5.el7 > pango.x86_64 0:1.42.4-4.el7_7 > pciutils.x86_64 0:3.5.1-3.el7 > pcsc-lite-libs.x86_64 0:1.8.8-8.el7 > perl.x86_64 4:5.16.3-294.el7_6 > perl-Carp.noarch 0:1.26-244.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-294.el7_6 > 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-libs.x86_64 4:5.16.3-294.el7_6 > perl-macros.x86_64 4:5.16.3-294.el7_6 > 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 > pixman.x86_64 0:0.34.0-1.el7 > policycoreutils-python.x86_64 0:2.5-33.el7 > postgresql-jdbc.noarch 0:9.2.1002-6.el7_5 > postgresql-libs.x86_64 0:9.2.24-2.el7_7 > python-IPy.noarch 0:0.75-6.el7 > python-backports.x86_64 0:1.0-8.el7 > python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 > python-daemon.noarch 0:1.6-4.el7 > python-dateutil.noarch 1:2.4.2-1.el7 > python-enum34.noarch 0:1.0.4-1.el7 > python-httplib2.noarch 0:0.9.2-1.el7 > python-ipaddress.noarch 0:1.0.16-2.el7 > python-javapackages.noarch 0:3.4.1-11.el7 > python-jinja2.noarch 0:2.7.2-4.el7 > python-linecache2.noarch 0:1.0.0-1.el7 > python-lockfile.noarch 1:0.9.1-4.el7.centos > python-lxml.x86_64 0:3.2.1-4.el7 > python-markupsafe.x86_64 0:0.11-10.el7 > python-mimeparse.noarch 0:0.1.4-1.el7 > python-nose.noarch 0:1.3.7-7.el7 > python-openvswitch.x86_64 1:2.11.0-4.el7 > python-ovirt-engine-sdk4.x86_64 0:4.3.2-2.el7 > python-paramiko.noarch 0:2.1.1-9.el7 > python-passlib.noarch 0:1.6.5-2.el7 > python-ply.noarch 0:3.4-11.el7 > python-psycopg2.x86_64 0:2.5.1-4.el7 > python-pwquality.x86_64 0:1.2.3-5.el7 > python-pycparser.noarch 0:2.14-1.el7 > python-setuptools.noarch 0:0.9.8-7.el7 > python-testtools.noarch 0:1.8.0-2.el7 > python-unittest2.noarch 0:1.0.1-1.el7 > python-webob.noarch 0:1.2.3-7.el7 > python-websockify.noarch 0:0.8.0-3.el7 > python2-asn1crypto.noarch 0:0.23.0-2.el7 > python2-babel.noarch 0:2.3.4-1.el7 > python2-cffi.x86_64 0:1.11.2-1.el7 > python2-chardet.noarch 0:3.0.4-7.el7 > python2-cryptography.x86_64 0:2.1.4-2.el7 > python2-extras.noarch 0:1.0.0-2.el7 > python2-fixtures.noarch 0:3.0.0-7.el7 > python2-idna.noarch 0:2.5-1.el7 > python2-jmespath.noarch 0:0.9.0-5.el7 > python2-netaddr.noarch 0:0.7.19-5.el7 > python2-otopi.noarch 0:1.8.4-1.el7 > python2-ovirt-engine-lib.noarch 0:4.3.9.4-1.el7 > python2-ovirt-host-deploy.noarch 0:1.8.5-1.el7 > python2-ovirt-setup-lib.noarch 0:1.2.0-1.el7 > python2-ovsdbapp.noarch 0:0.12.2-1.el7 > python2-pbr.noarch 0:3.1.1-1.el7 > python2-pyOpenSSL.noarch 0:17.3.0-3.el7 > python2-pyasn1.noarch 0:0.1.9-7.el7 > python2-pysocks.noarch 0:1.5.6-3.el7 > python2-requests.noarch 0:2.19.1-4.el7 > python2-six.noarch 0:1.10.0-9.el7 > python2-traceback2.noarch 0:1.4.0-14.el7 > python2-urllib3.noarch 0:1.21.1-1.el7 > pytz.noarch 0:2016.10-2.el7 > qdox.noarch 0:1.12.1-10.el7 > qemu-img-ev.x86_64 10:2.12.0-33.1.el7_7.4 > quota.x86_64 1:4.01-19.el7 > quota-nls.noarch 1:4.01-19.el7 > rdma-core.x86_64 0:22.1-3.el7 > relaxngDatatype.noarch 0:1.0-11.el7 > resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 > resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 > rh-postgresql10-postgresql.x86_64 0:10.6-1.el7 > rh-postgresql10-postgresql-contrib.x86_64 0:10.6-1.el7 > rh-postgresql10-postgresql-libs.x86_64 0:10.6-1.el7 > rh-postgresql10-postgresql-server.x86_64 0:10.6-1.el7 > rh-postgresql10-runtime.x86_64 0:3.1-1.el7 > rpcbind.x86_64 0:0.2.0-48.el7 > rsyslog-elasticsearch.x86_64 0:8.24.0-41.el7_7.4 > rsyslog-mmjsonparse.x86_64 0:8.24.0-41.el7_7.4 > rsyslog-mmnormalize.x86_64 0:8.24.0-41.el7_7.4 > rxjava.noarch 0:1.0.13-2.el7 > scannotation.noarch 0:1.0.3-0.7.r12.el7 > scl-utils.x86_64 0:20130529-19.el7 > setools-libs.x86_64 0:3.3.8-4.el7 > slf4j.noarch 0:1.7.4-4.el7_4 > sshpass.x86_64 0:1.06-2.el7 > stax2-api.noarch 0:3.1.1-10.el7 > systemd-python.x86_64 0:219-67.el7_7.4 > tcp_wrappers.x86_64 0:7.6-77.el7 > tomcat-servlet-3.0-api.noarch 0:7.0.76-11.el7_7 > trousers.x86_64 0:0.3.14-2.el7 > ttmkfdir.x86_64 0:3.0.9-42.el7 > tzdata-java.noarch 0:2019c-1.el7 > unbound-libs.x86_64 0:1.6.6-1.el7 > uuid.x86_64 0:1.6.2-26.el7 > v2v-conversion-host-ansible.noarch 0:1.16.0-1.el7 > vdsm-jsonrpc-java.noarch 0:1.4.18-1.el7 > ws-commons-util.noarch 0:1.0.1-29.el7 > ws-jaxme.noarch 0:0.5.2-10.el7 > xalan-j2.noarch 0:2.7.1-23.el7 > xerces-j2.noarch 0:2.11.0-17.el7_0 > xml-commons-apis.noarch 0:1.4.01-16.el7 > xml-commons-resolver.noarch 0:1.2-15.el7 > xmlrpc-client.noarch 1:3.1.3-9.el7_5 > xmlrpc-common.noarch 1:3.1.3-9.el7_5 > xorg-x11-font-utils.x86_64 1:7.5-21.el7 > xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 > xpp3.noarch 0:1.1.3.8-11.el7 > xz-java.noarch 0:1.3-3.el7 > yajl.x86_64 0:2.0.4-4.el7 > yum-plugin-versionlock.noarch 0:1.1.31-52.el7 > >Complete! >[ INFO ] Stage: Initializing >[ INFO ] Stage: Environment setup > Configuration files: ['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging.conf'] > Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20200407122049-qprkli.log > Version: otopi-1.8.4 (otopi-1.8.4-1.el7) >[ INFO ] Stage: Environment packages setup >[ INFO ] Stage: Programs detection >[ INFO ] Stage: Environment setup (late) >[ INFO ] Stage: Environment customization > > --== PRODUCT OPTIONS ==-- > > Set up Cinderlib integration > (Currently in tech preview) > (Yes, No) [No]: > Configure Engine on this host (Yes, No) [Yes]: > Configure ovirt-provider-ovn (Yes, No) [Yes]: > Configure WebSocket Proxy on this host (Yes, No) [Yes]: > > * Please note * : Data Warehouse is required for the engine. > If you choose to not configure it on this host, you have to configure > it on a remote host, and then configure the engine on this host so > that it can access the database of the remote Data Warehouse host. > Configure Data Warehouse on this host (Yes, No) [Yes]: > Configure Image I/O Proxy on this host (Yes, No) [Yes]: > Configure VM Console Proxy on this host (Yes, No) [Yes]: > > --== PACKAGES ==-- > >[ INFO ] Checking for product updates... >[ INFO ] No product updates found > > --== NETWORK CONFIGURATION ==-- > > Host fully qualified DNS name of this server [upgradetest2.virt]: > Setup can automatically configure the firewall on this system. > Note: automatic configuration of the firewall may overwrite current settings. > NOTICE: iptables is deprecated and will be removed in future releases > Do you want Setup to configure the firewall? (Yes, No) [Yes]: >[ INFO ] firewalld will be configured as firewall manager. > > --== DATABASE CONFIGURATION ==-- > > Where is the DWH database located? (Local, Remote) [Local]: > Setup can configure the local postgresql server automatically for the DWH to run. This may conflict with existing applications. > Would you like Setup to automatically configure postgresql and create DWH database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: > Where is the Engine database located? (Local, Remote) [Local]: > Setup can configure the local postgresql server automatically for the engine to run. This may conflict with existing applications. > Would you like Setup to automatically configure postgresql and create Engine database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: > > --== OVIRT ENGINE CONFIGURATION ==-- > > Engine admin password: > Confirm engine admin password: >[WARNING] Password is weak: The password is shorter than 8 characters > Use weak password? (Yes, No) [No]: Yes > Application mode (Virt, Gluster, Both) [Both]: > Use default credentials (admin@internal) for ovirt-provider-ovn (Yes, No) [Yes]: > > --== STORAGE CONFIGURATION ==-- > > > Default SAN wipe after delete (Yes, No) [No]: > --== PKI CONFIGURATION ==-- > > Organization name for certificate [virt]: > > --== APACHE CONFIGURATION ==-- > > Setup can configure the default page of the web server to present the application home page. This may conflict with existing applications. > Do you wish to set the application as the default page of the web server? (Yes, No) [Yes]: > Setup can configure apache to use SSL using a certificate issued from the internal CA. > Do you wish Setup to configure that, or prefer to perform that manually? (Automatic, Manual) [Automatic]: > > --== SYSTEM CONFIGURATION ==-- > > > > --== MISC CONFIGURATION ==-- > > Please choose Data Warehouse sampling scale: > (1) Basic > (2) Full > (1, 2)[1]: > --== END OF CONFIGURATION ==-- > > >[ INFO ] Stage: Setup validation > > > > > > >[WARNING] Less than 16384MB of memory is available > > --== CONFIGURATION PREVIEW ==-- > > Application mode : both > Default SAN wipe after delete : False > Firewall manager : firewalld > Update Firewall : True > Host FQDN : upgradetest2.virt > Set up Cinderlib integration : False > Configure local Engine database : True > Set application as default page : True > Configure Apache SSL : True > Engine database secured connection : False > Engine database user name : engine > Engine database name : engine > Engine database host : localhost > Engine database port : 5432 > Engine database host name validation : False > Engine installation : True > PKI organization : virt > Set up ovirt-provider-ovn : True > Configure WebSocket Proxy : True > DWH installation : True > DWH database host : localhost > DWH database port : 5432 > Configure local DWH database : True > Configure Image I/O Proxy : True > Configure VMConsole Proxy : True > > Please confirm installation settings (OK, Cancel) [OK]: [ INFO ] Stage: Transaction setup >[ INFO ] Stopping engine service >[ INFO ] Stopping ovirt-fence-kdump-listener service >[ INFO ] Stopping dwh service >[ INFO ] Stopping Image I/O Proxy service >[ INFO ] Stopping vmconsole-proxy service >[ INFO ] Stopping websocket-proxy service >[ INFO ] Stage: Misc configuration (early) >[ INFO ] Stage: Package installation >[ INFO ] Stage: Misc configuration >[ INFO ] Upgrading CA >[ INFO ] Initializing PostgreSQL >[ INFO ] Creating PostgreSQL 'engine' database >[ INFO ] Configuring PostgreSQL >[ INFO ] Creating PostgreSQL 'ovirt_engine_history' database >[ INFO ] Configuring PostgreSQL >[ INFO ] Creating CA >[ INFO ] Creating/refreshing DWH database schema >[ INFO ] Configuring Image I/O Proxy >[ INFO ] Setting up ovirt-vmconsole proxy helper PKI artifacts >[ INFO ] Setting up ovirt-vmconsole SSH PKI artifacts >[ INFO ] Configuring WebSocket Proxy >[ INFO ] Creating/refreshing Engine database schema >[ INFO ] Creating/refreshing Engine 'internal' domain database schema >[ INFO ] Creating default mac pool range >[ INFO ] Adding default OVN provider to database >[ INFO ] Adding OVN provider secret to database >[ INFO ] Setting a password for internal user admin >[ INFO ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf' >[ INFO ] Stage: Transaction commit >[ INFO ] Stage: Closing up >[ INFO ] Starting engine service >[ INFO ] Starting dwh service >[ INFO ] Restarting ovirt-vmconsole proxy service > > --== SUMMARY ==-- > >[ INFO ] Restarting httpd > Please use the user 'admin@internal' and password specified in order to login > Web access is enabled at: > http://upgradetest2.virt:80/ovirt-engine > https://upgradetest2.virt:443/ovirt-engine > Internal CA B0:22:87:D0:7F:9C:9D:F2:B9:CF:AC:A2:97:13:1A:51:DE:57:3C:31 > SSH fingerprint: SHA256:JlNXh8x9a50OWeGVrSnZTCBv8bVWSu2wW1yLFj0xjZE >[WARNING] Less than 16384MB of memory is available > > --== END OF SUMMARY ==-- > >[ INFO ] Stage: Clean up > Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20200407122049-qprkli.log >[ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20200407122311-setup.conf' >[ INFO ] Stage: Pre-termination >[ INFO ] Stage: Termination >[ INFO ] Execution of setup completed successfully >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# echo create ovn net >create ovn net >[root@upgradetest2 ~]# engine-backup --mode=backup --file=backup.tgz --log=log.txt >Start of engine-backup with mode 'backup' >scope: all >archive file: backup.tgz >log file: log.txt >Backing up: >Notifying engine >- Files >- Engine database 'engine' >- DWH database 'ovirt_engine_history' >Packing into file 'backup.tgz' >Notifying engine >Done. >[root@upgradetest2 ~]# scp backup.tgz user@192.168.122.1:/home/user >The authenticity of host '192.168.122.1 (192.168.122.1)' can't be established. >ECDSA key fingerprint is SHA256:253ZDUHNpzw3eikBhrdy2pkhKT6Gl+GEq+NhCdD9L0A. >ECDSA key fingerprint is MD5:a4:8c:2e:71:a6:28:69:05:71:23:ef:4c:32:b1:57:e0. >Are you sure you want to continue connecting (yes/no)? yes >Warning: Permanently added '192.168.122.1' (ECDSA) to the list of known hosts. >user@192.168.122.1's password: >backup.tgz 100% 884KB 56.7MB/s 00:00 >[root@upgradetest2 ~]# scp backup.log user@192.168.122.1:/home/user >user@192.168.122.1's password: >backup.log: No such file or directory >[root@upgradetest2 ~]# scp log.txt user@192.168.122.1:/home/user >user@192.168.122.1's password: >log.txt 100% 3235 2.7MB/s 00:00 >[root@upgradetest2 ~]# poweroff >Connection to 192.168.122.136 closed by remote host. >Connection to 192.168.122.136 closed. >[user@tarox0 images]$ mv upgradetest2.img upgradetest2-el7.img >[user@tarox0 images]$ mv upgradetest2-el8.img upgradetest2.img >[user@tarox0 images]$ virsh -c qemu:///system start upgradetest2 7 >error: Failed to start domain upgradetest2 >error: this function is not supported by the connection driver: virDomainCreateWithFiles > >[user@tarox0 images]$ sudo chown root:root upgradetest2.img >[sudo] password for user: >[user@tarox0 images]$ virsh -c qemu:///system start upgradetest2 >Domain upgradetest2 started > >[user@tarox0 images]$ virsh -c qemu:///system domifaddr upgradetest2 --source agent > Name MAC address Protocol Address >------------------------------------------------------------------------------- > lo 00:00:00:00:00:00 ipv4 127.0.0.1/8 > - - ipv6 ::1/128 > ens3 52:54:00:bd:ae:dd ipv4 192.168.122.136/24 > - - ipv6 fe80::ceac:167:f524:a461/64 > >[user@tarox0 images]$ ssh -o stricthostkeychecking=no root@192.168.122.136 >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >@ 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:U6xNouFLr3Zjc6Q1c15Gw70mXCyyMHLWihOYMKAupFE. >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:105 >Password authentication is disabled to avoid man-in-the-middle attacks. >Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. >[root@upgradetest2 ~]# dnf install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm && dnf module enable -y javapackages-tools pki-deps && dnf install -y ovirt-engine >Last metadata expiration check: 1 day, 3:00:39 ago on Mon 06 Apr 2020 09:41:39 AM CEST. >ovirt-release-master.rpm 6.8 kB/s | 7.2 kB 00:01 >Dependencies resolved. >================================================================================ > Package > Arch Version Repository Size >================================================================================ >Installing: > ovirt-release-master > noarch 4.4.0-0.3.master.20200407000136.gitb088302.el7 @commandline 7.2 k >Installing dependencies: > tar x86_64 2:1.30-4.el8 BaseOS 838 k > >Transaction Summary >================================================================================ >Install 2 Packages > >Total size: 846 k >Total download size: 838 k >Installed size: 2.8 M >Downloading Packages: >tar-1.30-4.el8.x86_64.rpm 3.2 MB/s | 838 kB 00:00 >-------------------------------------------------------------------------------- >Total 2.3 MB/s | 838 kB 00:00 >Running transaction check >Transaction check succeeded. >Running transaction test >Transaction test succeeded. >Running transaction > Preparing : 1/1 > Installing : tar-2:1.30-4.el8.x86_64 1/2 > Running scriptlet: tar-2:1.30-4.el8.x86_64 1/2 > Installing : ovirt-release-master-4.4.0-0.3.master.20200407000136 2/2 > Running scriptlet: ovirt-release-master-4.4.0-0.3.master.20200407000136 2/2 > Verifying : tar-2:1.30-4.el8.x86_64 1/2 > Verifying : ovirt-release-master-4.4.0-0.3.master.20200407000136 2/2 > >Installed: > ovirt-release-master-4.4.0-0.3.master.20200407000136.gitb088302.el7.noarch > tar-2:1.30-4.el8.x86_64 > >Complete! >CentOS-8 - PowerTools 3.8 MB/s | 2.0 MB 00:00 >Extra Packages for Enterprise Linux 8 - x86_64 5.3 MB/s | 6.2 MB 00:01 >GlusterFS 7 testing packages for x86_64 167 kB/s | 63 kB 00:00 >virtio-win builds roughly matching what will be 28 kB/s | 59 kB 00:02 >Copr repo for EL8_collection owned by sbonazzo 255 kB/s | 472 kB 00:01 >Copr repo for gluster-ansible owned by sac 8.8 kB/s | 6.7 kB 00:00 >Copr repo for ovsdbapp owned by mdbarroso 2.7 kB/s | 2.0 kB 00:00 >Copr repo for nmstate-stable owned by nmstate 3.7 kB/s | 2.7 kB 00:00 >Copr repo for NetworkManager-1.22 owned by netw 22 kB/s | 19 kB 00:00 >Advanced Virtualization testing packages for x8 492 kB/s | 126 kB 00:00 >CentOS-8 - oVirt 4.4 - testing 478 kB/s | 502 kB 00:01 >CentOS-8 - OpsTools - collectd 289 kB/s | 78 kB 00:00 >Latest oVirt master nightly snapshot 62 kB/s | 161 kB 00:02 >Latest oVirt master additional nightly snapshot 123 B/s | 257 B 00:02 >Dependencies resolved. >================================================================================ > Package Architecture Version Repository Size >================================================================================ >Enabling module streams: > javapackages-tools > 201801 > pki-deps 10.6 > >Transaction Summary >================================================================================ > >Complete! >Last metadata expiration check: 0:00:02 ago on Tue 07 Apr 2020 12:42:39 PM CEST. >Dependencies resolved. >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > ovirt-engine noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 13 M >Installing dependencies: > alsa-lib x86_64 1.1.9-4.el8 AppStream 429 k > aopalliance noarch 1.0-17.module_el8.0.0+39+6a9b6e22 > AppStream 17 k > apache-commons-codec noarch 1.11-3.module_el8.0.0+39+6a9b6e22 > AppStream 288 k > apache-commons-collections noarch 3.2.2-10.module_el8.1.0+233+b2be703e > AppStream 537 k > apache-commons-io noarch 1:2.6-3.module_el8.0.0+39+6a9b6e22 > AppStream 224 k > apache-commons-lang noarch 2.6-21.module_el8.1.0+233+b2be703e > AppStream 282 k > apache-commons-logging noarch 1.2-13.module_el8.0.0+39+6a9b6e22 > AppStream 85 k > apr x86_64 1.6.3-9.el8 AppStream 125 k > apr-util x86_64 1.6.1-6.el8 AppStream 105 k > bea-stax-api noarch 1.2.0-16.module_el8.1.0+233+b2be703e > AppStream 37 k > bind-libs x86_64 32:9.11.4-26.P2.el8 > AppStream 170 k > bind-libs-lite x86_64 32:9.11.4-26.P2.el8 > AppStream 1.1 M > bind-license noarch 32:9.11.4-26.P2.el8 > AppStream 99 k > bind-utils x86_64 32:9.11.4-26.P2.el8 > AppStream 436 k > centos-logos-httpd noarch 80.5-2.el8 AppStream 24 k > copy-jdk-configs noarch 3.7-1.el8 AppStream 27 k > dpdk x86_64 18.11.2-3.el8 AppStream 1.8 M > git-core x86_64 2.18.2-1.el8_1 AppStream 4.8 M > glassfish-fastinfoset noarch 1.2.13-9.module_el8.1.0+233+b2be703e > AppStream 354 k > glassfish-jaxb-api noarch 2.2.12-8.module_el8.1.0+233+b2be703e > AppStream 102 k > glassfish-jaxb-core noarch 2.2.11-11.module_el8.1.0+233+b2be703e > AppStream 158 k > glassfish-jaxb-runtime noarch 2.2.11-11.module_el8.1.0+233+b2be703e > AppStream 937 k > glassfish-jaxb-txw2 noarch 2.2.11-11.module_el8.1.0+233+b2be703e > AppStream 90 k > httpcomponents-client noarch 4.5.5-4.module_el8.0.0+39+6a9b6e22 > AppStream 718 k > httpcomponents-core noarch 4.4.10-3.module_el8.0.0+39+6a9b6e22 > AppStream 638 k > httpd x86_64 2.4.37-16.module_el8.1.0+256+ae790463 > AppStream 1.7 M > httpd-filesystem noarch 2.4.37-16.module_el8.1.0+256+ae790463 > AppStream 35 k > httpd-tools x86_64 2.4.37-16.module_el8.1.0+256+ae790463 > AppStream 103 k > istack-commons-runtime noarch 2.21-9.el8 AppStream 44 k > jackson-annotations noarch 2.9.9-1.module_el8.1.0+233+b2be703e > AppStream 72 k > jackson-core noarch 2.9.9-1.module_el8.1.0+233+b2be703e > AppStream 325 k > jackson-databind noarch 2.9.9.2-1.module_el8.1.0+233+b2be703e > AppStream 1.2 M > jackson-jaxrs-json-provider noarch 2.9.9-1.module_el8.1.0+233+b2be703e > AppStream 24 k > jackson-jaxrs-providers noarch 2.9.9-1.module_el8.1.0+233+b2be703e > AppStream 45 k > jackson-module-jaxb-annotations > noarch 2.7.6-4.module_el8.1.0+233+b2be703e > AppStream 46 k > java-1.8.0-openjdk-headless x86_64 1:1.8.0.242.b08-0.el8_1 > AppStream 33 M > java-11-openjdk-headless x86_64 1:11.0.6.10-0.el8_1 > AppStream 40 M > jboss-annotations-1.2-api noarch 1.0.0-4.el8 AppStream 40 k > jboss-jaxrs-2.0-api noarch 1.0.0-6.el8 AppStream 113 k > jboss-logging noarch 3.3.0-5.el8 AppStream 71 k > jboss-logging-tools noarch 2.0.1-6.el8 AppStream 174 k > jcl-over-slf4j noarch 1.7.25-4.module_el8.0.0+39+6a9b6e22 > AppStream 32 k > jdeparser noarch 2.0.0-5.el8 AppStream 217 k > lcms2 x86_64 2.9-2.el8 AppStream 165 k > libjpeg-turbo x86_64 1.5.3-10.el8 AppStream 156 k > liblognorm x86_64 2.0.5-1.el8 AppStream 87 k > libpq x86_64 12.1-3.el8 AppStream 195 k > lua x86_64 5.3.4-11.el8 AppStream 193 k > mod_http2 x86_64 1.11.3-3.module_el8.1.0+213+acce2796 > AppStream 158 k > mod_ssl x86_64 1:2.4.37-16.module_el8.1.0+256+ae790463 > AppStream 131 k > nodejs x86_64 1:10.19.0-1.module_el8.1.0+277+2bccb1a9 > AppStream 9.0 M > npm x86_64 1:6.13.4-1.10.19.0.1.module_el8.1.0+277+2bccb1a9 > AppStream 3.8 M > ongres-scram noarch 1.0.0~beta.2-5.el8 > AppStream 46 k > ongres-scram-client noarch 1.0.0~beta.2-5.el8 > AppStream 24 k > openblas x86_64 0.3.3-2.el8 AppStream 4.3 M > openblas-threads x86_64 0.3.3-2.el8 AppStream 4.4 M > pki-servlet-4.0-api noarch 1:9.0.7-16.module_el8.1.0+233+b2be703e > AppStream 280 k > postgresql x86_64 10.6-1.module_el8.0.0+15+f57f353b > AppStream 1.5 M > postgresql-contrib x86_64 10.6-1.module_el8.0.0+15+f57f353b > AppStream 805 k > postgresql-jdbc noarch 42.2.3-1.el8 AppStream 705 k > postgresql-server x86_64 10.6-1.module_el8.0.0+15+f57f353b > AppStream 5.1 M > python2 x86_64 2.7.16-12.module_el8.1.0+219+cf9e6ac9 > AppStream 109 k > python2-libs x86_64 2.7.16-12.module_el8.1.0+219+cf9e6ac9 > AppStream 6.0 M > python2-pip-wheel noarch 9.0.3-14.module_el8.1.0+219+cf9e6ac9 > AppStream 1.2 M > python2-setuptools-wheel noarch 39.0.1-11.module_el8.1.0+219+cf9e6ac9 > AppStream 289 k > python3-babel noarch 2.5.1-5.el8 AppStream 4.8 M > python3-bind noarch 32:9.11.4-26.P2.el8 > AppStream 146 k > python3-click noarch 6.7-8.el8 AppStream 131 k > python3-docutils noarch 0.14-12.module_el8.1.0+245+c39af44f > AppStream 1.6 M > python3-flask noarch 1:0.12.2-3.el8 AppStream 141 k > python3-itsdangerous noarch 0.24-14.el8 AppStream 31 k > python3-jinja2 noarch 2.10.1-2.el8_0 AppStream 538 k > python3-jmespath noarch 0.9.0-11.el8 AppStream 45 k > python3-markupsafe x86_64 0.23-19.el8 AppStream 39 k > python3-mod_wsgi x86_64 4.6.4-3.el8 AppStream 2.5 M > python3-netaddr noarch 0.7.19-8.el8 AppStream 1.5 M > python3-numpy x86_64 1:1.14.3-9.el8 AppStream 3.7 M > python3-pip noarch 9.0.3-15.el8 AppStream 19 k > python3-psycopg2 x86_64 2.7.5-7.el8 AppStream 172 k > python3-ptyprocess noarch 0.5.2-4.el8 AppStream 31 k > python3-pyasn1 noarch 0.3.7-6.el8 AppStream 126 k > python3-pycurl x86_64 7.43.0.2-3.el8 AppStream 227 k > python3-pytz noarch 2017.2-9.el8 AppStream 54 k > python3-werkzeug noarch 0.12.2-4.el8 AppStream 457 k > python36 x86_64 3.6.8-2.module_el8.1.0+245+c39af44f > AppStream 19 k > relaxngDatatype noarch 2011.1-7.module_el8.1.0+233+b2be703e > AppStream 27 k > resteasy noarch 3.0.26-3.module_el8.1.0+233+b2be703e > AppStream 1.1 M > rsyslog-elasticsearch x86_64 8.37.0-13.el8 AppStream 30 k > rsyslog-mmjsonparse x86_64 8.37.0-13.el8 AppStream 19 k > rsyslog-mmnormalize x86_64 8.37.0-13.el8 AppStream 20 k > slf4j noarch 1.7.25-4.module_el8.1.0+233+b2be703e > AppStream 77 k > slf4j-jdk14 noarch 1.7.25-4.module_el8.1.0+233+b2be703e > AppStream 25 k > sscg x86_64 2.3.3-6.el8 AppStream 43 k > stax-ex noarch 1.7.7-8.module_el8.1.0+233+b2be703e > AppStream 55 k > tzdata-java noarch 2019c-1.el8 AppStream 189 k > uuid x86_64 1.6.2-42.el8 AppStream 63 k > xmlstreambuffer noarch 1.5.4-8.module_el8.1.0+233+b2be703e > AppStream 87 k > xsom noarch 0-19.20110809svn.module_el8.1.0+233+b2be703e > AppStream 399 k > yajl x86_64 2.1.0-10.el8 AppStream 41 k > avahi-libs x86_64 0.7-19.el8 BaseOS 62 k > bzip2 x86_64 1.0.6-26.el8 BaseOS 60 k > checkpolicy x86_64 2.9-1.el8 BaseOS 348 k > cups-libs x86_64 1:2.2.6-28.el8 BaseOS 433 k > fontpackages-filesystem noarch 1.44-22.el8 BaseOS 16 k > glib-networking x86_64 2.56.1-1.1.el8 BaseOS 155 k > gsettings-desktop-schemas x86_64 3.32.0-3.el8 BaseOS 632 k > gssproxy x86_64 0.8.0-14.el8 BaseOS 118 k > json-glib x86_64 1.4.4-1.el8 BaseOS 144 k > keyutils x86_64 1.5.10-6.el8 BaseOS 63 k > libgfortran x86_64 8.3.1-4.5.el8 BaseOS 638 k > libibverbs x86_64 22.3-1.el8 BaseOS 239 k > libmodman x86_64 2.0.1-17.el8 BaseOS 36 k > libproxy x86_64 0.4.15-5.2.el8 BaseOS 75 k > libquadmath x86_64 8.3.1-4.5.el8 BaseOS 169 k > libverto-libevent x86_64 0.3.0-5.el8 BaseOS 16 k > libxslt x86_64 1.1.32-3.el8 BaseOS 249 k > lksctp-tools x86_64 1.0.18-3.el8 BaseOS 100 k > mailcap noarch 2.1.48-3.el8 BaseOS 39 k > nfs-utils x86_64 1:2.3.3-26.el8 BaseOS 472 k > pciutils x86_64 3.5.6-4.el8 BaseOS 105 k > perl-Carp noarch 1.42-396.el8 BaseOS 30 k > perl-Errno x86_64 1.28-416.el8 BaseOS 76 k > perl-Exporter noarch 5.72-396.el8 BaseOS 34 k > perl-File-Path noarch 2.15-2.el8 BaseOS 38 k > perl-IO x86_64 1.38-416.el8 BaseOS 141 k > perl-PathTools x86_64 3.74-1.el8 BaseOS 90 k > perl-Scalar-List-Utils x86_64 3:1.49-2.el8 BaseOS 68 k > perl-Socket x86_64 4:2.027-3.el8 BaseOS 59 k > perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 > BaseOS 24 k > perl-Unicode-Normalize x86_64 1.25-396.el8 BaseOS 82 k > perl-constant noarch 1.33-396.el8 BaseOS 25 k > perl-interpreter x86_64 4:5.26.3-416.el8 > BaseOS 6.3 M > perl-libs x86_64 4:5.26.3-416.el8 > BaseOS 1.6 M > perl-macros x86_64 4:5.26.3-416.el8 > BaseOS 72 k > perl-parent noarch 1:0.237-1.el8 BaseOS 20 k > perl-threads x86_64 1:2.21-2.el8 BaseOS 61 k > perl-threads-shared x86_64 1.58-2.el8 BaseOS 48 k > policycoreutils-python-utils noarch 2.9-3.el8_1.1 BaseOS 250 k > publicsuffix-list noarch 20180723-1.el8 BaseOS 79 k > python3-audit x86_64 3.0-0.13.20190507gitf58ec40.el8 > BaseOS 85 k > python3-chardet noarch 3.0.4-7.el8 BaseOS 195 k > python3-dnf-plugin-versionlock > noarch 4.0.8-3.el8 BaseOS 55 k > python3-libsemanage x86_64 2.9-1.el8 BaseOS 127 k > python3-policycoreutils noarch 2.9-3.el8_1.1 BaseOS 2.2 M > python3-pwquality x86_64 1.4.0-9.el8 BaseOS 19 k > python3-pysocks noarch 1.6.8-3.el8 BaseOS 34 k > python3-requests noarch 2.20.0-2.1.el8_1 > BaseOS 123 k > python3-setools x86_64 4.2.2-1.el8 BaseOS 600 k > python3-setuptools noarch 39.2.0-5.el8 BaseOS 162 k > python3-urllib3 noarch 1.24.2-2.el8 BaseOS 176 k > quota x86_64 1:4.04-10.el8 BaseOS 214 k > quota-nls noarch 1:4.04-10.el8 BaseOS 94 k > rdma-core x86_64 22.3-1.el8 BaseOS 53 k > rpcbind x86_64 1.2.5-4.el8 BaseOS 70 k > apache-commons-compress noarch 1.18-1.module_el8.0.0+30+832da3a1 > PowerTools 527 k > apache-commons-jxpath noarch 1.3-29.module_el8.0.0+30+832da3a1 > PowerTools 295 k > javapackages-filesystem noarch 5.3.0-2.module_el8.0.0+30+832da3a1 > PowerTools 30 k > javapackages-tools noarch 5.3.0-2.module_el8.0.0+30+832da3a1 > PowerTools 44 k > log4j12 noarch 1.2.17-22.module_el8.0.0+30+832da3a1 > PowerTools 457 k > libsodium x86_64 1.0.18-2.el8 ovirt-master-epel 162 k > python3-bcrypt x86_64 3.1.6-2.el8.1 ovirt-master-epel 44 k > python3-paramiko noarch 2.4.3-1.el8 ovirt-master-epel 289 k > python3-pynacl x86_64 1.3.0-5.el8 ovirt-master-epel 100 k > sshpass x86_64 1.06-9.el8 ovirt-master-epel 27 k > cockpit-bridge x86_64 211.1-2.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 621 k > cockpit-dashboard noarch 211.1-2.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 224 k > cockpit-ws x86_64 211.1-2.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 1.3 M > openvswitch x86_64 2.11.1-5.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 1.9 M > openvswitch-selinux-extra-policy > noarch 1.0-18.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 14 k > ovn x86_64 2.11.1-5.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 2.5 M > ovn-central x86_64 2.11.1-5.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 906 k > python3-m2crypto x86_64 0.35.2-4.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 303 k > python3-openvswitch x86_64 2.11.1-5.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 233 k > python3-pyyaml x86_64 5.1.2-3.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 197 k > python3-requests_ntlm noarch 1.1.0-8.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 19 k > python3-xmltodict noarch 0.12.0-4.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 25 k > ansible noarch 2.9.6-1.el8 ovirt-master-centos-ovirt44-testing > 17 M > ansible-runner-service noarch 1.0.1-5.el8 ovirt-master-centos-ovirt44-testing > 91 k > apache-commons-configuration noarch 1.10-1.el8 ovirt-master-centos-ovirt44-testing > 353 k > apache-sshd noarch 2.2.0-1.el8 ovirt-master-centos-ovirt44-testing > 1.8 M > ebay-cors-filter noarch 1.0.1-4.el8 ovirt-master-centos-ovirt44-testing > 105 k > novnc noarch 1.1.0-6.el8 ovirt-master-centos-ovirt44-testing > 949 k > openstack-java-cinder-client noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 37 k > openstack-java-cinder-model noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 37 k > openstack-java-client noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 26 k > openstack-java-glance-client noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 32 k > openstack-java-glance-model noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 23 k > openstack-java-keystone-client > noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 54 k > openstack-java-keystone-model > noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 57 k > openstack-java-quantum-client > noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 37 k > openstack-java-quantum-model noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 35 k > openstack-java-resteasy-connector > noarch 3.2.8-1.el8 ovirt-master-centos-ovirt44-testing > 24 k > python3-aniso8601 noarch 8.0.0-1.el8 ovirt-master-centos-ovirt44-testing > 79 k > python3-ansible-runner noarch 1.4.5-1.el8 ovirt-master-centos-ovirt44-testing > 99 k > python3-daemon noarch 2.2.3-7.el8 ovirt-master-centos-ovirt44-testing > 41 k > python3-flask-restful noarch 0.3.7-5.el8 ovirt-master-centos-ovirt44-testing > 122 k > python3-lockfile noarch 1:0.11.0-16.el8 > ovirt-master-centos-ovirt44-testing > 33 k > python3-notario noarch 0.0.16-4.el8 ovirt-master-centos-ovirt44-testing > 82 k > python3-ovsdbapp noarch 0.17.2-1.el8 ovirt-master-centos-ovirt44-testing > 113 k > python3-passlib noarch 1.7.1-6.el8 ovirt-master-centos-ovirt44-testing > 747 k > python3-pbr noarch 5.4.3-2.el8 ovirt-master-centos-ovirt44-testing > 90 k > python3-pexpect noarch 4.7.0-4.el8 ovirt-master-centos-ovirt44-testing > 144 k > python3-psutil x86_64 5.6.3-5.el8 ovirt-master-centos-ovirt44-testing > 396 k > python3-websocket-client noarch 0.56.0-5.el8 ovirt-master-centos-ovirt44-testing > 61 k > python3-websockify noarch 0.8.0-15.el8 ovirt-master-centos-ovirt44-testing > 54 k > snmp4j noarch 2.4.1-1.el8 ovirt-master-centos-ovirt44-testing > 459 k > ws-commons-util noarch 1.0.2-1.el8 ovirt-master-centos-ovirt44-testing > 45 k > xmlrpc-client noarch 3.1.3-1.el8 ovirt-master-centos-ovirt44-testing > 60 k > xmlrpc-common noarch 3.1.3-1.el8 ovirt-master-centos-ovirt44-testing > 110 k > collectd x86_64 5.11.0-1.el8 ovirt-master-centos-opstools > 705 k > collectd-disk x86_64 5.11.0-1.el8 ovirt-master-centos-opstools > 32 k > collectd-postgresql x86_64 5.11.0-1.el8 ovirt-master-centos-opstools > 42 k > collectd-write_http x86_64 5.11.0-1.el8 ovirt-master-centos-opstools > 41 k > collectd-write_syslog x86_64 5.11.0-1.el8 ovirt-master-centos-opstools > 32 k > java-client-kubevirt noarch 0.5.0-1.el8 ovirt-master-snapshot 22 M > otopi-common noarch 1.9.1-1.el8 ovirt-master-snapshot 84 k > ovirt-ansible-cluster-upgrade > noarch 1.2.2-0.1.master.20191202140138.el8 > ovirt-master-snapshot 19 k > ovirt-ansible-disaster-recovery > noarch 1.3.0-1.el8 ovirt-master-snapshot 43 k > ovirt-ansible-engine-setup noarch 1.2.3-0.1.master.20200303085718.el8 > ovirt-master-snapshot 20 k > ovirt-ansible-hosted-engine-setup > noarch 1.1.1-0.1.master.20200310150910.el8 > ovirt-master-snapshot 62 k > ovirt-ansible-image-template noarch 1.2.2-1.el8 ovirt-master-snapshot 22 k > ovirt-ansible-infra noarch 1.2.2-0.1.master.20191202142457.el8 > ovirt-master-snapshot 36 k > ovirt-ansible-manageiq noarch 1.2.2-0.1.master.20191202142450.el8 > ovirt-master-snapshot 26 k > ovirt-ansible-repositories noarch 1.2.2-0.1.master.20191202145100.el8 > ovirt-master-snapshot 18 k > ovirt-ansible-roles noarch 1.2.3-1.el8 ovirt-master-snapshot 18 k > ovirt-ansible-shutdown-env noarch 1.0.5-0.0.master.20200305215534.el8 > ovirt-master-snapshot 16 k > ovirt-ansible-vm-infra noarch 1.2.2-0.1.master.20191219074922.el8 > ovirt-master-snapshot 27 k > ovirt-cockpit-sso noarch 0.1.2-1.el8 ovirt-master-snapshot 20 k > ovirt-engine-api-explorer noarch 0.0.7-0.alpha.1.20200225git26f0652.el8 > ovirt-master-snapshot 283 k > ovirt-engine-backend noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 11 M > ovirt-engine-dbscripts noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 326 k > ovirt-engine-dwh noarch 4.4.1-0.0.master.20200303112430.el8 > ovirt-master-snapshot 2.1 M > ovirt-engine-dwh-setup noarch 4.4.1-0.0.master.20200303112430.el8 > ovirt-master-snapshot 84 k > ovirt-engine-extension-aaa-jdbc > noarch 1.2.0-1.el8 ovirt-master-snapshot 192 k > ovirt-engine-extensions-api noarch 1.0.1-1.el8 ovirt-master-snapshot 51 k > ovirt-engine-metrics noarch 1.4.1-0.0.master.20200315171637.gitb208de0.el8 > ovirt-master-snapshot 145 k > ovirt-engine-restapi noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 5.3 M > ovirt-engine-setup noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 13 k > ovirt-engine-setup-base noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 110 k > ovirt-engine-setup-plugin-cinderlib > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 34 k > ovirt-engine-setup-plugin-ovirt-engine > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 190 k > ovirt-engine-setup-plugin-ovirt-engine-common > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 113 k > ovirt-engine-setup-plugin-vmconsole-proxy-helper > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 33 k > ovirt-engine-setup-plugin-websocket-proxy > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 30 k > ovirt-engine-tools noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 309 k > ovirt-engine-tools-backup noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 33 k > ovirt-engine-ui-extensions noarch 1.1.0-1.20200309gita7955a1.el8 > ovirt-master-snapshot 12 M > ovirt-engine-vmconsole-proxy-helper > noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 21 k > ovirt-engine-webadmin-portal noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 16 M > ovirt-engine-websocket-proxy noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 27 k > ovirt-engine-wildfly x86_64 18.0.1-1.el8 ovirt-master-snapshot 172 M > ovirt-engine-wildfly-overlay noarch 18.0.1-1.el8 ovirt-master-snapshot 8.3 k > ovirt-provider-ovn noarch 1.2.30-0.20200313090209.git7dd5fe7.el8 > ovirt-master-snapshot 147 k > ovirt-vmconsole noarch 1.0.8-1.20200302123433.gitb227917.el8 > ovirt-master-snapshot 39 k > ovirt-vmconsole-proxy noarch 1.0.8-1.20200302123433.gitb227917.el8 > ovirt-master-snapshot 24 k > ovirt-web-ui noarch 1.6.1-0.20200311.git197f959.el8 > ovirt-master-snapshot 15 M > python3-otopi noarch 1.9.1-1.el8 ovirt-master-snapshot 105 k > python3-ovirt-engine-lib noarch 4.4.0-0.0.master.20200317103500.git3e2b0274306.el8 > ovirt-master-snapshot 33 k > python3-ovirt-engine-sdk4 x86_64 4.4.2-1.el8 ovirt-master-snapshot 544 k > python3-ovirt-setup-lib noarch 1.3.1-0.0.master.20191121150253.git8eff989.el8 > ovirt-master-snapshot 24 k > vdsm-jsonrpc-java noarch 1.5.4-1.20200213134519.git4121ea4.el8 > ovirt-master-snapshot 132 k >Installing weak dependencies: > abattis-cantarell-fonts noarch 0.0.25-4.el8 AppStream 155 k > apr-util-bdb x86_64 1.6.1-6.el8 AppStream 25 k > apr-util-openssl x86_64 1.6.1-6.el8 AppStream 27 k > centos-logos x86_64 80.5-2.el8 AppStream 706 k > python2-pip noarch 9.0.3-14.module_el8.1.0+219+cf9e6ac9 > AppStream 2.0 M > python2-setuptools noarch 39.0.1-11.module_el8.1.0+219+cf9e6ac9 > AppStream 643 k > python3-winrm noarch 0.3.0-7.el8 ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection > 60 k >Enabling module streams: > httpd 2.4 > maven 3.5 > nodejs 10 > postgresql 10 > python27 2.7 > python36 3.6 > >Transaction Summary >================================================================================ >Install 269 Packages > >Total download size: 476 M >Installed size: 1.3 G >Downloading Packages: >(1/269): aopalliance-1.0-17.module_el8.0.0+39+6 205 kB/s | 17 kB 00:00 >(2/269): abattis-cantarell-fonts-0.0.25-4.el8.n 1.1 MB/s | 155 kB 00:00 >(3/269): alsa-lib-1.1.9-4.el8.x86_64.rpm 2.2 MB/s | 429 kB 00:00 >(4/269): apache-commons-codec-1.11-3.module_el8 2.5 MB/s | 288 kB 00:00 >(5/269): apache-commons-collections-3.2.2-10.mo 5.7 MB/s | 537 kB 00:00 >(6/269): apache-commons-io-2.6-3.module_el8.0.0 4.1 MB/s | 224 kB 00:00 >(7/269): apache-commons-lang-2.6-21.module_el8. 5.0 MB/s | 282 kB 00:00 >(8/269): apache-commons-logging-1.2-13.module_e 2.9 MB/s | 85 kB 00:00 >(9/269): apr-1.6.3-9.el8.x86_64.rpm 4.1 MB/s | 125 kB 00:00 >(10/269): apr-util-bdb-1.6.1-6.el8.x86_64.rpm 895 kB/s | 25 kB 00:00 >(11/269): apr-util-1.6.1-6.el8.x86_64.rpm 3.1 MB/s | 105 kB 00:00 >(12/269): apr-util-openssl-1.6.1-6.el8.x86_64.r 987 kB/s | 27 kB 00:00 >(13/269): bea-stax-api-1.2.0-16.module_el8.1.0+ 1.3 MB/s | 37 kB 00:00 >(14/269): bind-libs-9.11.4-26.P2.el8.x86_64.rpm 3.0 MB/s | 170 kB 00:00 >(15/269): bind-license-9.11.4-26.P2.el8.noarch. 2.9 MB/s | 99 kB 00:00 >(16/269): bind-utils-9.11.4-26.P2.el8.x86_64.rp 5.5 MB/s | 436 kB 00:00 >(17/269): centos-logos-httpd-80.5-2.el8.noarch. 966 kB/s | 24 kB 00:00 >(18/269): centos-logos-80.5-2.el8.x86_64.rpm 6.4 MB/s | 706 kB 00:00 >(19/269): bind-libs-lite-9.11.4-26.P2.el8.x86_6 7.0 MB/s | 1.1 MB 00:00 >(20/269): copy-jdk-configs-3.7-1.el8.noarch.rpm 1.0 MB/s | 27 kB 00:00 >(21/269): glassfish-fastinfoset-1.2.13-9.module 4.4 MB/s | 354 kB 00:00 >(22/269): glassfish-jaxb-api-2.2.12-8.module_el 3.5 MB/s | 102 kB 00:00 >(23/269): glassfish-jaxb-core-2.2.11-11.module_ 4.8 MB/s | 158 kB 00:00 >(24/269): dpdk-18.11.2-3.el8.x86_64.rpm 7.7 MB/s | 1.8 MB 00:00 >(25/269): glassfish-jaxb-txw2-2.2.11-11.module_ 3.0 MB/s | 90 kB 00:00 >(26/269): glassfish-jaxb-runtime-2.2.11-11.modu 6.7 MB/s | 937 kB 00:00 >(27/269): httpcomponents-client-4.5.5-4.module_ 7.6 MB/s | 718 kB 00:00 >(28/269): httpcomponents-core-4.4.10-3.module_e 6.9 MB/s | 638 kB 00:00 >(29/269): httpd-filesystem-2.4.37-16.module_el8 1.4 MB/s | 35 kB 00:00 >(30/269): httpd-tools-2.4.37-16.module_el8.1.0+ 3.5 MB/s | 103 kB 00:00 >(31/269): git-core-2.18.2-1.el8_1.x86_64.rpm 11 MB/s | 4.8 MB 00:00 >(32/269): istack-commons-runtime-2.21-9.el8.noa 1.7 MB/s | 44 kB 00:00 >(33/269): jackson-annotations-2.9.9-1.module_el 2.1 MB/s | 72 kB 00:00 >(34/269): httpd-2.4.37-16.module_el8.1.0+256+ae 9.6 MB/s | 1.7 MB 00:00 >(35/269): jackson-core-2.9.9-1.module_el8.1.0+2 4.8 MB/s | 325 kB 00:00 >(36/269): jackson-jaxrs-json-provider-2.9.9-1.m 813 kB/s | 24 kB 00:00 >(37/269): jackson-jaxrs-providers-2.9.9-1.modul 1.5 MB/s | 45 kB 00:00 >(38/269): jackson-module-jaxb-annotations-2.7.6 1.0 MB/s | 46 kB 00:00 >(39/269): jackson-databind-2.9.9.2-1.module_el8 11 MB/s | 1.2 MB 00:00 >(40/269): jboss-annotations-1.2-api-1.0.0-4.el8 1.5 MB/s | 40 kB 00:00 >(41/269): jboss-jaxrs-2.0-api-1.0.0-6.el8.noarc 2.0 MB/s | 113 kB 00:00 >(42/269): jboss-logging-3.3.0-5.el8.noarch.rpm 2.6 MB/s | 71 kB 00:00 >(43/269): jboss-logging-tools-2.0.1-6.el8.noarc 5.1 MB/s | 174 kB 00:00 >(44/269): jcl-over-slf4j-1.7.25-4.module_el8.0. 1.2 MB/s | 32 kB 00:00 >(45/269): jdeparser-2.0.0-5.el8.noarch.rpm 5.9 MB/s | 217 kB 00:00 >(46/269): lcms2-2.9-2.el8.x86_64.rpm 4.7 MB/s | 165 kB 00:00 >(47/269): libjpeg-turbo-1.5.3-10.el8.x86_64.rpm 4.5 MB/s | 156 kB 00:00 >(48/269): liblognorm-2.0.5-1.el8.x86_64.rpm 2.1 MB/s | 87 kB 00:00 >(49/269): libpq-12.1-3.el8.x86_64.rpm 5.3 MB/s | 195 kB 00:00 >(50/269): lua-5.3.4-11.el8.x86_64.rpm 5.4 MB/s | 193 kB 00:00 >(51/269): mod_http2-1.11.3-3.module_el8.1.0+213 4.6 MB/s | 158 kB 00:00 >(52/269): mod_ssl-2.4.37-16.module_el8.1.0+256+ 3.7 MB/s | 131 kB 00:00 >(53/269): nodejs-10.19.0-1.module_el8.1.0+277+2 8.9 MB/s | 9.0 MB 00:01 >(54/269): npm-6.13.4-1.10.19.0.1.module_el8.1.0 6.8 MB/s | 3.8 MB 00:00 >(55/269): ongres-scram-1.0.0~beta.2-5.el8.noarc 1.3 MB/s | 46 kB 00:00 >(56/269): ongres-scram-client-1.0.0~beta.2-5.el 871 kB/s | 24 kB 00:00 >(57/269): openblas-0.3.3-2.el8.x86_64.rpm 7.2 MB/s | 4.3 MB 00:00 >(58/269): openblas-threads-0.3.3-2.el8.x86_64.r 7.6 MB/s | 4.4 MB 00:00 >(59/269): pki-servlet-4.0-api-9.0.7-16.module_e 4.7 MB/s | 280 kB 00:00 >(60/269): postgresql-10.6-1.module_el8.0.0+15+f 7.9 MB/s | 1.5 MB 00:00 >(61/269): java-1.8.0-openjdk-headless-1.8.0.242 8.9 MB/s | 33 MB 00:03 >(62/269): postgresql-contrib-10.6-1.module_el8. 4.4 MB/s | 805 kB 00:00 >(63/269): postgresql-jdbc-42.2.3-1.el8.noarch.r 6.6 MB/s | 705 kB 00:00 >(64/269): python2-2.7.16-12.module_el8.1.0+219+ 3.5 MB/s | 109 kB 00:00 >(65/269): postgresql-server-10.6-1.module_el8.0 8.3 MB/s | 5.1 MB 00:00 >(66/269): python2-libs-2.7.16-12.module_el8.1.0 9.6 MB/s | 6.0 MB 00:00 >(67/269): python2-pip-wheel-9.0.3-14.module_el8 8.9 MB/s | 1.2 MB 00:00 >(68/269): python2-pip-9.0.3-14.module_el8.1.0+2 7.7 MB/s | 2.0 MB 00:00 >(69/269): python2-setuptools-39.0.1-11.module_e 7.6 MB/s | 643 kB 00:00 >(70/269): python2-setuptools-wheel-39.0.1-11.mo 4.9 MB/s | 289 kB 00:00 >(71/269): python3-bind-9.11.4-26.P2.el8.noarch. 4.4 MB/s | 146 kB 00:00 >(72/269): python3-click-6.7-8.el8.noarch.rpm 2.9 MB/s | 131 kB 00:00 >(73/269): python3-docutils-0.14-12.module_el8.1 7.9 MB/s | 1.6 MB 00:00 >(74/269): python3-flask-0.12.2-3.el8.noarch.rpm 2.7 MB/s | 141 kB 00:00 >(75/269): python3-itsdangerous-0.24-14.el8.noar 765 kB/s | 31 kB 00:00 >(76/269): python3-jinja2-2.10.1-2.el8_0.noarch. 6.7 MB/s | 538 kB 00:00 >(77/269): python3-babel-2.5.1-5.el8.noarch.rpm 10 MB/s | 4.8 MB 00:00 >(78/269): python3-jmespath-0.9.0-11.el8.noarch. 1.6 MB/s | 45 kB 00:00 >(79/269): python3-markupsafe-0.23-19.el8.x86_64 1.4 MB/s | 39 kB 00:00 >(80/269): python3-netaddr-0.7.19-8.el8.noarch.r 9.7 MB/s | 1.5 MB 00:00 >(81/269): python3-mod_wsgi-4.6.4-3.el8.x86_64.r 8.9 MB/s | 2.5 MB 00:00 >(82/269): python3-pip-9.0.3-15.el8.noarch.rpm 582 kB/s | 19 kB 00:00 >(83/269): python3-psycopg2-2.7.5-7.el8.x86_64.r 5.1 MB/s | 172 kB 00:00 >(84/269): python3-ptyprocess-0.5.2-4.el8.noarch 1.0 MB/s | 31 kB 00:00 >(85/269): python3-pyasn1-0.3.7-6.el8.noarch.rpm 3.9 MB/s | 126 kB 00:00 >(86/269): python3-pycurl-7.43.0.2-3.el8.x86_64. 5.9 MB/s | 227 kB 00:00 >(87/269): python3-pytz-2017.2-9.el8.noarch.rpm 1.9 MB/s | 54 kB 00:00 >(88/269): python3-werkzeug-0.12.2-4.el8.noarch. 5.5 MB/s | 457 kB 00:00 >(89/269): python3-numpy-1.14.3-9.el8.x86_64.rpm 9.7 MB/s | 3.7 MB 00:00 >(90/269): python36-3.6.8-2.module_el8.1.0+245+c 730 kB/s | 19 kB 00:00 >(91/269): relaxngDatatype-2011.1-7.module_el8.1 1.0 MB/s | 27 kB 00:00 >(92/269): rsyslog-elasticsearch-8.37.0-13.el8.x 917 kB/s | 30 kB 00:00 >(93/269): rsyslog-mmjsonparse-8.37.0-13.el8.x86 762 kB/s | 19 kB 00:00 >(94/269): rsyslog-mmnormalize-8.37.0-13.el8.x86 822 kB/s | 20 kB 00:00 >(95/269): slf4j-1.7.25-4.module_el8.1.0+233+b2b 2.8 MB/s | 77 kB 00:00 >(96/269): resteasy-3.0.26-3.module_el8.1.0+233+ 8.2 MB/s | 1.1 MB 00:00 >(97/269): slf4j-jdk14-1.7.25-4.module_el8.1.0+2 988 kB/s | 25 kB 00:00 >(98/269): sscg-2.3.3-6.el8.x86_64.rpm 1.6 MB/s | 43 kB 00:00 >(99/269): stax-ex-1.7.7-8.module_el8.1.0+233+b2 2.0 MB/s | 55 kB 00:00 >(100/269): tzdata-java-2019c-1.el8.noarch.rpm 5.6 MB/s | 189 kB 00:00 >(101/269): uuid-1.6.2-42.el8.x86_64.rpm 2.3 MB/s | 63 kB 00:00 >(102/269): xmlstreambuffer-1.5.4-8.module_el8.1 2.6 MB/s | 87 kB 00:00 >(103/269): java-11-openjdk-headless-11.0.6.10-0 6.6 MB/s | 40 MB 00:06 >(104/269): yajl-2.1.0-10.el8.x86_64.rpm 302 kB/s | 41 kB 00:00 >(105/269): xsom-0-19.20110809svn.module_el8.1.0 2.4 MB/s | 399 kB 00:00 >(106/269): bzip2-1.0.6-26.el8.x86_64.rpm 774 kB/s | 60 kB 00:00 >(107/269): avahi-libs-0.7-19.el8.x86_64.rpm 631 kB/s | 62 kB 00:00 >(108/269): fontpackages-filesystem-1.44-22.el8. 617 kB/s | 16 kB 00:00 >(109/269): checkpolicy-2.9-1.el8.x86_64.rpm 2.5 MB/s | 348 kB 00:00 >(110/269): cups-libs-2.2.6-28.el8.x86_64.rpm 6.2 MB/s | 433 kB 00:00 >(111/269): gssproxy-0.8.0-14.el8.x86_64.rpm 4.2 MB/s | 118 kB 00:00 >(112/269): glib-networking-2.56.1-1.1.el8.x86_6 2.9 MB/s | 155 kB 00:00 >(113/269): gsettings-desktop-schemas-3.32.0-3.e 12 MB/s | 632 kB 00:00 >(114/269): json-glib-1.4.4-1.el8.x86_64.rpm 5.8 MB/s | 144 kB 00:00 >(115/269): keyutils-1.5.10-6.el8.x86_64.rpm 2.3 MB/s | 63 kB 00:00 >(116/269): libgfortran-8.3.1-4.5.el8.x86_64.rpm 14 MB/s | 638 kB 00:00 >(117/269): libibverbs-22.3-1.el8.x86_64.rpm 5.7 MB/s | 239 kB 00:00 >(118/269): libmodman-2.0.1-17.el8.x86_64.rpm 975 kB/s | 36 kB 00:00 >(119/269): libproxy-0.4.15-5.2.el8.x86_64.rpm 3.1 MB/s | 75 kB 00:00 >(120/269): libquadmath-8.3.1-4.5.el8.x86_64.rpm 6.6 MB/s | 169 kB 00:00 >(121/269): libverto-libevent-0.3.0-5.el8.x86_64 635 kB/s | 16 kB 00:00 >(122/269): libxslt-1.1.32-3.el8.x86_64.rpm 8.2 MB/s | 249 kB 00:00 >(123/269): lksctp-tools-1.0.18-3.el8.x86_64.rpm 3.9 MB/s | 100 kB 00:00 >(124/269): mailcap-2.1.48-3.el8.noarch.rpm 1.5 MB/s | 39 kB 00:00 >(125/269): pciutils-3.5.6-4.el8.x86_64.rpm 2.9 MB/s | 105 kB 00:00 >(126/269): perl-Carp-1.42-396.el8.noarch.rpm 802 kB/s | 30 kB 00:00 >(127/269): nfs-utils-2.3.3-26.el8.x86_64.rpm 10 MB/s | 472 kB 00:00 >(128/269): perl-Errno-1.28-416.el8.x86_64.rpm 3.3 MB/s | 76 kB 00:00 >(129/269): perl-Exporter-5.72-396.el8.noarch.rp 1.3 MB/s | 34 kB 00:00 >(130/269): perl-File-Path-2.15-2.el8.noarch.rpm 1.6 MB/s | 38 kB 00:00 >(131/269): perl-IO-1.38-416.el8.x86_64.rpm 5.2 MB/s | 141 kB 00:00 >(132/269): perl-Scalar-List-Utils-1.49-2.el8.x8 2.7 MB/s | 68 kB 00:00 >(133/269): perl-PathTools-3.74-1.el8.x86_64.rpm 2.9 MB/s | 90 kB 00:00 >(134/269): perl-Socket-2.027-3.el8.x86_64.rpm 2.6 MB/s | 59 kB 00:00 >(135/269): perl-Text-Tabs+Wrap-2013.0523-395.el 1.1 MB/s | 24 kB 00:00 >(136/269): perl-Unicode-Normalize-1.25-396.el8. 2.9 MB/s | 82 kB 00:00 >(137/269): perl-constant-1.33-396.el8.noarch.rp 1.2 MB/s | 25 kB 00:00 >(138/269): perl-macros-5.26.3-416.el8.x86_64.rp 2.1 MB/s | 72 kB 00:00 >(139/269): perl-parent-0.237-1.el8.noarch.rpm 655 kB/s | 20 kB 00:00 >(140/269): perl-threads-2.21-2.el8.x86_64.rpm 1.6 MB/s | 61 kB 00:00 >(141/269): perl-threads-shared-1.58-2.el8.x86_6 1.2 MB/s | 48 kB 00:00 >(142/269): policycoreutils-python-utils-2.9-3.e 5.1 MB/s | 250 kB 00:00 >(143/269): publicsuffix-list-20180723-1.el8.noa 1.8 MB/s | 79 kB 00:00 >(144/269): perl-libs-5.26.3-416.el8.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 >(145/269): python3-audit-3.0-0.13.20190507gitf5 2.4 MB/s | 85 kB 00:00 >(146/269): python3-chardet-3.0.4-7.el8.noarch.r 3.5 MB/s | 195 kB 00:00 >(147/269): perl-interpreter-5.26.3-416.el8.x86_ 19 MB/s | 6.3 MB 00:00 >(148/269): python3-dnf-plugin-versionlock-4.0.8 1.0 MB/s | 55 kB 00:00 >(149/269): python3-libsemanage-2.9-1.el8.x86_64 4.3 MB/s | 127 kB 00:00 >(150/269): python3-pwquality-1.4.0-9.el8.x86_64 965 kB/s | 19 kB 00:00 >(151/269): python3-pysocks-1.6.8-3.el8.noarch.r 687 kB/s | 34 kB 00:00 >(152/269): python3-requests-2.20.0-2.1.el8_1.no 3.1 MB/s | 123 kB 00:00 >(153/269): python3-setuptools-39.2.0-5.el8.noar 3.3 MB/s | 162 kB 00:00 >(154/269): python3-policycoreutils-2.9-3.el8_1. 18 MB/s | 2.2 MB 00:00 >(155/269): python3-urllib3-1.24.2-2.el8.noarch. 6.4 MB/s | 176 kB 00:00 >(156/269): python3-setools-4.2.2-1.el8.x86_64.r 7.1 MB/s | 600 kB 00:00 >(157/269): quota-4.04-10.el8.x86_64.rpm 7.3 MB/s | 214 kB 00:00 >(158/269): rdma-core-22.3-1.el8.x86_64.rpm 2.5 MB/s | 53 kB 00:00 >(159/269): quota-nls-4.04-10.el8.noarch.rpm 3.3 MB/s | 94 kB 00:00 >(160/269): rpcbind-1.2.5-4.el8.x86_64.rpm 2.8 MB/s | 70 kB 00:00 >(161/269): javapackages-filesystem-5.3.0-2.modu 672 kB/s | 30 kB 00:00 >(162/269): javapackages-tools-5.3.0-2.module_el 2.3 MB/s | 44 kB 00:00 >(163/269): apache-commons-jxpath-1.3-29.module_ 3.3 MB/s | 295 kB 00:00 >(164/269): apache-commons-compress-1.18-1.modul 3.1 MB/s | 527 kB 00:00 >(165/269): log4j12-1.2.17-22.module_el8.0.0+30+ 5.1 MB/s | 457 kB 00:00 >(166/269): python3-bcrypt-3.1.6-2.el8.1.x86_64. 287 kB/s | 44 kB 00:00 >(167/269): libsodium-1.0.18-2.el8.x86_64.rpm 697 kB/s | 162 kB 00:00 >(168/269): sshpass-1.06-9.el8.x86_64.rpm 1.0 MB/s | 27 kB 00:00 >(169/269): python3-pynacl-1.3.0-5.el8.x86_64.rp 2.2 MB/s | 100 kB 00:00 >(170/269): python3-paramiko-2.4.3-1.el8.noarch. 1.4 MB/s | 289 kB 00:00 >(171/269): cockpit-dashboard-211.1-2.el8.noarch 276 kB/s | 224 kB 00:00 >(172/269): cockpit-bridge-211.1-2.el8.x86_64.rp 676 kB/s | 621 kB 00:00 >(173/269): openvswitch-selinux-extra-policy-1.0 130 kB/s | 14 kB 00:00 >(174/269): cockpit-ws-211.1-2.el8.x86_64.rpm 1.3 MB/s | 1.3 MB 00:01 >(175/269): ovn-central-2.11.1-5.el8.x86_64.rpm 6.1 MB/s | 906 kB 00:00 >(176/269): openvswitch-2.11.1-5.el8.x86_64.rpm 4.1 MB/s | 1.9 MB 00:00 >(177/269): python3-m2crypto-0.35.2-4.el8.x86_64 2.4 MB/s | 303 kB 00:00 >(178/269): ovn-2.11.1-5.el8.x86_64.rpm 7.0 MB/s | 2.5 MB 00:00 >(179/269): python3-openvswitch-2.11.1-5.el8.x86 1.9 MB/s | 233 kB 00:00 >(180/269): python3-pyyaml-5.1.2-3.el8.x86_64.rp 1.6 MB/s | 197 kB 00:00 >(181/269): python3-requests_ntlm-1.1.0-8.el8.no 169 kB/s | 19 kB 00:00 >(182/269): python3-winrm-0.3.0-7.el8.noarch.rpm 429 kB/s | 60 kB 00:00 >(183/269): python3-xmltodict-0.12.0-4.el8.noarc 201 kB/s | 25 kB 00:00 >(184/269): ansible-runner-service-1.0.1-5.el8.n 249 kB/s | 91 kB 00:00 >(185/269): apache-commons-configuration-1.10-1. 870 kB/s | 353 kB 00:00 >(186/269): ebay-cors-filter-1.0.1-4.el8.noarch. 891 kB/s | 105 kB 00:00 >(187/269): apache-sshd-2.2.0-1.el8.noarch.rpm 7.2 MB/s | 1.8 MB 00:00 >(188/269): openstack-java-cinder-client-3.2.8-1 404 kB/s | 37 kB 00:00 >(189/269): novnc-1.1.0-6.el8.noarch.rpm 5.1 MB/s | 949 kB 00:00 >(190/269): openstack-java-cinder-model-3.2.8-1. 395 kB/s | 37 kB 00:00 >(191/269): openstack-java-client-3.2.8-1.el8.no 294 kB/s | 26 kB 00:00 >(192/269): openstack-java-glance-client-3.2.8-1 351 kB/s | 32 kB 00:00 >(193/269): openstack-java-glance-model-3.2.8-1. 267 kB/s | 23 kB 00:00 >(194/269): openstack-java-keystone-client-3.2.8 521 kB/s | 54 kB 00:00 >(195/269): openstack-java-keystone-model-3.2.8- 566 kB/s | 57 kB 00:00 >(196/269): openstack-java-quantum-model-3.2.8-1 399 kB/s | 35 kB 00:00 >(197/269): openstack-java-quantum-client-3.2.8- 326 kB/s | 37 kB 00:00 >(198/269): openstack-java-resteasy-connector-3. 266 kB/s | 24 kB 00:00 >(199/269): python3-aniso8601-8.0.0-1.el8.noarch 789 kB/s | 79 kB 00:00 >(200/269): python3-ansible-runner-1.4.5-1.el8.n 926 kB/s | 99 kB 00:00 >(201/269): python3-daemon-2.2.3-7.el8.noarch.rp 455 kB/s | 41 kB 00:00 >(202/269): python3-lockfile-0.11.0-16.el8.noarc 375 kB/s | 33 kB 00:00 >(203/269): python3-flask-restful-0.3.7-5.el8.no 1.0 MB/s | 122 kB 00:00 >(204/269): python3-notario-0.0.16-4.el8.noarch. 756 kB/s | 82 kB 00:00 >(205/269): python3-ovsdbapp-0.17.2-1.el8.noarch 961 kB/s | 113 kB 00:00 >(206/269): python3-pbr-5.4.3-2.el8.noarch.rpm 812 kB/s | 90 kB 00:00 >(207/269): python3-passlib-1.7.1-6.el8.noarch.r 3.7 MB/s | 747 kB 00:00 >(208/269): python3-pexpect-4.7.0-4.el8.noarch.r 1.1 MB/s | 144 kB 00:00 >(209/269): ansible-2.9.6-1.el8.noarch.rpm 9.0 MB/s | 17 MB 00:01 >(210/269): python3-psutil-5.6.3-5.el8.x86_64.rp 2.4 MB/s | 396 kB 00:00 >(211/269): python3-websocket-client-0.56.0-5.el 580 kB/s | 61 kB 00:00 >(212/269): python3-websockify-0.8.0-15.el8.noar 515 kB/s | 54 kB 00:00 >(213/269): ws-commons-util-1.0.2-1.el8.noarch.r 427 kB/s | 45 kB 00:00 >(214/269): snmp4j-2.4.1-1.el8.noarch.rpm 3.0 MB/s | 459 kB 00:00 >(215/269): xmlrpc-client-3.1.3-1.el8.noarch.rpm 577 kB/s | 60 kB 00:00 >(216/269): xmlrpc-common-3.1.3-1.el8.noarch.rpm 949 kB/s | 110 kB 00:00 >(217/269): collectd-disk-5.11.0-1.el8.x86_64.rp 342 kB/s | 32 kB 00:00 >(218/269): collectd-5.11.0-1.el8.x86_64.rpm 4.0 MB/s | 705 kB 00:00 >(219/269): collectd-postgresql-5.11.0-1.el8.x86 456 kB/s | 42 kB 00:00 >(220/269): collectd-write_http-5.11.0-1.el8.x86 446 kB/s | 41 kB 00:00 >(221/269): collectd-write_syslog-5.11.0-1.el8.x 380 kB/s | 32 kB 00:00 >(222/269): ovirt-ansible-cluster-upgrade-1.2.2- 22 kB/s | 19 kB 00:00 >(223/269): otopi-common-1.9.1-1.el8.noarch.rpm 83 kB/s | 84 kB 00:01 >(224/269): ovirt-ansible-engine-setup-1.2.3-0.1 23 kB/s | 20 kB 00:00 >(225/269): ovirt-ansible-disaster-recovery-1.3. 42 kB/s | 43 kB 00:01 >(226/269): ovirt-ansible-image-template-1.2.2-1 25 kB/s | 22 kB 00:00 >(227/269): ovirt-ansible-hosted-engine-setup-1. 53 kB/s | 62 kB 00:01 >(228/269): java-client-kubevirt-0.5.0-1.el8.noa 6.5 MB/s | 22 MB 00:03 >(229/269): ovirt-ansible-infra-1.2.2-0.1.master 42 kB/s | 36 kB 00:00 >(230/269): ovirt-ansible-manageiq-1.2.2-0.1.mas 31 kB/s | 26 kB 00:00 >(231/269): ovirt-ansible-repositories-1.2.2-0.1 21 kB/s | 18 kB 00:00 >(232/269): ovirt-ansible-roles-1.2.3-1.el8.noar 21 kB/s | 18 kB 00:00 >(233/269): ovirt-ansible-shutdown-env-1.0.5-0.0 19 kB/s | 16 kB 00:00 >(234/269): ovirt-ansible-vm-infra-1.2.2-0.1.mas 31 kB/s | 27 kB 00:00 >(235/269): ovirt-cockpit-sso-0.1.2-1.el8.noarch 23 kB/s | 20 kB 00:00 >(236/269): ovirt-engine-api-explorer-0.0.7-0.al 204 kB/s | 283 kB 00:01 >(237/269): ovirt-engine-4.4.0-0.0.master.202003 5.1 MB/s | 13 MB 00:02 >(238/269): ovirt-engine-dbscripts-4.4.0-0.0.mas 236 kB/s | 326 kB 00:01 >(239/269): ovirt-engine-dwh-setup-4.4.1-0.0.mas 82 kB/s | 84 kB 00:01 >(240/269): ovirt-engine-dwh-4.4.1-0.0.master.20 1.1 MB/s | 2.1 MB 00:01 >(241/269): ovirt-engine-extension-aaa-jdbc-1.2. 159 kB/s | 192 kB 00:01 >(242/269): ovirt-engine-extensions-api-1.0.1-1. 49 kB/s | 51 kB 00:01 >(243/269): ovirt-engine-metrics-1.4.1-0.0.maste 122 kB/s | 145 kB 00:01 >(244/269): ovirt-engine-setup-4.4.0-0.0.master. 18 kB/s | 13 kB 00:00 >(245/269): ovirt-engine-setup-base-4.4.0-0.0.ma 91 kB/s | 110 kB 00:01 >(246/269): ovirt-engine-backend-4.4.0-0.0.maste 1.4 MB/s | 11 MB 00:08 >(247/269): ovirt-engine-setup-plugin-cinderlib- 41 kB/s | 34 kB 00:00 >(248/269): ovirt-engine-restapi-4.4.0-0.0.maste 1.4 MB/s | 5.3 MB 00:03 >(249/269): ovirt-engine-setup-plugin-ovirt-engi 155 kB/s | 190 kB 00:01 >(250/269): ovirt-engine-setup-plugin-vmconsole- 38 kB/s | 33 kB 00:00 >(251/269): ovirt-engine-setup-plugin-ovirt-engi 96 kB/s | 113 kB 00:01 >(252/269): ovirt-engine-setup-plugin-websocket- 34 kB/s | 30 kB 00:00 >(253/269): ovirt-engine-tools-backup-4.4.0-0.0. 37 kB/s | 33 kB 00:00 >(254/269): ovirt-engine-tools-4.4.0-0.0.master. 231 kB/s | 309 kB 00:01 >(255/269): ovirt-engine-vmconsole-proxy-helper- 24 kB/s | 21 kB 00:00 >(256/269): ovirt-engine-websocket-proxy-4.4.0-0 31 kB/s | 27 kB 00:00 >(257/269): ovirt-engine-ui-extensions-1.1.0-1.2 2.2 MB/s | 12 MB 00:05 >(258/269): ovirt-engine-wildfly-overlay-18.0.1- 12 kB/s | 8.3 kB 00:00 >(259/269): ovirt-engine-webadmin-portal-4.4.0-0 2.5 MB/s | 16 MB 00:06 >(260/269): ovirt-provider-ovn-1.2.30-0.20200313 123 kB/s | 147 kB 00:01 >(261/269): ovirt-vmconsole-1.0.8-1.202003021234 43 kB/s | 39 kB 00:00 >(262/269): ovirt-vmconsole-proxy-1.0.8-1.202003 27 kB/s | 24 kB 00:00 >(263/269): python3-otopi-1.9.1-1.el8.noarch.rpm 75 kB/s | 105 kB 00:01 >(264/269): python3-ovirt-engine-lib-4.4.0-0.0.m 37 kB/s | 33 kB 00:00 >(265/269): python3-ovirt-engine-sdk4-4.4.2-1.el 364 kB/s | 544 kB 00:01 >(266/269): python3-ovirt-setup-lib-1.3.1-0.0.ma 28 kB/s | 24 kB 00:00 >(267/269): ovirt-web-ui-1.6.1-0.20200311.git197 2.5 MB/s | 15 MB 00:06 >(268/269): vdsm-jsonrpc-java-1.5.4-1.2020021313 108 kB/s | 132 kB 00:01 >(269/269): ovirt-engine-wildfly-18.0.1-1.el8.x8 5.2 MB/s | 172 MB 00:33 >-------------------------------------------------------------------------------- >Total 7.3 MB/s | 476 MB 01:04 >warning: /var/cache/dnf/ovirt-master-epel-6519ee669354a484/packages/libsodium-1.0.18-2.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY >Extra Packages for Enterprise Linux 8 - x86_64 1.9 kB/s | 1.6 kB 00:00 >Importing GPG key 0x2F86D6A1: > Userid : "Fedora EPEL (8) <epel@fedoraproject.org>" > Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 > From : https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8 >Key imported successfully >warning: /var/cache/dnf/ovirt-master-copr:copr.fedorainfracloud.org:sbonazzo:EL8_collection-7f7c2d939ff8f7bc/packages/cockpit-bridge-211.1-2.el8.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 119783d1: NOKEY >Copr repo for EL8_collection owned by sbonazzo 2.9 kB/s | 1.0 kB 00:00 >Importing GPG key 0x119783D1: > Userid : "sbonazzo_EL8_collection (None) <sbonazzo#EL8_collection@copr.fedorahosted.org>" > Fingerprint: 42A2 7AF4 DCA1 3DC7 02B2 E8BE 35CB 6F97 1197 83D1 > From : https://copr-be.cloud.fedoraproject.org/results/sbonazzo/EL8_collection/pubkey.gpg >Key imported successfully >Running transaction check >Transaction check succeeded. >Running transaction test >Transaction test succeeded. >Running transaction > Running scriptlet: npm-1:6.13.4-1.10.19.0.1.module_el8.1.0+277+2bccb1a9 1/1 > Running scriptlet: ovirt-ansible-cluster-upgrade-1.2.2-0.1.master.20191 1/1 > Running scriptlet: ovirt-ansible-engine-setup-1.2.3-0.1.master.20200303 1/1 > Running scriptlet: ovirt-ansible-image-template-1.2.2-1.el8.noarch 1/1 > Running scriptlet: ovirt-ansible-vm-infra-1.2.2-0.1.master.201912190749 1/1 > Running scriptlet: ovirt-ansible-hosted-engine-setup-1.1.1-0.1.master.2 1/1 > Running scriptlet: ovirt-ansible-infra-1.2.2-0.1.master.20191202142457. 1/1 > Running scriptlet: ovirt-ansible-manageiq-1.2.2-0.1.master.201912021424 1/1 > Running scriptlet: ovirt-ansible-repositories-1.2.2-0.1.master.20191202 1/1 > Running scriptlet: ovirt-ansible-shutdown-env-1.0.5-0.0.master.20200305 1/1 > Running scriptlet: copy-jdk-configs-3.7-1.el8.noarch 1/1 > Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.242.b08-0.el8_1. 1/1 > Running scriptlet: java-11-openjdk-headless-1:11.0.6.10-0.el8_1.x86_64 1/1 > Preparing : 1/1 > Installing : javapackages-filesystem-5.3.0-2.module_el8.0.0+3 1/269 > Installing : perl-Exporter-5.72-396.el8.noarch 2/269 > Installing : perl-libs-4:5.26.3-416.el8.x86_64 3/269 > Installing : perl-Carp-1.42-396.el8.noarch 4/269 > Installing : python3-setuptools-39.2.0-5.el8.noarch 5/269 > Installing : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86 6/269 > Running scriptlet: python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86 6/269 > Installing : python3-pip-9.0.3-15.el8.noarch 7/269 > Installing : python3-netaddr-0.7.19-8.el8.noarch 8/269 > Installing : libpq-12.1-3.el8.x86_64 9/269 > Installing : postgresql-10.6-1.module_el8.0.0+15+f57f353b.x86 10/269 > Running scriptlet: postgresql-server-10.6-1.module_el8.0.0+15+f57f3 11/269 > Installing : postgresql-server-10.6-1.module_el8.0.0+15+f57f3 11/269 > Running scriptlet: postgresql-server-10.6-1.module_el8.0.0+15+f57f3 11/269 > Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 12/269 > Installing : python3-jmespath-0.9.0-11.el8.noarch 13/269 > Installing : bind-license-32:9.11.4-26.P2.el8.noarch 14/269 > Installing : apr-1.6.3-9.el8.x86_64 15/269 > Running scriptlet: apr-1.6.3-9.el8.x86_64 15/269 > Installing : apr-util-bdb-1.6.1-6.el8.x86_64 16/269 > Installing : apr-util-openssl-1.6.1-6.el8.x86_64 17/269 > Installing : apr-util-1.6.1-6.el8.x86_64 18/269 > Running scriptlet: apr-util-1.6.1-6.el8.x86_64 18/269 > Installing : bind-libs-lite-32:9.11.4-26.P2.el8.x86_64 19/269 > Installing : python3-psycopg2-2.7.5-7.el8.x86_64 20/269 > Installing : python3-ovirt-setup-lib-1.3.1-0.0.master.2019112 21/269 > Installing : python3-websockify-0.8.0-15.el8.noarch 22/269 > Installing : npm-1:6.13.4-1.10.19.0.1.module_el8.1.0+277+2bcc 23/269 > Installing : nodejs-1:10.19.0-1.module_el8.1.0+277+2bccb1a9.x 24/269 > Installing : ovirt-engine-wildfly-18.0.1-1.el8.x86_64 25/269 > Installing : python3-lockfile-1:0.11.0-16.el8.noarch 26/269 > Installing : python3-pyyaml-5.1.2-3.el8.x86_64 27/269 > Installing : python3-m2crypto-0.35.2-4.el8.x86_64 28/269 > Installing : mailcap-2.1.48-3.el8.noarch 29/269 > Installing : lksctp-tools-1.0.18-3.el8.x86_64 30/269 > Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 30/269 > Installing : json-glib-1.4.4-1.el8.x86_64 31/269 > Installing : yajl-2.1.0-10.el8.x86_64 32/269 > Installing : collectd-5.11.0-1.el8.x86_64 33/269 > Running scriptlet: collectd-5.11.0-1.el8.x86_64 33/269 > Installing : tzdata-java-2019c-1.el8.noarch 34/269 > Installing : sscg-2.3.3-6.el8.x86_64 35/269 > Installing : python3-pytz-2017.2-9.el8.noarch 36/269 > Installing : liblognorm-2.0.5-1.el8.x86_64 37/269 > Running scriptlet: liblognorm-2.0.5-1.el8.x86_64 37/269 > Installing : libjpeg-turbo-1.5.3-10.el8.x86_64 38/269 > Running scriptlet: httpd-filesystem-2.4.37-16.module_el8.1.0+256+ae 39/269 > Installing : httpd-filesystem-2.4.37-16.module_el8.1.0+256+ae 39/269 > Installing : rsyslog-mmnormalize-8.37.0-13.el8.x86_64 40/269 > Installing : python3-babel-2.5.1-5.el8.noarch 41/269 > Installing : collectd-disk-5.11.0-1.el8.x86_64 42/269 > Installing : collectd-postgresql-5.11.0-1.el8.x86_64 43/269 > Installing : collectd-write_http-5.11.0-1.el8.x86_64 44/269 > Installing : collectd-write_syslog-5.11.0-1.el8.x86_64 45/269 > Installing : ovirt-engine-wildfly-overlay-18.0.1-1.el8.noarch 46/269 > Installing : bind-libs-32:9.11.4-26.P2.el8.x86_64 47/269 > Installing : httpd-tools-2.4.37-16.module_el8.1.0+256+ae79046 48/269 > Installing : python3-bind-32:9.11.4-26.P2.el8.noarch 49/269 > Installing : bind-utils-32:9.11.4-26.P2.el8.x86_64 50/269 > Installing : python3-docutils-0.14-12.module_el8.1.0+245+c39a 51/269 > Installing : python3-daemon-2.2.3-7.el8.noarch 52/269 > Installing : python3-ovirt-engine-lib-4.4.0-0.0.master.202003 53/269 > Installing : python3-notario-0.0.16-4.el8.noarch 54/269 > Installing : perl-macros-4:5.26.3-416.el8.x86_64 55/269 > Installing : perl-parent-1:0.237-1.el8.noarch 56/269 > Installing : perl-Errno-1.28-416.el8.x86_64 57/269 > Installing : perl-Socket-4:2.027-3.el8.x86_64 58/269 > Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 59/269 > Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 60/269 > Installing : perl-File-Path-2.15-2.el8.noarch 61/269 > Installing : perl-IO-1.38-416.el8.x86_64 62/269 > Installing : perl-PathTools-3.74-1.el8.x86_64 63/269 > Installing : perl-constant-1.33-396.el8.noarch 64/269 > Installing : perl-threads-1:2.21-2.el8.x86_64 65/269 > Installing : perl-threads-shared-1.58-2.el8.x86_64 66/269 > Installing : perl-interpreter-4:5.26.3-416.el8.x86_64 67/269 > Installing : ovirt-web-ui-1.6.1-0.20200311.git197f959.el8.noa 68/269 > Installing : otopi-common-1.9.1-1.el8.noarch 69/269 > Installing : python3-otopi-1.9.1-1.el8.noarch 70/269 > Installing : python3-websocket-client-0.56.0-5.el8.noarch 71/269 > Installing : python3-psutil-5.6.3-5.el8.x86_64 72/269 > Installing : python3-passlib-1.7.1-6.el8.noarch 73/269 > Installing : python3-aniso8601-8.0.0-1.el8.noarch 74/269 > Installing : python3-xmltodict-0.12.0-4.el8.noarch 75/269 > Installing : python3-requests_ntlm-1.1.0-8.el8.noarch 76/269 > Installing : sshpass-1.06-9.el8.x86_64 77/269 > Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 78/269 > Installing : libsodium-1.0.18-2.el8.x86_64 79/269 > Installing : python3-pynacl-1.3.0-5.el8.x86_64 80/269 > Running scriptlet: rpcbind-1.2.5-4.el8.x86_64 81/269 > Installing : rpcbind-1.2.5-4.el8.x86_64 81/269 > Running scriptlet: rpcbind-1.2.5-4.el8.x86_64 81/269 > Installing : quota-nls-1:4.04-10.el8.noarch 82/269 > Installing : quota-1:4.04-10.el8.x86_64 83/269 > Installing : python3-setools-4.2.2-1.el8.x86_64 84/269 > Installing : python3-pysocks-1.6.8-3.el8.noarch 85/269 > Installing : python3-urllib3-1.24.2-2.el8.noarch 86/269 > Installing : python3-pwquality-1.4.0-9.el8.x86_64 87/269 > Installing : python3-libsemanage-2.9-1.el8.x86_64 88/269 > Installing : python3-dnf-plugin-versionlock-4.0.8-3.el8.noarc 89/269 > Installing : python3-chardet-3.0.4-7.el8.noarch 90/269 > Installing : python3-requests-2.20.0-2.1.el8_1.noarch 91/269 > Installing : python3-winrm-0.3.0-7.el8.noarch 92/269 > Installing : python3-audit-3.0-0.13.20190507gitf58ec40.el8.x8 93/269 > Installing : publicsuffix-list-20180723-1.el8.noarch 94/269 > Installing : pciutils-3.5.6-4.el8.x86_64 95/269 > Installing : rdma-core-22.3-1.el8.x86_64 96/269 > Installing : libibverbs-22.3-1.el8.x86_64 97/269 > Running scriptlet: libibverbs-22.3-1.el8.x86_64 97/269 > Installing : libxslt-1.1.32-3.el8.x86_64 98/269 > Installing : libverto-libevent-0.3.0-5.el8.x86_64 99/269 > Installing : gssproxy-0.8.0-14.el8.x86_64 100/269 > Running scriptlet: gssproxy-0.8.0-14.el8.x86_64 100/269 > Installing : libquadmath-8.3.1-4.5.el8.x86_64 101/269 > Running scriptlet: libquadmath-8.3.1-4.5.el8.x86_64 101/269 > Installing : libgfortran-8.3.1-4.5.el8.x86_64 102/269 > Running scriptlet: libgfortran-8.3.1-4.5.el8.x86_64 102/269 > Installing : openblas-0.3.3-2.el8.x86_64 103/269 > Running scriptlet: openblas-0.3.3-2.el8.x86_64 103/269 > Installing : openblas-threads-0.3.3-2.el8.x86_64 104/269 > Running scriptlet: openblas-threads-0.3.3-2.el8.x86_64 104/269 > Installing : python3-numpy-1:1.14.3-9.el8.x86_64 105/269 > Installing : libmodman-2.0.1-17.el8.x86_64 106/269 > Running scriptlet: libmodman-2.0.1-17.el8.x86_64 106/269 > Installing : libproxy-0.4.15-5.2.el8.x86_64 107/269 > Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64 107/269 > Installing : keyutils-1.5.10-6.el8.x86_64 108/269 > Running scriptlet: nfs-utils-1:2.3.3-26.el8.x86_64 109/269 > Installing : nfs-utils-1:2.3.3-26.el8.x86_64 109/269 > Running scriptlet: nfs-utils-1:2.3.3-26.el8.x86_64 109/269 > Installing : fontpackages-filesystem-1.44-22.el8.noarch 110/269 > Installing : abattis-cantarell-fonts-0.0.25-4.el8.noarch 111/269 > Installing : gsettings-desktop-schemas-3.32.0-3.el8.x86_64 112/269 > Installing : glib-networking-2.56.1-1.1.el8.x86_64 113/269 > Installing : cockpit-bridge-211.1-2.el8.x86_64 114/269 > Installing : cockpit-dashboard-211.1-2.el8.noarch 115/269 > Installing : checkpolicy-2.9-1.el8.x86_64 116/269 > Installing : python3-policycoreutils-2.9-3.el8_1.1.noarch 117/269 > Installing : policycoreutils-python-utils-2.9-3.el8_1.1.noarc 118/269 > Running scriptlet: ovirt-vmconsole-1.0.8-1.20200302123433.gitb22791 119/269 > Installing : ovirt-vmconsole-1.0.8-1.20200302123433.gitb22791 119/269 > Running scriptlet: ovirt-vmconsole-1.0.8-1.20200302123433.gitb22791 119/269 > Installing : ovirt-vmconsole-proxy-1.0.8-1.20200302123433.git 120/269 > Running scriptlet: ovirt-vmconsole-proxy-1.0.8-1.20200302123433.git 120/269 > Running scriptlet: openvswitch-selinux-extra-policy-1.0-18.el8.noar 121/269 > Installing : openvswitch-selinux-extra-policy-1.0-18.el8.noar 121/269 > Running scriptlet: openvswitch-selinux-extra-policy-1.0-18.el8.noar 121/269 > Installing : bzip2-1.0.6-26.el8.x86_64 122/269 > Installing : avahi-libs-0.7-19.el8.x86_64 123/269 > Installing : cups-libs-1:2.2.6-28.el8.x86_64 124/269 > Installing : uuid-1.6.2-42.el8.x86_64 125/269 > Running scriptlet: uuid-1.6.2-42.el8.x86_64 125/269 > Installing : postgresql-contrib-10.6-1.module_el8.0.0+15+f57f 126/269 > Installing : rsyslog-mmjsonparse-8.37.0-13.el8.x86_64 127/269 > Installing : rsyslog-elasticsearch-8.37.0-13.el8.x86_64 128/269 > Installing : python3-werkzeug-0.12.2-4.el8.noarch 129/269 > Installing : python3-pycurl-7.43.0.2-3.el8.x86_64 130/269 > Installing : python3-ovirt-engine-sdk4-4.4.2-1.el8.x86_64 131/269 > Installing : python3-pyasn1-0.3.7-6.el8.noarch 132/269 > Installing : python3-paramiko-2.4.3-1.el8.noarch 133/269 > Running scriptlet: ovirt-engine-setup-base-4.4.0-0.0.master.2020031 134/269 > Installing : ovirt-engine-setup-base-4.4.0-0.0.master.2020031 134/269 > Installing : python3-ptyprocess-0.5.2-4.el8.noarch 135/269 > Installing : python3-pexpect-4.7.0-4.el8.noarch 136/269 > Installing : python3-ansible-runner-1.4.5-1.el8.noarch 137/269 > Installing : python3-markupsafe-0.23-19.el8.x86_64 138/269 > Installing : python3-jinja2-2.10.1-2.el8_0.noarch 139/269 > Installing : ansible-2.9.6-1.el8.noarch 140/269 > Installing : ovirt-ansible-cluster-upgrade-1.2.2-0.1.master.2 141/269 > Installing : ovirt-ansible-engine-setup-1.2.3-0.1.master.2020 142/269 > Installing : ovirt-ansible-image-template-1.2.2-1.el8.noarch 143/269 > Installing : ovirt-ansible-vm-infra-1.2.2-0.1.master.20191219 144/269 > Installing : ovirt-engine-metrics-1.4.1-0.0.master.2020031517 145/269 > Installing : ovirt-ansible-hosted-engine-setup-1.1.1-0.1.mast 146/269 > Installing : ovirt-ansible-disaster-recovery-1.3.0-1.el8.noar 147/269 > Installing : ovirt-ansible-infra-1.2.2-0.1.master.20191202142 148/269 > Installing : ovirt-ansible-manageiq-1.2.2-0.1.master.20191202 149/269 > Installing : ovirt-ansible-repositories-1.2.2-0.1.master.2019 150/269 > Installing : ovirt-ansible-shutdown-env-1.0.5-0.0.master.2020 151/269 > Installing : ovirt-ansible-roles-1.2.3-1.el8.noarch 152/269 > Installing : python3-itsdangerous-0.24-14.el8.noarch 153/269 > Installing : python3-click-6.7-8.el8.noarch 154/269 > Installing : python3-flask-1:0.12.2-3.el8.noarch 155/269 > Installing : python3-flask-restful-0.3.7-5.el8.noarch 156/269 > Installing : ansible-runner-service-1.0.1-5.el8.noarch 157/269 > Installing : python2-setuptools-wheel-39.0.1-11.module_el8.1. 158/269 > Installing : python2-pip-wheel-9.0.3-14.module_el8.1.0+219+cf 159/269 > Installing : python2-libs-2.7.16-12.module_el8.1.0+219+cf9e6a 160/269 > Installing : python2-pip-9.0.3-14.module_el8.1.0+219+cf9e6ac9 161/269 > Installing : python2-setuptools-39.0.1-11.module_el8.1.0+219+ 162/269 > Installing : python2-2.7.16-12.module_el8.1.0+219+cf9e6ac9.x8 163/269 > Running scriptlet: python2-2.7.16-12.module_el8.1.0+219+cf9e6ac9.x8 163/269 > Installing : novnc-1.1.0-6.el8.noarch 164/269 > Installing : lua-5.3.4-11.el8.x86_64 165/269 > Installing : copy-jdk-configs-3.7-1.el8.noarch 166/269 > Installing : java-1.8.0-openjdk-headless-1:1.8.0.242.b08-0.el 167/269 > Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.242.b08-0.el 167/269 > Installing : jackson-core-2.9.9-1.module_el8.1.0+233+b2be703e 168/269 > Installing : slf4j-1.7.25-4.module_el8.1.0+233+b2be703e.noarc 169/269 > Installing : jackson-annotations-2.9.9-1.module_el8.1.0+233+b 170/269 > Installing : jackson-databind-2.9.9.2-1.module_el8.1.0+233+b2 171/269 > Installing : openstack-java-client-3.2.8-1.el8.noarch 172/269 > Installing : apache-commons-lang-2.6-21.module_el8.1.0+233+b2 173/269 > Installing : openstack-java-cinder-model-3.2.8-1.el8.noarch 174/269 > Installing : openstack-java-glance-model-3.2.8-1.el8.noarch 175/269 > Installing : openstack-java-keystone-model-3.2.8-1.el8.noarch 176/269 > Installing : openstack-java-quantum-model-3.2.8-1.el8.noarch 177/269 > Installing : slf4j-jdk14-1.7.25-4.module_el8.1.0+233+b2be703e 178/269 > Installing : apache-commons-codec-1.11-3.module_el8.0.0+39+6a 179/269 > Installing : apache-commons-logging-1.2-13.module_el8.0.0+39+ 180/269 > Installing : javapackages-tools-5.3.0-2.module_el8.0.0+30+832 181/269 > Installing : ws-commons-util-1.0.2-1.el8.noarch 182/269 > Installing : xmlrpc-common-3.1.3-1.el8.noarch 183/269 > Installing : xmlrpc-client-3.1.3-1.el8.noarch 184/269 > Installing : apache-commons-configuration-1.10-1.el8.noarch 185/269 > Installing : openstack-java-quantum-client-3.2.8-1.el8.noarch 186/269 > Installing : openstack-java-keystone-client-3.2.8-1.el8.noarc 187/269 > Installing : openstack-java-glance-client-3.2.8-1.el8.noarch 188/269 > Installing : openstack-java-cinder-client-3.2.8-1.el8.noarch 189/269 > Installing : jackson-jaxrs-providers-2.9.9-1.module_el8.1.0+2 190/269 > Installing : jackson-module-jaxb-annotations-2.7.6-4.module_e 191/269 > Installing : jackson-jaxrs-json-provider-2.9.9-1.module_el8.1 192/269 > Installing : jcl-over-slf4j-1.7.25-4.module_el8.0.0+39+6a9b6e 193/269 > Installing : apache-sshd-2.2.0-1.el8.noarch 194/269 > Installing : aopalliance-1.0-17.module_el8.0.0+39+6a9b6e22.no 195/269 > Installing : apache-commons-collections-3.2.2-10.module_el8.1 196/269 > Installing : apache-commons-io-1:2.6-3.module_el8.0.0+39+6a9b 197/269 > Installing : bea-stax-api-1.2.0-16.module_el8.1.0+233+b2be703 198/269 > Installing : stax-ex-1.7.7-8.module_el8.1.0+233+b2be703e.noar 199/269 > Installing : xmlstreambuffer-1.5.4-8.module_el8.1.0+233+b2be7 200/269 > Installing : glassfish-jaxb-api-2.2.12-8.module_el8.1.0+233+b 201/269 > Installing : glassfish-jaxb-txw2-2.2.11-11.module_el8.1.0+233 202/269 > Installing : httpcomponents-core-4.4.10-3.module_el8.0.0+39+6 203/269 > Installing : httpcomponents-client-4.5.5-4.module_el8.0.0+39+ 204/269 > Installing : istack-commons-runtime-2.21-9.el8.noarch 205/269 > Installing : glassfish-jaxb-core-2.2.11-11.module_el8.1.0+233 206/269 > Installing : jboss-annotations-1.2-api-1.0.0-4.el8.noarch 207/269 > Installing : jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch 208/269 > Installing : jboss-logging-3.3.0-5.el8.noarch 209/269 > Installing : jdeparser-2.0.0-5.el8.noarch 210/269 > Installing : jboss-logging-tools-2.0.1-6.el8.noarch 211/269 > Installing : ongres-scram-1.0.0~beta.2-5.el8.noarch 212/269 > Installing : ongres-scram-client-1.0.0~beta.2-5.el8.noarch 213/269 > Installing : postgresql-jdbc-42.2.3-1.el8.noarch 214/269 > Installing : pki-servlet-4.0-api-1:9.0.7-16.module_el8.1.0+23 215/269 > Installing : relaxngDatatype-2011.1-7.module_el8.1.0+233+b2be 216/269 > Installing : xsom-0-19.20110809svn.module_el8.1.0+233+b2be703 217/269 > Installing : glassfish-fastinfoset-1.2.13-9.module_el8.1.0+23 218/269 > Installing : glassfish-jaxb-runtime-2.2.11-11.module_el8.1.0+ 219/269 > Installing : resteasy-3.0.26-3.module_el8.1.0+233+b2be703e.no 220/269 > Installing : openstack-java-resteasy-connector-3.2.8-1.el8.no 221/269 > Installing : apache-commons-compress-1.18-1.module_el8.0.0+30 222/269 > Installing : apache-commons-jxpath-1.3-29.module_el8.0.0+30+8 223/269 > Installing : log4j12-1.2.17-22.module_el8.0.0+30+832da3a1.noa 224/269 > Installing : snmp4j-2.4.1-1.el8.noarch 225/269 > Installing : ebay-cors-filter-1.0.1-4.el8.noarch 226/269 > Installing : java-client-kubevirt-0.5.0-1.el8.noarch 227/269 > Installing : lcms2-2.9-2.el8.x86_64 228/269 > Running scriptlet: lcms2-2.9-2.el8.x86_64 228/269 > Installing : git-core-2.18.2-1.el8_1.x86_64 229/269 > Installing : python3-pbr-5.4.3-2.el8.noarch 230/269 > Installing : dpdk-18.11.2-3.el8.x86_64 231/269 > Running scriptlet: openvswitch-2.11.1-5.el8.x86_64 232/269 > Installing : openvswitch-2.11.1-5.el8.x86_64 232/269 > Running scriptlet: openvswitch-2.11.1-5.el8.x86_64 232/269 > Installing : ovn-2.11.1-5.el8.x86_64 233/269 > Running scriptlet: ovn-central-2.11.1-5.el8.x86_64 234/269 >Unit ovn-northd.service could not be found. > > Installing : ovn-central-2.11.1-5.el8.x86_64 234/269 > Running scriptlet: ovn-central-2.11.1-5.el8.x86_64 234/269 > Installing : python3-openvswitch-2.11.1-5.el8.x86_64 235/269 > Installing : python3-ovsdbapp-0.17.2-1.el8.noarch 236/269 > Installing : ovirt-provider-ovn-1.2.30-0.20200313090209.git7d 237/269 > Running scriptlet: ovirt-provider-ovn-1.2.30-0.20200313090209.git7d 237/269 > Installing : centos-logos-httpd-80.5-2.el8.noarch 238/269 > Installing : mod_http2-1.11.3-3.module_el8.1.0+213+acce2796.x 239/269 > Installing : httpd-2.4.37-16.module_el8.1.0+256+ae790463.x86_ 240/269 > Running scriptlet: httpd-2.4.37-16.module_el8.1.0+256+ae790463.x86_ 240/269 > Installing : mod_ssl-1:2.4.37-16.module_el8.1.0+256+ae790463. 241/269 > Installing : python3-mod_wsgi-4.6.4-3.el8.x86_64 242/269 > Installing : centos-logos-80.5-2.el8.x86_64 243/269 > Running scriptlet: centos-logos-80.5-2.el8.x86_64 243/269 > Running scriptlet: cockpit-ws-211.1-2.el8.x86_64 244/269 > Installing : cockpit-ws-211.1-2.el8.x86_64 244/269 > Running scriptlet: cockpit-ws-211.1-2.el8.x86_64 244/269 > Installing : ovirt-cockpit-sso-0.1.2-1.el8.noarch 245/269 > Running scriptlet: ovirt-cockpit-sso-0.1.2-1.el8.noarch 245/269 > Installing : alsa-lib-1.1.9-4.el8.x86_64 246/269 > Running scriptlet: alsa-lib-1.1.9-4.el8.x86_64 246/269 > Installing : java-11-openjdk-headless-1:11.0.6.10-0.el8_1.x86 247/269 > Running scriptlet: java-11-openjdk-headless-1:11.0.6.10-0.el8_1.x86 247/269 > Installing : ovirt-engine-setup-plugin-ovirt-engine-common-4. 248/269 > Running scriptlet: ovirt-engine-dwh-4.4.1-0.0.master.20200303112430 249/269 > Installing : ovirt-engine-dwh-4.4.1-0.0.master.20200303112430 249/269 > Running scriptlet: ovirt-engine-dwh-4.4.1-0.0.master.20200303112430 249/269 > Installing : ovirt-engine-dwh-setup-4.4.1-0.0.master.20200303 250/269 > Installing : ovirt-engine-extensions-api-1.0.1-1.el8.noarch 251/269 > Installing : ovirt-engine-extension-aaa-jdbc-1.2.0-1.el8.noar 252/269 > Installing : ovirt-engine-setup-plugin-websocket-proxy-4.4.0- 253/269 > Running scriptlet: ovirt-engine-websocket-proxy-4.4.0-0.0.master.20 254/269 > Installing : ovirt-engine-websocket-proxy-4.4.0-0.0.master.20 254/269 > Running scriptlet: ovirt-engine-websocket-proxy-4.4.0-0.0.master.20 254/269 > Installing : ovirt-engine-tools-backup-4.4.0-0.0.master.20200 255/269 > Installing : vdsm-jsonrpc-java-1.5.4-1.20200213134519.git4121 256/269 > Installing : ovirt-engine-api-explorer-0.0.7-0.alpha.1.202002 257/269 > Running scriptlet: ovirt-engine-backend-4.4.0-0.0.master.2020031710 258/269 > Installing : ovirt-engine-backend-4.4.0-0.0.master.2020031710 258/269 > Running scriptlet: ovirt-engine-backend-4.4.0-0.0.master.2020031710 258/269 > Installing : ovirt-engine-dbscripts-4.4.0-0.0.master.20200317 259/269 > Installing : ovirt-engine-restapi-4.4.0-0.0.master.2020031710 260/269 > Installing : ovirt-engine-setup-4.4.0-0.0.master.202003171035 261/269 > Running scriptlet: ovirt-engine-setup-4.4.0-0.0.master.202003171035 261/269 > Installing : ovirt-engine-setup-plugin-cinderlib-4.4.0-0.0.ma 262/269 > Installing : ovirt-engine-vmconsole-proxy-helper-4.4.0-0.0.ma 263/269 > Installing : ovirt-engine-setup-plugin-vmconsole-proxy-helper 264/269 > Running scriptlet: ovirt-engine-setup-plugin-ovirt-engine-4.4.0-0.0 265/269 > Installing : ovirt-engine-setup-plugin-ovirt-engine-4.4.0-0.0 265/269 > Running scriptlet: ovirt-engine-tools-4.4.0-0.0.master.202003171035 266/269 > Installing : ovirt-engine-tools-4.4.0-0.0.master.202003171035 266/269 > Running scriptlet: ovirt-engine-tools-4.4.0-0.0.master.202003171035 266/269 > Installing : ovirt-engine-ui-extensions-1.1.0-1.20200309gita7 267/269 > Installing : ovirt-engine-webadmin-portal-4.4.0-0.0.master.20 268/269 > Running scriptlet: ovirt-engine-4.4.0-0.0.master.20200317103500.git 269/269 > Installing : ovirt-engine-4.4.0-0.0.master.20200317103500.git 269/269 > Running scriptlet: ovirt-vmconsole-1.0.8-1.20200302123433.gitb22791 269/269 > Running scriptlet: ovirt-vmconsole-proxy-1.0.8-1.20200302123433.git 269/269 > Running scriptlet: openvswitch-selinux-extra-policy-1.0-18.el8.noar 269/269 > Running scriptlet: copy-jdk-configs-3.7-1.el8.noarch 269/269 > Running scriptlet: ovn-central-2.11.1-5.el8.x86_64 269/269 > Running scriptlet: httpd-2.4.37-16.module_el8.1.0+256+ae790463.x86_ 269/269 > Running scriptlet: centos-logos-80.5-2.el8.x86_64 269/269 > Running scriptlet: ovirt-engine-setup-4.4.0-0.0.master.202003171035 269/269 > Running scriptlet: ovirt-engine-4.4.0-0.0.master.20200317103500.git 269/269 > Verifying : abattis-cantarell-fonts-0.0.25-4.el8.noarch 1/269 > Verifying : alsa-lib-1.1.9-4.el8.x86_64 2/269 > Verifying : aopalliance-1.0-17.module_el8.0.0+39+6a9b6e22.no 3/269 > Verifying : apache-commons-codec-1.11-3.module_el8.0.0+39+6a 4/269 > Verifying : apache-commons-collections-3.2.2-10.module_el8.1 5/269 > Verifying : apache-commons-io-1:2.6-3.module_el8.0.0+39+6a9b 6/269 > Verifying : apache-commons-lang-2.6-21.module_el8.1.0+233+b2 7/269 > Verifying : apache-commons-logging-1.2-13.module_el8.0.0+39+ 8/269 > Verifying : apr-1.6.3-9.el8.x86_64 9/269 > Verifying : apr-util-1.6.1-6.el8.x86_64 10/269 > Verifying : apr-util-bdb-1.6.1-6.el8.x86_64 11/269 > Verifying : apr-util-openssl-1.6.1-6.el8.x86_64 12/269 > Verifying : bea-stax-api-1.2.0-16.module_el8.1.0+233+b2be703 13/269 > Verifying : bind-libs-32:9.11.4-26.P2.el8.x86_64 14/269 > Verifying : bind-libs-lite-32:9.11.4-26.P2.el8.x86_64 15/269 > Verifying : bind-license-32:9.11.4-26.P2.el8.noarch 16/269 > Verifying : bind-utils-32:9.11.4-26.P2.el8.x86_64 17/269 > Verifying : centos-logos-80.5-2.el8.x86_64 18/269 > Verifying : centos-logos-httpd-80.5-2.el8.noarch 19/269 > Verifying : copy-jdk-configs-3.7-1.el8.noarch 20/269 > Verifying : dpdk-18.11.2-3.el8.x86_64 21/269 > Verifying : git-core-2.18.2-1.el8_1.x86_64 22/269 > Verifying : glassfish-fastinfoset-1.2.13-9.module_el8.1.0+23 23/269 > Verifying : glassfish-jaxb-api-2.2.12-8.module_el8.1.0+233+b 24/269 > Verifying : glassfish-jaxb-core-2.2.11-11.module_el8.1.0+233 25/269 > Verifying : glassfish-jaxb-runtime-2.2.11-11.module_el8.1.0+ 26/269 > Verifying : glassfish-jaxb-txw2-2.2.11-11.module_el8.1.0+233 27/269 > Verifying : httpcomponents-client-4.5.5-4.module_el8.0.0+39+ 28/269 > Verifying : httpcomponents-core-4.4.10-3.module_el8.0.0+39+6 29/269 > Verifying : httpd-2.4.37-16.module_el8.1.0+256+ae790463.x86_ 30/269 > Verifying : httpd-filesystem-2.4.37-16.module_el8.1.0+256+ae 31/269 > Verifying : httpd-tools-2.4.37-16.module_el8.1.0+256+ae79046 32/269 > Verifying : istack-commons-runtime-2.21-9.el8.noarch 33/269 > Verifying : jackson-annotations-2.9.9-1.module_el8.1.0+233+b 34/269 > Verifying : jackson-core-2.9.9-1.module_el8.1.0+233+b2be703e 35/269 > Verifying : jackson-databind-2.9.9.2-1.module_el8.1.0+233+b2 36/269 > Verifying : jackson-jaxrs-json-provider-2.9.9-1.module_el8.1 37/269 > Verifying : jackson-jaxrs-providers-2.9.9-1.module_el8.1.0+2 38/269 > Verifying : jackson-module-jaxb-annotations-2.7.6-4.module_e 39/269 > Verifying : java-1.8.0-openjdk-headless-1:1.8.0.242.b08-0.el 40/269 > Verifying : java-11-openjdk-headless-1:11.0.6.10-0.el8_1.x86 41/269 > Verifying : jboss-annotations-1.2-api-1.0.0-4.el8.noarch 42/269 > Verifying : jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch 43/269 > Verifying : jboss-logging-3.3.0-5.el8.noarch 44/269 > Verifying : jboss-logging-tools-2.0.1-6.el8.noarch 45/269 > Verifying : jcl-over-slf4j-1.7.25-4.module_el8.0.0+39+6a9b6e 46/269 > Verifying : jdeparser-2.0.0-5.el8.noarch 47/269 > Verifying : lcms2-2.9-2.el8.x86_64 48/269 > Verifying : libjpeg-turbo-1.5.3-10.el8.x86_64 49/269 > Verifying : liblognorm-2.0.5-1.el8.x86_64 50/269 > Verifying : libpq-12.1-3.el8.x86_64 51/269 > Verifying : lua-5.3.4-11.el8.x86_64 52/269 > Verifying : mod_http2-1.11.3-3.module_el8.1.0+213+acce2796.x 53/269 > Verifying : mod_ssl-1:2.4.37-16.module_el8.1.0+256+ae790463. 54/269 > Verifying : nodejs-1:10.19.0-1.module_el8.1.0+277+2bccb1a9.x 55/269 > Verifying : npm-1:6.13.4-1.10.19.0.1.module_el8.1.0+277+2bcc 56/269 > Verifying : ongres-scram-1.0.0~beta.2-5.el8.noarch 57/269 > Verifying : ongres-scram-client-1.0.0~beta.2-5.el8.noarch 58/269 > Verifying : openblas-0.3.3-2.el8.x86_64 59/269 > Verifying : openblas-threads-0.3.3-2.el8.x86_64 60/269 > Verifying : pki-servlet-4.0-api-1:9.0.7-16.module_el8.1.0+23 61/269 > Verifying : postgresql-10.6-1.module_el8.0.0+15+f57f353b.x86 62/269 > Verifying : postgresql-contrib-10.6-1.module_el8.0.0+15+f57f 63/269 > Verifying : postgresql-jdbc-42.2.3-1.el8.noarch 64/269 > Verifying : postgresql-server-10.6-1.module_el8.0.0+15+f57f3 65/269 > Verifying : python2-2.7.16-12.module_el8.1.0+219+cf9e6ac9.x8 66/269 > Verifying : python2-libs-2.7.16-12.module_el8.1.0+219+cf9e6a 67/269 > Verifying : python2-pip-9.0.3-14.module_el8.1.0+219+cf9e6ac9 68/269 > Verifying : python2-pip-wheel-9.0.3-14.module_el8.1.0+219+cf 69/269 > Verifying : python2-setuptools-39.0.1-11.module_el8.1.0+219+ 70/269 > Verifying : python2-setuptools-wheel-39.0.1-11.module_el8.1. 71/269 > Verifying : python3-babel-2.5.1-5.el8.noarch 72/269 > Verifying : python3-bind-32:9.11.4-26.P2.el8.noarch 73/269 > Verifying : python3-click-6.7-8.el8.noarch 74/269 > Verifying : python3-docutils-0.14-12.module_el8.1.0+245+c39a 75/269 > Verifying : python3-flask-1:0.12.2-3.el8.noarch 76/269 > Verifying : python3-itsdangerous-0.24-14.el8.noarch 77/269 > Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 78/269 > Verifying : python3-jmespath-0.9.0-11.el8.noarch 79/269 > Verifying : python3-markupsafe-0.23-19.el8.x86_64 80/269 > Verifying : python3-mod_wsgi-4.6.4-3.el8.x86_64 81/269 > Verifying : python3-netaddr-0.7.19-8.el8.noarch 82/269 > Verifying : python3-numpy-1:1.14.3-9.el8.x86_64 83/269 > Verifying : python3-pip-9.0.3-15.el8.noarch 84/269 > Verifying : python3-psycopg2-2.7.5-7.el8.x86_64 85/269 > Verifying : python3-ptyprocess-0.5.2-4.el8.noarch 86/269 > Verifying : python3-pyasn1-0.3.7-6.el8.noarch 87/269 > Verifying : python3-pycurl-7.43.0.2-3.el8.x86_64 88/269 > Verifying : python3-pytz-2017.2-9.el8.noarch 89/269 > Verifying : python3-werkzeug-0.12.2-4.el8.noarch 90/269 > Verifying : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86 91/269 > Verifying : relaxngDatatype-2011.1-7.module_el8.1.0+233+b2be 92/269 > Verifying : resteasy-3.0.26-3.module_el8.1.0+233+b2be703e.no 93/269 > Verifying : rsyslog-elasticsearch-8.37.0-13.el8.x86_64 94/269 > Verifying : rsyslog-mmjsonparse-8.37.0-13.el8.x86_64 95/269 > Verifying : rsyslog-mmnormalize-8.37.0-13.el8.x86_64 96/269 > Verifying : slf4j-1.7.25-4.module_el8.1.0+233+b2be703e.noarc 97/269 > Verifying : slf4j-jdk14-1.7.25-4.module_el8.1.0+233+b2be703e 98/269 > Verifying : sscg-2.3.3-6.el8.x86_64 99/269 > Verifying : stax-ex-1.7.7-8.module_el8.1.0+233+b2be703e.noar 100/269 > Verifying : tzdata-java-2019c-1.el8.noarch 101/269 > Verifying : uuid-1.6.2-42.el8.x86_64 102/269 > Verifying : xmlstreambuffer-1.5.4-8.module_el8.1.0+233+b2be7 103/269 > Verifying : xsom-0-19.20110809svn.module_el8.1.0+233+b2be703 104/269 > Verifying : yajl-2.1.0-10.el8.x86_64 105/269 > Verifying : avahi-libs-0.7-19.el8.x86_64 106/269 > Verifying : bzip2-1.0.6-26.el8.x86_64 107/269 > Verifying : checkpolicy-2.9-1.el8.x86_64 108/269 > Verifying : cups-libs-1:2.2.6-28.el8.x86_64 109/269 > Verifying : fontpackages-filesystem-1.44-22.el8.noarch 110/269 > Verifying : glib-networking-2.56.1-1.1.el8.x86_64 111/269 > Verifying : gsettings-desktop-schemas-3.32.0-3.el8.x86_64 112/269 > Verifying : gssproxy-0.8.0-14.el8.x86_64 113/269 > Verifying : json-glib-1.4.4-1.el8.x86_64 114/269 > Verifying : keyutils-1.5.10-6.el8.x86_64 115/269 > Verifying : libgfortran-8.3.1-4.5.el8.x86_64 116/269 > Verifying : libibverbs-22.3-1.el8.x86_64 117/269 > Verifying : libmodman-2.0.1-17.el8.x86_64 118/269 > Verifying : libproxy-0.4.15-5.2.el8.x86_64 119/269 > Verifying : libquadmath-8.3.1-4.5.el8.x86_64 120/269 > Verifying : libverto-libevent-0.3.0-5.el8.x86_64 121/269 > Verifying : libxslt-1.1.32-3.el8.x86_64 122/269 > Verifying : lksctp-tools-1.0.18-3.el8.x86_64 123/269 > Verifying : mailcap-2.1.48-3.el8.noarch 124/269 > Verifying : nfs-utils-1:2.3.3-26.el8.x86_64 125/269 > Verifying : pciutils-3.5.6-4.el8.x86_64 126/269 > Verifying : perl-Carp-1.42-396.el8.noarch 127/269 > Verifying : perl-Errno-1.28-416.el8.x86_64 128/269 > Verifying : perl-Exporter-5.72-396.el8.noarch 129/269 > Verifying : perl-File-Path-2.15-2.el8.noarch 130/269 > Verifying : perl-IO-1.38-416.el8.x86_64 131/269 > Verifying : perl-PathTools-3.74-1.el8.x86_64 132/269 > Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 133/269 > Verifying : perl-Socket-4:2.027-3.el8.x86_64 134/269 > Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 135/269 > Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 136/269 > Verifying : perl-constant-1.33-396.el8.noarch 137/269 > Verifying : perl-interpreter-4:5.26.3-416.el8.x86_64 138/269 > Verifying : perl-libs-4:5.26.3-416.el8.x86_64 139/269 > Verifying : perl-macros-4:5.26.3-416.el8.x86_64 140/269 > Verifying : perl-parent-1:0.237-1.el8.noarch 141/269 > Verifying : perl-threads-1:2.21-2.el8.x86_64 142/269 > Verifying : perl-threads-shared-1.58-2.el8.x86_64 143/269 > Verifying : policycoreutils-python-utils-2.9-3.el8_1.1.noarc 144/269 > Verifying : publicsuffix-list-20180723-1.el8.noarch 145/269 > Verifying : python3-audit-3.0-0.13.20190507gitf58ec40.el8.x8 146/269 > Verifying : python3-chardet-3.0.4-7.el8.noarch 147/269 > Verifying : python3-dnf-plugin-versionlock-4.0.8-3.el8.noarc 148/269 > Verifying : python3-libsemanage-2.9-1.el8.x86_64 149/269 > Verifying : python3-policycoreutils-2.9-3.el8_1.1.noarch 150/269 > Verifying : python3-pwquality-1.4.0-9.el8.x86_64 151/269 > Verifying : python3-pysocks-1.6.8-3.el8.noarch 152/269 > Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 153/269 > Verifying : python3-setools-4.2.2-1.el8.x86_64 154/269 > Verifying : python3-setuptools-39.2.0-5.el8.noarch 155/269 > Verifying : python3-urllib3-1.24.2-2.el8.noarch 156/269 > Verifying : quota-1:4.04-10.el8.x86_64 157/269 > Verifying : quota-nls-1:4.04-10.el8.noarch 158/269 > Verifying : rdma-core-22.3-1.el8.x86_64 159/269 > Verifying : rpcbind-1.2.5-4.el8.x86_64 160/269 > Verifying : apache-commons-compress-1.18-1.module_el8.0.0+30 161/269 > Verifying : apache-commons-jxpath-1.3-29.module_el8.0.0+30+8 162/269 > Verifying : javapackages-filesystem-5.3.0-2.module_el8.0.0+3 163/269 > Verifying : javapackages-tools-5.3.0-2.module_el8.0.0+30+832 164/269 > Verifying : log4j12-1.2.17-22.module_el8.0.0+30+832da3a1.noa 165/269 > Verifying : libsodium-1.0.18-2.el8.x86_64 166/269 > Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 167/269 > Verifying : python3-paramiko-2.4.3-1.el8.noarch 168/269 > Verifying : python3-pynacl-1.3.0-5.el8.x86_64 169/269 > Verifying : sshpass-1.06-9.el8.x86_64 170/269 > Verifying : cockpit-bridge-211.1-2.el8.x86_64 171/269 > Verifying : cockpit-dashboard-211.1-2.el8.noarch 172/269 > Verifying : cockpit-ws-211.1-2.el8.x86_64 173/269 > Verifying : openvswitch-2.11.1-5.el8.x86_64 174/269 > Verifying : openvswitch-selinux-extra-policy-1.0-18.el8.noar 175/269 > Verifying : ovn-2.11.1-5.el8.x86_64 176/269 > Verifying : ovn-central-2.11.1-5.el8.x86_64 177/269 > Verifying : python3-m2crypto-0.35.2-4.el8.x86_64 178/269 > Verifying : python3-openvswitch-2.11.1-5.el8.x86_64 179/269 > Verifying : python3-pyyaml-5.1.2-3.el8.x86_64 180/269 > Verifying : python3-requests_ntlm-1.1.0-8.el8.noarch 181/269 > Verifying : python3-winrm-0.3.0-7.el8.noarch 182/269 > Verifying : python3-xmltodict-0.12.0-4.el8.noarch 183/269 > Verifying : ansible-2.9.6-1.el8.noarch 184/269 > Verifying : ansible-runner-service-1.0.1-5.el8.noarch 185/269 > Verifying : apache-commons-configuration-1.10-1.el8.noarch 186/269 > Verifying : apache-sshd-2.2.0-1.el8.noarch 187/269 > Verifying : ebay-cors-filter-1.0.1-4.el8.noarch 188/269 > Verifying : novnc-1.1.0-6.el8.noarch 189/269 > Verifying : openstack-java-cinder-client-3.2.8-1.el8.noarch 190/269 > Verifying : openstack-java-cinder-model-3.2.8-1.el8.noarch 191/269 > Verifying : openstack-java-client-3.2.8-1.el8.noarch 192/269 > Verifying : openstack-java-glance-client-3.2.8-1.el8.noarch 193/269 > Verifying : openstack-java-glance-model-3.2.8-1.el8.noarch 194/269 > Verifying : openstack-java-keystone-client-3.2.8-1.el8.noarc 195/269 > Verifying : openstack-java-keystone-model-3.2.8-1.el8.noarch 196/269 > Verifying : openstack-java-quantum-client-3.2.8-1.el8.noarch 197/269 > Verifying : openstack-java-quantum-model-3.2.8-1.el8.noarch 198/269 > Verifying : openstack-java-resteasy-connector-3.2.8-1.el8.no 199/269 > Verifying : python3-aniso8601-8.0.0-1.el8.noarch 200/269 > Verifying : python3-ansible-runner-1.4.5-1.el8.noarch 201/269 > Verifying : python3-daemon-2.2.3-7.el8.noarch 202/269 > Verifying : python3-flask-restful-0.3.7-5.el8.noarch 203/269 > Verifying : python3-lockfile-1:0.11.0-16.el8.noarch 204/269 > Verifying : python3-notario-0.0.16-4.el8.noarch 205/269 > Verifying : python3-ovsdbapp-0.17.2-1.el8.noarch 206/269 > Verifying : python3-passlib-1.7.1-6.el8.noarch 207/269 > Verifying : python3-pbr-5.4.3-2.el8.noarch 208/269 > Verifying : python3-pexpect-4.7.0-4.el8.noarch 209/269 > Verifying : python3-psutil-5.6.3-5.el8.x86_64 210/269 > Verifying : python3-websocket-client-0.56.0-5.el8.noarch 211/269 > Verifying : python3-websockify-0.8.0-15.el8.noarch 212/269 > Verifying : snmp4j-2.4.1-1.el8.noarch 213/269 > Verifying : ws-commons-util-1.0.2-1.el8.noarch 214/269 > Verifying : xmlrpc-client-3.1.3-1.el8.noarch 215/269 > Verifying : xmlrpc-common-3.1.3-1.el8.noarch 216/269 > Verifying : collectd-5.11.0-1.el8.x86_64 217/269 > Verifying : collectd-disk-5.11.0-1.el8.x86_64 218/269 > Verifying : collectd-postgresql-5.11.0-1.el8.x86_64 219/269 > Verifying : collectd-write_http-5.11.0-1.el8.x86_64 220/269 > Verifying : collectd-write_syslog-5.11.0-1.el8.x86_64 221/269 > Verifying : java-client-kubevirt-0.5.0-1.el8.noarch 222/269 > Verifying : otopi-common-1.9.1-1.el8.noarch 223/269 > Verifying : ovirt-ansible-cluster-upgrade-1.2.2-0.1.master.2 224/269 > Verifying : ovirt-ansible-disaster-recovery-1.3.0-1.el8.noar 225/269 > Verifying : ovirt-ansible-engine-setup-1.2.3-0.1.master.2020 226/269 > Verifying : ovirt-ansible-hosted-engine-setup-1.1.1-0.1.mast 227/269 > Verifying : ovirt-ansible-image-template-1.2.2-1.el8.noarch 228/269 > Verifying : ovirt-ansible-infra-1.2.2-0.1.master.20191202142 229/269 > Verifying : ovirt-ansible-manageiq-1.2.2-0.1.master.20191202 230/269 > Verifying : ovirt-ansible-repositories-1.2.2-0.1.master.2019 231/269 > Verifying : ovirt-ansible-roles-1.2.3-1.el8.noarch 232/269 > Verifying : ovirt-ansible-shutdown-env-1.0.5-0.0.master.2020 233/269 > Verifying : ovirt-ansible-vm-infra-1.2.2-0.1.master.20191219 234/269 > Verifying : ovirt-cockpit-sso-0.1.2-1.el8.noarch 235/269 > Verifying : ovirt-engine-4.4.0-0.0.master.20200317103500.git 236/269 > Verifying : ovirt-engine-api-explorer-0.0.7-0.alpha.1.202002 237/269 > Verifying : ovirt-engine-backend-4.4.0-0.0.master.2020031710 238/269 > Verifying : ovirt-engine-dbscripts-4.4.0-0.0.master.20200317 239/269 > Verifying : ovirt-engine-dwh-4.4.1-0.0.master.20200303112430 240/269 > Verifying : ovirt-engine-dwh-setup-4.4.1-0.0.master.20200303 241/269 > Verifying : ovirt-engine-extension-aaa-jdbc-1.2.0-1.el8.noar 242/269 > Verifying : ovirt-engine-extensions-api-1.0.1-1.el8.noarch 243/269 > Verifying : ovirt-engine-metrics-1.4.1-0.0.master.2020031517 244/269 > Verifying : ovirt-engine-restapi-4.4.0-0.0.master.2020031710 245/269 > Verifying : ovirt-engine-setup-4.4.0-0.0.master.202003171035 246/269 > Verifying : ovirt-engine-setup-base-4.4.0-0.0.master.2020031 247/269 > Verifying : ovirt-engine-setup-plugin-cinderlib-4.4.0-0.0.ma 248/269 > Verifying : ovirt-engine-setup-plugin-ovirt-engine-4.4.0-0.0 249/269 > Verifying : ovirt-engine-setup-plugin-ovirt-engine-common-4. 250/269 > Verifying : ovirt-engine-setup-plugin-vmconsole-proxy-helper 251/269 > Verifying : ovirt-engine-setup-plugin-websocket-proxy-4.4.0- 252/269 > Verifying : ovirt-engine-tools-4.4.0-0.0.master.202003171035 253/269 > Verifying : ovirt-engine-tools-backup-4.4.0-0.0.master.20200 254/269 > Verifying : ovirt-engine-ui-extensions-1.1.0-1.20200309gita7 255/269 > Verifying : ovirt-engine-vmconsole-proxy-helper-4.4.0-0.0.ma 256/269 > Verifying : ovirt-engine-webadmin-portal-4.4.0-0.0.master.20 257/269 > Verifying : ovirt-engine-websocket-proxy-4.4.0-0.0.master.20 258/269 > Verifying : ovirt-engine-wildfly-18.0.1-1.el8.x86_64 259/269 > Verifying : ovirt-engine-wildfly-overlay-18.0.1-1.el8.noarch 260/269 > Verifying : ovirt-provider-ovn-1.2.30-0.20200313090209.git7d 261/269 > Verifying : ovirt-vmconsole-1.0.8-1.20200302123433.gitb22791 262/269 > Verifying : ovirt-vmconsole-proxy-1.0.8-1.20200302123433.git 263/269 > Verifying : ovirt-web-ui-1.6.1-0.20200311.git197f959.el8.noa 264/269 > Verifying : python3-otopi-1.9.1-1.el8.noarch 265/269 > Verifying : python3-ovirt-engine-lib-4.4.0-0.0.master.202003 266/269 > Verifying : python3-ovirt-engine-sdk4-4.4.2-1.el8.x86_64 267/269 > Verifying : python3-ovirt-setup-lib-1.3.1-0.0.master.2019112 268/269 > Verifying : vdsm-jsonrpc-java-1.5.4-1.20200213134519.git4121 269/269 > >Installed: > ovirt-engine-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > abattis-cantarell-fonts-0.0.25-4.el8.noarch > apr-util-bdb-1.6.1-6.el8.x86_64 > apr-util-openssl-1.6.1-6.el8.x86_64 > centos-logos-80.5-2.el8.x86_64 > python2-pip-9.0.3-14.module_el8.1.0+219+cf9e6ac9.noarch > python2-setuptools-39.0.1-11.module_el8.1.0+219+cf9e6ac9.noarch > python3-winrm-0.3.0-7.el8.noarch > alsa-lib-1.1.9-4.el8.x86_64 > aopalliance-1.0-17.module_el8.0.0+39+6a9b6e22.noarch > apache-commons-codec-1.11-3.module_el8.0.0+39+6a9b6e22.noarch > apache-commons-collections-3.2.2-10.module_el8.1.0+233+b2be703e.noarch > apache-commons-io-1:2.6-3.module_el8.0.0+39+6a9b6e22.noarch > apache-commons-lang-2.6-21.module_el8.1.0+233+b2be703e.noarch > apache-commons-logging-1.2-13.module_el8.0.0+39+6a9b6e22.noarch > apr-1.6.3-9.el8.x86_64 > apr-util-1.6.1-6.el8.x86_64 > bea-stax-api-1.2.0-16.module_el8.1.0+233+b2be703e.noarch > bind-libs-32:9.11.4-26.P2.el8.x86_64 > bind-libs-lite-32:9.11.4-26.P2.el8.x86_64 > bind-license-32:9.11.4-26.P2.el8.noarch > bind-utils-32:9.11.4-26.P2.el8.x86_64 > centos-logos-httpd-80.5-2.el8.noarch > copy-jdk-configs-3.7-1.el8.noarch > dpdk-18.11.2-3.el8.x86_64 > git-core-2.18.2-1.el8_1.x86_64 > glassfish-fastinfoset-1.2.13-9.module_el8.1.0+233+b2be703e.noarch > glassfish-jaxb-api-2.2.12-8.module_el8.1.0+233+b2be703e.noarch > glassfish-jaxb-core-2.2.11-11.module_el8.1.0+233+b2be703e.noarch > glassfish-jaxb-runtime-2.2.11-11.module_el8.1.0+233+b2be703e.noarch > glassfish-jaxb-txw2-2.2.11-11.module_el8.1.0+233+b2be703e.noarch > httpcomponents-client-4.5.5-4.module_el8.0.0+39+6a9b6e22.noarch > httpcomponents-core-4.4.10-3.module_el8.0.0+39+6a9b6e22.noarch > httpd-2.4.37-16.module_el8.1.0+256+ae790463.x86_64 > httpd-filesystem-2.4.37-16.module_el8.1.0+256+ae790463.noarch > httpd-tools-2.4.37-16.module_el8.1.0+256+ae790463.x86_64 > istack-commons-runtime-2.21-9.el8.noarch > jackson-annotations-2.9.9-1.module_el8.1.0+233+b2be703e.noarch > jackson-core-2.9.9-1.module_el8.1.0+233+b2be703e.noarch > jackson-databind-2.9.9.2-1.module_el8.1.0+233+b2be703e.noarch > jackson-jaxrs-json-provider-2.9.9-1.module_el8.1.0+233+b2be703e.noarch > jackson-jaxrs-providers-2.9.9-1.module_el8.1.0+233+b2be703e.noarch > jackson-module-jaxb-annotations-2.7.6-4.module_el8.1.0+233+b2be703e.noarch > java-1.8.0-openjdk-headless-1:1.8.0.242.b08-0.el8_1.x86_64 > java-11-openjdk-headless-1:11.0.6.10-0.el8_1.x86_64 > jboss-annotations-1.2-api-1.0.0-4.el8.noarch > jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch > jboss-logging-3.3.0-5.el8.noarch > jboss-logging-tools-2.0.1-6.el8.noarch > jcl-over-slf4j-1.7.25-4.module_el8.0.0+39+6a9b6e22.noarch > jdeparser-2.0.0-5.el8.noarch > lcms2-2.9-2.el8.x86_64 > libjpeg-turbo-1.5.3-10.el8.x86_64 > liblognorm-2.0.5-1.el8.x86_64 > libpq-12.1-3.el8.x86_64 > lua-5.3.4-11.el8.x86_64 > mod_http2-1.11.3-3.module_el8.1.0+213+acce2796.x86_64 > mod_ssl-1:2.4.37-16.module_el8.1.0+256+ae790463.x86_64 > nodejs-1:10.19.0-1.module_el8.1.0+277+2bccb1a9.x86_64 > npm-1:6.13.4-1.10.19.0.1.module_el8.1.0+277+2bccb1a9.x86_64 > ongres-scram-1.0.0~beta.2-5.el8.noarch > ongres-scram-client-1.0.0~beta.2-5.el8.noarch > openblas-0.3.3-2.el8.x86_64 > openblas-threads-0.3.3-2.el8.x86_64 > pki-servlet-4.0-api-1:9.0.7-16.module_el8.1.0+233+b2be703e.noarch > postgresql-10.6-1.module_el8.0.0+15+f57f353b.x86_64 > postgresql-contrib-10.6-1.module_el8.0.0+15+f57f353b.x86_64 > postgresql-jdbc-42.2.3-1.el8.noarch > postgresql-server-10.6-1.module_el8.0.0+15+f57f353b.x86_64 > python2-2.7.16-12.module_el8.1.0+219+cf9e6ac9.x86_64 > python2-libs-2.7.16-12.module_el8.1.0+219+cf9e6ac9.x86_64 > python2-pip-wheel-9.0.3-14.module_el8.1.0+219+cf9e6ac9.noarch > python2-setuptools-wheel-39.0.1-11.module_el8.1.0+219+cf9e6ac9.noarch > python3-babel-2.5.1-5.el8.noarch > python3-bind-32:9.11.4-26.P2.el8.noarch > python3-click-6.7-8.el8.noarch > python3-docutils-0.14-12.module_el8.1.0+245+c39af44f.noarch > python3-flask-1:0.12.2-3.el8.noarch > python3-itsdangerous-0.24-14.el8.noarch > python3-jinja2-2.10.1-2.el8_0.noarch > python3-jmespath-0.9.0-11.el8.noarch > python3-markupsafe-0.23-19.el8.x86_64 > python3-mod_wsgi-4.6.4-3.el8.x86_64 > python3-netaddr-0.7.19-8.el8.noarch > python3-numpy-1:1.14.3-9.el8.x86_64 > python3-pip-9.0.3-15.el8.noarch > python3-psycopg2-2.7.5-7.el8.x86_64 > python3-ptyprocess-0.5.2-4.el8.noarch > python3-pyasn1-0.3.7-6.el8.noarch > python3-pycurl-7.43.0.2-3.el8.x86_64 > python3-pytz-2017.2-9.el8.noarch > python3-werkzeug-0.12.2-4.el8.noarch > python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 > relaxngDatatype-2011.1-7.module_el8.1.0+233+b2be703e.noarch > resteasy-3.0.26-3.module_el8.1.0+233+b2be703e.noarch > rsyslog-elasticsearch-8.37.0-13.el8.x86_64 > rsyslog-mmjsonparse-8.37.0-13.el8.x86_64 > rsyslog-mmnormalize-8.37.0-13.el8.x86_64 > slf4j-1.7.25-4.module_el8.1.0+233+b2be703e.noarch > slf4j-jdk14-1.7.25-4.module_el8.1.0+233+b2be703e.noarch > sscg-2.3.3-6.el8.x86_64 > stax-ex-1.7.7-8.module_el8.1.0+233+b2be703e.noarch > tzdata-java-2019c-1.el8.noarch > uuid-1.6.2-42.el8.x86_64 > xmlstreambuffer-1.5.4-8.module_el8.1.0+233+b2be703e.noarch > xsom-0-19.20110809svn.module_el8.1.0+233+b2be703e.noarch > yajl-2.1.0-10.el8.x86_64 > avahi-libs-0.7-19.el8.x86_64 > bzip2-1.0.6-26.el8.x86_64 > checkpolicy-2.9-1.el8.x86_64 > cups-libs-1:2.2.6-28.el8.x86_64 > fontpackages-filesystem-1.44-22.el8.noarch > glib-networking-2.56.1-1.1.el8.x86_64 > gsettings-desktop-schemas-3.32.0-3.el8.x86_64 > gssproxy-0.8.0-14.el8.x86_64 > json-glib-1.4.4-1.el8.x86_64 > keyutils-1.5.10-6.el8.x86_64 > libgfortran-8.3.1-4.5.el8.x86_64 > libibverbs-22.3-1.el8.x86_64 > libmodman-2.0.1-17.el8.x86_64 > libproxy-0.4.15-5.2.el8.x86_64 > libquadmath-8.3.1-4.5.el8.x86_64 > libverto-libevent-0.3.0-5.el8.x86_64 > libxslt-1.1.32-3.el8.x86_64 > lksctp-tools-1.0.18-3.el8.x86_64 > mailcap-2.1.48-3.el8.noarch > nfs-utils-1:2.3.3-26.el8.x86_64 > pciutils-3.5.6-4.el8.x86_64 > perl-Carp-1.42-396.el8.noarch > perl-Errno-1.28-416.el8.x86_64 > perl-Exporter-5.72-396.el8.noarch > perl-File-Path-2.15-2.el8.noarch > perl-IO-1.38-416.el8.x86_64 > perl-PathTools-3.74-1.el8.x86_64 > perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 > perl-Socket-4:2.027-3.el8.x86_64 > perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch > perl-Unicode-Normalize-1.25-396.el8.x86_64 > perl-constant-1.33-396.el8.noarch > perl-interpreter-4:5.26.3-416.el8.x86_64 > perl-libs-4:5.26.3-416.el8.x86_64 > perl-macros-4:5.26.3-416.el8.x86_64 > perl-parent-1:0.237-1.el8.noarch > perl-threads-1:2.21-2.el8.x86_64 > perl-threads-shared-1.58-2.el8.x86_64 > policycoreutils-python-utils-2.9-3.el8_1.1.noarch > publicsuffix-list-20180723-1.el8.noarch > python3-audit-3.0-0.13.20190507gitf58ec40.el8.x86_64 > python3-chardet-3.0.4-7.el8.noarch > python3-dnf-plugin-versionlock-4.0.8-3.el8.noarch > python3-libsemanage-2.9-1.el8.x86_64 > python3-policycoreutils-2.9-3.el8_1.1.noarch > python3-pwquality-1.4.0-9.el8.x86_64 > python3-pysocks-1.6.8-3.el8.noarch > python3-requests-2.20.0-2.1.el8_1.noarch > python3-setools-4.2.2-1.el8.x86_64 > python3-setuptools-39.2.0-5.el8.noarch > python3-urllib3-1.24.2-2.el8.noarch > quota-1:4.04-10.el8.x86_64 > quota-nls-1:4.04-10.el8.noarch > rdma-core-22.3-1.el8.x86_64 > rpcbind-1.2.5-4.el8.x86_64 > apache-commons-compress-1.18-1.module_el8.0.0+30+832da3a1.noarch > apache-commons-jxpath-1.3-29.module_el8.0.0+30+832da3a1.noarch > javapackages-filesystem-5.3.0-2.module_el8.0.0+30+832da3a1.noarch > javapackages-tools-5.3.0-2.module_el8.0.0+30+832da3a1.noarch > log4j12-1.2.17-22.module_el8.0.0+30+832da3a1.noarch > libsodium-1.0.18-2.el8.x86_64 > python3-bcrypt-3.1.6-2.el8.1.x86_64 > python3-paramiko-2.4.3-1.el8.noarch > python3-pynacl-1.3.0-5.el8.x86_64 > sshpass-1.06-9.el8.x86_64 > cockpit-bridge-211.1-2.el8.x86_64 > cockpit-dashboard-211.1-2.el8.noarch > cockpit-ws-211.1-2.el8.x86_64 > openvswitch-2.11.1-5.el8.x86_64 > openvswitch-selinux-extra-policy-1.0-18.el8.noarch > ovn-2.11.1-5.el8.x86_64 > ovn-central-2.11.1-5.el8.x86_64 > python3-m2crypto-0.35.2-4.el8.x86_64 > python3-openvswitch-2.11.1-5.el8.x86_64 > python3-pyyaml-5.1.2-3.el8.x86_64 > python3-requests_ntlm-1.1.0-8.el8.noarch > python3-xmltodict-0.12.0-4.el8.noarch > ansible-2.9.6-1.el8.noarch > ansible-runner-service-1.0.1-5.el8.noarch > apache-commons-configuration-1.10-1.el8.noarch > apache-sshd-2.2.0-1.el8.noarch > ebay-cors-filter-1.0.1-4.el8.noarch > novnc-1.1.0-6.el8.noarch > openstack-java-cinder-client-3.2.8-1.el8.noarch > openstack-java-cinder-model-3.2.8-1.el8.noarch > openstack-java-client-3.2.8-1.el8.noarch > openstack-java-glance-client-3.2.8-1.el8.noarch > openstack-java-glance-model-3.2.8-1.el8.noarch > openstack-java-keystone-client-3.2.8-1.el8.noarch > openstack-java-keystone-model-3.2.8-1.el8.noarch > openstack-java-quantum-client-3.2.8-1.el8.noarch > openstack-java-quantum-model-3.2.8-1.el8.noarch > openstack-java-resteasy-connector-3.2.8-1.el8.noarch > python3-aniso8601-8.0.0-1.el8.noarch > python3-ansible-runner-1.4.5-1.el8.noarch > python3-daemon-2.2.3-7.el8.noarch > python3-flask-restful-0.3.7-5.el8.noarch > python3-lockfile-1:0.11.0-16.el8.noarch > python3-notario-0.0.16-4.el8.noarch > python3-ovsdbapp-0.17.2-1.el8.noarch > python3-passlib-1.7.1-6.el8.noarch > python3-pbr-5.4.3-2.el8.noarch > python3-pexpect-4.7.0-4.el8.noarch > python3-psutil-5.6.3-5.el8.x86_64 > python3-websocket-client-0.56.0-5.el8.noarch > python3-websockify-0.8.0-15.el8.noarch > snmp4j-2.4.1-1.el8.noarch > ws-commons-util-1.0.2-1.el8.noarch > xmlrpc-client-3.1.3-1.el8.noarch > xmlrpc-common-3.1.3-1.el8.noarch > collectd-5.11.0-1.el8.x86_64 > collectd-disk-5.11.0-1.el8.x86_64 > collectd-postgresql-5.11.0-1.el8.x86_64 > collectd-write_http-5.11.0-1.el8.x86_64 > collectd-write_syslog-5.11.0-1.el8.x86_64 > java-client-kubevirt-0.5.0-1.el8.noarch > otopi-common-1.9.1-1.el8.noarch > ovirt-ansible-cluster-upgrade-1.2.2-0.1.master.20191202140138.el8.noarch > ovirt-ansible-disaster-recovery-1.3.0-1.el8.noarch > ovirt-ansible-engine-setup-1.2.3-0.1.master.20200303085718.el8.noarch > ovirt-ansible-hosted-engine-setup-1.1.1-0.1.master.20200310150910.el8.noarch > ovirt-ansible-image-template-1.2.2-1.el8.noarch > ovirt-ansible-infra-1.2.2-0.1.master.20191202142457.el8.noarch > ovirt-ansible-manageiq-1.2.2-0.1.master.20191202142450.el8.noarch > ovirt-ansible-repositories-1.2.2-0.1.master.20191202145100.el8.noarch > ovirt-ansible-roles-1.2.3-1.el8.noarch > ovirt-ansible-shutdown-env-1.0.5-0.0.master.20200305215534.el8.noarch > ovirt-ansible-vm-infra-1.2.2-0.1.master.20191219074922.el8.noarch > ovirt-cockpit-sso-0.1.2-1.el8.noarch > ovirt-engine-api-explorer-0.0.7-0.alpha.1.20200225git26f0652.el8.noarch > ovirt-engine-backend-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-dbscripts-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-dwh-4.4.1-0.0.master.20200303112430.el8.noarch > ovirt-engine-dwh-setup-4.4.1-0.0.master.20200303112430.el8.noarch > ovirt-engine-extension-aaa-jdbc-1.2.0-1.el8.noarch > ovirt-engine-extensions-api-1.0.1-1.el8.noarch > ovirt-engine-metrics-1.4.1-0.0.master.20200315171637.gitb208de0.el8.noarch > ovirt-engine-restapi-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-base-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-plugin-cinderlib-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-plugin-ovirt-engine-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-plugin-ovirt-engine-common-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-setup-plugin-websocket-proxy-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-tools-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-tools-backup-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-ui-extensions-1.1.0-1.20200309gita7955a1.el8.noarch > ovirt-engine-vmconsole-proxy-helper-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-webadmin-portal-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-websocket-proxy-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > ovirt-engine-wildfly-18.0.1-1.el8.x86_64 > ovirt-engine-wildfly-overlay-18.0.1-1.el8.noarch > ovirt-provider-ovn-1.2.30-0.20200313090209.git7dd5fe7.el8.noarch > ovirt-vmconsole-1.0.8-1.20200302123433.gitb227917.el8.noarch > ovirt-vmconsole-proxy-1.0.8-1.20200302123433.gitb227917.el8.noarch > ovirt-web-ui-1.6.1-0.20200311.git197f959.el8.noarch > python3-otopi-1.9.1-1.el8.noarch > python3-ovirt-engine-lib-4.4.0-0.0.master.20200317103500.git3e2b0274306.el8.noarch > python3-ovirt-engine-sdk4-4.4.2-1.el8.x86_64 > python3-ovirt-setup-lib-1.3.1-0.0.master.20191121150253.git8eff989.el8.noarch > vdsm-jsonrpc-java-1.5.4-1.20200213134519.git4121ea4.el8.noarch > >Complete! >[root@upgradetest2 ~]# scp user@192.168.122.1:/home/user/backup.tgz . >The authenticity of host '192.168.122.1 (192.168.122.1)' can't be established. >ECDSA key fingerprint is SHA256:253ZDUHNpzw3eikBhrdy2pkhKT6Gl+GEq+NhCdD9L0A. >Are you sure you want to continue connecting (yes/no/[fingerprint])? yes >Warning: Permanently added '192.168.122.1' (ECDSA) to the list of known hosts. >user@192.168.122.1's password: >backup.tgz 100% 884KB 83.9MB/s 00:00 >[root@upgradetest2 ~]# engine-backup --mode=restore --provision-all-databases --file=backup.tgz --log=verify-restore-log.txt >Start of engine-backup with mode 'restore' >scope: all >archive file: backup.tgz >log file: verify-restore-log.txt >Preparing to restore: >- Unpacking file 'backup.tgz' >Restoring: >- Files >------------------------------------------------------------------------------ >Please note: > >Operating system is different from the one used during backup. >Current operating system: centos8 >Operating system at backup: centos7 > >Apache httpd configuration will not be restored. >You will be asked about it on the next engine-setup run. >------------------------------------------------------------------------------ >Provisioning PostgreSQL users/databases: >- user 'engine', database 'engine' > >- user 'ovirt_engine_history', database 'ovirt_engine_history' >Restoring: >- Engine database 'engine' > - Cleaning up temporary tables in engine database 'engine' > - Updating DbJustRestored VdcOption in engine database > - Resetting DwhCurrentlyRunning in dwh_history_timekeeping in engine database > - Resetting HA VM status >------------------------------------------------------------------------------ >Please note: > >The engine database was backed up at 2020-04-07 12:27:09.000000000 +0200 . > >Objects that were added, removed or changed after this date, such as virtual >machines, disks, etc., are missing in the engine, and will probably require >recovery or recreation. >------------------------------------------------------------------------------ >- DWH database 'ovirt_engine_history' >You should now run engine-setup. >Done. >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# engine-setup --accept-defaults --offline >[ INFO ] Stage: Initializing >[ INFO ] Stage: Environment setup > Configuration files: /etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf, /etc/ovirt-engine-setup.conf.d/10-packaging.conf, /etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf > Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20200407124846-zq3u12.log > Version: otopi-1.9.1 (otopi-1.9.1-1.el8) >[ INFO ] The engine DB has been restored from a backup >[ INFO ] Stage: Environment packages setup >[ INFO ] Stage: Programs detection >[ INFO ] Stage: Environment setup (late) >[ INFO ] Stage: Environment customization > > --== PRODUCT OPTIONS ==-- > >[ INFO ] ovirt-provider-ovn already installed, skipping. > > --== PACKAGES ==-- > > > --== NETWORK CONFIGURATION ==-- > > Setup can automatically configure the firewall on this system. > Note: automatic configuration of the firewall may overwrite current settings. > NOTICE: iptables is deprecated and will be removed in future releases > Do you want Setup to configure the firewall? (Yes, No) [Yes]: >[ INFO ] firewalld will be configured as firewall manager. > > --== DATABASE CONFIGURATION ==-- > > > Found the following problems in PostgreSQL configuration for the Engine database: > It is required to be at most '0.01' > It is required to be at most '0.075' > It is required to be at least '6' > It is required to be at least '8192' > > Please note the following required changes in postgresql.conf on 'localhost': > 'autovacuum_vacuum_scale_factor' is currently '0.2'. It is required to be at most '0.01'. > 'autovacuum_analyze_scale_factor' is currently '0.1'. It is required to be at most '0.075'. > 'autovacuum_max_workers' is currently '3'. It is required to be at least '6'. > 'work_mem' is currently '4096'. It is required to be at least '8192'. > postgresql.conf is usually in /var/lib/pgsql/data, /var/opt/rh/rh-postgresql10/lib/pgsql/data, or somewhere under /etc/postgresql* . You have to restart PostgreSQL after making these changes. > The database requires these configurations values to be changed. Setup can fix them for you or abort. Fix automatically? (Yes, No) [Yes]: > The detected DWH database size is 23.36472225189209 MB. > Setup can backup the existing database. The time and space required for the database backup depend on its size. This process takes time, and in some cases (for instance, when the size is few GBs) may take several hours to complete. > If you choose to not back up the database, and Setup later fails for some reason, it will not be able to restore the database and all DWH data will be lost. > Would you like to backup the existing database before upgrading it? (Yes, No) [Yes]: > Perform full vacuum on the oVirt engine history > database ovirt_engine_history@localhost? > This operation may take a while depending on this setup health and the > configuration of the db vacuum process. > See https://www.postgresql.org/docs/10/sql-vacuum.html > (Yes, No) [No]: > > --== OVIRT ENGINE CONFIGURATION ==-- > > Perform full vacuum on the engine database engine@localhost? > This operation may take a while depending on this setup health and the > configuration of the db vacuum process. > See https://www.postgresql.org/docs/10/sql-vacuum.html > (Yes, No) [No]: > > --== STORAGE CONFIGURATION ==-- > > > --== PKI CONFIGURATION ==-- > > > --== APACHE CONFIGURATION ==-- > > Setup can configure the default page of the web server to present the application home page. This may conflict with existing applications. > Do you wish to set the application as the default page of the web server? (Yes, No) [Yes]: > Setup can configure apache to use SSL using a certificate issued from the internal CA. > Do you wish Setup to configure that, or prefer to perform that manually? (Automatic, Manual) [Automatic]: > > --== SYSTEM CONFIGURATION ==-- > > > --== MISC CONFIGURATION ==-- > > > --== END OF CONFIGURATION ==-- > >[ INFO ] Stage: Setup validation >[WARNING] Warning: Not enough memory is available on the host. Minimum requirement is 4096MB, and 16384MB is recommended. >[ INFO ] Cleaning stale zombie tasks and commands >[ ERROR ] Failed to execute stage 'Setup validation': Failed to clear zombie commands. Please access support in attempt to resolve the problem >[ INFO ] Stage: Clean up > Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20200407124846-zq3u12.log >[ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20200407124848-setup.conf' >[ INFO ] Stage: Pre-termination >[ INFO ] Stage: Termination >[ ERROR ] Execution of setup failed >[root@upgradetest2 ~]# journalctl -f & >[1] 15881 >[root@upgradetest2 ~]# -- Logs begin at Tue 2020-04-07 12:41:14 CEST. -- >Apr 07 12:48:06 upgradetest2 postmaster[15272]: 2020-04-07 10:48:06.941 UTC HINT: Future log output will appear in directory "log". >Apr 07 12:48:06 upgradetest2 systemd[1]: Started PostgreSQL database server. >Apr 07 12:48:24 upgradetest2 kernel: SELinux: Converting 2362 SID table entries... >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability network_peer_controls=1 >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability open_perms=1 >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability extended_socket_class=1 >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability always_check_network=0 >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability cgroup_seclabel=1 >Apr 07 12:48:25 upgradetest2 kernel: SELinux: policy capability nnp_nosuid_transition=1 >Apr 07 12:48:25 upgradetest2 dbus-daemon[817]: [system] Reloaded configuration > >[root@upgradetest2 ~]# systemctl start ovirt-provider-ovn >Apr 07 12:49:41 upgradetest2 systemd[1]: Starting Open vSwitch Database Unit... >Apr 07 12:49:41 upgradetest2 ovs-ctl[15891]: /etc/openvswitch/conf.db does not exist ... (warning). >Apr 07 12:49:41 upgradetest2 ovs-ctl[15891]: Creating empty database /etc/openvswitch/conf.db [ OK ] >Apr 07 12:49:41 upgradetest2 ovs-ctl[15891]: Starting ovsdb-server [ OK ] >Apr 07 12:49:41 upgradetest2 ovs-vsctl[15941]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait -- init -- set Open_vSwitch . db-version=7.16.1 >Apr 07 12:49:41 upgradetest2 ovs-vsctl[15952]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait set Open_vSwitch . ovs-version=2.11.1 "external-ids:system-id=\"40053506-2512-43cc-b9b5-42a6ee04e940\"" "external-ids:rundir=\"/var/run/openvswitch\"" "system-type=\"centos\"" "system-version=\"8\"" >Apr 07 12:49:41 upgradetest2 ovs-ctl[15891]: Configuring Open vSwitch system IDs [ OK ] >Apr 07 12:49:41 upgradetest2 ovs-vsctl[15958]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait set Open_vSwitch . external-ids:hostname=upgradetest2.virt >Apr 07 12:49:41 upgradetest2 ovs-ctl[15891]: Enabling remote OVSDB managers [ OK ] >Apr 07 12:49:41 upgradetest2 systemd[1]: Started Open vSwitch Database Unit. >Apr 07 12:49:41 upgradetest2 systemd[1]: Starting Open vSwitch Delete Transient Ports... >Apr 07 12:49:41 upgradetest2 systemd[1]: Started Open vSwitch Delete Transient Ports. >Apr 07 12:49:41 upgradetest2 systemd[1]: Starting Open vSwitch Forwarding Unit... >Apr 07 12:49:41 upgradetest2 kernel: openvswitch: Open vSwitch switching datapath >[root@upgradetest2 ~]# Apr 07 12:49:41 upgradetest2 ovs-ctl[15975]: Inserting openvswitch module [ OK ] >Apr 07 12:49:41 upgradetest2 ovs-ctl[15975]: Starting ovs-vswitchd [ OK ] >Apr 07 12:49:41 upgradetest2 ovs-vsctl[16030]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait set Open_vSwitch . external-ids:hostname=upgradetest2.virt >Apr 07 12:49:41 upgradetest2 ovs-ctl[15975]: Enabling remote OVSDB managers [ OK ] >Apr 07 12:49:41 upgradetest2 systemd[1]: Started Open vSwitch Forwarding Unit. >Apr 07 12:49:41 upgradetest2 systemd[1]: Starting Open vSwitch... >Apr 07 12:49:41 upgradetest2 systemd[1]: Started Open vSwitch. >Apr 07 12:49:41 upgradetest2 systemd[1]: Starting OVN northd management daemon... >Apr 07 12:49:41 upgradetest2 ovsdb-server[16045]: ovs|00001|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-nb.log >Apr 07 12:49:41 upgradetest2 ovsdb-server[16047]: ovs|00002|ovsdb_server|INFO|ovsdb-server (Open vSwitch) 2.11.1 >Apr 07 12:49:41 upgradetest2 ovn-nbctl[16048]: ovs|00001|nbctl|INFO|Called as ovn-nbctl init >Apr 07 12:49:41 upgradetest2 ovsdb-server[16054]: ovs|00001|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-sb.log >Apr 07 12:49:41 upgradetest2 ovsdb-server[16056]: ovs|00002|ovsdb_server|INFO|ovsdb-server (Open vSwitch) 2.11.1 >Apr 07 12:49:41 upgradetest2 ovn-sbctl[16057]: ovs|00001|sbctl|INFO|Called as ovn-sbctl init >Apr 07 12:49:41 upgradetest2 ovn-ctl[16033]: Starting ovn-northd [ OK ] >Apr 07 12:49:41 upgradetest2 systemd[1]: Started OVN northd management daemon. >Apr 07 12:49:41 upgradetest2 systemd[1]: Started oVirt OVN provider. > >[root@upgradetest2 ~]# ovn-nApr 07 12:49:51 upgradetest2 ovsdb-server[16047]: ovs|00003|memory|INFO|6752 kB peak resident set size after 10.0 seconds >Apr 07 12:49:51 upgradetest2 ovsdb-server[16047]: ovs|00004|memory|INFO|cells:63 json-caches:1 monitors:2 sessions:1 >Apr 07 12:49:51 upgradetest2 ovsdb-server[16056]: ovs|00003|memory|INFO|6992 kB peak resident set size after 10.0 seconds >Apr 07 12:49:51 upgradetest2 ovsdb-server[16056]: ovs|00004|memory|INFO|cells:578 json-caches:1 monitors:2 sessions:1 >bctl show >switch a84aa432-e68e-40b0-9d7f-cdd5db90401c (ovirt-ovn_net-d2f2343a-dc96-4afc-8e17-29d724672a5b) >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# >[root@upgradetest2 ~]# ovn-nbctl show >switch a84aa432-e68e-40b0-9d7f-cdd5db90401c (ovirt-ovn_net-d2f2343a-dc96-4afc-8e17-29d724672a5b) >[root@upgradetest2 ~]# history > 1 dnf install -y https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm && dnf module enable -y javapackages-tools pki-deps && dnf install -y ovirt-engine > 2 scp user@192.168.122.1:/home/user/backup.tgz . > 3 engine-backup --mode=restore --provision-all-databases --file=backup.tgz --log=verify-restore-log.txt > 4 engine-setup --accept-defaults --offline > 5 journalctl -f & > 6 systemctl start ovirt-provider-ovn > 7 ovn-nbctl show > 8 history >[root@upgradetest2 ~]# > >
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 1785364
: 1676880 |
1678221