Thursday, 2016-01-07

*** stanchan has joined #openstack-astara00:20
adam_gmarkmcclain, question if youre still around00:29
adam_gmarkmcclain, true or false: each new router interface attached appliance should result in a new interface bring brought up on the router.00:36
adam_gor is it expected those router intreface addresses be brough up on eth2?00:37
adam_gseems we're ending up with new interfaces within the appliance per router interface, causing https://bugs.launchpad.net/astara/+bug/153165100:37
openstackLaunchpad bug 1531651 in Astara "router interface plugging fails in the appliance" [Undecided,New]00:37
adam_gs/eth2/eth100:38
*** cleverdevil has quit IRC00:51
*** stanchan has quit IRC01:00
*** stanchan has joined #openstack-astara01:08
manjeetsadam_g: still here01:14
manjeets?01:14
adam_gmanjeets, for a bit01:15
adam_gsup?01:15
manjeetsi tried that bug you've reported01:17
manjeetsi was able to add two subnet interfaces to a router01:18
manjeetshttps://bugs.launchpad.net/astara/+bug/153165101:18
openstackLaunchpad bug 1531651 in Astara "router interface plugging fails in the appliance" [Undecided,New] - Assigned to Manjeet Singh Bhatia (manjeet-s-bhatia)01:18
manjeetstrying reporducing it01:19
manjeetscreated two networks ipv4 and subnets and a router then added interfaces its was showing success on horizon01:19
*** stanchan has quit IRC01:26
manjeetsleaving when you find this message please leave comment on link https://bugs.launchpad.net/astara/+bug/1531651 i will find that01:30
openstackLaunchpad bug 1531651 in Astara "router interface plugging fails in the appliance" [Undecided,New] - Assigned to Manjeet Singh Bhatia (manjeet-s-bhatia)01:30
manjeetsthanks01:30
*** manjeets has left #openstack-astara01:32
adam_gmanjeets, im actually working on a fix now01:32
openstackgerritshengzhang proposed openstack/astara: Fix devstack hardcode location of astara appliance public key  https://review.openstack.org/26451101:53
*** phil_h has quit IRC01:54
openstackgerritAdam Gandelman proposed openstack/astara: Adds a functional test for router interfaces  https://review.openstack.org/26451502:11
*** jordantardif has quit IRC02:11
openstackgerritMerged openstack/astara: Stop using versioned novaclient in func tests  https://review.openstack.org/26434502:36
openstackgerritMerged openstack/astara-horizon: Remove version from setup.py  https://review.openstack.org/25503502:37
openstackgerritMerged openstack/astara-appliance: Remove version from setup.py  https://review.openstack.org/25503402:51
openstackgerritMerged openstack/astara: Fix devstack hardcode location of astara appliance public key  https://review.openstack.org/26451104:20
openstackgerritOpenStack Proposal Bot proposed openstack/astara: Updated from global requirements  https://review.openstack.org/26441004:51
*** stanchan has joined #openstack-astara05:07
openstackgerritshengzhang proposed openstack/astara: devstack doesn't check ASTARA_APPLIANCE_SSH_PUBLIC_KEY existence  https://review.openstack.org/26458906:19
*** fzylogic_ has joined #openstack-astara06:53
*** fzylogic has quit IRC06:55
*** ronis has joined #openstack-astara08:37
*** stanchan has quit IRC09:45
*** fzylogic has joined #openstack-astara11:10
*** fzylogic_ has quit IRC11:12
openstackgerritxiayu proposed openstack/astara: Astara oslo.rootwrap Use oslo.rootwrap to replace the default root_helper sudo. Add network filer for ip, ovs-vsctl, ovs-ofctl command.  https://review.openstack.org/26475913:13
*** phil_h has joined #openstack-astara14:26
j_kingbtw, a script I use to provision a minimalist astara devstack env: https://gist.github.com/agentultra/9854e90798269259dc8316:17
*** ronis has quit IRC16:20
openstackgerritxiayu proposed openstack/astara: Astara oslo.rootwrap Use oslo.rootwrap to replace the default root_helper sudo. Add network filer for ip, ovs-vsctl, ovs-ofctl command.  https://review.openstack.org/26475916:26
ryanpetrelloping adam_g16:49
*** cleverdevil has joined #openstack-astara17:19
*** manjeets has joined #openstack-astara17:29
*** jordantardif has joined #openstack-astara17:39
rodsmarkmcclain you around?18:11
markmcclainrods:yes... what's up?18:11
rodsdo you know if this has been fixed upstream? https://github.com/openstack/astara-neutron/blob/master/astara_neutron/plugins/ml2_neutron_plugin.py#L10118:13
markmcclainit's still getting some dvr functionality18:16
rodsok, thx18:16
adam_gryanpetrello, pong18:27
phil_hhas anyone tested linuxbridge for l2?18:56
phil_hI am seeing a problem with vms getting an IP address using DHCP.18:57
phil_hwith L2pop turned on an astara set up is missing an iptables rule to allow the dhcp reply into the VM18:58
phil_hthe rule is there in a non-astara setup.18:59
*** phil_hop has joined #openstack-astara19:13
openstackgerritAdam Gandelman proposed openstack/astara-appliance: Ensure interface cache up to date  https://review.openstack.org/26493519:21
adam_gphil_h, we were just talking about this yesterday19:21
adam_gphil_h, as a test, can you manually create a secgroup rule as the tenant, that allows all ingress traffic from the same subnet?19:21
adam_gie19:22
adam_gneutron security-group-rule-create --direction ingress --remote-ip-prefix 192.168.22.0/24 defaul19:22
adam_g*default19:22
phil_hOK, I created a security group rule that allowed ingress for the DHCP ports and that worked.19:23
phil_hIs this a bug?19:23
adam_gphil_h, i think so. markmcclain seems to think the required dhcp rule used to be added by neutron, so its possible somethings changed there.19:25
adam_gill open a bug now19:25
phil_hK, I tried on two setups one using the neutron l3 and dhcp agents and the rule was there.19:26
phil_ha second using astara and the rule waasn't there19:26
adam_gphil_h, yeah, i think we just need to populate that rule in the same way19:26
phil_hI suspect that the DHCP agent is now causing the rule to happen19:27
phil_hI agree19:27
adam_gphil_h, https://bugs.launchpad.net/astara/+bug/153196719:29
openstackLaunchpad bug 1531967 in Astara "ingress DHCP traffic to instances blocked without tenant secgroup rule" [Critical,New]19:29
adam_gmarkmcclain, ^19:29
*** phil_h has quit IRC19:38
*** phil_h has joined #openstack-astara19:39
openstackgerritAdam Gandelman proposed openstack/astara-appliance: Ensure interface cache up to date  https://review.openstack.org/26493519:46
openstackgerritAdam Gandelman proposed openstack/astara-appliance: Add reno for release notes management  https://review.openstack.org/26494319:46
rodsadam_g should I just try with a recheck? https://review.openstack.org/#/c/263420/119:49
*** phil_h has quit IRC19:51
adam_grods, hmm19:51
adam_ghttp://logs.openstack.org/20/263420/1/gate/gate-astara-python27/48f9ec8/console.html#_2016-01-07_16_41_24_16619:51
adam_gmight need to sync requirements into kilo, one min19:52
adam_gtho maybe not.. i just rechecked. strange it passed 2 days ago19:53
markmcclainadam_g: I grabbed that one19:53
adam_gmarkmcclain, nice19:56
rodsadam_g thx19:59
rodsadam_g,markmcclain about https://bugs.launchpad.net/astara/+bug/1531274 , the vrrp port removal is eventually consistent but how is that implemented20:09
openstackLaunchpad bug 1531274 in Astara "unable to delete tenant networks" [Critical,Confirmed] - Assigned to Rosario Di Somma (mr-rods)20:09
rodsfrom the code it seems like they are removed when the router is rebooted or deleted20:09
rodsis there something else that I'm missing?20:10
*** dhellmann has quit IRC20:11
adam_grods, id have to dig in to tell you but maybe markmcclain knows off the top of his head20:19
markmcclainso the VRRP ports should be removed when the interfaces are remove from teh logical instance20:20
markmcclainthere is a lag between when teh use initiated the removal of an interface and when the orchestrator does it20:20
*** manjeets has quit IRC20:21
adam_grods, this should get the kilo patch movin https://review.openstack.org/#/c/264950/20:22
rodsadam_g cool, thx20:23
rodsmarkmcclain with logical instance you mean the neutron router?20:23
*** openstackgerrit has quit IRC20:23
*** openstackgerrit has joined #openstack-astara20:25
markmcclainthere's a lag between when the logical interface port is removed and when we destroy the backing vrrp port20:25
markmcclainthat's why you can delete a router and then immediately delete the network20:25
markmcclainif you wait for the state to settle then the network delete will proceed properly20:25
rodsthe issue I'm seeing is that the vrrp port is never destroyed20:29
rodsI removed the logical port from horizon 1 hour ago and the vrrp port is still there20:30
*** manjeets has joined #openstack-astara21:02
adam_gmanjeets, fyi https://review.openstack.org/#/c/264935/21:04
j_kingrods: *eventually* consistent.21:49
*** owlbot has quit IRC21:50
*** owlbot has joined #openstack-astara21:51
openstackgerritMerged openstack/astara: astara-ctl return error help info  https://review.openstack.org/26260221:59
openstackgerritMerged openstack/astara: Fix a small issue for log  https://review.openstack.org/26266222:00
openstackgerritMerged openstack/astara: Updated from global requirements  https://review.openstack.org/26441022:12
manjeetsadam_g: thanks will check it out22:14
*** manjeets has left #openstack-astara23:33
openstackgerritshengzhang proposed openstack/astara: devstack doesn't check ASTARA_APPLIANCE_SSH_PUBLIC_KEY existence  https://review.openstack.org/26458923:59

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