Friday, 2017-11-24

*** salv-orlando has joined #openstack-neutron00:01
*** baoli has quit IRC00:02
*** threestrands has joined #openstack-neutron00:05
*** threestrands has quit IRC00:05
*** threestrands has joined #openstack-neutron00:05
*** salv-orlando has quit IRC00:06
*** claudiub|2 has quit IRC00:07
*** mdih has joined #openstack-neutron00:07
*** mdih has quit IRC00:09
*** chyka has quit IRC00:14
*** hongbin has quit IRC00:23
mlavallehoangcx: please look at https://review.openstack.org/#/c/522235. This change would break VPNaaS00:24
*** ijw has joined #openstack-neutron00:32
*** ijw has quit IRC00:37
*** bar_ has quit IRC00:44
*** chyka has joined #openstack-neutron00:46
*** baoli has joined #openstack-neutron00:48
*** toshii has joined #openstack-neutron00:48
*** chyka has quit IRC00:50
*** yuchengui has joined #openstack-neutron00:52
*** yuchengui has joined #openstack-neutron00:52
*** baoli has quit IRC00:53
openstackgerritzhangxuanyuan proposed openstack/neutron-lib master: Cleanup ensure_dir function  https://review.openstack.org/52261001:01
*** masaki has joined #openstack-neutron01:02
*** salv-orlando has joined #openstack-neutron01:02
*** daidv has joined #openstack-neutron01:02
hoangcxmlavalle: Thanks for your notice. We have a patch for that https://review.openstack.org/#/c/511792/. I will accelerate 511792 and post comment on 522235 soon.01:03
*** daidv_ has joined #openstack-neutron01:03
*** cuongnv has joined #openstack-neutron01:06
*** masaki has quit IRC01:06
*** salv-orlando has quit IRC01:08
*** trungnv has joined #openstack-neutron01:09
*** armax has joined #openstack-neutron01:11
*** zhouyaguo has joined #openstack-neutron01:12
*** masaki has joined #openstack-neutron01:13
openstackgerritMerged openstack/neutron master: use agent api def from neutron-lib  https://review.openstack.org/52015601:16
*** armax has quit IRC01:17
*** suresh12 has joined #openstack-neutron01:17
mlavallehoangcx: I am asking the author of https://review.openstack.org/#/c/522235 to add a Depends on: tag pointing to https://review.openstack.org/#/c/51179201:18
mlavallehoangcx: I'll keep an eye on https://review.openstack.org/#/c/511792 so we can merge it quickly :-)01:18
hoangcxmlavalle: ++ Thank you for your attention :01:18
*** zhurong has joined #openstack-neutron01:21
*** caowei has joined #openstack-neutron01:25
*** ijw has joined #openstack-neutron01:33
openstackgerritChenghui Yu proposed openstack/neutron master: Remove the ensure_dir  https://review.openstack.org/52223501:37
*** ijw has quit IRC01:38
*** masaki has quit IRC01:49
*** boden has joined #openstack-neutron01:52
*** masaki has joined #openstack-neutron01:53
*** boden has quit IRC01:53
openstackgerritvenkata anil proposed openstack/neutron master: Call update_all_ha_network_port_statuses on agent start  https://review.openstack.org/52264101:54
*** salv-orlando has joined #openstack-neutron02:04
*** salv-orlando has quit IRC02:10
*** zhhuabj has quit IRC02:22
*** yamamoto has joined #openstack-neutron02:26
*** annp has joined #openstack-neutron02:29
*** liusheng has quit IRC02:34
*** liusheng has joined #openstack-neutron02:34
*** ijw has joined #openstack-neutron02:35
*** mlavalle has quit IRC02:36
*** ijw has quit IRC02:39
*** zhhuabj has joined #openstack-neutron02:43
openstackgerritChenghui Yu proposed openstack/neutron master: Remove the ensure_dir  https://review.openstack.org/52223502:44
*** suresh12 has quit IRC03:05
*** salv-orlando has joined #openstack-neutron03:06
*** slaweq has joined #openstack-neutron03:10
*** jhershbe has joined #openstack-neutron03:11
*** salv-orlando has quit IRC03:11
*** armax has joined #openstack-neutron03:13
*** slaweq has quit IRC03:15
*** armax has quit IRC03:17
cuongnvyamahata: hi03:17
cuongnvyamahata: I want to support logging of security group in neutron for FWaaS, I plan to make https://github.com/openstack/neutron/blob/master/neutron/services/logapi/common/validators.py#L111 to be more generic to support both, should I move this function to neutron-lib or working on neutron first and then use it back to FWaaS?03:19
*** cshastri has joined #openstack-neutron03:21
cuongnvsorry yamahata, wrong mention03:22
cuongnvyamamoto: ^ would you mine to take a look?03:22
cuongnvs/mine/mind03:22
*** anilvenkata_ has joined #openstack-neutron03:23
*** anilvenkata has quit IRC03:26
*** psahoo has joined #openstack-neutron03:31
*** yuchengui has quit IRC03:32
*** anilvenkata_ has quit IRC03:33
*** ijw has joined #openstack-neutron03:36
yamamotocuongnv: it seems something new.  ie. a plugin in neutron which needs to deal with resources in other repo03:37
cuongnvyeah, bc logging api currently supports for sec group only, now I want to extend it to support for FWaaS03:39
yamamotocuongnv: i guess we need some kind of resource type registration mechanism, right?  like quota03:39
cuongnvyes03:39
cuongnvshould I implement the registration on neutron first, or neutron-lib first then integrate back to neutron?03:40
*** yuchengui has joined #openstack-neutron03:41
*** ijw has quit IRC03:41
cuongnvyamamoto: ^03:42
yamamotocuongnv: i'd suggest to make it in neutron and move it once it's proven to work. but either ways are ok i guess. it's your call.03:42
*** zhurong has quit IRC03:43
cuongnvyamamoto: if I push ps to neutron-lib then another one on neutron, can I make neutron ps depends on neutron-lib ps to verify the code?03:46
*** zhhuabj has quit IRC03:50
*** ramishra has joined #openstack-neutron03:51
*** mdnadeem has joined #openstack-neutron03:51
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: DO NOT MERGE: enable tempest.api.compute  https://review.openstack.org/52270003:53
*** sridharg has joined #openstack-neutron03:57
*** yuchengui has quit IRC03:57
*** cshastri has quit IRC04:01
*** zhhuabj has joined #openstack-neutron04:02
*** links has joined #openstack-neutron04:03
yamamotocuongnv: it won't work for CI jobs as we use released versions of libraries including neutron-lib04:07
*** salv-orlando has joined #openstack-neutron04:08
*** jhershbe has quit IRC04:08
*** janki has joined #openstack-neutron04:08
*** yamamoto has quit IRC04:10
openstackgerritVan Hung Pham proposed openstack/neutron master: Router to OVO  https://review.openstack.org/51696104:11
cuongnvyamahata: ok, seems your suggestion is the way to go. thanks for your help04:13
openstackgerritBen Swartzlander proposed openstack/neutron-dynamic-routing master: DO NOT REVIEW: Check CI  https://review.openstack.org/51328204:13
*** salv-orlando has quit IRC04:13
cuongnvsorry again yamahata, that was for yamamoto04:13
*** andreas_s has joined #openstack-neutron04:16
*** andreas_s has quit IRC04:21
openstackgerritNguyen Phuong An proposed openstack/neutron master: [log]: Devstack plugin for logging api  https://review.openstack.org/39611604:32
openstackgerritNguyen Phuong An proposed openstack/neutron-tempest-plugin master: Add api and scenario test for logging extension  https://review.openstack.org/52270404:37
*** ijw has joined #openstack-neutron04:38
*** yamamoto has joined #openstack-neutron04:39
*** ijw has quit IRC04:43
*** vthapar has joined #openstack-neutron04:44
*** caowei has quit IRC04:52
*** udesale has joined #openstack-neutron04:52
*** mihdih has joined #openstack-neutron04:54
*** threestrands_ has joined #openstack-neutron05:02
*** threestrands has quit IRC05:04
*** suresh12 has joined #openstack-neutron05:06
*** toshii has quit IRC05:07
*** zhouyaguo has quit IRC05:09
*** salv-orlando has joined #openstack-neutron05:09
*** suresh12 has quit IRC05:10
*** mihdih is now known as mdih05:10
*** caowei has joined #openstack-neutron05:12
openstackgerritVan Hung Pham proposed openstack/neutron master: Use Router OVO in external_net_db  https://review.openstack.org/52179705:12
*** threestrands_ has quit IRC05:14
*** salv-orlando has quit IRC05:15
*** dklyle has quit IRC05:19
*** david-lyle has joined #openstack-neutron05:20
*** fragatin_ has quit IRC05:23
*** ramishra has quit IRC05:23
*** ramishra has joined #openstack-neutron05:26
*** ratailor has joined #openstack-neutron05:29
*** ratailor is now known as ratailor|session05:30
*** udesale__ has joined #openstack-neutron05:32
openstackgerritrajiv proposed openstack/networking-odl master: Base mechanism for full sync  https://review.openstack.org/52181505:34
*** udesale has quit IRC05:35
*** mdnadeem has quit IRC05:37
*** ijw has joined #openstack-neutron05:37
*** gkadam has joined #openstack-neutron05:38
*** anilvenkata has joined #openstack-neutron05:39
*** mdnadeem has joined #openstack-neutron05:49
*** gkadam has quit IRC05:50
*** gkadam has joined #openstack-neutron05:51
*** sticker has quit IRC05:56
*** marios has joined #openstack-neutron05:58
*** slaweq has joined #openstack-neutron06:01
*** slaweq has quit IRC06:05
*** sridharg has quit IRC06:05
*** cshastri has joined #openstack-neutron06:06
*** jtollet has joined #openstack-neutron06:07
*** gcheresh has joined #openstack-neutron06:07
*** salv-orlando has joined #openstack-neutron06:11
*** baoli has joined #openstack-neutron06:13
openstackgerritMerged openstack/neutron master: ovsfw: Use multiple priorities in RULES_*_TABLE  https://review.openstack.org/49442806:16
*** salv-orlando has quit IRC06:17
*** baoli has quit IRC06:18
*** sridharg has joined #openstack-neutron06:18
*** gkadam has quit IRC06:19
*** lpetrut has joined #openstack-neutron06:19
*** eN_Guruprasad_Rn has joined #openstack-neutron06:22
*** jtollet has quit IRC06:29
openstackgerritYAMAMOTO Takashi proposed openstack/neutron-dynamic-routing master: Update after agent extension rehome  https://review.openstack.org/52271706:31
openstackgerritGuoqiang Ding proposed openstack/neutron master: Update the doc link  https://review.openstack.org/52271806:32
*** sapd_ has quit IRC06:33
*** claudiub|2 has joined #openstack-neutron06:34
*** sapd_ has joined #openstack-neutron06:35
openstackgerritGuoqiang Ding proposed openstack/neutron master: Update the doc link  https://review.openstack.org/52271806:35
openstackgerritDong Jun proposed openstack/networking-ovn master: Add connection row to ovn db  https://review.openstack.org/52243706:36
*** tbachman has quit IRC06:37
*** tbachman has joined #openstack-neutron06:40
*** salv-orlando has joined #openstack-neutron06:41
*** salv-orlando has quit IRC06:41
*** salv-orlando has joined #openstack-neutron06:41
*** mdnadeem has quit IRC06:45
*** jtollet has joined #openstack-neutron06:47
*** jtollet has quit IRC06:48
*** jtollet_ has joined #openstack-neutron06:48
*** suresh12 has joined #openstack-neutron06:50
*** andreas_s has joined #openstack-neutron06:56
*** xinliang has quit IRC06:56
*** iranzo has joined #openstack-neutron06:57
*** fragatina has joined #openstack-neutron06:58
*** mdnadeem has joined #openstack-neutron06:58
*** udesale has joined #openstack-neutron06:59
*** jtollet_ has quit IRC06:59
*** ratailor|session is now known as ratailor06:59
*** udesale__ has quit IRC07:00
*** bzhao has joined #openstack-neutron07:07
*** bbzhao has joined #openstack-neutron07:07
*** xinliang has joined #openstack-neutron07:09
*** martinus__ has joined #openstack-neutron07:10
*** pcaruana has joined #openstack-neutron07:12
*** armax has joined #openstack-neutron07:14
*** dongjun has joined #openstack-neutron07:17
*** armax has quit IRC07:19
*** fzdarsky|afk has joined #openstack-neutron07:20
*** jtollet has joined #openstack-neutron07:20
*** jtollet has quit IRC07:20
*** jtollet has joined #openstack-neutron07:21
*** ccamacho has joined #openstack-neutron07:21
*** tmorin has joined #openstack-neutron07:27
*** jtollet has quit IRC07:30
*** jtollet has joined #openstack-neutron07:31
*** fzdarsky|afk has quit IRC07:32
*** nplanel has quit IRC07:32
openstackgerritGuoqiang Ding proposed openstack/neutron-dynamic-routing master: Update the doc link  https://review.openstack.org/52273307:35
*** suresh12 has quit IRC07:37
*** masaki has quit IRC07:41
*** sgran has quit IRC07:48
*** caowei has quit IRC07:48
*** caowei has joined #openstack-neutron07:48
*** jtollet has quit IRC07:52
*** rcernin has quit IRC07:53
*** sahid has joined #openstack-neutron07:53
*** lpetrut has quit IRC07:54
*** sgran has joined #openstack-neutron07:54
*** andreas_s has quit IRC07:56
*** andreas_s has joined #openstack-neutron07:56
*** jtollet has joined #openstack-neutron07:57
*** slaweq has joined #openstack-neutron07:58
*** andreas_s has quit IRC07:58
*** andreas_s has joined #openstack-neutron07:58
*** hoangcx has quit IRC08:00
*** hungpv has joined #openstack-neutron08:02
*** slaweq has quit IRC08:02
*** lpetrut has joined #openstack-neutron08:07
*** matrohon has joined #openstack-neutron08:09
*** jtollet has quit IRC08:09
*** jtollet has joined #openstack-neutron08:09
*** aojea has joined #openstack-neutron08:12
*** tesseract has joined #openstack-neutron08:13
*** aojea has quit IRC08:16
*** Alex_Staf has joined #openstack-neutron08:20
*** AlexeyAbashkin has joined #openstack-neutron08:21
*** amarao has joined #openstack-neutron08:22
*** ijw has quit IRC08:22
*** jtollet_ has joined #openstack-neutron08:23
*** jtollet has quit IRC08:23
*** Alex_Staf has quit IRC08:26
*** amarao1 has joined #openstack-neutron08:27
*** jtollet_ has quit IRC08:28
*** jtollet has joined #openstack-neutron08:29
*** gcb has joined #openstack-neutron08:29
openstackgerritDaniel Alvarez proposed openstack/networking-ovn master: Add a background tcpdump on br-ex for ARP and ICMPv4/v6  https://review.openstack.org/52061708:30
*** armaan has joined #openstack-neutron08:31
*** jtollet has quit IRC08:32
*** jtollet has joined #openstack-neutron08:33
*** salv-orlando has quit IRC08:34
*** salv-orlando has joined #openstack-neutron08:34
*** salv-orlando has quit IRC08:39
*** fragatin_ has joined #openstack-neutron08:40
*** gkadam has joined #openstack-neutron08:42
*** sahid has quit IRC08:42
*** fragatina has quit IRC08:42
*** sahid has joined #openstack-neutron08:44
*** jpena|off is now known as jpena08:49
*** armaan has quit IRC08:49
*** sahid has quit IRC08:52
*** sahid has joined #openstack-neutron08:54
*** armaan has joined #openstack-neutron08:57
*** armaan has quit IRC08:58
*** armaan has joined #openstack-neutron08:59
*** jtollet has quit IRC09:00
*** gcb has quit IRC09:01
*** gcb has joined #openstack-neutron09:02
*** ratailor has quit IRC09:05
*** salv-orlando has joined #openstack-neutron09:07
*** salv-orlando has quit IRC09:08
*** salv-orlando has joined #openstack-neutron09:08
openstackgerritYAMAMOTO Takashi proposed openstack/neutron-dynamic-routing master: Update after agent extension rehome  https://review.openstack.org/52271709:09
*** vthapar has quit IRC09:09
*** ratailor has joined #openstack-neutron09:09
*** ratailor has quit IRC09:10
*** ratailor has joined #openstack-neutron09:10
*** jlibosva has joined #openstack-neutron09:12
ajodalvarez: tiny nit in there, but awesome work dude https://review.openstack.org/#/c/522528/409:16
ajodalvarez: and thanks for the respin on the tcpdump patch09:17
*** ralonsoh has joined #openstack-neutron09:18
*** ijw has joined #openstack-neutron09:22
*** ijw has quit IRC09:30
*** ccamacho is now known as ccamacho|brb09:31
*** slaweq has joined #openstack-neutron09:32
*** hjensas has joined #openstack-neutron09:34
*** lucas-afk is now known as lucasagomes09:36
dalvarezajo thank you!09:38
dalvarezajo, so if you "grep -v DEBUG" you'll remove the whole debug message right? unless there's a \n09:39
ajodalvarez: yes, but there are \n's09:39
ajosometimes you find multi line entries09:39
ajooslogmerger handles that09:39
dalvarezajo okay let's keep them in!09:39
dalvarezawesome09:39
ajoyep, otherwise it will become a little bit messy :D09:39
ajoit's going to be easier to debug with all this stuff :D09:40
*** wolverineav has joined #openstack-neutron09:40
openstackgerritDaniel Alvarez proposed openstack/networking-ovn master: Collect functional test logs and add logstash index  https://review.openstack.org/52252809:41
dalvarezajo right!09:41
dalvarez^09:41
ajodalvarez: mosh: Last contact 13:51 ago. [To quit: Ctrl-^ .]09:41
ajo:(09:41
ajomy host exploded again09:42
dalvarezdamn!09:42
ajoI'm going to connect the HDMI and see my kernel panick09:42
ajopanic09:42
*** slaweq has quit IRC09:44
ajodalvarez: no screen output :(09:45
dalvarezajo is it the whole server or just the VM?09:45
ajodalvarez: the hypervisor09:46
dalvarezajo but it's a VM right?09:46
ajodalvarez: it's all the VM activity what crashes it09:46
ajoI'm going to run a memtest09:46
dalvarezohdamn09:46
*** salmankhan has joined #openstack-neutron09:47
*** salmankhan has quit IRC09:51
*** TuanLA has joined #openstack-neutron09:58
dongjundalvarez:  Could you have a look at my latest comment in your patch https://review.openstack.org/#/c/521635/,  how about merge my patch to yours?09:59
dalvarezdongjun, yeah want me to squash it then?10:00
dongjundalvarez: right10:00
dongjunseems they depend on each other10:01
dalvarezdongjun, right... i'll let zuul finish and if it fails i'll squash them together10:01
dalvarezdongjun, also saw this? https://bugs.launchpad.net/networking-ovn/+bug/1734090  comment 310:01
openstackLaunchpad bug 1734090 in networking-ovn "Functional tests failing with ovsdbapp.exceptions.TimeoutException" [Undecided,New]10:01
*** trungnv has quit IRC10:02
*** armaan has quit IRC10:02
dalvarezdongjun, looks like ovsdb-server closed the connection and then ovsdbapp retries 3030 times in those 5 seconds until it times out and test fails10:02
*** armaan has joined #openstack-neutron10:03
dongjundalvarez: I saw that, ovsdb-server said that there is no response...10:05
dalvarezdongjun, yeah and i posted that patch to collect functional test logs and saw those TRY_AGAIN messages from ovsdbapp... 3030 times in 5 secs10:05
*** horms has joined #openstack-neutron10:06
*** sahid has quit IRC10:06
dongjundalvarez: Here is the disconnection log in ovssdb nb and sb side http://logs.openstack.org/03/518203/5/check/networking-ovn-rally-dsvm/693cd45/logs/screen-ovn-northd.txt.gz#_Nov_20_10_23_30_16989610:07
dalvarezdongjun, yeah, makes sense to increase the inactivity probe.. I wonder why it always fail at the same point for functional tests10:08
dongjundalvarez: I'm also confused...10:09
dalvarezdongjun, this is also in the gate now: http://logs.openstack.org/28/522528/5/check/networking-ovn-dsvm-functional/56c1425/logs/10:09
*** sahid has joined #openstack-neutron10:10
*** wolverineav has quit IRC10:10
dalvarezdongjun, and it's losing the connection to ovsdb-server at the same exact point: http://logs.openstack.org/28/522528/5/check/networking-ovn-dsvm-functional/56c1425/logs/dsvm-functional-logs/networking_ovn.tests.functional.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_repair.txt.gz#_2017-11-24_09_55_47_71410:10
dongjundalvarez: good stuff! It's definitely a great patch for10:10
dalvarezdongjun: vs   http://logs.openstack.org/28/522528/1/check/networking-ovn-dsvm-functional/ff0ad9a/logs/dsvm-functional-logs/networking_ovn.tests.functional.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_repair.txt.gz#_2017-11-23_12_04_39_37810:10
dalvarezdongjun, so it's right before starting OVNQoSDriver10:11
dalvarezthanks man :)10:11
*** murphy_zhao has quit IRC10:11
*** mdnadeem has quit IRC10:14
*** mdnadeem has joined #openstack-neutron10:15
*** wolverineav has joined #openstack-neutron10:15
*** armax has joined #openstack-neutron10:16
*** armax has quit IRC10:21
*** andreas_s has quit IRC10:21
*** andreas_s has joined #openstack-neutron10:22
*** ijw has joined #openstack-neutron10:26
*** andreas_s has quit IRC10:26
*** ijw has quit IRC10:32
*** ramishra has quit IRC10:32
*** wolverineav has quit IRC10:46
*** davidsha has joined #openstack-neutron10:48
davidshatmorin: ping10:48
*** caowei has quit IRC10:55
*** cuongnv has quit IRC10:56
*** caowei has joined #openstack-neutron10:57
*** caowei has quit IRC10:57
*** andreas_s has joined #openstack-neutron10:58
*** yamamoto has quit IRC10:58
*** daidv has quit IRC10:59
*** daidv_ has quit IRC10:59
*** lpetrut_ has joined #openstack-neutron11:01
*** lpetrut__ has joined #openstack-neutron11:02
*** lpetrut has quit IRC11:04
*** lpetrut_ has quit IRC11:06
openstackgerritDaniel Alvarez proposed openstack/networking-ovn master: Fix functional and rally tests  https://review.openstack.org/52277711:06
dalvarezdongjun, ^11:06
*** lpetrut__ has quit IRC11:07
*** horms has quit IRC11:07
dongjundalvarez: I see, thanks11:08
dalvarezdongjun, thanks to you, let's see11:08
*** annp has quit IRC11:08
*** TuanLA has quit IRC11:08
*** hungpv has quit IRC11:08
*** annp has joined #openstack-neutron11:09
*** TuanLA has joined #openstack-neutron11:09
*** hungpv has joined #openstack-neutron11:09
dalvarezdongjun, ajo, lucasagomes: http://logs.openstack.org/28/522528/5/check/networking-ovn-tempest-dsvm-ovs-release/d608beb/job-output.txt.gz#_2017-11-24_10_42_08_571603   still have these SSH failures around from time to time, i bet we'll hunt them once we have the DBs and tcpdump patches merged, let's try to get them in asap pls:))11:10
lucasagomes++11:10
*** mdih has quit IRC11:16
*** annp has quit IRC11:20
*** TuanLA has quit IRC11:20
*** annp has joined #openstack-neutron11:20
*** TuanLA has joined #openstack-neutron11:20
*** udesale has quit IRC11:24
*** dtantsur|afk is now known as dtantsur11:26
*** ijw has joined #openstack-neutron11:27
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: OVS based l2 Firewall driver for FWaaS v2  https://review.openstack.org/44725111:27
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: PoC for fwg and sg can work as a "defense in depth" solution  https://review.openstack.org/51536811:27
*** annp has quit IRC11:30
*** ijw has quit IRC11:33
*** marios has quit IRC11:38
*** mnasiadka has joined #openstack-neutron11:39
mnasiadkamoin11:39
*** marios has joined #openstack-neutron11:39
mnasiadkaCan anybody guide me if the stable/pike networking-ovn code supports L3HA?11:39
*** slaweq has joined #openstack-neutron11:40
openstackgerritÉdouard Thuleau proposed openstack/networking-bgpvpn master: Use SQL BigInteger type to store BGP LOCAL_PREF  https://review.openstack.org/52263111:42
*** yamamoto has joined #openstack-neutron11:44
*** slaweq has quit IRC11:45
*** yamamoto has quit IRC11:46
*** armaan has quit IRC11:47
openstackgerritMurali Annamneni proposed openstack/neutron master: Enables MySQL Cluster Support for Neutron  https://review.openstack.org/44613611:49
*** janki has quit IRC11:50
*** janki has joined #openstack-neutron11:51
*** hungpv has quit IRC11:55
*** lpetrut has joined #openstack-neutron11:57
*** wolverineav has joined #openstack-neutron12:04
*** links has quit IRC12:06
*** eN_Guruprasad_Rn has quit IRC12:10
*** pedh has joined #openstack-neutron12:10
*** eN_Guruprasad_Rn has joined #openstack-neutron12:20
*** links has joined #openstack-neutron12:20
*** dongjun has quit IRC12:21
*** slaweq has joined #openstack-neutron12:27
*** andreas_s has quit IRC12:28
*** andreas_s has joined #openstack-neutron12:28
*** ijw has joined #openstack-neutron12:29
*** slaweq has quit IRC12:31
*** hjensas has quit IRC12:31
*** andreas_s has quit IRC12:33
*** eN_Guruprasad_Rn has quit IRC12:33
*** abregman|afk is now known as abregman12:34
*** ijw has quit IRC12:34
*** yamamoto has joined #openstack-neutron12:36
*** mdih has joined #openstack-neutron12:36
*** gcb has quit IRC12:38
openstackgerritLucas Alvares Gomes proposed openstack/networking-ovn master: Idea proposal: Neutron/OVN database consistency problem  https://review.openstack.org/49083412:39
*** lucasagomes is now known as lucas-hungry12:39
*** hjensas has joined #openstack-neutron12:42
*** hjensas has joined #openstack-neutron12:42
*** nyechiel has joined #openstack-neutron12:43
*** yamamoto has quit IRC12:44
*** armaan has joined #openstack-neutron12:45
*** andreas_s has joined #openstack-neutron12:45
*** nyechiel has quit IRC12:48
*** dave-mccowan has joined #openstack-neutron12:51
*** bfernando has joined #openstack-neutron12:51
*** yamamoto has joined #openstack-neutron12:52
ajodalvarez++12:53
ajolucas-hungry++12:53
*** wolverineav has quit IRC12:54
*** wolverineav has joined #openstack-neutron12:55
*** yamamoto has quit IRC12:56
*** wolverineav has quit IRC12:56
*** pedh has quit IRC12:57
*** bkopilov has quit IRC12:57
*** janki has quit IRC12:57
*** psahoo has quit IRC13:01
*** zenirc369 has joined #openstack-neutron13:02
*** ratailor has quit IRC13:04
*** jpena is now known as jpena|lunch13:08
*** links has quit IRC13:11
*** TuanLA has quit IRC13:12
*** wolverineav has joined #openstack-neutron13:17
*** wolverineav has quit IRC13:17
*** wolverineav has joined #openstack-neutron13:18
*** salv-orlando has quit IRC13:19
*** salv-orlando has joined #openstack-neutron13:20
*** salv-orlando has quit IRC13:24
*** armaan has quit IRC13:27
*** armaan has joined #openstack-neutron13:27
*** yamamoto has joined #openstack-neutron13:27
*** hieulq has quit IRC13:28
*** tmorin has quit IRC13:30
*** ijw has joined #openstack-neutron13:30
*** alex_xu has quit IRC13:31
*** alex_xu has joined #openstack-neutron13:32
*** tmorin has joined #openstack-neutron13:32
*** openstackgerrit has quit IRC13:32
*** gcheresh has quit IRC13:34
*** lpetrut has quit IRC13:35
*** ijw has quit IRC13:35
*** lucas-hungry is now known as lucasagomes13:36
*** ccamacho|brb has quit IRC13:37
*** sridharg has quit IRC13:39
*** andreas_s has quit IRC13:43
*** ramishra has joined #openstack-neutron13:43
*** andreas_s has joined #openstack-neutron13:44
*** lpetrut has joined #openstack-neutron13:46
*** b_bezak has joined #openstack-neutron13:48
*** andreas_s has quit IRC13:48
*** ramishra has quit IRC13:50
*** salv-orlando has joined #openstack-neutron13:51
*** ccamacho has joined #openstack-neutron13:56
*** Dinesh_Bhor has quit IRC13:57
*** jpena|lunch is now known as jpena14:05
*** dave-mccowan has quit IRC14:10
*** dtantsur is now known as dtantsur|brb14:11
*** openstackgerrit has joined #openstack-neutron14:16
openstackgerritMerged openstack/networking-ovn master: Fix functional and rally tests  https://review.openstack.org/52277714:16
dalvareznumans, ajo lucasagomes ^  this got merged so i rechecked this:  https://review.openstack.org/#/c/520609/    can you please take a look and merge if LGTY? it'll be handy that and tcpdump patch for us to tackle tempest failures14:20
lucasagomesdalvarez, will keep an eye man!14:20
dalvarezlucasagomes, thanks a lot!14:21
*** yamamoto has quit IRC14:22
*** ratailor has joined #openstack-neutron14:28
*** mdih has quit IRC14:30
*** slaweq has joined #openstack-neutron14:32
*** ijw has joined #openstack-neutron14:32
*** ratailor has quit IRC14:35
*** slaweq has quit IRC14:36
*** ijw has quit IRC14:37
*** jtollet has joined #openstack-neutron14:38
*** mlavalle has joined #openstack-neutron14:47
*** ramishra has joined #openstack-neutron14:47
*** armaan has quit IRC14:47
*** armaan has joined #openstack-neutron14:48
*** jtollet_ has joined #openstack-neutron14:49
*** jtollet has quit IRC14:50
*** Alex_Staf has joined #openstack-neutron14:53
*** caowei has joined #openstack-neutron14:54
*** armaan has quit IRC14:55
*** armaan has joined #openstack-neutron14:56
*** lpetrut_ has joined #openstack-neutron14:56
*** cshastri has quit IRC14:58
*** mdnadeem has quit IRC14:59
*** lpetrut has quit IRC14:59
*** armaan has quit IRC15:04
*** armaan has joined #openstack-neutron15:05
*** felipemonteiro has joined #openstack-neutron15:06
*** caowei has quit IRC15:07
*** felipemonteiro_ has joined #openstack-neutron15:08
*** lpetrut_ has quit IRC15:09
*** AlexeyAbashkin has quit IRC15:12
*** felipemonteiro has quit IRC15:12
*** yamamoto has joined #openstack-neutron15:23
*** yamamoto has quit IRC15:24
*** yamamoto has joined #openstack-neutron15:24
*** abregman is now known as abregman|afk15:26
*** lpetrut_ has joined #openstack-neutron15:30
*** yamamoto has quit IRC15:30
*** ijw has joined #openstack-neutron15:33
*** iranzo has quit IRC15:33
openstackgerritJakub Libosvar proposed openstack/neutron-tempest-plugin master: tempest: Use kwargs for create_server  https://review.openstack.org/52036115:34
*** ramishra has quit IRC15:34
*** iranzo has joined #openstack-neutron15:34
*** dtantsur|brb is now known as dtantsur15:35
*** Alex_Staf has quit IRC15:38
*** ijw has quit IRC15:38
*** bar_ has joined #openstack-neutron15:40
*** iranzo has quit IRC15:42
*** armaan has quit IRC15:45
*** armaan has joined #openstack-neutron15:46
ajolucasagomes: ovsdb verify15:48
ajoseems exactly perfect15:48
lucasagomesajo, hi there!15:48
ajo(I'm reading your new spec) :D15:48
lucasagomesoh right, yeah, it was han's idea to use it to guarnatee the correctness... Took me a while to grasp it15:49
lucasagomesbut it seems to work well!15:49
*** ramishra has joined #openstack-neutron15:49
*** yamamoto has joined #openstack-neutron15:50
*** gridinv has quit IRC15:54
*** jtollet has joined #openstack-neutron15:56
*** jtollet has quit IRC15:57
*** ramishra has quit IRC15:57
*** jtollet has joined #openstack-neutron15:57
*** ganso has joined #openstack-neutron15:59
*** jtollet_ has quit IRC16:00
*** mnasiadka has quit IRC16:00
*** horms has joined #openstack-neutron16:00
ajolucasagomes: it's exactly the same I was saying I wish we had in OVSDB %)16:01
ajolucasagomes: which etcd has ;)16:01
*** slaweq has joined #openstack-neutron16:04
*** good-girl has joined #openstack-neutron16:04
*** b_bezak has quit IRC16:05
lucasagomesajo, oh right I don't know much about etcd, I probably should start looking into it just to learn a bit more16:06
lucasagomesbut yeah I would expect dbs to have some kinda of primitives to prevent sync problems like that16:07
*** yamamoto has quit IRC16:07
openstackgerritMerged openstack/neutron-tempest-plugin master: Add test for negative security group range scenario  https://review.openstack.org/52150416:08
ajolucasagomes: https://coreos.com/etcd/docs/latest/v2/api.html#atomic-compare-and-swap  , which short version is: curl http://127.0.0.1:2379/v2/keys/foo?prevValue=two -XPUT -d value=three16:09
*** jtollet has quit IRC16:10
*** zenirc369 has quit IRC16:13
*** suresh12 has joined #openstack-neutron16:16
lucasagomesajo, oh nice!16:18
*** anilvenkata has quit IRC16:18
*** armaan has quit IRC16:19
lucasagomesyeah very handy16:20
*** armaan has joined #openstack-neutron16:20
*** gcheresh has joined #openstack-neutron16:20
*** abregman|afk is now known as abregman16:20
*** bar_ has quit IRC16:21
*** lpetrut_ has quit IRC16:25
*** bfernando has quit IRC16:27
*** lpetrut_ has joined #openstack-neutron16:27
*** ijw has joined #openstack-neutron16:35
*** ijw has quit IRC16:40
*** chyka has joined #openstack-neutron16:54
openstackgerritJakub Libosvar proposed openstack/neutron master: fullstack: Wait at least 3 minute for agents to report  https://review.openstack.org/52287216:55
*** jlibosva has quit IRC16:59
*** cshastri has joined #openstack-neutron17:00
*** marios has quit IRC17:01
*** tmorin has quit IRC17:03
*** slaweq has quit IRC17:05
openstackgerritMerged openstack/networking-ovn master: Collect functional test logs and add logstash index  https://review.openstack.org/52252817:06
*** yamamoto has joined #openstack-neutron17:07
*** matrohon has quit IRC17:09
*** ijw has joined #openstack-neutron17:12
openstackgerritMerged openstack/networking-ovn master: Drop journaling related code  https://review.openstack.org/50370217:12
*** lucasagomes is now known as lucas-afk17:13
*** yamamoto has quit IRC17:14
*** suresh12 has quit IRC17:15
*** claudiub|2 has quit IRC17:16
*** dtantsur is now known as dtantsur|afk17:17
*** gkadam has quit IRC17:17
*** ratailor has joined #openstack-neutron17:18
*** armax has joined #openstack-neutron17:19
*** ijw has quit IRC17:19
*** wolverineav has quit IRC17:28
*** aojea has joined #openstack-neutron17:29
*** mdih has joined #openstack-neutron17:30
*** mdih has quit IRC17:30
*** suresh12 has joined #openstack-neutron17:31
*** slaweq has joined #openstack-neutron17:32
*** ratailor has quit IRC17:33
*** aojea has quit IRC17:34
*** suresh12 has quit IRC17:35
*** jpena is now known as jpena|away17:35
*** davidsha has quit IRC17:38
*** armaan has quit IRC17:38
*** wolverineav has joined #openstack-neutron17:40
*** salmankhan has joined #openstack-neutron17:48
*** gcheresh has quit IRC17:49
*** pcaruana has quit IRC17:55
*** armax has quit IRC17:57
openstackgerritMerged openstack/neutron master: Remove unused variables ‘LOG'  https://review.openstack.org/52222817:58
*** salv-orlando has quit IRC18:01
*** salv-orlando has joined #openstack-neutron18:01
*** jose-phillips has joined #openstack-neutron18:03
*** salv-orlando has quit IRC18:05
*** suresh12 has joined #openstack-neutron18:06
*** jose-phillips has quit IRC18:07
*** amarao1 has quit IRC18:12
*** amarao has quit IRC18:14
*** ijw has joined #openstack-neutron18:16
*** jtollet has joined #openstack-neutron18:17
*** ijw has quit IRC18:21
*** AlexeyAbashkin has joined #openstack-neutron18:23
*** salmankhan has quit IRC18:25
*** AlexeyAbashkin has quit IRC18:27
*** jtollet has quit IRC18:33
*** amarao has joined #openstack-neutron18:35
*** jose-phillips has joined #openstack-neutron18:37
*** abregman is now known as abregman|afk18:39
*** hongbin has joined #openstack-neutron18:39
*** imacdonn has quit IRC18:46
*** imacdonn has joined #openstack-neutron18:46
*** jpena|away is now known as jpena18:50
*** jtollet has joined #openstack-neutron18:54
*** dave-mccowan has joined #openstack-neutron18:57
*** gcheresh has joined #openstack-neutron18:59
*** ralonsoh has quit IRC19:00
*** salv-orlando has joined #openstack-neutron19:02
*** tbarron has quit IRC19:02
*** tbarron has joined #openstack-neutron19:03
*** armax has joined #openstack-neutron19:04
*** armax has quit IRC19:04
*** cshastri has quit IRC19:04
*** salv-orlando has quit IRC19:08
*** dave-mccowan has quit IRC19:08
*** rabel has joined #openstack-neutron19:13
*** armaan has joined #openstack-neutron19:14
*** armaan has quit IRC19:17
*** ijw has joined #openstack-neutron19:18
*** dave-mccowan has joined #openstack-neutron19:21
*** ijw has quit IRC19:23
*** rabel_b1 has joined #openstack-neutron19:23
*** rabel has quit IRC19:26
*** cshastri has joined #openstack-neutron19:28
*** rabel_b1 has quit IRC19:29
*** rabel_b1 has joined #openstack-neutron19:29
*** jistr has quit IRC19:30
*** jistr has joined #openstack-neutron19:31
*** rabel_b1 has quit IRC19:32
*** rabel has joined #openstack-neutron19:32
*** rabel_b1 has joined #openstack-neutron19:35
*** jpena is now known as jpena|off19:36
*** rabel has quit IRC19:37
*** gcheresh has quit IRC19:40
*** jtollet has quit IRC19:45
*** amarao has quit IRC19:46
*** amarao has joined #openstack-neutron19:46
*** cshastri has quit IRC19:47
*** dave-mccowan has quit IRC19:47
*** rabel_b1 has quit IRC19:50
*** rabel_b1 has joined #openstack-neutron19:52
*** rabel_b1 has quit IRC19:54
*** rabel_b1 has joined #openstack-neutron19:55
*** rabel_b1 has quit IRC19:56
*** rabel_b1 has joined #openstack-neutron19:57
*** suresh12 has quit IRC19:58
*** rabel_b1 has quit IRC19:58
*** rabel_b1 has joined #openstack-neutron19:59
*** salv-orlando has joined #openstack-neutron20:04
*** salv-orlando has quit IRC20:09
*** suresh12 has joined #openstack-neutron20:11
*** suresh12 has quit IRC20:19
*** hoonetorg has joined #openstack-neutron20:19
*** ijw has joined #openstack-neutron20:19
*** ijw has quit IRC20:24
*** lpetrut_ has quit IRC20:24
*** rabel_b1 has quit IRC20:28
*** rabel_b1 has joined #openstack-neutron20:29
*** rabel__b1 has joined #openstack-neutron20:31
*** rabel_b1 has quit IRC20:31
openstackgerritMerged openstack/networking-ovn master: zuul: run TripleO jobs with new zuulv3 layout  https://review.openstack.org/52115220:34
mwynneI'm trying to get OVN working on a new stack, but can't seem to get NAT working. Is there documentation for that somewhere I'm missing?20:39
mwynnebr-int is also not connected to any physical interfaces. Where is this configured? I can't find any documentation on that either.20:40
openstackgerritSlawek Kaplonski proposed openstack/neutron master: DNM Fullstack testing issue with dscp marked packets  https://review.openstack.org/52289320:44
*** dave-mccowan has joined #openstack-neutron20:45
*** cshastri has joined #openstack-neutron20:45
*** ijw has joined #openstack-neutron20:48
*** cshastri has quit IRC20:52
*** ijw has quit IRC20:52
*** salmankhan has joined #openstack-neutron20:54
*** rabel__b1 has quit IRC20:56
*** rabel__b1 has joined #openstack-neutron20:57
*** tesseract has quit IRC20:59
*** dave-mccowan has quit IRC21:00
*** rabel__b1 has quit IRC21:00
*** rabel__b1 has joined #openstack-neutron21:01
*** salv-orlando has joined #openstack-neutron21:05
*** aojea has joined #openstack-neutron21:06
*** rabel__b1 has quit IRC21:06
*** rabel__b1 has joined #openstack-neutron21:07
*** sahid has quit IRC21:10
*** rabel__b1 has quit IRC21:10
*** rabel__b1 has joined #openstack-neutron21:11
*** salv-orlando has quit IRC21:11
*** rabel__b1 has quit IRC21:12
*** rabel__b1 has joined #openstack-neutron21:13
*** thiagolib has quit IRC21:13
*** rabel__b1 has quit IRC21:16
*** rabel__b1 has joined #openstack-neutron21:17
*** slaweq has quit IRC21:28
*** felipemonteiro_ has quit IRC21:31
*** suresh12 has joined #openstack-neutron21:44
*** rabel__b1 has quit IRC21:44
*** rabel__b1 has joined #openstack-neutron21:45
*** mchlumsky has quit IRC21:47
*** ijw has joined #openstack-neutron21:49
*** suresh12 has quit IRC21:49
*** rabel__b1 has quit IRC21:50
*** rabel__b1 has joined #openstack-neutron21:51
*** suresh12 has joined #openstack-neutron21:54
*** ijw has quit IRC21:54
*** slaweq has joined #openstack-neutron21:57
*** slaweq has quit IRC22:00
*** rabel__b1 has quit IRC22:02
*** rabel__b1 has joined #openstack-neutron22:03
*** salv-orlando has joined #openstack-neutron22:07
*** salv-orlando has quit IRC22:07
*** salv-orlando has joined #openstack-neutron22:07
*** suresh12 has quit IRC22:08
*** rabel__b1 has quit IRC22:10
*** rabel__b1 has joined #openstack-neutron22:11
*** rabel__b1 has quit IRC22:14
*** rabel__b1 has joined #openstack-neutron22:15
*** rabel__b1 has quit IRC22:18
*** amarao has quit IRC22:19
*** rabel__b1 has joined #openstack-neutron22:19
*** rabel__b1 has quit IRC22:24
*** rabel__b1 has joined #openstack-neutron22:25
*** lpetrut has joined #openstack-neutron22:25
*** wolverineav has quit IRC22:25
*** aojea has quit IRC22:28
*** rabel__b1 has quit IRC22:28
*** rabel__b1 has joined #openstack-neutron22:29
*** martinus__ has quit IRC22:31
*** rabel__b1 has quit IRC22:40
*** rabel__b1 has joined #openstack-neutron22:41
*** caowei has joined #openstack-neutron22:45
*** ijw has joined #openstack-neutron22:50
*** salmankhan has quit IRC22:52
*** gianpietro has joined #openstack-neutron22:54
*** ijw has quit IRC22:55
*** rabel__b1 has quit IRC22:56
*** rabel__b1 has joined #openstack-neutron22:57
*** lpetrut has quit IRC22:57
*** rabel__b1 has quit IRC22:58
*** rabel__b1 has joined #openstack-neutron22:59
*** rabel__b1 has quit IRC23:00
*** rabel__b1 has joined #openstack-neutron23:01
*** wolverineav has joined #openstack-neutron23:03
*** wolverineav has quit IRC23:04
*** rabel__b1 has quit IRC23:04
*** rabel__b1 has joined #openstack-neutron23:05
*** slaweq has joined #openstack-neutron23:10
*** rabel__b1 has quit IRC23:10
*** rabel__b1 has joined #openstack-neutron23:12
*** slaweq has quit IRC23:15
*** slaweq has joined #openstack-neutron23:15
*** rabel__b1 has quit IRC23:16
*** rabel__b1 has joined #openstack-neutron23:17
*** slaweq has quit IRC23:18
*** salv-orlando has quit IRC23:29
*** salv-orlando has joined #openstack-neutron23:30
*** rabel__b1 has quit IRC23:32
*** rabel__b1 has joined #openstack-neutron23:33
*** salv-orlando has quit IRC23:34

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