Friday, 2016-08-12

*** itsuugo has quit IRC00:04
*** diogogmt has quit IRC00:08
*** banix has joined #openstack-kuryr00:21
*** limao has joined #openstack-kuryr00:28
*** limao has quit IRC00:29
*** limao has joined #openstack-kuryr00:29
*** banix has quit IRC00:58
*** banix has joined #openstack-kuryr00:58
*** banix has quit IRC01:05
*** diogogmt has joined #openstack-kuryr01:05
*** banix has joined #openstack-kuryr01:33
*** limao_ has joined #openstack-kuryr01:36
*** limao has quit IRC01:39
*** bvandewa_ has quit IRC01:46
*** bvandewa has joined #openstack-kuryr02:17
*** itsuugo has joined #openstack-kuryr02:31
*** shashank_hegde has quit IRC02:38
*** bvandewa has quit IRC02:50
*** bvandewa has joined #openstack-kuryr02:51
*** vikasc has joined #openstack-kuryr02:54
*** diogogmt has quit IRC03:05
*** bvandewa has quit IRC03:06
*** bvandewa has joined #openstack-kuryr03:10
*** limao_ has quit IRC03:13
*** yamamoto has joined #openstack-kuryr03:17
*** bvandewa has quit IRC03:32
*** limao has joined #openstack-kuryr03:38
*** yamamoto_ has joined #openstack-kuryr04:18
*** yamamoto_ has quit IRC04:18
*** yamamoto has quit IRC04:18
*** yamamoto has joined #openstack-kuryr04:19
*** limao has quit IRC04:19
*** limao has joined #openstack-kuryr04:20
*** yamamoto has quit IRC04:23
*** banix has quit IRC04:36
*** yamamoto has joined #openstack-kuryr05:04
janonymousI 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
limaocan you check "/usr/lib/docker/plugins/kuryr/kuryr.spec"?05:35
limaoIt should be "http://127.0.0.1:23750"05:36
limao[root@limao-kuryr ~]# curl -X POST http://127.0.0.1:23750/Plugin.Activate05: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 correct05:51
janonymousvagrant@devstack:~/devstack$ curl -X POST http://127.0.0.1:23750/Plugin.Activate -v05:51
janonymous* Hostname was NOT found in DNS cache05: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.105:51
janonymous> User-Agent: curl/7.35.005:51
janonymous> Host: 127.0.0.1:2375005:51
janonymous> Accept: */*05:51
janonymous>05:51
janonymous< HTTP/1.1 404 Not Found05:51
janonymous< Content-Type: application/json05:51
janonymous< Date: Fri, 12 Aug 2016 05:51:07 GMT05:51
janonymouslimao: Do i need to pull this patch before running devstack : https://review.openstack.org/#/c/353380/05:52
limaoCan you check if kuryr started up?05:53
limao[root@limao-kuryr site-packages]# netstat -nao | grep 2375005:53
limaotcp        0      0 0.0.0.0:23750           0.0.0.0:*               LISTEN      off (0.00/0/0)05:53
janonymousvagrant@devstack:~/devstack$ netstat -nao | grep 2375005:54
janonymoustcp        0      0 127.0.0.1:49986         127.0.0.1:23750         ESTABLISHED off (0.00/0/0)05:54
janonymoustcp6       0      0 :::23750                :::*                    LISTEN      off (0.00/0/0)05:54
janonymoustcp6       0      0 127.0.0.1:23750         127.0.0.1:49986         ESTABLISHED off (0.00/0/0)05:54
limaoLooks like your kuryr did not start?05:54
janonymousohh.. ipv4 i guess..05:55
limaoI believe currently there is some problem in vagrent / devstack install, this is because the split of kuryr repo...05:55
limaoyou can manually install it05:55
janonymouscan you let me know the steps?05:56
vikasclimao, +105:56
vikasclimao,  on vagrant, devstack05:56
janonymousi installed kuryr-lib manually in it05:56
vikascjanonymous,  how i install is.. install keystone and neutron using devstack05:57
vikascjanonymous,  git clone kuryr-libnetwork05:58
vikascjanonymous, then follow kuryr-libnetwork readme on generating config file and setting paramaters05:59
vikascjanonymous, and then 'bash scripts/run_kuryr.sh'05:59
janonymousahh..  i guess i tried these.. i got no errors in these steps  but still no kuryr running.. :(06:00
janonymouswhat i think is problem of kuryr --> kuryr-libnetwork at some places might be the cause, i think i would try again with your patch 35338006:01
limao1. Install Devstack without Kuryr.06:02
limao2. git clone kuryr-lib, and "sudo pip install ."06:02
limao3. 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
limao4. check /usr/lib/docker/plugins/kuryr/kuryr.spec:06:02
limaohttp://127.0.0.1:2375006:02
limao5. add config in /etc/kuryr/kuryr.conf:06:02
limao[DEFAULT]06:02
limaobindir = /usr/libexec/kuryr06:02
limao5. start kuryr with "kuryr-libnetwork/scripts/run_server.py"06:02
limaoHere is how I install kuryr-lib and kuryr-libnetwork06:02
janonymouslimao: In step 2 by kuryr-lib you mean kuryr right ?06:03
limaoyeah06:03
janonymousvikasc, limao: thanks a lot, i will try again with the steps suggested.06:03
vikascjanonymous, no worries.. let us know if u face any issue06:04
limaoIn fact, the first step , I use packestack to install Mitaka allinone on centos, not use devstack.06:04
janonymouslimao: 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
limaoYeah, the should same, just different ways to build aoi environment06:06
janonymousand i am using ubuntu trusty ..06:07
*** limao has quit IRC06:08
*** limao_ has joined #openstack-kuryr06:08
*** bvandewa has joined #openstack-kuryr06:12
*** shashank_hegde has joined #openstack-kuryr06:14
*** limao_ has quit IRC06:15
*** limao has joined #openstack-kuryr06:15
*** bvandewa has quit IRC06:22
*** diga_ has joined #openstack-kuryr06:44
*** oanson has joined #openstack-kuryr07:07
*** bvandewa has joined #openstack-kuryr07:19
openstackgerritLiping Mao proposed openstack/kuryr-libnetwork: Fix hard-code listen ip "0.0.0.0"  https://review.openstack.org/35456307:43
openstackgerritLiping Mao proposed openstack/kuryr-libnetwork: Fix hard-code listen ip "0.0.0.0"  https://review.openstack.org/35456307:49
openstackgerritLiping 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/35276807:49
*** garyloug has joined #openstack-kuryr07:58
*** shashank_hegde has quit IRC08:10
openstackgerritvikas choudhary proposed openstack/kuryr-libnetwork: Use generic config options from kuryr-lib  https://review.openstack.org/35040608:11
*** janki has joined #openstack-kuryr08:20
*** oanson has quit IRC08:21
*** janki has quit IRC08:29
*** oanson has joined #openstack-kuryr08:36
*** janki has joined #openstack-kuryr08:39
*** janki has quit IRC08:45
openstackgerritLiping Mao proposed openstack/kuryr-libnetwork: vif_plugging_timeout = 0 should mean never timeout  https://review.openstack.org/35460009:06
openstackgerritvikas choudhary proposed openstack/kuryr-libnetwork: Code restructuring: neutron client as rest driver from Kuryr lib  https://review.openstack.org/34261409:13
*** yamamoto has quit IRC09:17
*** limao has quit IRC09:18
*** devvesa has joined #openstack-kuryr09:30
*** xdreamer has left #openstack-kuryr09:33
*** janki has joined #openstack-kuryr09:34
*** janki has quit IRC09:43
*** janki has joined #openstack-kuryr10:02
vikascirenab, ping10:04
*** janki has quit IRC10:12
*** janki has joined #openstack-kuryr10:14
*** janki has quit IRC10:19
*** janki has joined #openstack-kuryr10:30
*** janki has quit IRC10:36
*** janki has joined #openstack-kuryr10:49
*** janki has quit IRC10:56
*** bvandewa has quit IRC10:58
janonymousHi11:10
janonymouswhen starting kuryr what is the role of docker engine..?11:10
janonymousbecause docker engine and kuryr both are using same :23750 port ...11:10
janonymousShould 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
janonymousi got kuryr running but showed this error : http://paste.openstack.org/show/555952/11:14
janonymoususing sudo solved my problem..11:24
*** janki has joined #openstack-kuryr11:50
*** janki has quit IRC11:57
*** garyloug has quit IRC11:57
*** diga_ has quit IRC12:05
*** garyloug has joined #openstack-kuryr12:50
apuimedojanonymous: kuryr uses 23750, docker engine 237513:08
apuimedothere's *1013:08
janonymousapuimedo: ohh, i see..13:24
janonymousBut 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/stat13:28
janonymousus/stack/docker-engine.pid; fg || echo "docker-engine failed to start" | tee "/opt/stack/status/stack/docker-engine.failure"13:28
janonymous[1] 698913:28
janonymoussudo /usr/bin/docker daemon -H tcp://0.0.0.0:23750 --cluster-store etcd://localhost:400113:28
*** yamamoto has joined #openstack-kuryr13:28
*** vikasc has quit IRC13:41
*** yamamoto has quit IRC13:43
janonymousohh i get it,seems hosts points to kuryr server13:47
openstackgerritMerged openstack/kuryr: Update Kuryr dev docs  https://review.openstack.org/34681813:56
*** janki has joined #openstack-kuryr13:56
*** diogogmt has joined #openstack-kuryr13:59
*** janki has quit IRC14:01
*** hongbin has joined #openstack-kuryr14:10
*** janki has joined #openstack-kuryr14:13
*** janki has quit IRC14:28
*** yamamoto has joined #openstack-kuryr14:30
*** janki has joined #openstack-kuryr14:42
*** janki has quit IRC14:55
*** janki has joined #openstack-kuryr15:07
*** huikang_ has joined #openstack-kuryr15:15
*** devvesa has quit IRC15:25
*** yamamoto has quit IRC15:26
*** yamamoto has joined #openstack-kuryr15:28
*** janki has quit IRC15:37
*** janki has joined #openstack-kuryr15:50
*** vikasc has joined #openstack-kuryr15:54
*** huikang_ has quit IRC16:03
*** oanson has quit IRC16:11
*** oanson has joined #openstack-kuryr16:24
*** janki has quit IRC16:25
*** shashank_hegde has joined #openstack-kuryr16:47
*** garyloug has quit IRC16:49
*** yamamoto has quit IRC16:57
*** huikang_ has joined #openstack-kuryr17:04
*** shashank_hegde has quit IRC17:08
*** huikang_ has quit IRC17:09
*** janki has joined #openstack-kuryr17:16
*** janki has quit IRC17:21
*** huikang_ has joined #openstack-kuryr17:29
*** bvandewa has joined #openstack-kuryr17:32
*** janki has joined #openstack-kuryr17:34
*** bvandewa has quit IRC17:39
*** bvandewa has joined #openstack-kuryr17:39
*** shashank_hegde has joined #openstack-kuryr17:43
*** huikang_ has quit IRC17:43
*** oanson has quit IRC17:46
*** oanson has joined #openstack-kuryr17:59
*** yamamoto has joined #openstack-kuryr18:02
*** yamamoto has quit IRC18:07
*** bvandewa has quit IRC18:09
*** bvandewa has joined #openstack-kuryr18:18
*** janki has quit IRC18:40
*** huikang_ has joined #openstack-kuryr18:44
*** bvandewa has quit IRC18:44
*** huikang_ has quit IRC18:48
*** banix has joined #openstack-kuryr19:26
*** oanson has quit IRC19:41
*** huikang_ has joined #openstack-kuryr19:51
*** huikang_ has quit IRC19:56
*** huikang_ has joined #openstack-kuryr20:10
*** banix has quit IRC20:11
*** banix has joined #openstack-kuryr20:15
*** huikang_ has quit IRC20:22
*** huikang_ has joined #openstack-kuryr20:23
*** huikang_ has quit IRC20:28
*** huikang_ has joined #openstack-kuryr20:28
*** huikang__ has joined #openstack-kuryr20:29
*** huikang_ has quit IRC20:33
*** huikang__ has quit IRC20:37
*** huikang has joined #openstack-kuryr20:39
*** huikang has quit IRC20:43
*** huikang has joined #openstack-kuryr21:38
*** shashank_hegde has quit IRC21:55
*** shashank_hegde has joined #openstack-kuryr22:00
*** shashank_hegde has quit IRC22:04
*** huikang has quit IRC22:07
*** huikang has joined #openstack-kuryr22:08
*** huikang_ has joined #openstack-kuryr22:12
*** huikang has quit IRC22:13
*** banix has quit IRC22:14
*** banix has joined #openstack-kuryr22:24
*** huikang_ has quit IRC22:47
*** huikang has joined #openstack-kuryr22:48
*** huikang has quit IRC22:52
*** hongbin has quit IRC23:19
*** banix has quit IRC23:23
*** banix has joined #openstack-kuryr23:24
*** huikang has joined #openstack-kuryr23:41

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