Tuesday, 2015-06-23

openstackgerritRussell Bryant proposed openstack/networking-ovn: Start disabling failing tests.  https://review.openstack.org/19430100:44
openstackgerritRussell Bryant proposed openstack/networking-ovn: Disable apparmor for libvirtd.  https://review.openstack.org/19333000:44
openstackgerritRussell Bryant proposed openstack/networking-ovn: Start disabling failing tests.  https://review.openstack.org/19430101:11
openstackgerritRussell Bryant proposed openstack/networking-ovn: Disable apparmor for libvirtd.  https://review.openstack.org/19333001:11
*** cing has joined #openstack-neutron-ovn01:22
*** s3wong has quit IRC01:52
*** mestery has joined #openstack-neutron-ovn04:19
*** mestery has quit IRC04:49
*** armax has joined #openstack-neutron-ovn05:08
*** salv-orlando has joined #openstack-neutron-ovn05:54
*** salv-orlando has quit IRC05:56
*** salv-orlando has joined #openstack-neutron-ovn05:58
*** armax has quit IRC06:49
*** salv-orl_ has joined #openstack-neutron-ovn07:37
*** salv-orlando has quit IRC07:40
*** fzdarsky has joined #openstack-neutron-ovn07:47
*** salv-orl_ has quit IRC07:58
*** salv-orlando has joined #openstack-neutron-ovn08:00
*** cing has quit IRC10:20
*** salv-orlando has quit IRC10:29
*** salv-orlando has joined #openstack-neutron-ovn11:30
*** salv-orlando has quit IRC11:36
*** salv-orlando has joined #openstack-neutron-ovn11:54
*** salv-orlando has quit IRC12:52
*** openstack has quit IRC13:17
*** openstack has joined #openstack-neutron-ovn13:17
*** salv-orlando has joined #openstack-neutron-ovn13:52
*** salv-orlando has quit IRC13:57
*** cascardo_ has joined #openstack-neutron-ovn14:23
*** shettyg has joined #openstack-neutron-ovn14:30
openstackgerritRussell Bryant proposed openstack/networking-ovn: Start disabling failing tests.  https://review.openstack.org/19430114:39
openstackgerritRussell Bryant proposed openstack/networking-ovn: Control list of enabled services for tempest job.  https://review.openstack.org/19468014:39
*** fzdarsky has quit IRC15:02
openstackgerritRussell Bryant proposed openstack/networking-ovn: Start disabling failing tests.  https://review.openstack.org/19430115:07
*** gsagie has joined #openstack-neutron-ovn15:32
*** mestery has joined #openstack-neutron-ovn15:34
*** armax has joined #openstack-neutron-ovn15:34
*** mestery_ has joined #openstack-neutron-ovn15:35
gsagieback :)15:37
*** mestery has quit IRC15:39
*** mestery_ is now known as mestery15:40
russellbgsagie: o/15:47
gsagiehi russell, hope you had fun in your vacation15:50
*** armax has quit IRC15:50
russellbi did :)15:51
russellbnow back to poking at this stuff15:51
russellbtrying to get tempest working15:51
gsagiesomeone approached me last week about doing the security group task, did he talk with you by any chance?15:52
gsagiegave him some instructions but i was without internet connection for few days :|15:53
russellbno15:54
russellbdiscovered another feature gap ... we don't support administratively setting port state to up/down15:55
russellbso that makes a test fail15:55
russellbi think i can implement that in OVN pretty easily though15:55
gsagiebtw, regarding check if ubuntu : this is from devstack http://pastebin.com/cthBD1hg15:57
gsagiehow will you implement it? is there admin status for logical ports?15:58
russellbnot yet :)15:58
gsagiedon't remember i saw it15:58
russellbbut i was going to propose adding it15:58
gsagieahh ok :)15:58
russellbseeing some random failures too ... one was caused by a timeout in ovsdb code: http://logs.openstack.org/80/194680/1/check/check-tempest-dsvm-networking-ovn/287530d/logs/screen-q-svc.txt.gz?level=TRACE15:59
russellbhaven't looked any closer at that one yet15:59
*** armax has joined #openstack-neutron-ovn16:05
russellbgsagie: looks like apparmor is on non-debian distros too16:06
gsagieahh ok16:08
*** armax has quit IRC16:08
*** salv-orlando has joined #openstack-neutron-ovn16:23
*** mestery has quit IRC16:28
*** gsagie has quit IRC16:30
*** gsagie has joined #openstack-neutron-ovn16:58
*** mestery has joined #openstack-neutron-ovn17:25
*** armax has joined #openstack-neutron-ovn17:50
*** mestery has quit IRC18:00
*** mestery has joined #openstack-neutron-ovn18:01
*** s3wong has joined #openstack-neutron-ovn18:05
*** armax has quit IRC18:05
*** mestery has quit IRC18:10
*** markmcclain has quit IRC18:36
gsagierussellb : regarding your admin-up-down patch, nice work but don't you somehow need to delete the old flow first?18:45
gsagiei am not in front of the ovn code right now but just wondering how is that flow getting deleted18:45
russellbgsagie: it happens automatically18:45
russellblike magic18:45
gsagieheh ok, so they read all the current flows, add the new ones and delete anything that was changed18:46
russellbexcept it's actually clever software and not magic ..18:46
russellbexactly18:46
gsagieok :)18:46
gsagiebecause you usually you compare open flow by the match, and here you only changed the action18:47
gsagiebut guess will look at the code18:47
russellbhttps://github.com/openvswitch/ovs/blob/master/ovn/controller/ofctrl.c#L39518:49
russellbis where it happens for openflow18:49
russellbmy changes only affect pipeline, a layer up18:49
gsagiethanks18:49
russellband the openflow handling seemed to already do the right thing18:49
gsagieyeah, they have a comment there that they also check for changed actions18:49
gsagierussellb : i like the idea to block it with pipeline rule, however OVSDB has support for  Interface admin up/down19:03
russellbgsagie: yeah, i thought of that as i was posting it  ...19:04
gsagieso you can basically update OVSDB19:04
gsagiethe local one19:04
russellbright19:04
russellbwhich is probably a more definitive and reliable way of ensuring no traffic passes19:04
russellband doesn't disturb the flows like this dows19:04
russellbdoes*19:04
gsagieyes19:05
gsagieprobably should be added to the binding entry19:05
gsagie(not that i like it, but thats the only notion of logical port that the controller can see)19:05
gsagiei mean the port admin status..19:06
russellbgsagie: which table/column in Open_vSwitch is it that you're referring to?19:09
gsagieto set the admin status?19:09
russellbI see admin_state in Interface, but that seems to be a reflection of the network device state, not something you set via ovsdb19:09
russellbyes19:09
gsagieits in the Interface table19:09
*** markmcclain has joined #openstack-neutron-ovn19:11
*** markmcclain has quit IRC19:12
gsagiei am not sure what you mean "reflection of the network device state" , i have never tried it but i assume you can set it "up" or "down" no?19:12
*** markmcclain has joined #openstack-neutron-ovn19:13
gsagiethe link state is basically the operational status19:13
gsagiebut just saw it there, never tried to set it19:13
gsagieyou can try to set it with ovs-vsctl and see what happens19:14
russellbit's a read-only column19:14
russellbi was looking at the ovs code to see what it does19:14
russellbalso googled and found this http://openvswitch.org/pipermail/discuss/2014-April/013644.html19:14
russellbsounds like there's a way to do it with openflow instead19:14
gsagieahh yes, nice finding! :)19:16
*** openstackgerrit has quit IRC19:21
*** openstackgerrit has joined #openstack-neutron-ovn19:22
gsagieyeah that message basically call the net device admin configuration method19:26
gsagiestrange that its not supported with OVSDB19:28
*** fzdarsky has joined #openstack-neutron-ovn19:50
*** gsagie has quit IRC19:57
*** fzdarsky has quit IRC20:26
*** cascardo_ has quit IRC21:22
openstackgerritOpenStack Proposal Bot proposed openstack/networking-ovn: Updated from global requirements  https://review.openstack.org/19432321:44
*** shettyg has quit IRC22:06
*** s3wong has quit IRC22:13
openstackgerritMerged openstack/networking-ovn: Updated from global requirements  https://review.openstack.org/19432323:30

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