jenkins network (?) failure on fc19 slave

Hi everyone I'm trying tu understand what makes jenkins tests fails on http://gerrit.ovirt.org/#/c/21792/8 It seems the only error is the following http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed... any ideas about how to fix this? Code seems OK. Thanks, -- Francesco Romani RedHat Engineering Virtualization R & D Phone: 8261328 IRC: fromani

----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7 on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed... the root cause seems to be http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found -- Francesco Romani RedHat Engineering Virtualization R & D Phone: 8261328 IRC: fromani

On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem. No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available. *The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms.

----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 1:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds
fixed. but still failing on missing gluster pkg: ---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2 Installed: glusterfs-3.4.1-3.el6.x86_64 (@glusterfs-epel) glusterfs = 3.4.1-3.el6 Available: glusterfs-3.4.0-8.el6.x86_64 (ovirt-stable) glusterfs = 3.4.0-8.el6 Available: glusterfs-3.4.0.36rhs-1.el6.x86_64 (base) glusterfs = 3.4.0.36rhs-1.el6 Available: glusterfs-3.4.0.57rhs-1.el6_5.x86_64 (updates) glusterfs = 3.4.0.57rhs-1.el6_5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure Build step 'Groovy Postbuild' marked build as failure Performing Post build task...
a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On 03/18/2014 11:09 AM, Eyal Edri wrote:
----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 1:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds
fixed. but still failing on missing gluster pkg:
---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2
change the gluster.repo to point : http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/EPEL.repo/epel-$... guess it's set to 3.4.1
Installed: glusterfs-3.4.1-3.el6.x86_64 (@glusterfs-epel) glusterfs = 3.4.1-3.el6 Available: glusterfs-3.4.0-8.el6.x86_64 (ovirt-stable) glusterfs = 3.4.0-8.el6 Available: glusterfs-3.4.0.36rhs-1.el6.x86_64 (base) glusterfs = 3.4.0.36rhs-1.el6 Available: glusterfs-3.4.0.57rhs-1.el6_5.x86_64 (updates) glusterfs = 3.4.0.57rhs-1.el6_5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure Build step 'Groovy Postbuild' marked build as failure Performing Post build task...
a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Yaniv Bronhaim.

----- Original Message -----
From: "ybronhei" <ybronhei@redhat.com> To: "Eyal Edri" <eedri@redhat.com>, "Dan Kenigsberg" <danken@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 11:50:11 AM Subject: Re: jenkins network (?) failure on fc19 slave
On 03/18/2014 11:09 AM, Eyal Edri wrote:
----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 1:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds
fixed. but still failing on missing gluster pkg:
---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2
change the gluster.repo to point :
http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/EPEL.repo/epel-$...
Sandro - do you use these for repo closure on 3.4/master ? dcaro - we we manage these via puppet? i couldn't find it on the puppet repo.
guess it's set to 3.4.1
Installed: glusterfs-3.4.1-3.el6.x86_64 (@glusterfs-epel) glusterfs = 3.4.1-3.el6 Available: glusterfs-3.4.0-8.el6.x86_64 (ovirt-stable) glusterfs = 3.4.0-8.el6 Available: glusterfs-3.4.0.36rhs-1.el6.x86_64 (base) glusterfs = 3.4.0.36rhs-1.el6 Available: glusterfs-3.4.0.57rhs-1.el6_5.x86_64 (updates) glusterfs = 3.4.0.57rhs-1.el6_5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure Build step 'Groovy Postbuild' marked build as failure Performing Post build task...
a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Yaniv Bronhaim.

Il 18/03/2014 11:06, Eyal Edri ha scritto:
----- Original Message -----
From: "ybronhei" <ybronhei@redhat.com> To: "Eyal Edri" <eedri@redhat.com>, "Dan Kenigsberg" <danken@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 11:50:11 AM Subject: Re: jenkins network (?) failure on fc19 slave
On 03/18/2014 11:09 AM, Eyal Edri wrote:
----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 1:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message -----
From: "Francesco Romani" <fromani@redhat.com> To: infra@ovirt.org Sent: Monday, March 17, 2014 9:28:34 AM Subject: jenkins network (?) failure on fc19 slave
Hi everyone
I'm trying tu understand what makes jenkins tests fails on
http://gerrit.ovirt.org/#/c/21792/8
It seems the only error is the following
http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds
fixed. but still failing on missing gluster pkg:
---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2
change the gluster.repo to point :
http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/EPEL.repo/epel-$...
Sandro - do you use these for repo closure on 3.4/master ?
no, we use latest: http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$rel... as in ovirt-release rpm. (maps to Added check-glusterfs-epel-noarch repo from http://download.gluster.org//pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6.4... )
dcaro - we we manage these via puppet? i couldn't find it on the puppet repo.
guess it's set to 3.4.1
Installed: glusterfs-3.4.1-3.el6.x86_64 (@glusterfs-epel) glusterfs = 3.4.1-3.el6 Available: glusterfs-3.4.0-8.el6.x86_64 (ovirt-stable) glusterfs = 3.4.0-8.el6 Available: glusterfs-3.4.0.36rhs-1.el6.x86_64 (base) glusterfs = 3.4.0.36rhs-1.el6 Available: glusterfs-3.4.0.57rhs-1.el6_5.x86_64 (updates) glusterfs = 3.4.0.57rhs-1.el6_5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure Build step 'Groovy Postbuild' marked build as failure Performing Post build task...
a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Yaniv Bronhaim.
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

----- Original Message -----
From: "Sandro Bonazzola" <sbonazzo@redhat.com> To: "Eyal Edri" <eedri@redhat.com>, "ybronhei" <ybronhei@redhat.com>, "David Caro Estevez" <dcaroest@redhat.com> Cc: "Dan Kenigsberg" <danken@redhat.com>, infra@ovirt.org Sent: Tuesday, March 18, 2014 12:25:31 PM Subject: Re: jenkins network (?) failure on fc19 slave
Il 18/03/2014 11:06, Eyal Edri ha scritto:
----- Original Message -----
From: "ybronhei" <ybronhei@redhat.com> To: "Eyal Edri" <eedri@redhat.com>, "Dan Kenigsberg" <danken@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 11:50:11 AM Subject: Re: jenkins network (?) failure on fc19 slave
On 03/18/2014 11:09 AM, Eyal Edri wrote:
----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 1:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
On Mon, Mar 17, 2014 at 04:42:31AM -0400, Francesco Romani wrote:
----- Original Message ----- > From: "Francesco Romani" <fromani@redhat.com> > To: infra@ovirt.org > Sent: Monday, March 17, 2014 9:28:34 AM > Subject: jenkins network (?) failure on fc19 slave > > Hi everyone > > I'm trying tu understand what makes jenkins tests fails on > > http://gerrit.ovirt.org/#/c/21792/8 > > It seems the only error is the following > > http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed... > > any ideas about how to fix this? Code seems OK.
Same for http://gerrit.ovirt.org/#/c/21790/7
on the page http://jenkins.ovirt.org/job/vdsm_master_install_rpm_sanity_gerrit/label=fed...
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds
fixed. but still failing on missing gluster pkg:
---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2
change the gluster.repo to point :
http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/EPEL.repo/epel-$...
Sandro - do you use these for repo closure on 3.4/master ?
no, we use latest: http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$rel... as in ovirt-release rpm. (maps to Added check-glusterfs-epel-noarch repo from http://download.gluster.org//pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6.4... )
dcaro - we we manage these via puppet? i couldn't find it on the puppet repo.
dcaro/ewoud - can you confirm / provide info on how we manage this repo (if at all) via puppet?
guess it's set to 3.4.1
Installed: glusterfs-3.4.1-3.el6.x86_64 (@glusterfs-epel) glusterfs = 3.4.1-3.el6 Available: glusterfs-3.4.0-8.el6.x86_64 (ovirt-stable) glusterfs = 3.4.0-8.el6 Available: glusterfs-3.4.0.36rhs-1.el6.x86_64 (base) glusterfs = 3.4.0.36rhs-1.el6 Available: glusterfs-3.4.0.57rhs-1.el6_5.x86_64 (updates) glusterfs = 3.4.0.57rhs-1.el6_5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure Build step 'Groovy Postbuild' marked build as failure Performing Post build task...
a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Yaniv Bronhaim.
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

On Tue, Mar 18, 2014 at 11:50:11AM +0200, ybronhei wrote:
On 03/18/2014 11:09 AM, Eyal Edri wrote:
fixed. but still failing on missing gluster pkg:
---> Package vdsm-python-zombiereaper.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-reg.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-tests.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-xmlrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed ---> Package vdsm-yajsonrpc.noarch 0:4.14.1-40.git12b7664.el6 will be installed --> Finished Dependency Resolution Error: Package: vdsm-4.14.1-40.git12b7664.el6.x86_64 (/vdsm-4.14.1-40.git12b7664.el6.x86_64) Requires: glusterfs >= 3.4.2
change the gluster.repo to point :
http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/EPEL.repo/epel-$...
guess it's set to 3.4.1
This reminds me that we should finish http://gerrit.ovirt.org/#/c/24510 and do it for EL6 as well. Should we just point to LATEST?

----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Francesco Romani" <fromani@redhat.com> Cc: infra@ovirt.org Sent: Tuesday, March 18, 2014 12:40:02 AM Subject: Re: jenkins network (?) failure on fc19 slave
the root cause seems to be
http://ovirt.org/releases/alpha/rpm/Fedora/19/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
It's *a* problem, but not *the* problem.
No package /home/jenkins/workspace/vdsm_master_install_rpm_sanity_gerrit/label/fedora19/rpms/vdsm-4.13.* available.
*The* problem is that the job looks for 4.13.*, while we're deep into 4.14 land. Puritans would curse me, but I would not mind f someone (hint hint) adds a `make rpm-install` target, to simplify the installation of minimal working set of Vdsm rpms.
ACK, I'll work on it. Added to my TODO. -- Francesco Romani RedHat Engineering Virtualization R & D Phone: 8261328 IRC: fromani
participants (6)
-
Dan Kenigsberg
-
Ewoud Kohl van Wijngaarden
-
Eyal Edri
-
Francesco Romani
-
Sandro Bonazzola
-
ybronhei