Tuesday, 2016-04-19

*** banix has joined #openstack-kuryr00:05
*** banix has quit IRC00:07
*** asti has quit IRC00:47
*** banix has joined #openstack-kuryr01:27
banixmestery: apuimedo we really need a CI to test against both Docker and Neutron01:38
*** salv-orlando has joined #openstack-kuryr01:56
*** tfukushima has joined #openstack-kuryr02:00
*** salv-orlando has quit IRC02:02
*** salv-orlando has joined #openstack-kuryr02:22
*** salv-orlando has quit IRC02:26
mesterybanix apuimedo: +100002:32
*** banix has quit IRC03:20
*** salv-orlando has joined #openstack-kuryr03:23
*** salv-orlando has quit IRC03:30
*** tfukushima has quit IRC03:46
*** irenab_ has joined #openstack-kuryr03:51
*** irenab has quit IRC03:54
*** irenab_ is now known as irenab03:54
*** apuimedo has quit IRC03:55
*** tfukushima has joined #openstack-kuryr04:12
*** salv-orlando has joined #openstack-kuryr04:27
*** yamamoto has quit IRC04:31
*** salv-orlando has quit IRC04:43
*** irenab has quit IRC04:52
*** tfukushima has quit IRC04:55
*** tfukushima has joined #openstack-kuryr04:56
*** yamamoto has joined #openstack-kuryr05:14
*** tfukushima has quit IRC05:16
*** irenab has joined #openstack-kuryr05:31
*** oanson has joined #openstack-kuryr05:39
*** salv-orlando has joined #openstack-kuryr05:40
*** salv-orl_ has joined #openstack-kuryr05:52
*** salv-orl_ has quit IRC05:52
*** salv-orlando has quit IRC05:53
*** tfukushima has joined #openstack-kuryr05:53
*** salv-orlando has joined #openstack-kuryr05:53
*** salv-orlando has quit IRC05:54
*** salv-orlando has joined #openstack-kuryr05:55
*** fawadkhaliq has joined #openstack-kuryr06:49
*** fawadkhaliq has quit IRC07:12
irenabgsagie: ping07:12
gsagiehi irenab07:14
irenabneed some help on basics07:14
irenabI deployed devstack with kuryr, but docker is not happy.07:15
irenabsudo service docker restart07:15
irenabstop: Unknown instance: 07:15
irenabstart: Job failed to start07:15
irenabany idea?07:15
gsagieirenab: 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
irenabyes, in my env its much more basic problem07:26
gsagie'sudo service docker start'07:26
gsagiework?07:26
gsagieor with 'stop' ?07:26
irenabI see this in the log07:26
gsagieWe do run the docker in one of the screens07:26
irenabtime="2016-04-18T15:29:04.128241141Z" level=info msg="Processing signal 'terminated'" 07:27
irenabtime="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
irenabINFO[0003] stopping containerd after receiving terminated 07:27
irenabWaiting for /var/run/docker.sock07:27
irenabtime="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
gsagieirenab: docker-engine in the devstack screen is suppose to be the docker deamon07:27
irenabSo when I want to run some docker command, anything special should be added to the command?07:29
irenabwhen I try to create network, it gives   “Cannot connect to the Docker daemon. Is the docker daemon running on this host?"07:30
irenabthe screen docker-engine seems running07:30
irenabbut no logs07:31
gsagieyes07:46
gsagieyou need to add07:46
gsagiesec07:46
gsagiei think '-H tcp://0.0.0.0:2375'07:47
gsagieas it listen to this poty07:47
gsagieport07:47
gsagieis it working for you?07:47
irenabthis option is already listed07:52
irenabsudo /usr/bin/docker daemon -H tcp://0.0.0.0:2375 --cluster-store etcd://localhost:4001 07:52
gsagieyes, this is for the daemon to listen08:00
gsagieand now you need to direct your client to move it there08:00
irenabcan you be more specific what to do :-)?08:01
irenabpromse to update the kuryr documentation :-)08:01
gsagiei dont have working env, but try 'sudo docker -H tcp://0.0.0.0:2375 ps'08:02
gsagieit works? :)08:02
irenabyes08:02
gsagieokie :)08:03
gsagiei am sure there is also ENV variable which set this to be the default so you dont have to write it every time08:03
gsagiebut i cant remember which one, i will try to search08:03
irenabthanks a lot. I will check as well. We probably need to add this to devstack08:04
gsagieexport DOCKER_HOST="tcp://0.0.0.0:2375"08:06
gsagiehttps://docs.docker.com/engine/reference/commandline/daemon/08:06
irenabI 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 IIRC08:34
*** salv-orlando has quit IRC08:34
*** salv-orlando has joined #openstack-kuryr08:59
*** salv-orlando has quit IRC09:00
*** salv-orlando has joined #openstack-kuryr09:01
*** oanson has quit IRC09:10
*** tfukushima has quit IRC10:15
*** yamamoto has quit IRC11:30
*** salv-orlando has quit IRC11:34
*** salv-orlando has joined #openstack-kuryr11:47
*** asti has joined #openstack-kuryr11:52
*** yamamoto has joined #openstack-kuryr12:09
*** oanson has joined #openstack-kuryr12:19
*** yamamoto has quit IRC12:24
*** lezbar has quit IRC12:31
*** lezbar has joined #openstack-kuryr12:32
*** yamamoto has joined #openstack-kuryr12:34
*** yamamoto has quit IRC12:39
*** yamamoto has joined #openstack-kuryr12:44
*** yamamoto has quit IRC12:45
*** yamamoto has joined #openstack-kuryr12:54
*** yamamoto has quit IRC13:03
*** irenab has quit IRC13:05
*** yamamoto has joined #openstack-kuryr13:05
*** lezbar has quit IRC13:05
*** lezbar has joined #openstack-kuryr13:06
*** yamamoto has quit IRC13:14
*** yamamoto has joined #openstack-kuryr13:16
openstackgerritKyle Mestery proposed openstack/kuryr: Vagrant: Allow running the "docker" command as the vagrant user  https://review.openstack.org/30782213:36
mesterygsagie: The above ^^^ fixes the issues with running "docker" commands as the vagrant user13:36
*** yamamoto has quit IRC13:41
*** banix has joined #openstack-kuryr13:41
*** yamamoto has joined #openstack-kuryr13:43
*** oanson has quit IRC14:18
*** salv-orlando has quit IRC14:23
*** irenab has joined #openstack-kuryr15:05
*** irenab has quit IRC15:07
*** irenab has joined #openstack-kuryr15:07
*** oanson has joined #openstack-kuryr15:30
*** yamamoto has quit IRC16:19
*** fawadkhaliq has joined #openstack-kuryr16:45
*** salv-orlando has joined #openstack-kuryr16:48
*** salv-orlando has quit IRC16:51
*** oanson has quit IRC16:53
*** oanson has joined #openstack-kuryr17:00
*** yamamoto has joined #openstack-kuryr17:20
*** salv-orlando has joined #openstack-kuryr17:24
*** yamamoto has quit IRC17:28
*** oanson has quit IRC17:31
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option  https://review.openstack.org/30794617:40
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option  https://review.openstack.org/30794617:44
*** oanson has joined #openstack-kuryr17:46
*** oanson has quit IRC18:17
*** banix has quit IRC18:56
*** fawadkhaliq has quit IRC19:00
*** salv-orlando has quit IRC19:03
*** banix has joined #openstack-kuryr19:10
*** banix has quit IRC19:35
*** banix has joined #openstack-kuryr19:37
*** salv-orlando has joined #openstack-kuryr20:06
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Adds support fot IpamDriver.GetCapabilities  https://review.openstack.org/30655520:07
*** salv-orlando has quit IRC20:11
*** fawadkhaliq has joined #openstack-kuryr20:14
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option  https://review.openstack.org/30794620:20
*** fawadkhaliq has quit IRC20:22
*** fawadkhaliq has joined #openstack-kuryr20:22
*** banix has quit IRC20:41
*** salv-orlando has joined #openstack-kuryr20:45
*** fawadkhaliq has quit IRC21:23
*** fawadkhaliq has joined #openstack-kuryr21:24
*** fawadkhaliq has quit IRC21:28
*** asti has quit IRC21:55
openstackgerritMerged openstack/kuryr: README.md: Cleanup documentation  https://review.openstack.org/30742022:02
*** fawadkhaliq has joined #openstack-kuryr22:14
*** banix has joined #openstack-kuryr22:18
*** apuimedo has joined #openstack-kuryr22:24
apuimedobanix: ping22:24
*** salv-orlando has quit IRC22:26
apuimedofawadkhaliq: you there?22:26
apuimedoI wonder if you made the modifications on the slides gsagie sent22:26
apuimedooh, I see now the latest version22:27
openstackgerritMerged openstack/kuryr: Vagrant: Allow running the "docker" command as the vagrant user  https://review.openstack.org/30782222:48
banixapuimedo: you there?22:51
apuimedobanix: I am22:51
banixyou pinged me senior?22:51
apuimedobanix: you asked for the editable slides, but you'll not like the fact that it is a 50MB file in open document format22:51
apuimedoI'm trying to get access to some powerpoint account22:52
banix:)22:52
banixhow about google presentations?22:52
apuimedobanix: I can try reuploading it from odt in the morning22:52
apuimedofrom pptx it messed up the fonts in the diagrams22:52
banixapuimedo: no worries; how about the version i had created there22:52
banixit may be easier to converge there22:53
banixi have already moved stuff there22:53
banixjust a suggestion22:53
apuimedobanix: it had some issues in some diagrams for me22:53
banixi see22:53
apuimedoI agree that google slides is the way to go22:53
apuimedoI hoped moving to odt would make google slides importing easier22:53
apuimedoeither way, I'll sort it out in the morning22:53
banixok let me know how i can help22:53
banixsounds good22:54
apuimedobanix: in Tokyo you had a very nice frame for teh slides. Should we do something like that for the template?22:57
banixapuimedo: sure23:00
apuimedoI made some similar one for my fosdem one23:00
apuimedoit helps to bring a bit more coherence into the deck23:01
banixso how do we go about it? you want me to make that slide available to you to edit?23:02
banixor when you have yours ready we can do it then?23:02
apuimedobanix: we can do it then. If we have the frame image, it is easy to set as a template for all the slides23:02
banixok23:03
apuimedobanix: if you send me the frame image I can add it at the time I make it available as well23:09
banixsure apuimedo will do iin an hour or so should be there for you when you get up in the morning23:12
apuimedobanix: thanks a lot23:18
apuimedogoing to sleep so I can wake up in the morning and not in the afternoon23:18
apuimedo:P23:18
*** fawadkhaliq has quit IRC23:19
*** apuimedo is now known as celebdor23:19
celebdor(this means my home computer stays logged in)23:19
*** fawadkhaliq has joined #openstack-kuryr23:19
celebdorfawadkhaliq: I just sent you and gsagie a list of stuff about the slides and the presentation ;-)23:20
celebdortty tomorrow23:20
*** fawadkhaliq has quit IRC23:24
*** HenryG has quit IRC23:45
*** HenryG has joined #openstack-kuryr23:48

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!