<div dir="ltr">Hi Akshay,<div><br></div><div>Sorry about that. You need to run "tox -e genconfig" . After this inside kuryr/etc "kuryr.conf_sample" file will get generated. Copy this file to /etc/kuryr/ after renaming to kuryr.conf. </div><div><br></div><div>Documentation will be updated soon.</div><div><br></div><div>-Vikas</div><div>.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 8:44 PM, Akshay Kumar Sanghai <span dir="ltr"><<a href="mailto:akshaykumarsanghai@gmail.com" target="_blank">akshaykumarsanghai@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>Thanks Jaume and Antoni. </div><div>I tried the installation by git cloning the kuryr repo. I did pip install -r requirements.txt. After that I did pip install . . But it doesn't end successfully. There are no config files in /etc/kuryr directory. </div><div><div>root@compute1:~/kuryr# pip install .</div><div>Unpacking /root/kuryr</div><div>  Running setup.py (path:/tmp/pip-4kbPa8-build/setup.py) egg_info for package from file:///root/kuryr</div><div>    [pbr] Processing SOURCES.txt</div><div>    warning: LocalManifestMaker: standard file '-c' not found</div><div><br></div><div>    [pbr] In git context, generating filelist from git</div><div>    warning: no previously-included files matching '*.pyc' found anywhere in distribution</div><div>  Requirement already satisfied (use --upgrade to upgrade): kuryr==0.1.0.dev422 from file:///root/kuryr in /usr/local/lib/python2.7/dist-packages</div><div>Requirement already satisfied (use --upgrade to upgrade): pbr>=1.6 in /usr/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): Flask<1.0,>=0.10 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): netaddr!=0.7.16,>=0.7.12 in /usr/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): oslo.concurrency>=3.5.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): oslo.log>=1.14.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): oslo.utils>=3.5.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): python-neutronclient>=4.2.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): pyroute2>=0.3.10 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): os-client-config>=1.13.1 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): neutron-lib>=0.1.0 in /usr/local/lib/python2.7/dist-packages (from kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): Werkzeug>=0.7 in /usr/local/lib/python2.7/dist-packages (from Flask<1.0,>=0.10->kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.4 in /usr/lib/python2.7/dist-packages (from Flask<1.0,>=0.10->kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): itsdangerous>=0.21 in /usr/local/lib/python2.7/dist-packages (from Flask<1.0,>=0.10->kuryr==0.1.0.dev422)</div><div>Requirement already satisfied (use --upgrade to upgrade): markupsafe in /usr/lib/python2.7/dist-packages (from Jinja2>=2.4->Flask<1.0,>=0.10->kuryr==0.1.0.dev422)</div><div>Cleaning up...</div><div>root@compute1:~/kuryr#</div></div><div><br></div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div>Akshay</div><div><br></div><div><br></div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 4:24 PM, Antoni Segura Puimedon <span dir="ltr"><<a href="mailto:toni+openstackml@midokura.com" target="_blank">toni+openstackml@midokura.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Wed, May 25, 2016 at 11:20 AM, Jaume Devesa <span dir="ltr"><<a href="mailto:devvesa@gmail.com" target="_blank">devvesa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Akshay,<br>
<br>
responses inline:<br>
<span><br>
On Wed, 25 May 2016 10:48, Akshay Kumar Sanghai wrote:<br>
> Hi,<br>
> I have a 4 node openstack setup (1 controller, 1 network, 2 compute nodes).<br>
> I want to install kuryr in liberty version. I cannot find a package in<br>
> ubuntu repo.<br>
<br>
</span>There is not yet official version of Kuryr. You'll need to install using the<br>
current master branch of the repo[1] (by cloning it, install dependencies and<br>
`python setup.py install`<br></blockquote></span><div><br> Or you could run it dockerized. Read the "repo info" in [2]<br><br></div><div>We are working on having the packaging ready, but we are splitting the repos first,<br></div><div>so it will take a while for plain distro packages.<br><br></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span><br>
> -How do i install kuryr?<br>
</span>If the README.rst file of the repository is not enough for you in terms of<br>
installation and configuration, please let us know what's not clear.<br>
<span><br>
> - what are the components that need to be installed on the respective<br>
> nodes?<br>
<br>
</span>You need to run the kuryr libnetwork's service in all the nodes that you use as<br>
docker 'workers'<br></blockquote></span><div><br><div>and your chosen vendor's neutron agents. For example, for MidoNet it's<br></div><div>midolman, for ovs it would be the neutron ovs agent.<br><br></div></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span><br>
<br>
> - Do i need to install magnum for docker swarm?<br>
<br>
</span>Not familiar with Magnum.. Can not help you here.<br></blockquote></span><div><br> <div>If you want to run docker swarm in bare metal, you do not need Magnum. Only<br></div><div>keystone and Neutron.<br><br></div><div>You'd put docker swarm, neutron and keystone running in one node, and then<br></div><div>have N nodes with docker engine, kuryr/libnetwork and the neutron agents of<br></div>the vendor of your choice.<br><br></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span><br>
> - Can i use docker swarm, kubernetes, mesos in openstack without using<br>
> kuryr?</span></blockquote></span><div><br><div>You can use swarm and kubernetes in OpenStack with Kuryr using Magnum. It will<br></div><div>use neutron networking for providing nets to the VMs that will run the swarm/kubernetes<br></div><div>cluster. Inside the VMs, another overlay done by flannel will be used (in k8s, in<br></div>swarm I have not tried it).<br> <br></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span> What will be the disadvantages?<br></span></blockquote><div><br></div></span><div>The disadvantages are that you do not get explicit Neutron networking for your containers,<br></div><div>you get less networking isolation for your VMs/containers and if you want the highest<br></div><div>performance, you have to change the default flannel mode.<br> <br></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>
<br>
</span>Only docker swarm right now. The kubernetes one will be addressed soon.<br>
<br>
><br>
> Thanks<br>
> Akshay<br>
<br></blockquote></span><div>Thanks to you for giving it a try!<br><br> <br></div><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> __________________________________________________________________________<br>
> OpenStack Development Mailing List (not for usage questions)<br>
> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
There are a bunch of people much more experienced than me in Kuryr. I hope I<br>
haven't said anything stupid.<br>
<br>
Best regards,<br>
<br>
[1]: <a href="http://github.com/openstack/kuryr" rel="noreferrer" target="_blank">http://github.com/openstack/kuryr</a></blockquote></span><div> [2] <a href="https://hub.docker.com/r/kuryr/libnetwork/" target="_blank">https://hub.docker.com/r/kuryr/libnetwork/</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><br>
<span><font color="#888888"><br>
--<br>
Jaume Devesa<br>
Software Engineer at Midokura<br>
PGP key: 35C2D6B2 @ <a href="http://keyserver.ubuntu.com" rel="noreferrer" target="_blank">keyserver.ubuntu.com</a><br>
</font></span><br></span><span>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></span></blockquote></div><br></div></div>
<br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>
</div></div><br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>