*** leonstack1 has quit IRC | 02:06 | |
*** davidlenwell_ is now known as davidlenwell | 04:35 | |
*** leonstack has joined #openstack-astara | 07:09 | |
elo | Is anyone having issues with stacking from devstack? I'm getting the following error: | 07:59 |
---|---|---|
elo | CRITICAL neutron [-] | 07:59 |
elo | ExtensionsNotFound: Extensions not found: ['dhrouterstatus']. | 07:59 |
elo | not sure if this was similar to a previous bug: | 08:05 |
elo | https://bugs.launchpad.net/akanda/+bug/1480418 | 08:05 |
openstack | Launchpad bug 1480418 in Astara "gate-functional-dsvm-akanda failing, q-svc doesnt load dhrouterstatus extension" [Critical,Fix released] - Assigned to Adam Gandelman (gandelman-a) | 08:05 |
*** fzylogic has quit IRC | 08:07 | |
openstackgerrit | Yang Li proposed openstack/astara-appliance: Fix reduplicative function definition https://review.openstack.org/265710 | 08:10 |
*** openstackgerrit has quit IRC | 08:32 | |
*** openstackgerrit has joined #openstack-astara | 08:33 | |
openstackgerrit | Yang Li proposed openstack/astara-appliance: Fix typo in function restart of class NginxLB https://review.openstack.org/265721 | 08:55 |
*** ronis has joined #openstack-astara | 09:00 | |
*** fzylogic has joined #openstack-astara | 09:08 | |
*** fzylogic has quit IRC | 09:13 | |
*** leonstack has quit IRC | 10:39 | |
*** fzylogic has joined #openstack-astara | 11:10 | |
*** fzylogic has quit IRC | 11:15 | |
*** leonstack has joined #openstack-astara | 11:48 | |
*** leonstack has quit IRC | 12:59 | |
*** fzylogic has joined #openstack-astara | 13:13 | |
*** fzylogic has quit IRC | 13:17 | |
*** leonstack has joined #openstack-astara | 13:45 | |
*** leonstack has quit IRC | 14:35 | |
*** fzylogic has joined #openstack-astara | 15:17 | |
*** fzylogic has quit IRC | 15:21 | |
*** stanchan has quit IRC | 15:48 | |
*** ronis has quit IRC | 16:08 | |
*** smartshader has joined #openstack-astara | 16:10 | |
openstackgerrit | mark mcclain proposed openstack/astara-neutron: Recent Neutron change[1] requires extensions inherit from base class https://review.openstack.org/265906 | 16:20 |
markmcclain | adam_g, elo, ryanpetrello, rods: unblocks broken environments | 16:21 |
markmcclain | adam_g, elo, ryanpetrello, rods: https://review.openstack.org/265906 | 16:21 |
* ryanpetrello looking | 16:21 | |
ryanpetrello | ext format just changed upstream? | 16:21 |
markmcclain | they made the check super strict | 16:22 |
markmcclain | versus duck typing | 16:22 |
markmcclain | basically if it doesn't meet the exact interface the ext refuses to load | 16:22 |
markmcclain | brb | 16:23 |
markmcclain | ^H^H^H bbiab | 16:23 |
*** fzylogic has joined #openstack-astara | 17:13 | |
*** cleverdevil has joined #openstack-astara | 17:23 | |
openstackgerrit | Merged openstack/astara-neutron: Recent Neutron change[1] requires extensions inherit from base class https://review.openstack.org/265906 | 17:26 |
*** elo has quit IRC | 17:46 | |
*** leonstack has joined #openstack-astara | 17:48 | |
*** cleverdevil has quit IRC | 17:51 | |
*** cleverdevil has joined #openstack-astara | 17:52 | |
*** elo has joined #openstack-astara | 17:54 | |
elo | markmcclain - Merged resolved issue | 17:54 |
*** ronis has joined #openstack-astara | 17:56 | |
*** elo has quit IRC | 18:00 | |
leonstack | hello everyone, is the channel meeting #openstack-meeting ? :) | 18:01 |
leonstack | oh I saw it~ | 18:01 |
*** elo has joined #openstack-astara | 18:30 | |
*** leonstack has quit IRC | 18:33 | |
*** leonstack has joined #openstack-astara | 18:33 | |
adam_g | leonstack, so one thing about the driver model we have currently. we have a 'router' and a 'loadbalancer' driver--both of which are built around the astara-appliance. long term we'd like to extend the abstraction, to allow a 'router' to be pluggable, to support router appliances other than the astara one | 18:49 |
*** manjeets1 has joined #openstack-astara | 18:50 | |
adam_g | leonstack, if you're looking for somewhere to dive in, that would be a great place to start. i'd ideally love to have that in along with any new VPN support we add, | 18:50 |
adam_g | https://blueprints.launchpad.net/astara/+spec/drivers-v2 | 18:50 |
*** leonstack has quit IRC | 18:56 | |
openstackgerrit | Rosario Di Somma proposed openstack/astara: Use the router driver to remove the vrrp ports https://review.openstack.org/266012 | 19:54 |
*** manjeets1 has quit IRC | 20:10 | |
*** markmcclain has quit IRC | 20:12 | |
*** markmcclain has joined #openstack-astara | 20:12 | |
*** cleverdevil has quit IRC | 20:13 | |
*** cleverdevil has joined #openstack-astara | 20:14 | |
*** manjeets1 has joined #openstack-astara | 20:19 | |
*** cleverdevil has quit IRC | 20:22 | |
*** cleverdevil has joined #openstack-astara | 20:27 | |
manjeets1 | adam_g: ping | 20:32 |
manjeets1 | is ha and dvr router supported or will be in future ? | 20:33 |
adam_g | manjeets1, ha yes--something we're hoping to tackle soon this cycle /w https://blueprints.launchpad.net/astara/+spec/appliance-ha | 20:37 |
manjeets1 | so: it will be vrrp over two vm's ? if I create a router with ha true then two vm on different compute will be spun ? | 20:39 |
openstackgerrit | Merged openstack/astara-appliance: Fix typo in function restart of class NginxLB https://review.openstack.org/265721 | 20:41 |
adam_g | manjeets1, thats the idea, yes | 20:43 |
adam_g | manjeets1, we need to rework some of the internals of astara-orchestrator to be able to orchestrate pairs of instances instead of singles | 20:43 |
manjeets1 | adam_g: ok, thanks | 20:44 |
*** markmcclain has quit IRC | 20:50 | |
*** markmcclain has joined #openstack-astara | 20:52 | |
openstackgerrit | Merged openstack/astara-appliance: Replace deprecated LOG.warn with LOG.warning https://review.openstack.org/264120 | 21:08 |
*** ronis has quit IRC | 21:24 | |
*** cleverdevil has quit IRC | 21:26 | |
*** cleverdevil has joined #openstack-astara | 21:27 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Stop repeatedly logging boot time https://review.openstack.org/266055 | 21:56 |
*** ryanpetrello has quit IRC | 22:04 | |
*** davidlenwell has quit IRC | 22:05 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Adds a functional test for router interfaces https://review.openstack.org/264515 | 22:07 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add astara-ctl + API functional tests https://review.openstack.org/243874 | 22:07 |
*** cleverdevil has quit IRC | 22:21 | |
*** cleverdevil has joined #openstack-astara | 22:21 | |
*** davidlenwell has joined #openstack-astara | 22:29 | |
*** markmcclain has quit IRC | 22:29 | |
*** stanchan has joined #openstack-astara | 22:32 | |
*** ryanpetrello has joined #openstack-astara | 22:37 | |
*** markmcclain has joined #openstack-astara | 22:41 | |
*** cleverdevil has quit IRC | 23:18 | |
*** cleverdevil has joined #openstack-astara | 23:19 | |
*** markmcclain has quit IRC | 23:26 | |
*** markmcclain has joined #openstack-astara | 23:26 | |
*** cleverdevil has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!