Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread Eyal Edri


- Original Message -
 From: Dan Kenigsberg dan...@redhat.com
 To: Nir Soffer nsof...@redhat.com, dc...@redhat.com
 Cc: infra infra@ovirt.org
 Sent: Tuesday, May 5, 2015 10:05:00 PM
 Subject: Re: Fedora 22 build broken - missing gluster repo
 
 On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
  Hi infra,
  
  We have a problem with fc22_created job [1]
  
  It fails with:
  
16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by
vdsm-4.17.0-762.git6e3659a.fc22.x86_64.
  
  This means it does not have the gluster development repository [2],
  providing
  gluster 3.7.
  
  Please disable this job until the job is configured properly.
  
  Thanks,
  Nir
  
  [1]
  http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
  [2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
 
 That job should have been disabled per my request to support DNF [3] as yum
 is
 missing from f22.
 

iirc i disabled it, but it might have been re-added via yaml.
if it's not supported i suggest to remove it from yaml and delete the job for 
now.

dan/nir - you're welcome to send a patch to remove it from yaml as job owners 
and an infra
team member will review and merge/delete it.

sagi - please follow up on this.

 [3] https://fedorahosted.org/ovirt/ticket/317
 
 ___
 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


Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread David Caro
On 05/05, Dan Kenigsberg wrote:
 On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
  Hi infra,
  
  We have a problem with fc22_created job [1]
  
  It fails with:
  
16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by 
  vdsm-4.17.0-762.git6e3659a.fc22.x86_64.
  
  This means it does not have the gluster development repository [2], 
  providing 
  gluster 3.7.
  
  Please disable this job until the job is configured properly.
  
  Thanks,
  Nir
  
  [1] 
  http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
  [2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
 
 That job should have been disabled per my request to support DNF [3] as yum is
 missing from f22.
 
 [3] https://fedorahosted.org/ovirt/ticket/317

It's not actually failing because of the dnf change, but because of the special
repo requirements, dnf will support the yum syntax at least a few releases
(just showing the warning).

We are currently using the gluster repos:

glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-$releasever-$basearch
glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/$basearch
glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/noarch


I don't remember how they got there but I don't think we made them up. So are
those ok? or should I change them?

 

-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization RD

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


pgpK5ADe3cMQn.pgp
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread Nir Soffer
- Original Message -
 From: David Caro dc...@redhat.com
 To: Dan Kenigsberg dan...@redhat.com
 Cc: Nir Soffer nsof...@redhat.com, infra infra@ovirt.org, Allon 
 Mureinik amure...@redhat.com
 Sent: Wednesday, May 6, 2015 11:39:35 AM
 Subject: Re: Fedora 22 build broken - missing gluster repo
 
 On 05/05, Dan Kenigsberg wrote:
  On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
   Hi infra,
   
   We have a problem with fc22_created job [1]
   
   It fails with:
   
 16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by
 vdsm-4.17.0-762.git6e3659a.fc22.x86_64.
   
   This means it does not have the gluster development repository [2],
   providing
   gluster 3.7.
   
   Please disable this job until the job is configured properly.
   
   Thanks,
   Nir
   
   [1]
   http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
   [2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
  
  That job should have been disabled per my request to support DNF [3] as yum
  is
  missing from f22.
  
  [3] https://fedorahosted.org/ovirt/ticket/317
 
 It's not actually failing because of the dnf change, but because of the
 special
 repo requirements, dnf will support the yum syntax at least a few releases
 (just showing the warning).
 
 We are currently using the gluster repos:
 
 glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-$releasever-$basearch
 glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/$basearch
 glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/noarch
 
 
 I don't remember how they got there but I don't think we made them up. So are
 those ok? or should I change them?

Well we don't get the glusterfs = 3.6.999 - right?

This worked for me since we added the 3.6.999 requirement:
http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/dgo-nightly-master-1.0-0.1.PLATFORM.noarch.rpm

Documented in 
http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages

Nir
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread Nir Soffer
- Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Nir Soffer nsof...@redhat.com, David Caro dc...@redhat.com
 Cc: infra infra@ovirt.org
 Sent: Wednesday, May 6, 2015 6:10:46 PM
 Subject: Re: Fedora 22 build broken - missing gluster repo
 
 Il 06/05/2015 12:38, Nir Soffer ha scritto:
  - Original Message -
  From: David Caro dc...@redhat.com
  To: Dan Kenigsberg dan...@redhat.com
  Cc: Nir Soffer nsof...@redhat.com, infra infra@ovirt.org, Allon
  Mureinik amure...@redhat.com
  Sent: Wednesday, May 6, 2015 11:39:35 AM
  Subject: Re: Fedora 22 build broken - missing gluster repo
 
  On 05/05, Dan Kenigsberg wrote:
  On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
  Hi infra,
 
  We have a problem with fc22_created job [1]
 
  It fails with:
 
16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by
vdsm-4.17.0-762.git6e3659a.fc22.x86_64.
 
  This means it does not have the gluster development repository [2],
  providing
  gluster 3.7.
 
  Please disable this job until the job is configured properly.
 
  Thanks,
  Nir
 
  [1]
  http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
  [2]
  http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
 
  That job should have been disabled per my request to support DNF [3] as
  yum
  is
  missing from f22.
 
  [3] https://fedorahosted.org/ovirt/ticket/317
 
  It's not actually failing because of the dnf change, but because of the
  special
  repo requirements, dnf will support the yum syntax at least a few releases
  (just showing the warning).
 
  We are currently using the gluster repos:
 
  glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-$releasever-$basearch
  glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/$basearch
  glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/noarch
 
 
  I don't remember how they got there but I don't think we made them up. So
  are
  those ok? or should I change them?
 
 those are ok
 
  
  Well we don't get the glusterfs = 3.6.999 - right?
  
  This worked for me since we added the 3.6.999 requirement:
  http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/dgo-nightly-master-1.0-0.1.PLATFORM.noarch.rpm
 
 Please don't use that.
 That will point to nightly master which is currently on gluster-3.8.
 http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-22-x86_64/
 exists and provides gluster 3.7 nightly rpms.
 
 If you want an rpm for enabling the correct repos, please use our
 http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm

Thanks Sandro!

Please update 
http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages

This page must reflect the current requirements.

Nir
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 17:21, Nir Soffer ha scritto:
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Nir Soffer nsof...@redhat.com, David Caro dc...@redhat.com
 Cc: infra infra@ovirt.org
 Sent: Wednesday, May 6, 2015 6:10:46 PM
 Subject: Re: Fedora 22 build broken - missing gluster repo

 Il 06/05/2015 12:38, Nir Soffer ha scritto:
 - Original Message -
 From: David Caro dc...@redhat.com
 To: Dan Kenigsberg dan...@redhat.com
 Cc: Nir Soffer nsof...@redhat.com, infra infra@ovirt.org, Allon
 Mureinik amure...@redhat.com
 Sent: Wednesday, May 6, 2015 11:39:35 AM
 Subject: Re: Fedora 22 build broken - missing gluster repo

 On 05/05, Dan Kenigsberg wrote:
 On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
 Hi infra,

 We have a problem with fc22_created job [1]

 It fails with:

   16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by
   vdsm-4.17.0-762.git6e3659a.fc22.x86_64.

 This means it does not have the gluster development repository [2],
 providing
 gluster 3.7.

 Please disable this job until the job is configured properly.

 Thanks,
 Nir

 [1]
 http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
 [2]
 http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages

 That job should have been disabled per my request to support DNF [3] as
 yum
 is
 missing from f22.

 [3] https://fedorahosted.org/ovirt/ticket/317

 It's not actually failing because of the dnf change, but because of the
 special
 repo requirements, dnf will support the yum syntax at least a few releases
 (just showing the warning).

 We are currently using the gluster repos:

 glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-$releasever-$basearch
 glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/$basearch
 glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/noarch


 I don't remember how they got there but I don't think we made them up. So
 are
 those ok? or should I change them?

 those are ok


 Well we don't get the glusterfs = 3.6.999 - right?

 This worked for me since we added the 3.6.999 requirement:
 http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/dgo-nightly-master-1.0-0.1.PLATFORM.noarch.rpm

 Please don't use that.
 That will point to nightly master which is currently on gluster-3.8.
 http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-22-x86_64/
 exists and provides gluster 3.7 nightly rpms.

 If you want an rpm for enabling the correct repos, please use our
 http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm
 
 Thanks Sandro!
 
 Please update 
 http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
 
 This page must reflect the current requirements.

Done

 
 Nir
 


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fedora 22 build broken - missing gluster repo

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 12:38, Nir Soffer ha scritto:
 - Original Message -
 From: David Caro dc...@redhat.com
 To: Dan Kenigsberg dan...@redhat.com
 Cc: Nir Soffer nsof...@redhat.com, infra infra@ovirt.org, Allon 
 Mureinik amure...@redhat.com
 Sent: Wednesday, May 6, 2015 11:39:35 AM
 Subject: Re: Fedora 22 build broken - missing gluster repo

 On 05/05, Dan Kenigsberg wrote:
 On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
 Hi infra,

 We have a problem with fc22_created job [1]

 It fails with:

   16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by
   vdsm-4.17.0-762.git6e3659a.fc22.x86_64.

 This means it does not have the gluster development repository [2],
 providing
 gluster 3.7.

 Please disable this job until the job is configured properly.

 Thanks,
 Nir

 [1]
 http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
 [2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages

 That job should have been disabled per my request to support DNF [3] as yum
 is
 missing from f22.

 [3] https://fedorahosted.org/ovirt/ticket/317

 It's not actually failing because of the dnf change, but because of the
 special
 repo requirements, dnf will support the yum syntax at least a few releases
 (just showing the warning).

 We are currently using the gluster repos:

 glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-$releasever-$basearch
 glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/$basearch
 glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-$releasever/noarch


 I don't remember how they got there but I don't think we made them up. So are
 those ok? or should I change them?

those are ok

 
 Well we don't get the glusterfs = 3.6.999 - right?
 
 This worked for me since we added the 3.6.999 requirement:
 http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/dgo-nightly-master-1.0-0.1.PLATFORM.noarch.rpm

Please don't use that.
That will point to nightly master which is currently on gluster-3.8.
http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-22-x86_64/
 exists and provides gluster 3.7 nightly rpms.

If you want an rpm for enabling the correct repos, please use our 
http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm

 
 Documented in 
 http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
 
 Nir
 ___
 Infra mailing list
 Infra@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/infra
 


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Fedora 22 build broken - missing gluster repo

2015-05-05 Thread Nir Soffer
Hi infra,

We have a problem with fc22_created job [1]

It fails with:

  16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by 
vdsm-4.17.0-762.git6e3659a.fc22.x86_64.

This means it does not have the gluster development repository [2], providing 
gluster 3.7.

Please disable this job until the job is configured properly.

Thanks,
Nir

[1] 
http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
[2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fedora 22 build broken - missing gluster repo

2015-05-05 Thread Dan Kenigsberg
On Tue, May 05, 2015 at 12:16:12PM -0400, Nir Soffer wrote:
 Hi infra,
 
 We have a problem with fc22_created job [1]
 
 It fails with:
 
   16:17:34 Error: nothing provides glusterfs = 3.6.999 needed by 
 vdsm-4.17.0-762.git6e3659a.fc22.x86_64.
 
 This means it does not have the gluster development repository [2], providing 
 gluster 3.7.
 
 Please disable this job until the job is configured properly.
 
 Thanks,
 Nir
 
 [1] 
 http://jenkins.ovirt.org/job/vdsm_master_install-rpm-sanity-fc22_created/127/console
 [2] http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages

That job should have been disabled per my request to support DNF [3] as yum is
missing from f22.

[3] https://fedorahosted.org/ovirt/ticket/317

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra