[ovirt-users] Re: Download Ovirt Repository

2019-06-20 Thread siovelrm
Thank you very much to all for your answers, they have been very valuable to me.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-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/users@ovirt.org/message/UXSLS5NUAV5IRCY4Y2CFWOWIFAHCASHN/


[ovirt-users] Re: Download Ovirt Repository

2019-06-20 Thread Николаев Алексей
You can use Artifactory OSS or Nexus Repository OSS as caching proxy for rpm pakages.  20.06.2019, 11:05, "Strahil" :You can also deploy a spacewalk-based system for central repository management.I am using uyuni project for local VM repo, but it should be able to sync the oVirt repos without any issues.Of course, spacewalk requires some basic knowledge but it's not a rocket science.Best Regards,Strahil NikolovOn Jun 20, 2019 09:21, jin  wrote:Hi We 've a seperate test and aducation lab and connection is very intermittent. I use reposync command to create a local copy of repositories. When sync done, "createrepo" command prepare a repodata directory. After first sync, a cron job can sync continuously daily basis. I believe this is the most easy way to having a local repo.  If you need a complete guide for this, you may look at "Red Hat Virtualization 4.2 installation guide" page 18. On Thu, 20 Jun 2019, 07:41 ,  wrote:Hi, I've been using Ovirt and I'm doing fine. It happens that where I live connectivity to the internet is very slow. I wanted to know if it was possible to download the Ovirt repository in order to have it locally on my network. Greetings and thank you in advance for your answers.___Users mailing list -- users@ovirt.orgTo unsubscribe send an email to users-le...@ovirt.orgPrivacy 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/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/,___Users mailing list -- users@ovirt.orgTo unsubscribe send an email to users-le...@ovirt.orgPrivacy 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/users@ovirt.org/message/T7REY5ML3ONJRQFEZ36XY27QAMWICSO5/___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-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/users@ovirt.org/message/4NDQBUHBJLPVO4A5LGRFWF2I77UWEQPD/


[ovirt-users] Re: Download Ovirt Repository

2019-06-20 Thread Strahil
You can also deploy a spacewalk-based system for central repository management.
I am using uyuni project for local VM repo, but it should be able to sync the 
oVirt repos without any issues.

Of course, spacewalk requires some basic knowledge but it's not a rocket 
science.

Best Regards,
Strahil NikolovOn Jun 20, 2019 09:21, jin 
 wrote:
>
> Hi
>
> We 've a seperate test and aducation lab and connection is very intermittent. 
> I use reposync command to create a local copy of repositories. When sync 
> done, "createrepo" command prepare a repodata directory. After first sync, a 
> cron job can sync continuously daily basis. I believe this is the most easy 
> way to having a local repo. 
>
> If you need a complete guide for this, you may look at "Red Hat 
> Virtualization 4.2 installation guide" page 18.
>
> On Thu, 20 Jun 2019, 07:41 ,  wrote:
>>
>> Hi, I've been using Ovirt and I'm doing fine. It happens that where I live 
>> connectivity to the internet is very slow. I wanted to know if it was 
>> possible to download the Ovirt repository in order to have it locally on my 
>> network. Greetings and thank you in advance for your answers.
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-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/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-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/users@ovirt.org/message/T7REY5ML3ONJRQFEZ36XY27QAMWICSO5/


[ovirt-users] Re: Download Ovirt Repository

2019-06-20 Thread Barak Korren
The oVirt system test suit downloads a copy of the oVirt repo to the local
host it is running on before installing oVirt and running the tests. It
done to improve test performance and reliability.

You could easily download a copy of the oVirt repo (or any other yum repo)
by using the `reposync` tool from the `yum-utils` package. You'll need more
then the oVirt repo for an offline installation though, because oVirt has
dependencies that are pulled from the CentOS repos, as well as other repos
such as Gluster.

You can figure out which repos you need by looking at the repo
configuration files installed by the ovirt-*release*.rpm package. Those
files could be used directly as configuration files for reposync, but you
might want to add `exclue` and `include` clauses to limit the amount of
RPMs downloaded. oVirt certainly does not need the whole CentOS repo, for
example, only a small portion of it.

You could actually clone the oVirt system tests (OST) repo [1] and look at
the reposync files there to get an idea what a reposync configuration file
for oVirt should look like. Those files would not be suitable for direct
production use though, because they are meant to sync the development
versions of oVirt.

Another approach you can consider is installing oVirt using ovirt-node and
the hosted-engine appliance. That way you get ready-made machine images
that contain everything you need without requiring access to package
repositories.

[1]: https://gerrit.ovirt.org/#/admin/projects/ovirt-system-tests

On Thu, 20 Jun 2019 at 07:42,  wrote:

> Hi, I've been using Ovirt and I'm doing fine. It happens that where I live
> connectivity to the internet is very slow. I wanted to know if it was
> possible to download the Ovirt repository in order to have it locally on my
> network. Greetings and thank you in advance for your answers.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-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/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/
>


-- 
Barak Korren
RHV DevOps team , RHCE, RHCi
Red Hat EMEA
redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-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/users@ovirt.org/message/LRU255CAJCCF6S2UIP4QK52JM5WCSSJ2/


[ovirt-users] Re: Download Ovirt Repository

2019-06-20 Thread jin
Hi

We 've a seperate test and aducation lab and connection is very
intermittent. I use reposync command to create a local copy of
repositories. When sync done, "createrepo" command prepare a repodata
directory. After first sync, a cron job can sync continuously daily basis.
I believe this is the most easy way to having a local repo.

If you need a complete guide for this, you may look at "Red Hat
Virtualization 4.2 installation guide" page 18.

On Thu, 20 Jun 2019, 07:41 ,  wrote:

> Hi, I've been using Ovirt and I'm doing fine. It happens that where I live
> connectivity to the internet is very slow. I wanted to know if it was
> possible to download the Ovirt repository in order to have it locally on my
> network. Greetings and thank you in advance for your answers.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-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/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-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/users@ovirt.org/message/VPL7LX7RBCNIUDLIOX26P3IZGKKDAKUF/