*** itsuugo has quit IRC | 00:04 | |
*** diogogmt has quit IRC | 00:08 | |
*** banix has joined #openstack-kuryr | 00:21 | |
*** limao has joined #openstack-kuryr | 00:28 | |
*** limao has quit IRC | 00:29 | |
*** limao has joined #openstack-kuryr | 00:29 | |
*** banix has quit IRC | 00:58 | |
*** banix has joined #openstack-kuryr | 00:58 | |
*** banix has quit IRC | 01:05 | |
*** diogogmt has joined #openstack-kuryr | 01:05 | |
*** banix has joined #openstack-kuryr | 01:33 | |
*** limao_ has joined #openstack-kuryr | 01:36 | |
*** limao has quit IRC | 01:39 | |
*** bvandewa_ has quit IRC | 01:46 | |
*** bvandewa has joined #openstack-kuryr | 02:17 | |
*** itsuugo has joined #openstack-kuryr | 02:31 | |
*** shashank_hegde has quit IRC | 02:38 | |
*** bvandewa has quit IRC | 02:50 | |
*** bvandewa has joined #openstack-kuryr | 02:51 | |
*** vikasc has joined #openstack-kuryr | 02:54 | |
*** diogogmt has quit IRC | 03:05 | |
*** bvandewa has quit IRC | 03:06 | |
*** bvandewa has joined #openstack-kuryr | 03:10 | |
*** limao_ has quit IRC | 03:13 | |
*** yamamoto has joined #openstack-kuryr | 03:17 | |
*** bvandewa has quit IRC | 03:32 | |
*** limao has joined #openstack-kuryr | 03:38 | |
*** yamamoto_ has joined #openstack-kuryr | 04:18 | |
*** yamamoto_ has quit IRC | 04:18 | |
*** yamamoto has quit IRC | 04:18 | |
*** yamamoto has joined #openstack-kuryr | 04:19 | |
*** limao has quit IRC | 04:19 | |
*** limao has joined #openstack-kuryr | 04:20 | |
*** yamamoto has quit IRC | 04:23 | |
*** banix has quit IRC | 04:36 | |
*** yamamoto has joined #openstack-kuryr | 05:04 | |
janonymous | I got kuryr running on devstack setup but while creating docker network it shows : ERRO[0332] Handler for POST /v1.24/networks/create returned error: Plugin.Activate: {"message":"page not found"} | 05:27 |
---|---|---|
limao | can you check "/usr/lib/docker/plugins/kuryr/kuryr.spec"? | 05:35 |
limao | It should be "http://127.0.0.1:23750" | 05:36 |
limao | [root@limao-kuryr ~]# curl -X POST http://127.0.0.1:23750/Plugin.Activate | 05:38 |
limao | { | 05:38 |
limao | "Implements": [ | 05:38 |
limao | "NetworkDriver", | 05:38 |
limao | "IpamDriver" | 05:38 |
limao | ] | 05:38 |
limao | } | 05:38 |
janonymous | @limao: i checked it, they sem correct | 05:51 |
janonymous | vagrant@devstack:~/devstack$ curl -X POST http://127.0.0.1:23750/Plugin.Activate -v | 05:51 |
janonymous | * Hostname was NOT found in DNS cache | 05:51 |
janonymous | * Trying 127.0.0.1... | 05:51 |
janonymous | * Connected to 127.0.0.1 (127.0.0.1) port 23750 (#0) | 05:51 |
janonymous | > POST /Plugin.Activate HTTP/1.1 | 05:51 |
janonymous | > User-Agent: curl/7.35.0 | 05:51 |
janonymous | > Host: 127.0.0.1:23750 | 05:51 |
janonymous | > Accept: */* | 05:51 |
janonymous | > | 05:51 |
janonymous | < HTTP/1.1 404 Not Found | 05:51 |
janonymous | < Content-Type: application/json | 05:51 |
janonymous | < Date: Fri, 12 Aug 2016 05:51:07 GMT | 05:51 |
janonymous | limao: Do i need to pull this patch before running devstack : https://review.openstack.org/#/c/353380/ | 05:52 |
limao | Can you check if kuryr started up? | 05:53 |
limao | [root@limao-kuryr site-packages]# netstat -nao | grep 23750 | 05:53 |
limao | tcp 0 0 0.0.0.0:23750 0.0.0.0:* LISTEN off (0.00/0/0) | 05:53 |
janonymous | vagrant@devstack:~/devstack$ netstat -nao | grep 23750 | 05:54 |
janonymous | tcp 0 0 127.0.0.1:49986 127.0.0.1:23750 ESTABLISHED off (0.00/0/0) | 05:54 |
janonymous | tcp6 0 0 :::23750 :::* LISTEN off (0.00/0/0) | 05:54 |
janonymous | tcp6 0 0 127.0.0.1:23750 127.0.0.1:49986 ESTABLISHED off (0.00/0/0) | 05:54 |
limao | Looks like your kuryr did not start? | 05:54 |
janonymous | ohh.. ipv4 i guess.. | 05:55 |
limao | I believe currently there is some problem in vagrent / devstack install, this is because the split of kuryr repo... | 05:55 |
limao | you can manually install it | 05:55 |
janonymous | can you let me know the steps? | 05:56 |
vikasc | limao, +1 | 05:56 |
vikasc | limao, on vagrant, devstack | 05:56 |
janonymous | i installed kuryr-lib manually in it | 05:56 |
vikasc | janonymous, how i install is.. install keystone and neutron using devstack | 05:57 |
vikasc | janonymous, git clone kuryr-libnetwork | 05:58 |
vikasc | janonymous, then follow kuryr-libnetwork readme on generating config file and setting paramaters | 05:59 |
vikasc | janonymous, and then 'bash scripts/run_kuryr.sh' | 05:59 |
janonymous | ahh.. i guess i tried these.. i got no errors in these steps but still no kuryr running.. :( | 06:00 |
janonymous | what i think is problem of kuryr --> kuryr-libnetwork at some places might be the cause, i think i would try again with your patch 353380 | 06:01 |
limao | 1. Install Devstack without Kuryr. | 06:02 |
limao | 2. git clone kuryr-lib, and "sudo pip install ." | 06:02 |
limao | 3. git clone kuryr-libnetwor, delete "-e git+https://github.com/vikaschoudhary16/kuryr.git@drop_libnet_specific_code#egg=kuryr-lib" in requirement.txt, then and "sudo pip install ." | 06:02 |
limao | 4. check /usr/lib/docker/plugins/kuryr/kuryr.spec: | 06:02 |
limao | http://127.0.0.1:23750 | 06:02 |
limao | 5. add config in /etc/kuryr/kuryr.conf: | 06:02 |
limao | [DEFAULT] | 06:02 |
limao | bindir = /usr/libexec/kuryr | 06:02 |
limao | 5. start kuryr with "kuryr-libnetwork/scripts/run_server.py" | 06:02 |
limao | Here is how I install kuryr-lib and kuryr-libnetwork | 06:02 |
janonymous | limao: In step 2 by kuryr-lib you mean kuryr right ? | 06:03 |
limao | yeah | 06:03 |
janonymous | vikasc, limao: thanks a lot, i will try again with the steps suggested. | 06:03 |
vikasc | janonymous, no worries.. let us know if u face any issue | 06:04 |
limao | In fact, the first step , I use packestack to install Mitaka allinone on centos, not use devstack. | 06:04 |
janonymous | limao: i am not familiar with packstack much , is it ok to try with devstack only because that might be nearly same i guess.... | 06:06 |
limao | Yeah, the should same, just different ways to build aoi environment | 06:06 |
janonymous | and i am using ubuntu trusty .. | 06:07 |
*** limao has quit IRC | 06:08 | |
*** limao_ has joined #openstack-kuryr | 06:08 | |
*** bvandewa has joined #openstack-kuryr | 06:12 | |
*** shashank_hegde has joined #openstack-kuryr | 06:14 | |
*** limao_ has quit IRC | 06:15 | |
*** limao has joined #openstack-kuryr | 06:15 | |
*** bvandewa has quit IRC | 06:22 | |
*** diga_ has joined #openstack-kuryr | 06:44 | |
*** oanson has joined #openstack-kuryr | 07:07 | |
*** bvandewa has joined #openstack-kuryr | 07:19 | |
openstackgerrit | Liping Mao proposed openstack/kuryr-libnetwork: Fix hard-code listen ip "0.0.0.0" https://review.openstack.org/354563 | 07:43 |
openstackgerrit | Liping Mao proposed openstack/kuryr-libnetwork: Fix hard-code listen ip "0.0.0.0" https://review.openstack.org/354563 | 07:49 |
openstackgerrit | Liping Mao proposed openstack/kuryr-libnetwork: Auxiliary address or gw_address is received at network creation time. This address cannot be reserved with neutron at this time as subnet is not created yet. In /NetworkDriver.CreateNetwork this address will be reserved with neutron. https://review.openstack.org/352768 | 07:49 |
*** garyloug has joined #openstack-kuryr | 07:58 | |
*** shashank_hegde has quit IRC | 08:10 | |
openstackgerrit | vikas choudhary proposed openstack/kuryr-libnetwork: Use generic config options from kuryr-lib https://review.openstack.org/350406 | 08:11 |
*** janki has joined #openstack-kuryr | 08:20 | |
*** oanson has quit IRC | 08:21 | |
*** janki has quit IRC | 08:29 | |
*** oanson has joined #openstack-kuryr | 08:36 | |
*** janki has joined #openstack-kuryr | 08:39 | |
*** janki has quit IRC | 08:45 | |
openstackgerrit | Liping Mao proposed openstack/kuryr-libnetwork: vif_plugging_timeout = 0 should mean never timeout https://review.openstack.org/354600 | 09:06 |
openstackgerrit | vikas choudhary proposed openstack/kuryr-libnetwork: Code restructuring: neutron client as rest driver from Kuryr lib https://review.openstack.org/342614 | 09:13 |
*** yamamoto has quit IRC | 09:17 | |
*** limao has quit IRC | 09:18 | |
*** devvesa has joined #openstack-kuryr | 09:30 | |
*** xdreamer has left #openstack-kuryr | 09:33 | |
*** janki has joined #openstack-kuryr | 09:34 | |
*** janki has quit IRC | 09:43 | |
*** janki has joined #openstack-kuryr | 10:02 | |
vikasc | irenab, ping | 10:04 |
*** janki has quit IRC | 10:12 | |
*** janki has joined #openstack-kuryr | 10:14 | |
*** janki has quit IRC | 10:19 | |
*** janki has joined #openstack-kuryr | 10:30 | |
*** janki has quit IRC | 10:36 | |
*** janki has joined #openstack-kuryr | 10:49 | |
*** janki has quit IRC | 10:56 | |
*** bvandewa has quit IRC | 10:58 | |
janonymous | Hi | 11:10 |
janonymous | when starting kuryr what is the role of docker engine..? | 11:10 |
janonymous | because docker engine and kuryr both are using same :23750 port ... | 11:10 |
janonymous | Should i upload a patch changing export DOCKER_HOST="tcp://0.0.0.0:23750" to something else in contrib/vagrant/config/kuryr_rc ? Or am i might be making some mistake.. | 11:12 |
janonymous | i got kuryr running but showed this error : http://paste.openstack.org/show/555952/ | 11:14 |
janonymous | using sudo solved my problem.. | 11:24 |
*** janki has joined #openstack-kuryr | 11:50 | |
*** janki has quit IRC | 11:57 | |
*** garyloug has quit IRC | 11:57 | |
*** diga_ has quit IRC | 12:05 | |
*** garyloug has joined #openstack-kuryr | 12:50 | |
apuimedo | janonymous: kuryr uses 23750, docker engine 2375 | 13:08 |
apuimedo | there's *10 | 13:08 |
janonymous | apuimedo: ohh, i see.. | 13:24 |
janonymous | But this command is docker specific? --> $ sudo /usr/bin/docker daemon -H tcp://0.0.0.0:23750 --cluster-store etcd://localhost:4001 & echo $! >/opt/stack/stat | 13:28 |
janonymous | us/stack/docker-engine.pid; fg || echo "docker-engine failed to start" | tee "/opt/stack/status/stack/docker-engine.failure" | 13:28 |
janonymous | [1] 6989 | 13:28 |
janonymous | sudo /usr/bin/docker daemon -H tcp://0.0.0.0:23750 --cluster-store etcd://localhost:4001 | 13:28 |
*** yamamoto has joined #openstack-kuryr | 13:28 | |
*** vikasc has quit IRC | 13:41 | |
*** yamamoto has quit IRC | 13:43 | |
janonymous | ohh i get it,seems hosts points to kuryr server | 13:47 |
openstackgerrit | Merged openstack/kuryr: Update Kuryr dev docs https://review.openstack.org/346818 | 13:56 |
*** janki has joined #openstack-kuryr | 13:56 | |
*** diogogmt has joined #openstack-kuryr | 13:59 | |
*** janki has quit IRC | 14:01 | |
*** hongbin has joined #openstack-kuryr | 14:10 | |
*** janki has joined #openstack-kuryr | 14:13 | |
*** janki has quit IRC | 14:28 | |
*** yamamoto has joined #openstack-kuryr | 14:30 | |
*** janki has joined #openstack-kuryr | 14:42 | |
*** janki has quit IRC | 14:55 | |
*** janki has joined #openstack-kuryr | 15:07 | |
*** huikang_ has joined #openstack-kuryr | 15:15 | |
*** devvesa has quit IRC | 15:25 | |
*** yamamoto has quit IRC | 15:26 | |
*** yamamoto has joined #openstack-kuryr | 15:28 | |
*** janki has quit IRC | 15:37 | |
*** janki has joined #openstack-kuryr | 15:50 | |
*** vikasc has joined #openstack-kuryr | 15:54 | |
*** huikang_ has quit IRC | 16:03 | |
*** oanson has quit IRC | 16:11 | |
*** oanson has joined #openstack-kuryr | 16:24 | |
*** janki has quit IRC | 16:25 | |
*** shashank_hegde has joined #openstack-kuryr | 16:47 | |
*** garyloug has quit IRC | 16:49 | |
*** yamamoto has quit IRC | 16:57 | |
*** huikang_ has joined #openstack-kuryr | 17:04 | |
*** shashank_hegde has quit IRC | 17:08 | |
*** huikang_ has quit IRC | 17:09 | |
*** janki has joined #openstack-kuryr | 17:16 | |
*** janki has quit IRC | 17:21 | |
*** huikang_ has joined #openstack-kuryr | 17:29 | |
*** bvandewa has joined #openstack-kuryr | 17:32 | |
*** janki has joined #openstack-kuryr | 17:34 | |
*** bvandewa has quit IRC | 17:39 | |
*** bvandewa has joined #openstack-kuryr | 17:39 | |
*** shashank_hegde has joined #openstack-kuryr | 17:43 | |
*** huikang_ has quit IRC | 17:43 | |
*** oanson has quit IRC | 17:46 | |
*** oanson has joined #openstack-kuryr | 17:59 | |
*** yamamoto has joined #openstack-kuryr | 18:02 | |
*** yamamoto has quit IRC | 18:07 | |
*** bvandewa has quit IRC | 18:09 | |
*** bvandewa has joined #openstack-kuryr | 18:18 | |
*** janki has quit IRC | 18:40 | |
*** huikang_ has joined #openstack-kuryr | 18:44 | |
*** bvandewa has quit IRC | 18:44 | |
*** huikang_ has quit IRC | 18:48 | |
*** banix has joined #openstack-kuryr | 19:26 | |
*** oanson has quit IRC | 19:41 | |
*** huikang_ has joined #openstack-kuryr | 19:51 | |
*** huikang_ has quit IRC | 19:56 | |
*** huikang_ has joined #openstack-kuryr | 20:10 | |
*** banix has quit IRC | 20:11 | |
*** banix has joined #openstack-kuryr | 20:15 | |
*** huikang_ has quit IRC | 20:22 | |
*** huikang_ has joined #openstack-kuryr | 20:23 | |
*** huikang_ has quit IRC | 20:28 | |
*** huikang_ has joined #openstack-kuryr | 20:28 | |
*** huikang__ has joined #openstack-kuryr | 20:29 | |
*** huikang_ has quit IRC | 20:33 | |
*** huikang__ has quit IRC | 20:37 | |
*** huikang has joined #openstack-kuryr | 20:39 | |
*** huikang has quit IRC | 20:43 | |
*** huikang has joined #openstack-kuryr | 21:38 | |
*** shashank_hegde has quit IRC | 21:55 | |
*** shashank_hegde has joined #openstack-kuryr | 22:00 | |
*** shashank_hegde has quit IRC | 22:04 | |
*** huikang has quit IRC | 22:07 | |
*** huikang has joined #openstack-kuryr | 22:08 | |
*** huikang_ has joined #openstack-kuryr | 22:12 | |
*** huikang has quit IRC | 22:13 | |
*** banix has quit IRC | 22:14 | |
*** banix has joined #openstack-kuryr | 22:24 | |
*** huikang_ has quit IRC | 22:47 | |
*** huikang has joined #openstack-kuryr | 22:48 | |
*** huikang has quit IRC | 22:52 | |
*** hongbin has quit IRC | 23:19 | |
*** banix has quit IRC | 23:23 | |
*** banix has joined #openstack-kuryr | 23:24 | |
*** huikang has joined #openstack-kuryr | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!