[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Dafna Ron
it seems like you are downloading from external mirror.
please use local mirrors (this fix should be done in you project)


On Thu, Jul 18, 2019 at 10:42 AM Vojtech Juranek 
wrote:

> Hi,
> OST fails with
>
> 09:47:03
> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
> epel-7-x86_64/repodata/repomd.xml
> :
> [Errno 14] curl#7 - "Failed connect to
> copr-be.cloud.fedoraproject.org:443; Connection refused"
>
> see e.g. [1] for full log. Stared to fail this morning.
> Can anyone take a look and fix it?
>
> Thanks in advance.
> Vojta
>
> [1] https://jenkins.ovirt.org/job/ovirt-system-tests_manual/5132/console
> ___
> Infra mailing list -- in...@ovirt.org
> To unsubscribe send an email to infra-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/in...@ovirt.org/message/DXDNFFNWE3DC2IJTOH7CMXN7FD4PO4HU/
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/PAEWFBQKS2TP6XJSDCTUUHNBWANWEWLC/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Vojtech Juranek
> it seems like you are downloading from external mirror.
> please use local mirrors (this fix should be done in you project)

can you explain what actually I should fix? It fails to download gluster-
ansible. I work on vdsm and it has no dependency on gluster-ansible AFAICT, so 
I have no idea what I should fix in "my" project.

Thanks
 
> 
> On Thu, Jul 18, 2019 at 10:42 AM Vojtech Juranek 
> 
> wrote:
> > Hi,
> > OST fails with
> > 
> > 09:47:03
> > https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
> > epel-7-x86_64/repodata/repomd.xml
> >  
> > > 7-x86_64/repodata/repomd.xml>: [Errno 14] curl#7 - "Failed connect to
> > copr-be.cloud.fedoraproject.org:443; Connection refused"
> > 
> > see e.g. [1] for full log. Stared to fail this morning.
> > Can anyone take a look and fix it?
> > 
> > Thanks in advance.
> > Vojta
> > 
> > [1] https://jenkins.ovirt.org/job/ovirt-system-tests_manual/5132/console
> > ___
> > Infra mailing list -- in...@ovirt.org
> > To unsubscribe send an email to infra-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> > https://lists.ovirt.org/archives/list/in...@ovirt.org/message/DXDNFFNWE3DC
> > 2IJTOH7CMXN7FD4PO4HU/



signature.asc
Description: This is a digitally signed message part.
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/FXEMF6WA2GG457IFKFZEH422HZBE2YDA/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Sahina Bose
+Sac as it's the repo maintained by him, but I doubt if it is this repo
specific

On Thu, Jul 18, 2019 at 2:11 PM Vojtech Juranek  wrote:

> Hi,
> OST fails with
>
> 09:47:03
> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
> epel-7-x86_64/repodata/repomd.xml
> :
> [Errno 14] curl#7 - "Failed connect to
> copr-be.cloud.fedoraproject.org:443; Connection refused"
>
> see e.g. [1] for full log. Stared to fail this morning.
> Can anyone take a look and fix it?
>
> Thanks in advance.
> Vojta
>
> [1] https://jenkins.ovirt.org/job/ovirt-system-tests_manual/5132/console
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/devel@ovirt.org/message/DXDNFFNWE3DC2IJTOH7CMXN7FD4PO4HU/
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/MOTEJVTFNYBDK32RG3SSNZH4S5W7B6G2/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Dafna Ron
in your project you have an automation folder with a .repos file
the repos file should be
, 
example:
kvm-common-el7,http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/

if the specific repo is not created in the CI and you only go to external
repos then whenever that repo is down your jobs will fail and its not
related to CI as we do not maintain external mirrors.

I looked the specific repo and its not in the mirrors file so we can add it
and then you need to fix your automation to include the local mirror name.


On Thu, Jul 18, 2019 at 10:50 AM Vojtech Juranek 
wrote:

> > it seems like you are downloading from external mirror.
> > please use local mirrors (this fix should be done in you project)
>
> can you explain what actually I should fix? It fails to download gluster-
> ansible. I work on vdsm and it has no dependency on gluster-ansible
> AFAICT, so
> I have no idea what I should fix in "my" project.
>
> Thanks
>
> >
> > On Thu, Jul 18, 2019 at 10:42 AM Vojtech Juranek 
> >
> > wrote:
> > > Hi,
> > > OST fails with
> > >
> > > 09:47:03
> > > https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
> > > epel-7-x86_64/repodata/repomd.xml
> > > <
> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/epel->
> > 7-x86_64/repodata/repomd.xml>: [Errno 14] curl#7 - "Failed connect to
> > > copr-be.cloud.fedoraproject.org:443; Connection refused"
> > >
> > > see e.g. [1] for full log. Stared to fail this morning.
> > > Can anyone take a look and fix it?
> > >
> > > Thanks in advance.
> > > Vojta
> > >
> > > [1]
> https://jenkins.ovirt.org/job/ovirt-system-tests_manual/5132/console
> > > ___
> > > Infra mailing list -- in...@ovirt.org
> > > To unsubscribe send an email to infra-le...@ovirt.org
> > > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > > oVirt Code of Conduct:
> > > https://www.ovirt.org/community/about/community-guidelines/
> > > List Archives:
> > >
> https://lists.ovirt.org/archives/list/in...@ovirt.org/message/DXDNFFNWE3DC
> > > 2IJTOH7CMXN7FD4PO4HU/
>
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/BZP6JTIQGGQ7GZ66RWW3LMRYTUQ65ARM/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Eyal Edri
On Thu, Jul 18, 2019 at 12:44 PM Sachidananda URS  wrote:

>
>
> On Thu, Jul 18, 2019 at 2:21 PM Sahina Bose  wrote:
>
>> +Sac as it's the repo maintained by him, but I doubt if it is this repo
>> specific
>>
>> On Thu, Jul 18, 2019 at 2:11 PM Vojtech Juranek 
>> wrote:
>>
>>> Hi,
>>> OST fails with
>>>
>>> 09:47:03
>>> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
>>> epel-7-x86_64/repodata/repomd.xml
>>> :
>>> [Errno 14] curl#7 - "Failed connect to
>>> copr-be.cloud.fedoraproject.org:443; Connection refused"
>>>
>>> see e.g. [1] for full log. Stared to fail this morning.
>>> Can anyone take a look and fix it?
>>>
>>>
> This sometimes happens with Copr repo. I've seen similar error.
> But will work after some time. I don't know the reason for this
> instability.
>

Can the pkg get hosted on a more stable repo like on CentOS storage sig
repos?
e.g http://mirror.centos.org/centos/7/storage/x86_64/gluster-6/


>
> -sac
> ___
> Infra mailing list -- in...@ovirt.org
> To unsubscribe send an email to infra-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/in...@ovirt.org/message/XOR5VOSPAF3TBACHPQLAY2TIRBQM4ARX/
>


-- 

Eyal edri

He / Him / His


MANAGER

CONTINUOUS PRODUCTIZATION

SYSTEM ENGINEERING

Red Hat 

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ #cp-devel)
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/OUEDTASUOMG5NEYQ3Z2QHAX5QEAJPJX5/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Sachidananda URS
On Thu, Jul 18, 2019 at 2:21 PM Sahina Bose  wrote:

> +Sac as it's the repo maintained by him, but I doubt if it is this repo
> specific
>
> On Thu, Jul 18, 2019 at 2:11 PM Vojtech Juranek 
> wrote:
>
>> Hi,
>> OST fails with
>>
>> 09:47:03
>> https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
>> epel-7-x86_64/repodata/repomd.xml
>> :
>> [Errno 14] curl#7 - "Failed connect to
>> copr-be.cloud.fedoraproject.org:443; Connection refused"
>>
>> see e.g. [1] for full log. Stared to fail this morning.
>> Can anyone take a look and fix it?
>>
>>
This sometimes happens with Copr repo. I've seen similar error.
But will work after some time. I don't know the reason for this instability.

-sac
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/XOR5VOSPAF3TBACHPQLAY2TIRBQM4ARX/


[ovirt-devel] Re: OST fails, cannot connect to repo

2019-07-18 Thread Sachidananda URS
On Thu, Jul 18, 2019 at 3:19 PM Eyal Edri  wrote:

>
>
> On Thu, Jul 18, 2019 at 12:44 PM Sachidananda URS  wrote:
>
>>
>>
>> On Thu, Jul 18, 2019 at 2:21 PM Sahina Bose  wrote:
>>
>>> +Sac as it's the repo maintained by him, but I doubt if it is this repo
>>> specific
>>>
>>> On Thu, Jul 18, 2019 at 2:11 PM Vojtech Juranek 
>>> wrote:
>>>
 Hi,
 OST fails with

 09:47:03
 https://copr-be.cloud.fedoraproject.org/results/sac/gluster-ansible/
 epel-7-x86_64/repodata/repomd.xml
 :
 [Errno 14] curl#7 - "Failed connect to
 copr-be.cloud.fedoraproject.org:443; Connection refused"

 see e.g. [1] for full log. Stared to fail this morning.
 Can anyone take a look and fix it?


>> This sometimes happens with Copr repo. I've seen similar error.
>> But will work after some time. I don't know the reason for this
>> instability.
>>
>
> Can the pkg get hosted on a more stable repo like on CentOS storage sig
> repos?
> e.g http://mirror.centos.org/centos/7/storage/x86_64/gluster-6/
>

Eyal, yes. I've also been wanting to create fedora packages. But haven't
found time.
I'll look into hosting the packages at mirror.centos.org.


-sac
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/FD3OG4B74KHIMDHIXZVHG2YLMZTDOG3O/