Tuesday, 2017-05-09

*** gongysh has joined #midonet00:21
*** gongysh has quit IRC01:57
*** JoeC has joined #midonet02:28
JoeCHello!02:28
JoeCI have a general question about how midonet connect to neutron database?02:29
yamamotohi02:33
JoeCI am aware that midonet uses cassandra and zookeeper for its database02:35
JoeChowever, I don't see any configuration on the neutron database?02:36
yamamotoneutron connects to midonet api, not vice versa02:37
yamamotothe neutron plugin for midonet has a configuration for it.02:38
JoeCah! I see. That's how it got synced to the neutron DB. Thanks!02:39
yamamotohttps://docs.midonet.org/docs/latest-en/quick-start-guide/ubuntu-1604_newton/content/neutron_controller_node_installation.html02:39
yamamotosee "Configure the MidoNet plug-in" section02:40
JoeCI see. Also, I noticed that the RDO version of this doc is not consistent with this version. for 5.402:41
yamamotoi guess i haven't looked at "the RDO version of this doc".  where is it?02:45
JoeChttps://docs.midonet.org/docs/latest-en/quick-start-guide/rhel-7_newton-osp/content/_controller_node_2.html02:46
yamamotoah i see. i thought it was somewhere around https://www.rdoproject.org/networking/midonet-integration/02:49
JoeCThat made me a little confused on what to put under core plugin and service plugin02:49
yamamotowhich part is inconsistent?02:50
JoeCOh, cuz I am building the system from scratch. that's why I am running into some problems.02:50
JoeCIt is under 7.2.1. Set the OpenStack Networking Plug-in02:51
JoeChttps://thepasteb.in/p/58hgEmBXLl2Iv02:51
yamamotoah, i see.  which version of the plugin are you using?  there are "openstack upstream" version and "midokura" version.02:52
yamamoto_ext stuff was only in midokura version.02:52
JoeCOh! That's why. I am currently running Newton on my machine.02:53
JoeCso that _ext was preset on some setting on the midokura version then.02:53
yamamotowell, actually https://docs.midonet.org/docs/latest-en/quick-start-guide/rhel-7_newton-osp/content/_controller_node_2.html seems broken.02:53
yamamotopure newton openstack/networking-midonet plugin ("upstream" version) have, say, midonet_v2.02:55
JoeCoh.... that explains the result well. i will use the apt doc for comparison on my REHL for now.02:55
yamamoto"midokura" version provides another version (midonet_v2_ext) which provides some extra feature.02:55
yamamotopackages in https://builds.midonet.org/openstack-newton/ are "midokura" version02:56
JoeCI see. I guess I will need to tare up the newton i have then.02:58
yamamotooh, wait02:58
yamamotoactually i was wrong.  python-networking-midonet-ext package is "midokura" addition which provides "_ext" ones.02:59
yamamotoit needs to be installed in addition to the base/upstream one (python-networking-midonet)03:00
yamamotobuilds.midonet.org provides both of packages.03:00
yamamoto"tare up"?  i'm not sure what it mean. (just because i'm not a good english speaker)03:02
JoeCI see. So I just need to install the ext package along with the upstream neutron.03:02
yamamotoyes.  or just the upstream version, if you don't care the extra features.03:02
JoeCIt was my bad; I should not have used the informal English on this occasion.03:03
JoeCI would like to use the extra features, of course.03:03
JoeCI am currently trying to test out midonet; therefore, I want to know it inside out.03:04
JoeCAlso, when I built it before, I ran into another issue on "not able to change the username with mn-conf"03:06
JoeCby "tare up", I meant to say "rebuild"03:07
yamamotoi haven't seen the issue. some keystone related configuration?03:08
JoeCyeah.03:09
JoeCIt occurred when I tried to put in the information for the midonet API user name03:10
yamamotoyou improved my vocab.  thank you03:11
JoeCOh! No problem! You are helping my knowledge about midonet. It's a nice exchange!03:12
JoeCAlso, for configuring midonet, I realized that the only way is through mn-conf?03:14
yamamotohttps://docs.midonet.org/docs/latest-en/quick-start-guide/rhel-7_newton-osp/content/_midonet_cluster_installation.html03:14
yamamotoConfigure Keystone access03:14
yamamotoyou mean it didn't work?03:14
yamamotofor many of configuration, yes, mn-conf is the only way. (unless you count directo zk manipulation)03:15
JoeCIt works. However, I ran into an issue if you use "admin" as the username you cannot change the username after.03:16
yamamotoyou restarted midonet-cluster?03:17
JoeCI think so. I can try that when I finish building this midonet later today.03:18
yamamotoby cannot change you mean midonet keeps using the old username?03:18
JoeCyeah. It keeps using the username "admin"03:19
yamamotowhile "mn-conf dump" etc shows the new username?03:19
JoeCyeah03:19
JoeCI mean no.03:20
JoeCmn-conf dump shows the old username03:20
JoeCeven if I use mn-conf to change it already03:20
JoeCthe dump still shows the old username03:20
yamamotosounds strange.  you run set and dump on the same node?03:21
yamamotoit might or might not be related to template/host thing03:22
yamamotohttps://docs.midonet.org/docs/latest/operations-guide/content/_mn_conf_man_page.html03:22
yamamotosee -t and -h options03:23
JoeCI have seen the doc as well. that's why I was familiar with the command03:23
JoeCI even used unset to unset the username variable03:24
JoeCbut when I set the new username on that part, it still shows the old username when it registered.03:24
JoeCyeah it was strange for sure.03:24
JoeCBut I will let you know if I still get the same error later today.03:25
yamamotoi can't think of anything which can cause the behaviour right now.03:25
JoeCSorry I forgot to mention that my environment is openstack on All-in-One version.03:25
yamamotohttps://github.com/openstack/networking-midonet/blob/master/devstack/midonet-pkg/configure_and_start_midonet.sh03:29
yamamotothis script is used for openstack CI.  it's kinda minimum configuration for all-in-one.03:29
JoeCAh! thanks!!! this is a great help!03:31
*** JoeC has left #midonet03:36
openstackgerritMerged openstack/networking-midonet master: Remove OSC plugin  https://review.openstack.org/42949504:34
*** serverascode has quit IRC05:28
*** serverascode has joined #midonet05:29
*** mmirecki has joined #midonet05:53
*** JoeC has joined #midonet06:04
JoeCHi everyone Im back again06:05
JoeCThis time I have a more specific question06:05
JoeCeverything works fine on installation on REHL; however, I cannot create a network through midoent06:05
JoeCNeutron log shows cannot find controller06:06
*** mmirecki has quit IRC06:16
JoeCPlease ignore my question... thanks...06:20
*** mmirecki has joined #midonet06:31
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: devstack: Use devstack-tools  https://review.openstack.org/46347806:38
JoeCIs it normal to see the port on a bridge from midonet-cli that is showing "plugged no" and "state up"?07:37
yamamotoiirc plugged no just means it isn't bound to physical port.07:50
yamamotoie. it's normal07:50
JoeCIs there a picture in the document about how a packet is flowed from the dhcp server in a subnet to the router?07:54
JoeCThat is great! Thanks for the reply!07:54
JoeCAlso, got into another problem on Endpoint does not support this method08:10
JoeCfor the method named "security group info for devices08:11
JoeCand cannot launch an instance due to the libvirt guest cannot start in compute nodes08:35
*** mmirecki is now known as mmirecki_afk08:54
*** JoeC has quit IRC10:12
*** mmirecki_afk is now known as mmirecki10:17
*** JoeC has joined #midonet10:59
*** [d__d] has quit IRC11:12
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: v2: Replace security group implementation with ML2 version  https://review.openstack.org/46352811:29
*** [d__d] has joined #midonet11:38
*** JoeC has quit IRC13:55
*** JoeC has joined #midonet13:59
*** JoeC has quit IRC14:15
*** aojea has quit IRC14:43
*** aojea has joined #midonet14:44
*** aojea has quit IRC14:48
*** aojea has joined #midonet14:49
*** JoeC has joined #midonet15:03
*** gongysh has joined #midonet15:32
*** aojea has quit IRC15:38
*** mmirecki has quit IRC15:47
*** JoeC has quit IRC15:48
*** aojea has joined #midonet15:52
*** aojea has quit IRC16:11
*** gongysh has quit IRC16:32
*** aojea has joined #midonet17:08
*** aojea has quit IRC17:12
*** aojea has joined #midonet17:44
*** mmirecki has joined #midonet18:03
*** aojea has quit IRC18:16
*** aojea has joined #midonet20:32
*** mmirecki has quit IRC21:01
*** gongysh has joined #midonet21:32
*** gongysh has quit IRC21:58
*** aojea has quit IRC22:15

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