*** banix has joined #openstack-kuryr | 00:05 | |
*** banix has quit IRC | 00:07 | |
*** asti has quit IRC | 00:47 | |
*** banix has joined #openstack-kuryr | 01:27 | |
banix | mestery: apuimedo we really need a CI to test against both Docker and Neutron | 01:38 |
---|---|---|
*** salv-orlando has joined #openstack-kuryr | 01:56 | |
*** tfukushima has joined #openstack-kuryr | 02:00 | |
*** salv-orlando has quit IRC | 02:02 | |
*** salv-orlando has joined #openstack-kuryr | 02:22 | |
*** salv-orlando has quit IRC | 02:26 | |
mestery | banix apuimedo: +1000 | 02:32 |
*** banix has quit IRC | 03:20 | |
*** salv-orlando has joined #openstack-kuryr | 03:23 | |
*** salv-orlando has quit IRC | 03:30 | |
*** tfukushima has quit IRC | 03:46 | |
*** irenab_ has joined #openstack-kuryr | 03:51 | |
*** irenab has quit IRC | 03:54 | |
*** irenab_ is now known as irenab | 03:54 | |
*** apuimedo has quit IRC | 03:55 | |
*** tfukushima has joined #openstack-kuryr | 04:12 | |
*** salv-orlando has joined #openstack-kuryr | 04:27 | |
*** yamamoto has quit IRC | 04:31 | |
*** salv-orlando has quit IRC | 04:43 | |
*** irenab has quit IRC | 04:52 | |
*** tfukushima has quit IRC | 04:55 | |
*** tfukushima has joined #openstack-kuryr | 04:56 | |
*** yamamoto has joined #openstack-kuryr | 05:14 | |
*** tfukushima has quit IRC | 05:16 | |
*** irenab has joined #openstack-kuryr | 05:31 | |
*** oanson has joined #openstack-kuryr | 05:39 | |
*** salv-orlando has joined #openstack-kuryr | 05:40 | |
*** salv-orl_ has joined #openstack-kuryr | 05:52 | |
*** salv-orl_ has quit IRC | 05:52 | |
*** salv-orlando has quit IRC | 05:53 | |
*** tfukushima has joined #openstack-kuryr | 05:53 | |
*** salv-orlando has joined #openstack-kuryr | 05:53 | |
*** salv-orlando has quit IRC | 05:54 | |
*** salv-orlando has joined #openstack-kuryr | 05:55 | |
*** fawadkhaliq has joined #openstack-kuryr | 06:49 | |
*** fawadkhaliq has quit IRC | 07:12 | |
irenab | gsagie: ping | 07:12 |
gsagie | hi irenab | 07:14 |
irenab | need some help on basics | 07:14 |
irenab | I deployed devstack with kuryr, but docker is not happy. | 07:15 |
irenab | sudo service docker restart | 07:15 |
irenab | stop: Unknown instance: | 07:15 |
irenab | start: Job failed to start | 07:15 |
irenab | any idea? | 07:15 |
gsagie | irenab: sorry i havent tested the code lately, but from looking at the conversation above Docker changed some API (doesnt seems related to your question) | 07:25 |
irenab | yes, in my env its much more basic problem | 07:26 |
gsagie | 'sudo service docker start' | 07:26 |
gsagie | work? | 07:26 |
gsagie | or with 'stop' ? | 07:26 |
irenab | I see this in the log | 07:26 |
gsagie | We do run the docker in one of the screens | 07:26 |
irenab | time="2016-04-18T15:29:04.128241141Z" level=info msg="Processing signal 'terminated'" | 07:27 |
irenab | time="2016-04-18T15:29:04.140392731Z" level=error msg="failed to receive event from containerd: rpc error: code = 13 desc = \"transport is closing\"" | 07:27 |
irenab | INFO[0003] stopping containerd after receiving terminated | 07:27 |
irenab | Waiting for /var/run/docker.sock | 07:27 |
irenab | time="2016-04-19T07:11:39.854623091Z" level=fatal msg="Error starting daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid" | 07:27 |
gsagie | irenab: docker-engine in the devstack screen is suppose to be the docker deamon | 07:27 |
irenab | So when I want to run some docker command, anything special should be added to the command? | 07:29 |
irenab | when I try to create network, it gives “Cannot connect to the Docker daemon. Is the docker daemon running on this host?" | 07:30 |
irenab | the screen docker-engine seems running | 07:30 |
irenab | but no logs | 07:31 |
gsagie | yes | 07:46 |
gsagie | you need to add | 07:46 |
gsagie | sec | 07:46 |
gsagie | i think '-H tcp://0.0.0.0:2375' | 07:47 |
gsagie | as it listen to this poty | 07:47 |
gsagie | port | 07:47 |
gsagie | is it working for you? | 07:47 |
irenab | this option is already listed | 07:52 |
irenab | sudo /usr/bin/docker daemon -H tcp://0.0.0.0:2375 --cluster-store etcd://localhost:4001 | 07:52 |
gsagie | yes, this is for the daemon to listen | 08:00 |
gsagie | and now you need to direct your client to move it there | 08:00 |
irenab | can you be more specific what to do :-)? | 08:01 |
irenab | promse to update the kuryr documentation :-) | 08:01 |
gsagie | i dont have working env, but try 'sudo docker -H tcp://0.0.0.0:2375 ps' | 08:02 |
gsagie | it works? :) | 08:02 |
irenab | yes | 08:02 |
gsagie | okie :) | 08:03 |
gsagie | i am sure there is also ENV variable which set this to be the default so you dont have to write it every time | 08:03 |
gsagie | but i cant remember which one, i will try to search | 08:03 |
irenab | thanks a lot. I will check as well. We probably need to add this to devstack | 08:04 |
gsagie | export DOCKER_HOST="tcp://0.0.0.0:2375" | 08:06 |
gsagie | https://docs.docker.com/engine/reference/commandline/daemon/ | 08:06 |
irenab | I just found the same, but setting the env didn’t do the work … Only explicit -H .. | 08:16 |
huats_ | irenab gsagie last wee I played a bit with it and it was also needed to use -H 127.0.0.1:2375 for all my docker commands IIRC | 08:34 |
*** salv-orlando has quit IRC | 08:34 | |
*** salv-orlando has joined #openstack-kuryr | 08:59 | |
*** salv-orlando has quit IRC | 09:00 | |
*** salv-orlando has joined #openstack-kuryr | 09:01 | |
*** oanson has quit IRC | 09:10 | |
*** tfukushima has quit IRC | 10:15 | |
*** yamamoto has quit IRC | 11:30 | |
*** salv-orlando has quit IRC | 11:34 | |
*** salv-orlando has joined #openstack-kuryr | 11:47 | |
*** asti has joined #openstack-kuryr | 11:52 | |
*** yamamoto has joined #openstack-kuryr | 12:09 | |
*** oanson has joined #openstack-kuryr | 12:19 | |
*** yamamoto has quit IRC | 12:24 | |
*** lezbar has quit IRC | 12:31 | |
*** lezbar has joined #openstack-kuryr | 12:32 | |
*** yamamoto has joined #openstack-kuryr | 12:34 | |
*** yamamoto has quit IRC | 12:39 | |
*** yamamoto has joined #openstack-kuryr | 12:44 | |
*** yamamoto has quit IRC | 12:45 | |
*** yamamoto has joined #openstack-kuryr | 12:54 | |
*** yamamoto has quit IRC | 13:03 | |
*** irenab has quit IRC | 13:05 | |
*** yamamoto has joined #openstack-kuryr | 13:05 | |
*** lezbar has quit IRC | 13:05 | |
*** lezbar has joined #openstack-kuryr | 13:06 | |
*** yamamoto has quit IRC | 13:14 | |
*** yamamoto has joined #openstack-kuryr | 13:16 | |
openstackgerrit | Kyle Mestery proposed openstack/kuryr: Vagrant: Allow running the "docker" command as the vagrant user https://review.openstack.org/307822 | 13:36 |
mestery | gsagie: The above ^^^ fixes the issues with running "docker" commands as the vagrant user | 13:36 |
*** yamamoto has quit IRC | 13:41 | |
*** banix has joined #openstack-kuryr | 13:41 | |
*** yamamoto has joined #openstack-kuryr | 13:43 | |
*** oanson has quit IRC | 14:18 | |
*** salv-orlando has quit IRC | 14:23 | |
*** irenab has joined #openstack-kuryr | 15:05 | |
*** irenab has quit IRC | 15:07 | |
*** irenab has joined #openstack-kuryr | 15:07 | |
*** oanson has joined #openstack-kuryr | 15:30 | |
*** yamamoto has quit IRC | 16:19 | |
*** fawadkhaliq has joined #openstack-kuryr | 16:45 | |
*** salv-orlando has joined #openstack-kuryr | 16:48 | |
*** salv-orlando has quit IRC | 16:51 | |
*** oanson has quit IRC | 16:53 | |
*** oanson has joined #openstack-kuryr | 17:00 | |
*** yamamoto has joined #openstack-kuryr | 17:20 | |
*** salv-orlando has joined #openstack-kuryr | 17:24 | |
*** yamamoto has quit IRC | 17:28 | |
*** oanson has quit IRC | 17:31 | |
openstackgerrit | Mohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option https://review.openstack.org/307946 | 17:40 |
openstackgerrit | Mohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option https://review.openstack.org/307946 | 17:44 |
*** oanson has joined #openstack-kuryr | 17:46 | |
*** oanson has quit IRC | 18:17 | |
*** banix has quit IRC | 18:56 | |
*** fawadkhaliq has quit IRC | 19:00 | |
*** salv-orlando has quit IRC | 19:03 | |
*** banix has joined #openstack-kuryr | 19:10 | |
*** banix has quit IRC | 19:35 | |
*** banix has joined #openstack-kuryr | 19:37 | |
*** salv-orlando has joined #openstack-kuryr | 20:06 | |
openstackgerrit | Mohammad Banikazemi proposed openstack/kuryr: Adds support fot IpamDriver.GetCapabilities https://review.openstack.org/306555 | 20:07 |
*** salv-orlando has quit IRC | 20:11 | |
*** fawadkhaliq has joined #openstack-kuryr | 20:14 | |
openstackgerrit | Mohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option https://review.openstack.org/307946 | 20:20 |
*** fawadkhaliq has quit IRC | 20:22 | |
*** fawadkhaliq has joined #openstack-kuryr | 20:22 | |
*** banix has quit IRC | 20:41 | |
*** salv-orlando has joined #openstack-kuryr | 20:45 | |
*** fawadkhaliq has quit IRC | 21:23 | |
*** fawadkhaliq has joined #openstack-kuryr | 21:24 | |
*** fawadkhaliq has quit IRC | 21:28 | |
*** asti has quit IRC | 21:55 | |
openstackgerrit | Merged openstack/kuryr: README.md: Cleanup documentation https://review.openstack.org/307420 | 22:02 |
*** fawadkhaliq has joined #openstack-kuryr | 22:14 | |
*** banix has joined #openstack-kuryr | 22:18 | |
*** apuimedo has joined #openstack-kuryr | 22:24 | |
apuimedo | banix: ping | 22:24 |
*** salv-orlando has quit IRC | 22:26 | |
apuimedo | fawadkhaliq: you there? | 22:26 |
apuimedo | I wonder if you made the modifications on the slides gsagie sent | 22:26 |
apuimedo | oh, I see now the latest version | 22:27 |
openstackgerrit | Merged openstack/kuryr: Vagrant: Allow running the "docker" command as the vagrant user https://review.openstack.org/307822 | 22:48 |
banix | apuimedo: you there? | 22:51 |
apuimedo | banix: I am | 22:51 |
banix | you pinged me senior? | 22:51 |
apuimedo | banix: you asked for the editable slides, but you'll not like the fact that it is a 50MB file in open document format | 22:51 |
apuimedo | I'm trying to get access to some powerpoint account | 22:52 |
banix | :) | 22:52 |
banix | how about google presentations? | 22:52 |
apuimedo | banix: I can try reuploading it from odt in the morning | 22:52 |
apuimedo | from pptx it messed up the fonts in the diagrams | 22:52 |
banix | apuimedo: no worries; how about the version i had created there | 22:52 |
banix | it may be easier to converge there | 22:53 |
banix | i have already moved stuff there | 22:53 |
banix | just a suggestion | 22:53 |
apuimedo | banix: it had some issues in some diagrams for me | 22:53 |
banix | i see | 22:53 |
apuimedo | I agree that google slides is the way to go | 22:53 |
apuimedo | I hoped moving to odt would make google slides importing easier | 22:53 |
apuimedo | either way, I'll sort it out in the morning | 22:53 |
banix | ok let me know how i can help | 22:53 |
banix | sounds good | 22:54 |
apuimedo | banix: in Tokyo you had a very nice frame for teh slides. Should we do something like that for the template? | 22:57 |
banix | apuimedo: sure | 23:00 |
apuimedo | I made some similar one for my fosdem one | 23:00 |
apuimedo | it helps to bring a bit more coherence into the deck | 23:01 |
banix | so how do we go about it? you want me to make that slide available to you to edit? | 23:02 |
banix | or when you have yours ready we can do it then? | 23:02 |
apuimedo | banix: we can do it then. If we have the frame image, it is easy to set as a template for all the slides | 23:02 |
banix | ok | 23:03 |
apuimedo | banix: if you send me the frame image I can add it at the time I make it available as well | 23:09 |
banix | sure apuimedo will do iin an hour or so should be there for you when you get up in the morning | 23:12 |
apuimedo | banix: thanks a lot | 23:18 |
apuimedo | going to sleep so I can wake up in the morning and not in the afternoon | 23:18 |
apuimedo | :P | 23:18 |
*** fawadkhaliq has quit IRC | 23:19 | |
*** apuimedo is now known as celebdor | 23:19 | |
celebdor | (this means my home computer stays logged in) | 23:19 |
*** fawadkhaliq has joined #openstack-kuryr | 23:19 | |
celebdor | fawadkhaliq: I just sent you and gsagie a list of stuff about the slides and the presentation ;-) | 23:20 |
celebdor | tty tomorrow | 23:20 |
*** fawadkhaliq has quit IRC | 23:24 | |
*** HenryG has quit IRC | 23:45 | |
*** HenryG has joined #openstack-kuryr | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!