On Sun, Jul 10, 2016 at 8:23 PM, Paul Dyer <[email protected]> wrote: > The is a RHEL 7.2 engine. I enabled these repos: > > rhel-7-server-rpms > rhel-7-server-extras-rpms > rhel-7-server-supplementary-rpms > rhel-7-server-optional-rpms > > in addition to: > > epel7 > ovirt-4.0 > > Here is what these repos installed for me: > > # yum list installed |grep ovirt |wc > 67 165 5155 > > # yum list installed |grep supplementary > java-1.8.0-ibm.x86_64 1:1.8.0.3.0-1jpp.1.el7 > @rhel-7-server-supplementary-rpms > java-1.8.0-ibm-devel.x86_64 1:1.8.0.3.0-1jpp.1.el7 > @rhel-7-server-supplementary-rpms > > # yum list installed |grep extras > python-jinja2.noarch 2.7.2-2.el7 > @rhel-7-server-extras-rpms > > # yum list installed |grep epel > epel-release.noarch 7-7 > @/epel-release-latest-7.noarch > libtomcrypt.x86_64 1.17-23.el7 @epel > libtommath.x86_64 0.42.0-4.el7 @epel > python-daemon.noarch 1.6-4.el7 @epel > python-lockfile.noarch 1:0.9.1-4.el7 @epel > python2-crypto.x86_64 2.6.1-9.el7 @epel > python2-ecdsa.noarch 0.13-4.el7 @epel > python2-paramiko.noarch 1.16.1-1.el7 @epel
Indeed. ovirt-release40 adds a file ovirt-4.0-dependencies.repo with this in it, among other things: [ovirt-4.0-epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch failovermethod=priority enabled=1 includepkgs=...,python-paramiko,... gpgcheck=1 gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 So should have made python-paramiko available from "ovirt-4.0-epel". Not sure if there is another question/issue. Best, > spice-html5.noarch 0.1.6-1.el7 @epel > > # yum list installed |grep optional > aopalliance.noarch 1.0-8.el7 > @rhel-7-server-optional-rpms > apache-commons-beanutils.noarch 1.8.3-14.el7 > @rhel-7-server-optional-rpms > apache-commons-compress.noarch 1.5-4.el7 > @rhel-7-server-optional-rpms > apache-commons-configuration.noarch 1.9-8.el7 > @rhel-7-server-optional-rpms > apache-commons-digester.noarch 1.8.1-19.el7 > @rhel-7-server-optional-rpms > apache-commons-jexl.noarch 2.1.1-9.el7 > @rhel-7-server-optional-rpms > apache-commons-jxpath.noarch 1.3-20.el7 > @rhel-7-server-optional-rpms > apache-commons-net.noarch 3.2-8.el7 > @rhel-7-server-optional-rpms > apache-commons-vfs.noarch 2.0-11.el7 > @rhel-7-server-optional-rpms > batik.noarch 1.8-0.12.svn1230816.el7 > @rhel-7-server-optional-rpms > cracklib-python.x86_64 2.9.0-11.el7 > @rhel-7-server-optional-rpms > fop.noarch 1.1-6.el7 > @rhel-7-server-optional-rpms > icc-profiles-openicc.noarch 1.3.1-5.el7 > @rhel-7-server-optional-rpms > jackson.noarch 1.9.4-7.el7 > @rhel-7-server-optional-rpms > > @rhel-7-server-optional-rpms > joda-convert.noarch 1.3-5.el7 > @rhel-7-server-optional-rpms > joda-time.noarch 2.2-3.tzdata2013c.el7 > @rhel-7-server-optional-rpms > jsch.noarch 0.1.50-5.el7 > @rhel-7-server-optional-rpms > jsr-311.noarch 1.1.1-6.el7 > @rhel-7-server-optional-rpms > jzlib.noarch 1.1.1-6.el7 > @rhel-7-server-optional-rpms > objectweb-asm.noarch 3.3.1-9.el7 > @rhel-7-server-optional-rpms > sac.noarch 1.3-17.el7 > @rhel-7-server-optional-rpms > ws-commons-util.noarch 1.0.1-29.el7 > @rhel-7-server-optional-rpms > xmlgraphics-commons.noarch 1.5-3.el7 > @rhel-7-server-optional-rpms > xmlrpc-client.noarch 1:3.1.3-8.el7 > @rhel-7-server-optional-rpms > xmlrpc-common.noarch 1:3.1.3-8.el7 > @rhel-7-server-optional-rpms > xz-java.noarch 1.3-3.el7 > @rhel-7-server-optional-rpms > > > Paul > > > On Sun, Jul 10, 2016 at 12:48 AM, Yedidyah Bar David <[email protected]> > wrote: >> >> On Fri, Jul 8, 2016 at 12:22 AM, Simone Tiraboschi <[email protected]> >> wrote: >> > On Thu, Jul 7, 2016 at 10:59 PM, Paul Dyer <[email protected]> wrote: >> >> Hi, >> >> >> >> I am trying to install the ovirt-4.0 engine to a fresh install of RHEL >> >> 7.2. >> >> There is a dependency for python-paramiko, but it appears that rpm was >> >> removed from RHEL between 6 and 7... >> >> >> >> The dependency appears when I install ovirt-engine: >> >> >> >> Error: Package: ovirt-engine-setup-base-4.0.0.6-1.el7.centos.noarch >> >> (ovirt-4.0) >> >> Requires: python-paramiko >> >> >> >> This doc notes the package removal: >> >> >> >> >> >> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Migration_Planning_Guide/sect-Red_Hat_Enterprise_Linux-Migration_Planning_Guide-Removed_Packages.html >> >> >> >> Does anyone know where to source this package? >> > >> > You can get it from EPEL7. >> > http://koji.fedoraproject.org/koji/buildinfo?buildID=765436 >> >> The repos configured by ovirt-release40 should already include it, btw. >> How did you install the rest of the packages? >> >> Best, >> >> > >> >> Thanks, >> >> Paul >> >> >> >> >> >> -- >> >> Paul Dyer, >> >> Mercury Consulting Group, RHCE >> >> 504-302-8750 >> >> >> >> _______________________________________________ >> >> Devel mailing list >> >> [email protected] >> >> http://lists.ovirt.org/mailman/listinfo/devel >> > _______________________________________________ >> > Devel mailing list >> > [email protected] >> > http://lists.ovirt.org/mailman/listinfo/devel >> >> >> >> -- >> Didi > > > > > -- > Paul Dyer, > Mercury Consulting Group, RHCE > 504-302-8750 -- Didi _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
