*** longkb has joined #tacker | 00:29 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker stable/queens: import zuul job settings from project-config https://review.openstack.org/593021 | 00:54 |
---|---|---|
*** joxyuki has joined #tacker | 01:21 | |
phuoc_ | geb, I think if we want to integrate with Tricircle, we should add VIM's authentication of the central region | 01:35 |
*** dkushwaha has joined #tacker | 01:37 | |
*** dkushwaha has quit IRC | 04:00 | |
*** dkushwaha has joined #tacker | 04:14 | |
*** dkushwaha has quit IRC | 05:36 | |
*** longkb has quit IRC | 05:49 | |
*** longkb has joined #tacker | 05:49 | |
*** dkushwaha has joined #tacker | 05:52 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: python3 compatibility changes https://review.openstack.org/600652 | 06:07 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: fix tox python3 overrides https://review.openstack.org/572984 | 06:16 |
*** rgogunskiy has joined #tacker | 06:31 | |
*** joxyuki has quit IRC | 07:29 | |
openstackgerrit | Leopard Ma proposed openstack/tacker master: Add blueprints notes link to README https://review.openstack.org/601212 | 08:05 |
*** dkushwaha has quit IRC | 08:55 | |
*** longkb has quit IRC | 11:26 | |
*** dkushwaha has joined #tacker | 11:52 | |
*** dkushwaha has quit IRC | 11:56 | |
*** vikram_darsi has joined #tacker | 12:32 | |
geb | egonzalez, phuoc_, thanks for your answers :) | 13:33 |
*** rgogunskiy has quit IRC | 13:34 | |
geb | Tricircle 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 v2 | 13:34 |
geb | I can share my install scripts, workaround for bugs later today or tomorrow | 13:35 |
geb | (I have to post those workarounds in the launchpad anyway) | 13:35 |
geb | Example of problematic bugs : https://bugs.launchpad.net/tricircle/+bug/1683261 | 13:38 |
openstack | Launchpad bug 1683261 in Tricircle "VM receives incorrect routing information" [Undecided,New] | 13:38 |
geb | but something like | 13:39 |
geb | for x in $(openstack --os-region-name=CentralRegion list ports | grep | cut | ... ); do ip netns $netns1 ip addr add $x; done | 13:39 |
geb | does the job | 13:39 |
geb | nexthops=$(openstack port list $R | grep interface | grep -v 100 | awk -F" " '{print $8}' | cut -d\' -f2) | 13:39 |
geb | for nexthop in $nexthops; do | 13:39 |
geb | interface=$($netns1exec ip route show $nexthop/24 | cut -d" " -f 3); | 13:39 |
geb | $netns1exec ip addr add $nexthop/24 dev $interface 2>/dev/null | 13:39 |
geb | done | 13:39 |
geb | netns1=$(sudo ip netns | grep qrouter | head -n1) | 13:41 |
geb | netns1exec="sudo ip netns exec $netns1" | 13:41 |
geb | netns2=$(sudo ip netns | grep qrouter | tail -n1) | 13:41 |
geb | netns2exec="sudo ip netns exec $netns2" | 13:41 |
geb | Thats 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 |
geb | But however it works fine :) | 13:43 |
*** bobh has joined #tacker | 14:45 | |
*** bobh has quit IRC | 21:01 | |
*** bobh has joined #tacker | 21:38 | |
*** bobh has quit IRC | 21:50 | |
*** bobh has joined #tacker | 21:50 | |
*** bobh has quit IRC | 22:06 | |
*** bobh has joined #tacker | 23:10 | |
*** bobh has quit IRC | 23:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!