<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Feb 3, 2019, 9:17 PM Michael Still <<a href="mailto:mikal@stillhq.com" target="_blank" rel="noreferrer">mikal@stillhq.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Heya,<div><br></div><div>I'm chasing a bug at the moment, and have been able to recreate it with a stock kolla-ansible install. The next step is to add more debugging to the OpenStack code to try and chase down what's happening.</div><div><br></div><div>Before I go off and do something wildly bonkers, does anyone have a nice way of overriding locally the container image that kolla is using for a given container?</div><div><br></div><div>The best I've come up with at the moment is something like:</div><div><br></div><div>- copy the contents of the container out to a directory on the host node</div><div>- delete the docker container</div><div>- create a new container which mimics the previous container (docker inspect and some muttering) and have that container mount the copied out stuff as a volume</div><div><br></div><div>I considered just snapshotting the image being used by the current container, but I want a faster edit cycle than edit, snapshot, start provides.</div><div><br></div><div>Thoughts?</div><div>Michael</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Easiest way would be to deploy from a local registry. You can pull everything from docker hub and just use kolla-build to build and push the ones you're working on.</div><div dir="auto"><br></div><div dir="auto">Then just delete the image from wherever it's running, run a deploy with --tags of the project you're messing with, and it'll deploy the new image, or increment the docker tag when you push it and run upgrade.</div><div dir="auto"><br></div><div dir="auto">If I'm missing something and oversimplifying, let me know :).</div><div dir="auto"><br></div><div dir="auto">-Erik</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>