<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/24/2014 10:12 AM, Joshua Harlow
      wrote:<br>
    </div>
    <blockquote
      cite="mid:BLU436-SMTP3245F44266B4391C064600D8B10@phx.gbl"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div>Sounds like an interesting project/goal and will be
        interesting to see where this goes.</div>
      <div><br>
      </div>
      <div>A few questions/comments:</div>
      <div><br>
      </div>
      How much golang will people be exposed to with this addition?
      <div><br>
      </div>
    </blockquote>
    Joshua,<br>
    <br>
    I expect very little.  We intend to use Kubernetes as an upstream
    project, rather then something we contribute to directly.<br>
    <br>
    <blockquote
      cite="mid:BLU436-SMTP3245F44266B4391C064600D8B10@phx.gbl"
      type="cite">
      <div>Seeing that this could be the first 'go' using project it
        will be interesting to see where this goes (since afaik none of
        the infra support exists, and people aren't likely to familiar
        with go vs python in the openstack community overall).</div>
      <div><br>
      </div>
      <div>What's your thoughts on how this will affect the existing
        openstack container effort?</div>
      <div><br>
      </div>
    </blockquote>
    I don't think it will have any impact on the existing Magnum
    project.  At some point if Magnum implements scheduling of docker
    containers, we may add support for Magnum in addition to Kubernetes,
    but it is impossible to tell at this point.  I don't want to derail
    either project by trying to force them together unnaturally so
    early.<br>
    <br>
    <blockquote
      cite="mid:BLU436-SMTP3245F44266B4391C064600D8B10@phx.gbl"
      type="cite">
      <div>I see that kubernetes isn't exactly a small project either
        (~90k LOC, for those who use these types of metrics), so I
        wonder how that will affect people getting involved here, aka,
        who has the resources/operators/other... available to actually
        setup/deploy/run kubernetes, when operators are likely still
        just struggling to run openstack itself (at least operators are
        getting used to the openstack warts, a new set of kubernetes
        warts could not be so helpful).</div>
      <div><br>
      </div>
    </blockquote>
    Yup it is fairly large in size.  Time will tell if this approach
    will work.<br>
    <br>
    This is an experiment as Robert and others on the thread have
    pointed out :).<br>
    <br>
    Regards<br>
    -steve<br>
    <br>
    <blockquote
      cite="mid:BLU436-SMTP3245F44266B4391C064600D8B10@phx.gbl"
      type="cite">
      <div>
        <div>
          <div>On Sep 23, 2014, at 3:40 PM, Steven Dake <<a
              moz-do-not-send="true" href="mailto:sdake@redhat.com">sdake@redhat.com</a>>
            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta http-equiv="content-type" content="text/html;
              charset=windows-1252">
            <div bgcolor="#FFFFFF" text="#000000">
              <meta http-equiv="content-type" content="text/html;
                charset=windows-1252">
              <b><span style="font-size: 15px; font-family: Arial;
                  background-color: transparent; font-weight: normal;
                  font-style: normal; font-variant: normal;
                  text-decoration: none; vertical-align: baseline;
                  white-space: pre-wrap;">Hi folks,</span></b><b
                style="font-weight:normal;"
                id="docs-internal-guid-a177937b-a45f-e689-c725-e4e1c757c777"><b><br>
                </b>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                    I'm pleased to announce the development of a new
                    project Kolla which is Greek for glue :). Kolla has
                    a goal of providing an implementation that deploys
                    OpenStack using Kubernetes and Docker. This project
                    will begin as a StackForge project separate from the
                    TripleO/Deployment program code base. Our long term
                    goal is to merge into the TripleO/Deployment program
                    rather then create a new program.<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;">Docker

                    is a container technology for delivering
                    hermetically sealed applications and has about 620
                    technical contributors [1]. We intend to produce
                    docker images for a variety of platforms beginning
                    with Fedora 20. We are completely open to any distro
                    support, so if folks want to add new Linux
                    distribution to Kolla please feel free to submit
                    patches :)<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><br>
                  <span style="font-size: 15px; font-family: Arial;
                    background-color: transparent; font-weight: normal;
                    font-style: normal; font-variant: normal;
                    text-decoration: none; vertical-align: baseline;
                    white-space: pre-wrap;"></span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;">Kubernetes

                    at the most basic level is a Docker scheduler
                    produced by and used within Google [2]. Kubernetes
                    has in excess of 100 technical contributors.
                    Kubernetes is more then just a scheduler, it
                    provides additional functionality such as load
                    balancing and scaling and has a significant roadmap.<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                    The #tripleo channel on Freenode will be used for
                    Kolla developer and user communication. Even though
                    we plan to become part of the Deployment program
                    long term, as we experiment we believe it is best to
                    hold a separate weekly one hour IRC meeting on
                    Mondays at 2000 UTC in #openstack-meeting [3].<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                    This project has been discussed with the current
                    TripleO PTL (Robert Collins) and he seemed very
                    supportive and agreed with the organization of the
                    project outlined above. </span><span
                    style="font-weight:normal;"><span style="font-size:
                      15px; font-family: Arial; background-color:
                      transparent; font-weight: normal; font-style:
                      normal; font-variant: normal; text-decoration:
                      none; vertical-align: baseline; white-space:
                      pre-wrap;">James Slagle, a TripleO core developer,
                      has kindly offered to liase between Kolla and the
                      broader TripleO community. <br>
                    </span></span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-weight:normal;"><span
                      style="font-size: 15px; font-family: Arial;
                      background-color: transparent; font-weight:
                      normal; font-style: normal; font-variant: normal;
                      text-decoration: none; vertical-align: baseline;
                      white-space: pre-wrap;"><br>
                    </span></span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;">I
                    personally feel it is necessary to start from a
                    nearly empty repository when kicking off a new
                    project. As a result, there is limited code in the
                    repository [4] at this time. I suspect folks will
                    start cranking out a kick-ass implementation once
                    the Kolla/Stackforge integration support is reviewed
                    by the infra team [5].<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><br>
                  <span style="font-size: 15px; font-family: Arial;
                    background-color: transparent; font-weight: normal;
                    font-style: normal; font-variant: normal;
                    text-decoration: none; vertical-align: baseline;
                    white-space: pre-wrap;"></span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;">The

                    initial core team is composed of Steven Dake, Ryan
                    Hallisey, James Lebocki, Jeff Peeler, James Slagle,
                    Lars Kellogg-Sedman, and David Vossel. The core team
                    will be reviewed every 6 weeks to add fresh
                    developers.<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                    Please join the core team in designing and inventing
                    this rockin' new technology!<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><span style="font-size: 15px;
                    font-family: Arial; background-color: transparent;
                    font-weight: normal; font-style: normal;
                    font-variant: normal; text-decoration: none;
                    vertical-align: baseline; white-space: pre-wrap;"><br>
                    Regards<br>
                    -steve<br>
                  </span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><br>
                  <b>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b><br>
                  <span style="font-size: 15px; font-family: Arial;
                    background-color: transparent; font-weight: normal;
                    font-style: normal; font-variant: normal;
                    text-decoration: none; vertical-align: baseline;
                    white-space: pre-wrap;"></span></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><b><span
                      style="font-weight:normal;"> </span></b></div>
                <div style="line-height: 1.15; margin-top: 0pt;
                  margin-bottom: 0pt;"><b><br>
                    <span style="font-size: 15px; font-family: Arial;
                      background-color: transparent; font-weight:
                      normal; font-style: normal; font-variant: normal;
                      text-decoration: none; vertical-align: baseline;
                      white-space: pre-wrap;"></span></b></div>
                <b>
                  <div style="line-height: 1.15; margin-top: 0pt;
                    margin-bottom: 0pt;"><span style="font-size: 15px;
                      font-family: Arial; background-color: transparent;
                      font-weight: normal; font-style: normal;
                      font-variant: normal; text-decoration: none;
                      vertical-align: baseline; white-space: pre-wrap;">[1]

                      <a moz-do-not-send="true"
                        class="moz-txt-link-freetext"
                        href="https://github.com/docker/docker">https://github.com/docker/docker</a>
                      [2] <a moz-do-not-send="true"
                        class="moz-txt-link-freetext"
                        href="https://github.com/GoogleCloudPlatform/kubernetes">https://github.com/GoogleCloudPlatform/kubernetes</a><br>
                    </span></div>
                  <div style="line-height: 1.15; margin-top: 0pt;
                    margin-bottom: 0pt;"><span style="font-size: 15px;
                      font-family: Arial; background-color: transparent;
                      font-weight: normal; font-style: normal;
                      font-variant: normal; text-decoration: none;
                      vertical-align: baseline; white-space: pre-wrap;">[3]

                      <a moz-do-not-send="true"
                        class="moz-txt-link-freetext"
                        href="https://wiki.openstack.org/wiki/Meetings/Kolla">https://wiki.openstack.org/wiki/Meetings/Kolla</a>
                      [4] <a moz-do-not-send="true"
                        class="moz-txt-link-freetext"
                        href="https://github.com/jlabocki/superhappyfunshow">https://github.com/jlabocki/superhappyfunshow</a>
                      [5] <a moz-do-not-send="true"
                        class="moz-txt-link-freetext"
                        href="https://review.openstack.org/#/c/122972/">https://review.openstack.org/#/c/122972/</a></span></div>
                </b><br>
                <span style="font-size: 15px; font-family: Arial;
                  background-color: transparent; font-weight: normal;
                  font-style: normal; font-variant: normal;
                  text-decoration: none; vertical-align: baseline;
                  white-space: pre-wrap;"></span><span style="font-size:
                  15px; font-family: Arial; background-color:
                  transparent; font-weight: normal; font-style: normal;
                  font-variant: normal; text-decoration: none;
                  vertical-align: baseline; white-space: pre-wrap;"></span>
                <div><br class="webkit-block-placeholder">
                </div>
              </b> </div>
            _______________________________________________<br>
            OpenStack-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>