<html><head><meta http-equiv="Content-Type" content="text/html charset=euc-kr"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello,</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class="">Thank you for your various information including Kolla Project, and I need that I should review the information in detail.</div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class="">I¡¯m just starting OpenStack install, config, test etc. in personal interest. So I feel it is many difficulties at the installation stage such as many configuration options, complexity of installation, scaling increases complexity so on. The beginner who no one seems to be easily accessible.</div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class=""> My goal for this work , the first one is simplification of installation and the second one is Zero Down Time Operation Platform.</div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class="">Once again thank you for your comments.</div></div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class=""><br class=""></div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class="">Best Regards,</div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class="">JW</div><div style="margin: 0px; font-family: 'Helvetica Neue'; color: rgb(50, 51, 51); -webkit-text-stroke-color: rgb(50, 51, 51); -webkit-text-stroke-width: initial;" class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">2015. 4. 29., ¿ÀÈÄ 11:54, Paul Czarkowski <<a href="mailto:pczarkowski+openstackops@bluebox.net" class="">pczarkowski+openstackops@bluebox.net</a>> ÀÛ¼º:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">You may also want to check out giftwrap ( <a href="https://github.com/blueboxgroup/giftwrap" target="_blank" class="">https://github.com/blueboxgroup/giftwrap</a> )  and its helper giftwrap-wrapper ( <a href="https://github.com/blueboxgroup/giftwrap-wrapper" target="_blank" class="">https://github.com/blueboxgroup/giftwrap-wrapper</a>
 ) which builds packages and/or docker containers for each openstack 
project based on a manifest file which contains their git location and 
version as well as letting you specifiy extra requirements etc.<br class=""><br class=""></div>I've
 looked over the koilla project and don't like the fact that it uses the
 system packages for openstack, nor do I particularly like the way its 
handling configuration.   <br class=""><br class="">I also think that it makes a ton of 
sense to create config templates built with confd so that you can 
configure the projects by either environment variables or etcd/confd.   <br class=""><br class="">I have a project called Factorish (<a href="https://github.com/factorish/factorish" target="_blank" class="">https://github.com/factorish/factorish</a>)
 which aims to take random apps and run them in a sensible way inside a 
docker container that ties in confd, etcdctl and runit and some 
healthchecking which has worked very well for me so far and have been 
planning on starting to build out openstack packages using it,  but 
haven't gotten very far yet due to a lack of time.</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Apr 29, 2015 at 9:05 AM, Fox, Kevin M <span dir="ltr" class=""><<a href="mailto:Kevin.Fox@pnnl.gov" target="_blank" class="">Kevin.Fox@pnnl.gov</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div class="">
<div class="">Have you looked at the kolla project?<br class="">
<br class="">
Thanks,<br class="">
Kevin <strong class="">
<div class=""><font face="Tahoma" size="2" class=""> </font></div>
</strong>
<hr class="">
<font face="Tahoma" size="2" class=""><b class="">From:</b> CoreOS<br class="">
<b class="">Sent:</b> Wednesday, April 29, 2015 5:08:12 AM<br class="">
<b class="">To:</b> <a href="mailto:openstack-operators@lists.openstack.org" target="_blank" class="">openstack-operators@lists.openstack.org</a><br class="">
<b class="">Subject:</b> [Openstack-operators] OpenStack Dockerizing on CoreOS<br class="">
</font><br class="">
<div class=""></div>
</div><div class=""><div class="h5">
<font size="2" class=""><span style="font-size:10pt" class="">
<div class="">Hello,<br class="">
<br class="">
I¡¯m trying to develop fault tolerance supporting OpenStack on Docker/CoreOS. I think this kind of approaching is to getting the following advantages:<br class="">
   - Easy to Deploy<br class="">
   - Easy to Test<br class="">
   - Easy to Scale-out<br class="">
   - Fault Tolerance<br class="">
<br class="">
Those who are interested in non-stop operation and easy extension of OpenStack, please see the following link
<a href="https://github.com/ContinUSE/openstack-on-coreos" target="_blank" class="">https://github.com/ContinUSE/openstack-on-coreos</a>.<br class="">
<br class="">
This work is currently in the beginning. Please contact me if you have any comments, or questions.<br class="">
<br class="">
Thanks,<br class="">
JW<br class="">
_______________________________________________<br class="">
OpenStack-operators mailing list<br class="">
<a href="mailto:OpenStack-operators@lists.openstack.org" target="_blank" class="">OpenStack-operators@lists.openstack.org</a><br class="">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br class="">
</div>
</span></font>
</div></div></div>

<br class="">_______________________________________________<br class="">
OpenStack-operators mailing list<br class="">
<a href="mailto:OpenStack-operators@lists.openstack.org" class="">OpenStack-operators@lists.openstack.org</a><br class="">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>