Monday, 2018-09-10

*** longkb has joined #tacker00:29
openstackgerritNguyen Hai proposed openstack/tacker stable/queens: import zuul job settings from project-config  https://review.openstack.org/59302100:54
*** joxyuki has joined #tacker01:21
phuoc_geb, I think if we want to integrate with Tricircle, we should add VIM's authentication of the central region01:35
*** dkushwaha has joined #tacker01:37
*** dkushwaha has quit IRC04:00
*** dkushwaha has joined #tacker04:14
*** dkushwaha has quit IRC05:36
*** longkb has quit IRC05:49
*** longkb has joined #tacker05:49
*** dkushwaha has joined #tacker05:52
openstackgerritdharmendra kushwaha proposed openstack/tacker master: python3 compatibility changes  https://review.openstack.org/60065206:07
openstackgerritdharmendra kushwaha proposed openstack/tacker master: fix tox python3 overrides  https://review.openstack.org/57298406:16
*** rgogunskiy has joined #tacker06:31
*** joxyuki has quit IRC07:29
openstackgerritLeopard Ma proposed openstack/tacker master: Add blueprints notes link to README  https://review.openstack.org/60121208:05
*** dkushwaha has quit IRC08:55
*** longkb has quit IRC11:26
*** dkushwaha has joined #tacker11:52
*** dkushwaha has quit IRC11:56
*** vikram_darsi has joined #tacker12:32
gebegonzalez, phuoc_, thanks for your answers :)13:33
*** rgogunskiy has quit IRC13:34
gebTricircle is usable, but i am not sure how well maintained it is, there are a few bugs, the launchpad bug tracker is almost not used, and its still rely on zuul v213:34
gebI can share my install scripts, workaround for bugs later today or tomorrow13:35
geb(I have to post those workarounds in the launchpad anyway)13:35
gebExample of problematic bugs : https://bugs.launchpad.net/tricircle/+bug/168326113:38
openstackLaunchpad bug 1683261 in Tricircle "VM receives incorrect routing information" [Undecided,New]13:38
gebbut something like13:39
gebfor x in $(openstack --os-region-name=CentralRegion list ports | grep | cut | ... ); do ip netns $netns1 ip addr add $x; done13:39
gebdoes the job13:39
gebnexthops=$(openstack port list $R | grep interface | grep -v 100 | awk -F" " '{print $8}' | cut -d\' -f2)13:39
gebfor nexthop in $nexthops; do13:39
gebinterface=$($netns1exec ip route show $nexthop/24 | cut -d" " -f 3);13:39
geb$netns1exec ip addr add $nexthop/24 dev $interface 2>/dev/null13:39
gebdone13:39
gebnetns1=$(sudo ip netns | grep qrouter | head -n1)13:41
gebnetns1exec="sudo ip netns exec $netns1"13:41
gebnetns2=$(sudo ip netns | grep qrouter | tail -n1)13:41
gebnetns2exec="sudo ip netns exec $netns2"13:41
gebThats a bit a dirty workaround, but thats the kind of ones you have to expect to rely on, to have tricircle fully working in specific situations.13:43
gebBut however it works fine :)13:43
*** bobh has joined #tacker14:45
*** bobh has quit IRC21:01
*** bobh has joined #tacker21:38
*** bobh has quit IRC21:50
*** bobh has joined #tacker21:50
*** bobh has quit IRC22:06
*** bobh has joined #tacker23:10
*** bobh has quit IRC23:26

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