*** diogogmt has quit IRC | 00:00 | |
*** yamamoto_ has joined #openstack-kuryr | 00:25 | |
*** yamamoto_ has quit IRC | 00:31 | |
*** limao has joined #openstack-kuryr | 00:40 | |
*** limao_ has joined #openstack-kuryr | 00:59 | |
*** limao has quit IRC | 01:02 | |
*** yamamoto_ has joined #openstack-kuryr | 01:27 | |
*** bvandewa has quit IRC | 01:28 | |
*** banix has quit IRC | 01:28 | |
*** yamamoto_ has quit IRC | 01:32 | |
*** yamamoto_ has joined #openstack-kuryr | 02:28 | |
*** yamamoto_ has quit IRC | 02:34 | |
*** banix has joined #openstack-kuryr | 02:46 | |
*** yuanying_ has quit IRC | 02:57 | |
janonymous | apuimedo: thanks. I wanted to understand that a plugin(kuryr) for would be installed on devstack node does (kuryr-libnetwork) needs to be installed in the instance launched which has docker running ? | 03:28 |
---|---|---|
*** yamamoto_ has joined #openstack-kuryr | 03:31 | |
*** yamamoto_ has quit IRC | 03:36 | |
*** yamamoto_ has joined #openstack-kuryr | 03:44 | |
*** yuanying has joined #openstack-kuryr | 03:51 | |
*** vikasc has joined #openstack-kuryr | 04:09 | |
*** yamamoto_ has quit IRC | 04:34 | |
*** vikasc has quit IRC | 04:35 | |
*** vikasc has joined #openstack-kuryr | 04:37 | |
*** banix has quit IRC | 04:54 | |
*** vikasc has quit IRC | 05:07 | |
*** tfukushima has joined #openstack-kuryr | 05:08 | |
*** vikasc has joined #openstack-kuryr | 05:12 | |
*** tfukushima has quit IRC | 05:15 | |
*** yamamoto_ has joined #openstack-kuryr | 05:15 | |
*** janki has joined #openstack-kuryr | 05:21 | |
*** obondarev has joined #openstack-kuryr | 06:08 | |
*** obondarev has quit IRC | 06:47 | |
openstackgerrit | PanFengyun proposed openstack/kuryr-libnetwork: Fix the ERROR message of controllers.py https://review.openstack.org/344033 | 07:10 |
apuimedo | janonymous: well, you can have devstack handle it for you | 07:10 |
apuimedo | or you can just have other nodes where you install kuryr-libnetwork manually | 07:10 |
apuimedo | both work fine | 07:10 |
apuimedo | but on the other nodes you need to have the neutron agents as well | 07:10 |
apuimedo | janonymous: which neutron plugin do you plan on using? | 07:11 |
apuimedo | janki: could you share your local.conf? | 07:14 |
*** bvandewa has joined #openstack-kuryr | 07:16 | |
janki | apuimedo: sure. please give me a minute | 07:16 |
apuimedo | thanks | 07:16 |
janki | apuimedo: local.conf file is at http://pastebin.com/d7iF2499 | 07:23 |
janki | apuimedo: I have enabled the plugin and think individual services need to be enabled as per the sample conf file you shared last night | 07:23 |
apuimedo | thanks janki | 07:23 |
*** vikasc has quit IRC | 07:30 | |
apuimedo | janki: you should be using the kuryr-libnetwork plugin instead of the kuryr one | 07:32 |
janki | apuimedo: Will try with that and get back to you | 07:35 |
apuimedo | janki: there is some missing patches, sadly | 07:38 |
apuimedo | you'd have to cherry-pick some unmerged stuff | 07:39 |
apuimedo | janki: janonymous: I hope on Sunday or Monday we can get devstack working again | 07:39 |
*** vikasc has joined #openstack-kuryr | 07:40 | |
janki | apuimedo: janonymous: I can help in achieving this | 07:41 |
apuimedo | janki: the problem I have is that I need irenab, gsagie, tfukushima or banix to give some extra +2 to merge stuff | 07:43 |
apuimedo | and then cut an openstack/kuryr release | 07:44 |
apuimedo | so that we can depend on in from kuryr-libnetwork | 07:44 |
apuimedo | which is necessary for devstack | 07:44 |
janki | ohh | 07:44 |
*** bvandewa has quit IRC | 07:45 | |
*** garyloug has joined #openstack-kuryr | 07:46 | |
openstackgerrit | Merged openstack/kuryr: Remove rally-jobs/startup scripts/config in kuryr These code should be in kuryr-libnetwork/kuryr-k8s now. https://review.openstack.org/346290 | 07:47 |
openstackgerrit | Merged openstack/kuryr: Add more ut for kuryr/lib/utils.py https://review.openstack.org/346395 | 07:47 |
*** vikasc has quit IRC | 07:50 | |
*** obondarev has joined #openstack-kuryr | 07:50 | |
openstackgerrit | Merged openstack/kuryr: Remove all bytcode before running tox https://review.openstack.org/271910 | 07:54 |
openstackgerrit | Merged openstack/kuryr: Fix typos https://review.openstack.org/336893 | 07:57 |
apuimedo | thanks gsagie for the merged | 08:11 |
apuimedo | *merges | 08:11 |
*** yamamoto_ has quit IRC | 08:30 | |
*** bvandewa has joined #openstack-kuryr | 08:32 | |
janonymous | @apuimedo:Ohh great! thanks | 08:50 |
janonymous | @janki: sure thank | 08:50 |
janonymous | *thanks | 08:51 |
janonymous | apuimedo: i was trying to understand kuryr and kuryr-libnetwork project differences? | 08:54 |
apuimedo | janonymous: kuryr-libnetwork is the docker driver | 08:55 |
apuimedo | kuryr is the repo for kuryr-lib, a library that kuryr-libnetwork uses | 08:55 |
janonymous | apuimedo: so is it okay to think that the setup would look like ( ubuntu --> devstack(kuryr) --> ubuntu instance launched with nova(having kuryr-libnetwork) --> docker running in it) | 08:57 |
janonymous | where (kuryr) and (kuryr-libnetwork) specifies where it is run | 08:58 |
apuimedo | janonymous: no. devstack without nova | 09:00 |
apuimedo | kuryr-libnetwork runs at the same level as nova | 09:00 |
apuimedo | instead of launching VMs, it will be for launching containers | 09:00 |
janonymous | apuimedo: so for that docker needs nova docker ? | 09:02 |
openstackgerrit | qinchunhua proposed openstack/kuryr: Recover two files permissions https://review.openstack.org/345122 | 09:02 |
janonymous | or simple installation of docker on ubuntu would do.. | 09:03 |
apuimedo | janonymous: no. No nova-docker | 09:09 |
apuimedo | that's obsolete | 09:09 |
apuimedo | simply docker on ubuntu/fedora + kuryr-libnetwork | 09:09 |
apuimedo | (and neutron agents depending on the vendor you use) | 09:10 |
janonymous | what does vendor means .. ? | 09:10 |
janonymous | apuimedo: Thanks for the information, It was very useful for me.I will try to setup and if i face any issue i will disturb you again and kuryr team ;) | 09:21 |
apuimedo | janonymous: I meant midonet, ovs, iovisor | 09:22 |
apuimedo | whichever | 09:22 |
apuimedo | janonymous: cool. Let me know any time | 09:22 |
janonymous | ohh.. i got it. makes sense | 09:22 |
apuimedo | and thanks for trying it | 09:22 |
janonymous | thanks | 09:22 |
*** bvandewa has quit IRC | 09:27 | |
janki | apuimedo: I read the discussion above. Does this mean that kuryr will take care of launching containers and networking among them too? | 09:59 |
*** diga has joined #openstack-kuryr | 10:12 | |
*** limao_ has quit IRC | 10:13 | |
apuimedo | no, no. Docker launches the containers | 10:43 |
apuimedo | and kuryr-libnetwork does the networking for them | 10:44 |
*** obondarev has quit IRC | 11:01 | |
*** diga has quit IRC | 11:37 | |
*** obondarev has joined #openstack-kuryr | 11:42 | |
*** obondarev has quit IRC | 11:50 | |
*** obondarev has joined #openstack-kuryr | 12:41 | |
*** janki has quit IRC | 13:35 | |
*** obondarev has quit IRC | 13:54 | |
*** obondarev has joined #openstack-kuryr | 14:09 | |
*** banix has joined #openstack-kuryr | 14:31 | |
*** banix has quit IRC | 14:45 | |
*** banix has joined #openstack-kuryr | 14:49 | |
*** banix has quit IRC | 15:07 | |
*** diogogmt has joined #openstack-kuryr | 15:11 | |
*** yamamoto has joined #openstack-kuryr | 15:34 | |
*** bvandewa has joined #openstack-kuryr | 16:14 | |
*** bvandewa has quit IRC | 16:15 | |
*** neiljerram has joined #openstack-kuryr | 16:47 | |
*** garyloug has quit IRC | 17:06 | |
*** neiljerram has quit IRC | 17:30 | |
*** neiljerram has joined #openstack-kuryr | 17:32 | |
*** obondarev has quit IRC | 17:52 | |
*** yamamoto has quit IRC | 19:06 | |
*** bvandewa has joined #openstack-kuryr | 19:22 | |
*** bvandewa has quit IRC | 19:35 | |
*** banix has joined #openstack-kuryr | 19:43 | |
*** yamamoto has joined #openstack-kuryr | 20:07 | |
*** yamamoto has quit IRC | 20:12 | |
*** bvandewa has joined #openstack-kuryr | 20:12 | |
*** bvandewa has quit IRC | 21:04 | |
*** yamamoto has joined #openstack-kuryr | 21:08 | |
*** banix has quit IRC | 21:10 | |
*** yamamoto has quit IRC | 21:13 | |
*** banix has joined #openstack-kuryr | 21:34 | |
*** bvandewa has joined #openstack-kuryr | 21:35 | |
*** limao has joined #openstack-kuryr | 21:52 | |
*** limao_ has joined #openstack-kuryr | 21:55 | |
*** bvandewa has quit IRC | 21:57 | |
*** limao has quit IRC | 21:57 | |
*** limao has joined #openstack-kuryr | 22:05 | |
*** limao_ has quit IRC | 22:08 | |
*** yamamoto has joined #openstack-kuryr | 22:10 | |
*** yamamoto has quit IRC | 22:15 | |
*** limao has quit IRC | 22:19 | |
*** limao has joined #openstack-kuryr | 22:21 | |
*** limao_ has joined #openstack-kuryr | 22:29 | |
*** limao__ has joined #openstack-kuryr | 22:30 | |
*** limao has quit IRC | 22:31 | |
*** limao_ has quit IRC | 22:33 | |
*** limao has joined #openstack-kuryr | 22:40 | |
*** limao_ has joined #openstack-kuryr | 22:41 | |
*** limao__ has quit IRC | 22:44 | |
*** limao has quit IRC | 22:45 | |
*** limao has joined #openstack-kuryr | 22:52 | |
*** limao__ has joined #openstack-kuryr | 22:54 | |
*** limao_ has quit IRC | 22:55 | |
*** limao has quit IRC | 22:57 | |
*** limao__ has quit IRC | 23:07 | |
*** limao has joined #openstack-kuryr | 23:09 | |
*** limao has quit IRC | 23:11 | |
*** limao has joined #openstack-kuryr | 23:11 | |
*** yamamoto has joined #openstack-kuryr | 23:12 | |
*** yamamoto has quit IRC | 23:17 | |
*** hongbin has quit IRC | 23:20 | |
openstackgerrit | Liping Mao proposed openstack/kuryr: Add UT for kuryr/lib/opts.py https://review.openstack.org/346351 | 23:25 |
*** limao_ has joined #openstack-kuryr | 23:35 | |
*** banix has quit IRC | 23:35 | |
*** limao has quit IRC | 23:38 | |
*** limao has joined #openstack-kuryr | 23:44 | |
*** limao_ has quit IRC | 23:48 | |
*** limao_ has joined #openstack-kuryr | 23:51 | |
*** limao__ has joined #openstack-kuryr | 23:54 | |
*** limao has quit IRC | 23:54 | |
*** limao_ has quit IRC | 23:58 | |
*** limao__ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!