
Hi all, Here is my situation: in my office, we can not access the website out of China, I have to grab my PC home to install the ovirt environment, this makes me sad. Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about the package dependency. Does anybody who has done this or does anybody has a better solution for this? Any help would be appreciated :) -- Best regards Junwang Zhao Department of Computer Science &Technology Peking University Beijing, 100871, PRC

--------------040305070507030407000202 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Hi, Download the packages at home, copy to office and make a local repo. On 11/30/2015 11:03 AM, John Hunter wrote:
Hi all,
Here is my situation: in my office, we can not access the website out of China, I have to grab my PC home to install the ovirt environment, this makes me sad.
Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about the package dependency.
Does anybody who has done this or does anybody has a better solution for this?
Any help would be appreciated :)
-- Best regards Junwang Zhao Department of Computer Science &Technology Peking University Beijing, 100871, PRC
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------040305070507030407000202 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> </head> <body text="#000000" bgcolor="#FFFFFF"> <div class="moz-cite-prefix">Hi, <br> <br> Download the packages at home, copy to office and make a local repo.<br> <br> <br> <br> On 11/30/2015 11:03 AM, John Hunter wrote:<br> </div> <blockquote cite="mid:CAEG8a3J1WaxM+54CcOdT=H=qpB+zrXJETyV24Uyjd9e0JMjDiw@mail.gmail.com" type="cite"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <div dir="ltr">Hi all, <div><br> </div> <div>Here is my situation: in my office, we can not access the website out of China,</div> <div>I have to grab my PC home to install the ovirt environment, this makes me sad.</div> <div><br> </div> <div>Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about the</div> <div>package dependency.</div> <div><br> </div> <div>Does anybody who has done this or does anybody has a better solution for this?</div> <div><br> </div> <div>Any help would be appreciated :)</div> <div> <div><br> </div> -- <br> <div class="gmail_signature"> <div dir="ltr"> <div> <div dir="ltr"> <div>Best regards<br> </div> <div>Junwang Zhao</div> <div>Department of Computer Science &Technology</div> <div>Peking University</div> <div>Beijing, 100871, PRC</div> </div> </div> </div> </div> </div> </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </body> </html> --------------040305070507030407000202--

sure, thanks :) On Mon, Nov 30, 2015 at 11:40 AM, zhangjian2011 < zhangjian2011@cn.fujitsu.com> wrote:
Hi,
Download the packages at home, copy to office and make a local repo.
On 11/30/2015 11:03 AM, John Hunter wrote:
Hi all,
Here is my situation: in my office, we can not access the website out of China, I have to grab my PC home to install the ovirt environment, this makes me sad.
Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about the package dependency.
Does anybody who has done this or does anybody has a better solution for this?
Any help would be appreciated :)
-- Best regards Junwang Zhao Department of Computer Science &Technology Peking University Beijing, 100871, PRC
_______________________________________________ Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Best regards Junwang Zhao Department of Computer Science &Technology Peking University Beijing, 100871, PRC

On Mon, Nov 30, 2015 at 5:03 AM, John Hunter <zhjwpku@gmail.com> wrote:
Hi all,
Here is my situation: in my office, we can not access the website out of China, I have to grab my PC home to install the ovirt environment, this makes me sad.
Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about the package dependency.
Does anybody who has done this or does anybody has a better solution for this?
If you want just the minimal set of packages, you can do something like this: 1. Download the release package (check [1]) from home, get it to the office and install there. 2. Run in the office something like: yumdownloader -q --resolve --urls ovirt-engine ovirt-engine-dwh ovirt-engine-reports ovirt-engine-websocket-proxy ovirt-vmconsole-proxy > URLs Obviously choose packages as you wish. 3. copy ./URLs home and run: wget -i URLs 4. Copy the downloaded files to the office and install. Didn't try that myself. In particular, note that engine-setup optionally installs additional stuff for you, so in principle might require more packages. [1] http://www.ovirt.org/Download -- Didi

David, that helps a lot, thanks :) On Mon, Nov 30, 2015 at 3:22 PM, Yedidyah Bar David <didi@redhat.com> wrote:
Hi all,
Here is my situation: in my office, we can not access the website out of China, I have to grab my PC home to install the ovirt environment, this makes me sad.
Can I download all the packages needed by ovirt at home, store them in my U-disk, and back to office and install the enviroment? I am worry about
On Mon, Nov 30, 2015 at 5:03 AM, John Hunter <zhjwpku@gmail.com> wrote: the
package dependency.
Does anybody who has done this or does anybody has a better solution for this?
If you want just the minimal set of packages, you can do something like this: 1. Download the release package (check [1]) from home, get it to the office and install there. 2. Run in the office something like: yumdownloader -q --resolve --urls ovirt-engine ovirt-engine-dwh ovirt-engine-reports ovirt-engine-websocket-proxy ovirt-vmconsole-proxy > URLs Obviously choose packages as you wish. 3. copy ./URLs home and run: wget -i URLs 4. Copy the downloaded files to the office and install.
Didn't try that myself. In particular, note that engine-setup optionally installs additional stuff for you, so in principle might require more packages.
[1] http://www.ovirt.org/Download -- Didi
-- Best regards Junwang Zhao Department of Computer Science &Technology Peking University Beijing, 100871, PRC
participants (3)
-
John Hunter
-
Yedidyah Bar David
-
zhangjian2011