[openstack-dev] [Magnum]Cache docker images

Guz Egor guz_egor at yahoo.com
Wed Apr 20 02:20:16 UTC 2016


Kevin, I agree this is not ideal solution, but it's probably the best option to deal with public cloud "stability" (e.g. we switched to the same model at AWS andgot really good boost in provisioning time and reduce # failures during cluster provisioning). And if application need guarantee "fresh" image, it uses  force pull option in Marathon.
--- Egor
      From: "Fox, Kevin M" <Kevin.Fox at pnnl.gov>
 To: OpenStack Development Mailing List (not for usage questions) <openstack-dev at lists.openstack.org> 
 Sent: Tuesday, April 19, 2016 1:04 PM
 Subject: Re: [openstack-dev] [Magnum]Cache docker images
   
#yiv4843844425 #yiv4843844425 _filtered #yiv4843844425 {font-family:SimSun;} _filtered #yiv4843844425 {} _filtered #yiv4843844425 {font-family:Calibri;} _filtered #yiv4843844425 {font-family:Tahoma;} _filtered #yiv4843844425 {font-family:Consolas;}#yiv4843844425 p.yiv4843844425MsoNormal, #yiv4843844425 li.yiv4843844425MsoNormal, #yiv4843844425 div.yiv4843844425MsoNormal {margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;color:black;}#yiv4843844425 a:link, #yiv4843844425 span.yiv4843844425MsoHyperlink {color:blue;text-decoration:underline;}#yiv4843844425 a:visited, #yiv4843844425 span.yiv4843844425MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv4843844425 pre {margin:0cm;margin-bottom:.0001pt;font-size:10.0pt;color:black;}#yiv4843844425 span.yiv4843844425HTMLPreformattedChar {font-family:Consolas;color:black;}#yiv4843844425 span.yiv4843844425EmailStyle19 {color:#1F497D;}#yiv4843844425 .yiv4843844425MsoChpDefault {font-size:10.0pt;} _filtered #yiv4843844425 {margin:72.0pt 72.0pt 72.0pt 72.0pt;}#yiv4843844425 #yiv4843844425 P {margin-top:0;margin-bottom:0;}I'm kind of uncomfortable as an op with the prebundled stuff. how do you upgrade things when needed if there is no way to pull updated images from a central place?

Thanks,
Kevin
From: Hongbin Lu [hongbin.lu at huawei.com]
Sent: Tuesday, April 19, 2016 11:56 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [Magnum]Cache docker images

Eli, The approach of pre-pulling docker images has a problem. It only works for specific docker storage driver. In comparison, the tar file approach is portable across different storage drivers. Best regards,Hongbin From: taget [mailto:qiaoliyong at gmail.com]
Sent: April-19-16 4:26 AM
To: openstack-dev at lists.openstack.org
Subject: Re: [openstack-dev] [Magnum]Cache docker images hi hello again

I believe you are talking about this bp https://blueprints.launchpad.net/magnum/+spec/cache-docker-images
then ignore my previous reply, that may another topic to solve network limited problem.

I think you are on the right way to build docker images but this image could only bootstrap by cloud-init, without cloud-init
the container image tar file are not loaded at all, but seems this may not be the best way.

I'v suggest that may be the best way is we pull docker images while building atomic-image. Per my understanding, the
image build process is we mount the image to read/write mode to some tmp directory and chroot to to that dircetory,
we can do some custome operation there.

I can do a try on the build progress(guess rpm-ostree should support some hook scripts)

On 2016年04月19日 11:41, Eli Qiao wrote:
@wanghua

I think there were some discussion already , check https://blueprints.launchpad.net/magnum/+spec/support-private-registry
and https://blueprints.launchpad.net/magnum/+spec/allow-user-softwareconfigOn 2016年04月19日 10:57,王华 wrote:
Hi all,  We want to eliminate pulling docker images over the Internet on bay provisioning. There are two problems of this approach:1. Pulling docker images over the Internet is slow and fragile.2. Some clouds don't have external Internet access. It is suggested to build all the required images into the cloud images to resolved the issue. Here is a solution:We export the docker images as tar files, and put the tar files into a dir in the image when we build the image. And we add scripts to load the tar files in cloud-init, so that we don't need to download the docker images. Any advice for this solution or any better solution? Regards,Wanghua


__________________________________________________________________________OpenStack Development Mailing List (not for usage questions)Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribehttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


-- Best Regards, Eli Qiao (乔立勇)Intel OTC China


__________________________________________________________________________OpenStack Development Mailing List (not for usage questions)Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribehttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


-- Best Regards, Eli Qiao (乔立勇)
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160420/2925a4d1/attachment.html>


More information about the OpenStack-dev mailing list