*** openstack has joined #openstack-astara | 00:25 | |
*** yanghy has joined #openstack-astara | 01:23 | |
*** yanghy has quit IRC | 01:30 | |
*** jordant has joined #openstack-astara | 01:40 | |
*** jordant has quit IRC | 01:40 | |
*** skamithi14 has quit IRC | 01:44 | |
*** skamithi13 has joined #openstack-astara | 01:44 | |
*** skamithi14 has joined #openstack-astara | 01:50 | |
*** skamithi13 has quit IRC | 01:50 | |
*** skamithi14 has quit IRC | 02:12 | |
*** skamithi13 has joined #openstack-astara | 02:12 | |
*** jordant has joined #openstack-astara | 04:14 | |
*** eric_lopez has quit IRC | 07:28 | |
*** elo has joined #openstack-astara | 07:30 | |
*** ronis has joined #openstack-astara | 07:37 | |
*** elopez has quit IRC | 09:19 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:53 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ has joined #openstack-astara | 09:54 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:54 | |
*** openstackgerrit_ has joined #openstack-astara | 09:55 | |
*** openstackgerrit has quit IRC | 09:55 | |
*** openstackgerrit has joined #openstack-astara | 09:56 | |
*** openstackgerrit has quit IRC | 11:18 | |
*** openstackgerrit has joined #openstack-astara | 11:18 | |
*** skamithi13 has quit IRC | 11:39 | |
*** skamithi13 has joined #openstack-astara | 11:39 | |
*** yanghy has joined #openstack-astara | 11:41 | |
*** skamithi14 has joined #openstack-astara | 11:46 | |
*** skamithi13 has quit IRC | 11:49 | |
*** yanghy has quit IRC | 12:01 | |
*** pcaruana has quit IRC | 12:28 | |
*** prithiv has joined #openstack-astara | 12:52 | |
*** drwahl has quit IRC | 12:53 | |
*** drwahl has joined #openstack-astara | 12:53 | |
*** ronis has quit IRC | 15:24 | |
*** skamithi14 has quit IRC | 16:03 | |
*** skamithi13 has joined #openstack-astara | 16:03 | |
*** jordant has joined #openstack-astara | 16:11 | |
*** elopez has joined #openstack-astara | 16:20 | |
*** jordantardif has quit IRC | 16:38 | |
*** jordant has joined #openstack-astara | 16:38 | |
*** phil_h has quit IRC | 16:49 | |
*** phil_h has joined #openstack-astara | 17:02 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add clustering capabilities to instance manager https://review.openstack.org/267263 | 17:23 |
---|---|---|
openstackgerrit | Adam Gandelman proposed openstack/astara: Rename self.driver to self.resource where applicable https://review.openstack.org/266590 | 17:23 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Adds HA router functional test https://review.openstack.org/286902 | 17:23 |
*** elopez has quit IRC | 17:42 | |
adam_g | markmcclain, i wonder if these fails are due to that change in neutron http://logs.openstack.org/56/292656/2/check/gate-functional-dsvm-astara/d43f4b1/console.html#_2016-03-15_19_59_39_323 | 17:45 |
* adam_g bisects | 17:45 | |
*** ronis has joined #openstack-astara | 17:54 | |
*** skamithi14 has joined #openstack-astara | 18:13 | |
*** skamithi13 has quit IRC | 18:15 | |
*** elopez has joined #openstack-astara | 18:26 | |
*** jordant has quit IRC | 19:19 | |
*** justinlund has quit IRC | 19:22 | |
*** justinlund has joined #openstack-astara | 19:22 | |
*** prithiv has quit IRC | 19:22 | |
*** jordant has joined #openstack-astara | 20:15 | |
*** prithiv has joined #openstack-astara | 20:18 | |
*** skamithi14 has quit IRC | 20:23 | |
*** skamithi13 has joined #openstack-astara | 20:23 | |
*** skamithi13 has quit IRC | 20:23 | |
*** skamithi13 has joined #openstack-astara | 20:24 | |
*** prithiv has quit IRC | 20:29 | |
*** justinlund has quit IRC | 20:51 | |
*** justinlund has joined #openstack-astara | 20:52 | |
*** justinlund has quit IRC | 20:53 | |
*** justinlund has joined #openstack-astara | 20:53 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Fix test to only inspect ports that are router interfaces https://review.openstack.org/293705 | 20:55 |
adam_g | markmcclain, i think this unblocks the gate ^ tho im not 100% certain why its needed now | 20:55 |
adam_g | comparing an older version of things with the failing trunk, it looks like we now get a VRRP port created on the tenant network when we previously didn't | 20:56 |
markmcclain | the strange this is that we've always been doing that | 20:57 |
markmcclain | guess it must be a race condition now | 20:57 |
markmcclain | and the port list occurs after the vm is created | 20:57 |
adam_g | doesnt look like a race, have a breakpoint set at the failing assertion and the older code never ends up with a VRRP port there | 20:58 |
markmcclain | crazy | 21:02 |
markmcclain | we're still creating those ports | 21:02 |
markmcclain | ownership issues? | 21:02 |
markmcclain | do the vrrp ports show to regular tenants? | 21:02 |
markmcclain | added one comment | 21:03 |
markmcclain | you can actually filter server side and avoid the list comp | 21:04 |
markmcclain | adam_g: ^ | 21:04 |
markmcclain | (not that filtering 4 ports is that bad) | 21:04 |
adam_g | yeah i think theres some change in either visibility of those VRRP ports to regular tenants | 21:07 |
adam_g | or the owner of the ports we create | 21:07 |
adam_g | yeah, ports get created as the service tenant | 21:10 |
adam_g | but in newer code the VRRP port is visible in the regular tenants ports | 21:10 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Fix test to only inspect ports that are router interfaces https://review.openstack.org/293705 | 21:12 |
markmcclain | hmmm... that might be a regression that the ports are visible to non-owners | 21:15 |
markmcclain | I'm guessing there must be a policy change somewhere | 21:15 |
*** ronis has quit IRC | 21:20 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Properly limit router driver event processing https://review.openstack.org/291929 | 22:09 |
openstackgerrit | Justin Lund proposed openstack/astara: Fixes broken links https://review.openstack.org/293738 | 22:10 |
justinlund | ^ stupid simple doc fixes | 22:10 |
*** prithiv has joined #openstack-astara | 22:15 | |
*** prithiv has quit IRC | 22:16 | |
*** prithiv has joined #openstack-astara | 22:16 | |
adam_g | justinlund, thanks | 22:18 |
* adam_g runs out for a bit | 22:18 | |
*** jordant has quit IRC | 22:44 | |
*** jordantardif has joined #openstack-astara | 22:44 | |
*** rods_ has joined #openstack-astara | 22:57 | |
stupidnic | Does Astara support LBaaSv1 as well as LBaaSv2? LBaaSv2 lacks horizon support currently, so we need something that customers can interface within our current setup | 23:02 |
adam_g | stupidnic, v2 only. i believe there is a new lbaas dashboard project for horizon | 23:11 |
stupidnic | alright... | 23:11 |
adam_g | stupidnic, https://github.com/openstack/neutron-lbaas-dashboard | 23:12 |
stupidnic | cool | 23:12 |
stupidnic | I know this isn't particularly related to astara, but I keep getting errors from the LBaaS agent | 23:12 |
stupidnic | I am looking for clarification, the agent should be run on the controller, correct? | 23:13 |
adam_g | stupidnic, no, you should'nt need the lbaas agent running | 23:13 |
stupidnic | hmmm okay. | 23:13 |
adam_g | its eliminated in favor of the VM appliance, in the same way the l3 agent is replaced | 23:13 |
adam_g | (for router) | 23:13 |
stupidnic | Ah okay. That makes sense. | 23:13 |
stupidnic | I am going to try to get this running again then | 23:14 |
adam_g | stupidnic, check out https://review.openstack.org/#/c/287265/4 if you havent already | 23:14 |
stupidnic | yeah using that as a base | 23:14 |
stupidnic | So do I even need the neutron-lbaasv2-agent installed? | 23:15 |
adam_g | stupidnic, the console script? not really, the rest of the repo yes. so installing neutron-lbaas code will install the agent anyway | 23:16 |
stupidnic | hmm okay. the documentation wasn't really clear on this. I am using Ubuntu's cloud archive packages | 23:17 |
adam_g | stupidnic, oh, if you're using the packages than, yea you dont need that one installed | 23:17 |
adam_g | but you do need whichever one actually installs the main neutron_lbaas module | 23:18 |
*** rods_ has quit IRC | 23:19 | |
*** rods_ has joined #openstack-astara | 23:20 | |
stupidnic | python-neutron-lbaas | 23:20 |
stupidnic | so apt-get install python-neutron-lbaas will install the required modules in python | 23:20 |
adam_g | let me look at the packaging | 23:20 |
adam_g | stupidnic, i'd install neutron-lbaas-common, that also installs the config file | 23:22 |
adam_g | (as well as the code) | 23:22 |
stupidnic | it also installs haproxy... sigh | 23:22 |
adam_g | stupidnic, oh, in the case ya--go with python-neutron-lbaas and install the config file manually/via your CM | 23:24 |
stupidnic | which config file to make sure | 23:24 |
stupidnic | neutron-lbaas.conf? | 23:24 |
adam_g | yeah | 23:24 |
adam_g | i guess the ubuntu package has lbaas_agent.ini | 23:25 |
adam_g | doesnt matter what its called as long as you reference it correctly when launching neutron-server | 23:25 |
stupidnic | yeah. how do these files work in reference to the directions | 23:25 |
stupidnic | do the changes that go in neutron.conf apply to this file? | 23:26 |
stupidnic | can they just stay in the neutron.conf instead? | 23:26 |
adam_g | stupidnic, actually disregard what i said about config files.. just install python-neutron-lbaas and follow the instructions in that patch | 23:26 |
adam_g | you should only need to modify neutron.conf and orchestrator.ini | 23:26 |
*** skamithi13 has quit IRC | 23:30 | |
*** skamithi13 has joined #openstack-astara | 23:31 | |
*** skamithi13 has quit IRC | 23:32 | |
*** skamithi13 has joined #openstack-astara | 23:32 | |
*** rods has quit IRC | 23:43 | |
*** rods_ is now known as rods | 23:43 | |
*** rods is now known as Guest13386 | 23:44 | |
openstackgerrit | Merged openstack/astara: Fix test to only inspect ports that are router interfaces https://review.openstack.org/293705 | 23:51 |
*** skamithi13 has quit IRC | 23:59 | |
*** skamithi14 has joined #openstack-astara | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!