*** openstackgerrit has quit IRC | 00:32 | |
*** openstackgerrit has joined #openstack-net-bgpvpn | 00:33 | |
*** enikher has joined #openstack-net-bgpvpn | 08:00 | |
*** enikher has left #openstack-net-bgpvpn | 08:00 | |
*** matrohon has joined #openstack-net-bgpvpn | 08:45 | |
*** vthapar has joined #openstack-net-bgpvpn | 09:28 | |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove bagpipe-driver https://review.openstack.org/265199 | 11:30 |
---|---|---|
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Kilo backport https://review.openstack.org/265200 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: pylint downgrade https://review.openstack.org/265201 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Revert "Alembic migration update/cleanup" https://review.openstack.org/265202 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: DB migration align to liberty branch https://review.openstack.org/265203 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix typo in API error message. https://review.openstack.org/265204 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Re-enable zuul cloner https://review.openstack.org/265205 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Sync requirements with kilo https://review.openstack.org/265206 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Add OpenContrail driver https://review.openstack.org/265207 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove a spurious tab in setup.cfg https://review.openstack.org/265208 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Unittest: Update test plugin to master branch https://review.openstack.org/265209 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: WiP: Porting bgpvpn odldriver https://review.openstack.org/265210 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: driver documentation layout fix https://review.openstack.org/265211 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Added documentation for ODL Driver https://review.openstack.org/265212 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Init tempest plugin https://review.openstack.org/265213 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Enable bgpvpn in tempest https://review.openstack.org/265214 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix devstack plugin for kilo https://review.openstack.org/265215 | 11:30 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Implementation of router bgpvpn associations. https://review.openstack.org/265216 | 11:30 |
doude | tmorin: I finally found time to push it | 11:31 |
doude | sorry for the delay | 11:31 |
*** matrohon has quit IRC | 12:10 | |
*** enikher has joined #openstack-net-bgpvpn | 12:39 | |
enikher | tmorin: Hey, I have a question for Horizon. Do you already have a Gui in mind? Do you want to integrate BGPVPN in to the exsisting networking dashboard? | 12:40 |
tmorin | hi enikher | 12:56 |
tmorin | I have a few things in mind | 12:56 |
enikher | could we have a short phone call later today? | 12:56 |
enikher | at 4 pm? | 12:56 |
tmorin | yes, sure, that would work for me | 12:57 |
*** timirnich has joined #openstack-net-bgpvpn | 13:01 | |
tmorin | doude: i've just seen your juno backport batch of reviews | 13:03 |
tmorin | great! | 13:03 |
doude | tmorin: yes but the 2 first commits of the stack fail to pass pep8 tests :( | 13:04 |
tmorin | yes, I've just seen that | 13:04 |
tmorin | you'll have to update these two | 13:04 |
doude | yes and the last also | 13:05 |
tmorin | yes, but I haven't yet understood why the last is failing | 13:06 |
tmorin | for this last change, its python27 that fails | 13:07 |
tmorin | "Zero tests were run. At least one test should have been run." | 13:07 |
doude | arf | 13:07 |
tmorin | surprising, because the UTs are in the repo | 13:08 |
doude | on my local machine, that run 0 test without error | 13:08 |
tmorin | ah sorry no | 13:08 |
doude | no | 13:08 |
tmorin | in the last PS, all the UTs are *deleted* | 13:08 |
tmorin | is this intentional ? | 13:08 |
doude | yes | 13:08 |
tmorin | I thought some of UTs could not be backported, but that some others could be | 13:09 |
doude | I remove test by test, ones which depends on the Neutron UT framework not available in Neutron juno | 13:09 |
doude | and finally all tests depends on it | 13:10 |
tmorin | if so, maybe it would be nice to keep the ones that can work with no or only minor mods in Juno | 13:10 |
tmorin | hmm | 13:10 |
tmorin | ok... | 13:10 |
tmorin | then let's add one dummy test that just does a 'pass' ... | 13:10 |
doude | UT heritate from that UT netron framework | 13:10 |
*** matrohon has joined #openstack-net-bgpvpn | 13:10 | |
doude | yes | 13:11 |
tmorin | one thing that would be nice, would be to have the standard "(cherry-picked from ab12df354)" at the end of the commit messages that are cherry-picks from backport/kilo | 13:14 |
tmorin | I think we are expected to follow this good practive | 13:14 |
doude | tmorin: ok | 13:17 |
*** matrohon has quit IRC | 13:23 | |
*** matrohon has joined #openstack-net-bgpvpn | 13:25 | |
*** enikher1 has joined #openstack-net-bgpvpn | 14:01 | |
*** enikher has quit IRC | 14:03 | |
*** enikher1 has quit IRC | 14:33 | |
*** enikher has joined #openstack-net-bgpvpn | 14:33 | |
doude | tmorin: what's the tag 3.0.0 ? | 14:40 |
tmorin | its the tag from our first stable/liberty release | 14:41 |
tmorin | we picked a number that would be consistent with having a 2014.2 and a 2015.1 release | 14:41 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove bagpipe-driver https://review.openstack.org/265199 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Added documentation for ODL Driver https://review.openstack.org/265212 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Init tempest plugin https://review.openstack.org/265213 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Enable bgpvpn in tempest https://review.openstack.org/265214 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix devstack plugin for kilo https://review.openstack.org/265215 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove a spurious tab in setup.cfg https://review.openstack.org/265208 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Unittest: Update test plugin to master branch https://review.openstack.org/265209 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: WiP: Porting bgpvpn odldriver https://review.openstack.org/265210 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: driver documentation layout fix https://review.openstack.org/265211 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: devstack: add bgpvpn_notify mech driver earlier https://review.openstack.org/265220 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix typo in API error message. https://review.openstack.org/265204 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Juno backport https://review.openstack.org/265221 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Re-enable zuul cloner https://review.openstack.org/265205 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Sync requirements with kilo https://review.openstack.org/265206 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Add OpenContrail driver https://review.openstack.org/265207 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Implementation of router bgpvpn associations. https://review.openstack.org/265216 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Kilo backport https://review.openstack.org/265200 | 15:12 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Support assoc subresources with Kilo neutronclient https://review.openstack.org/265217 | 15:12 |
*** matrohon has quit IRC | 15:19 | |
vthapar | doude: ping | 15:32 |
doude | vthapar: yes | 15:35 |
vthapar | I'm looking at https://review.openstack.org/#/c/265210/ [ODL Driver backport to Juno] | 15:35 |
vthapar | I believe it is required to work with networking-odl Juno, right? | 15:35 |
doude | vthapar: I backport but not tested it | 15:37 |
doude | vthapar: I backported it but not tested it | 15:38 |
vthapar | doude: but the plan is to test/use with networking-odl Juno, right? | 15:38 |
doude | vthapar: not me, I don't have time and I never used ODL | 15:42 |
doude | vthapar: if you prefer I can remove it | 15:42 |
doude | ? | 15:42 |
vthapar | doude: yeah, that is what I was about to come to. we can't use it as is and the effort to get it to work may not be worth it. | 15:42 |
doude | I think the work need to be done if someone need to use it with Juno | 15:43 |
doude | Juno is deprecated | 15:43 |
doude | ok I'll propose a patch to remove it | 15:43 |
vthapar | maybe we can take it up if someone requests for it. I can take care of the backport. besides, I don't think ODL Be release supports Juno and ODL Be is the first release to support BGPVPN. | 15:44 |
doude | k | 15:45 |
*** tmorin has quit IRC | 16:41 | |
*** enikher has quit IRC | 17:04 | |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove bagpipe-driver https://review.openstack.org/265199 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Added documentation for ODL Driver https://review.openstack.org/265212 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Init tempest plugin https://review.openstack.org/265213 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Enable bgpvpn in tempest https://review.openstack.org/265214 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix devstack plugin for kilo https://review.openstack.org/265215 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Remove a spurious tab in setup.cfg https://review.openstack.org/265208 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Unittest: Update test plugin to master branch https://review.openstack.org/265209 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: WiP: Porting bgpvpn odldriver https://review.openstack.org/265210 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: driver documentation layout fix https://review.openstack.org/265211 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: devstack: add bgpvpn_notify mech driver earlier https://review.openstack.org/265220 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Fix typo in API error message. https://review.openstack.org/265204 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Juno backport https://review.openstack.org/265221 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Re-enable zuul cloner https://review.openstack.org/265205 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Sync requirements with kilo https://review.openstack.org/265206 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Add OpenContrail driver https://review.openstack.org/265207 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Implementation of router bgpvpn associations. https://review.openstack.org/265216 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Kilo backport https://review.openstack.org/265200 | 17:13 |
openstackgerrit | Édouard Thuleau proposed openstack/networking-bgpvpn: Support assoc subresources with Kilo neutronclient https://review.openstack.org/265217 | 17:13 |
*** vthapar has quit IRC | 19:02 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!