|
Re: [openstack-dev] [neutron] Generalized issues in the unit testing of ML2 mechanism drivers
Assaf Muller <assaf@...> wrote:
Mike and Michel should raise it at the PTG for discussion.
I know Mike will attend.
thanks,
--
Isaku Yamahata <isaku.yamahata@...>
Assaf Muller <assaf@...> wrote:
Mike and Michel should raise it at the PTG for discussion.
I know Mike will attend.
thanks,
--
Isaku Yamahata <isaku.yamahata@...>
|
By
Isaku Yamahata
·
#1598
·
|
|
Re: Replacing NeutronCRUDInterfaces / AbstractNeutronNorthbound dynamic look-up by static injection
Hello Michael.
Again please go ahead!
In short those are technical debt and low hanging fruit.
I'm not sure about if you have a special meaning by 101%, though.
(Does this 1% make big
Hello Michael.
Again please go ahead!
In short those are technical debt and low hanging fruit.
I'm not sure about if you have a special meaning by 101%, though.
(Does this 1% make big
|
By
Isaku Yamahata <yamahata@...>
·
#1588
·
|
|
Replacing NeutronCRUDInterfaces / AbstractNeutronNorthbound dynamic look-up by static injection
Hello,
The way NeutronCRUDInterfaces (called from AbstractNeutronNorthbound) is currently implemented, by dynamically looking-up INeutronCRUD implementations from the OSGi registry, every time, isn't
Hello,
The way NeutronCRUDInterfaces (called from AbstractNeutronNorthbound) is currently implemented, by dynamically looking-up INeutronCRUD implementations from the OSGi registry, every time, isn't
|
By
Michael Vorburger <vorburger@...>
·
#1587
·
|
|
Re: Replacing NeutronTranscriberProvider with regular standard OSGi Blueprint by annotation
==> https://git.opendaylight.org/gerrit/#/c/68339/
==> https://git.opendaylight.org/gerrit/#/c/68339/
|
By
Michael Vorburger <vorburger@...>
·
#1586
·
|
|
Re: Simplify Neutron's Karaf features
Michael Vorburger <vorburger@...> wrote:
Cool!
Yeah. Let's merge it early Fluorine cycle.
Yeah. install/uninstall the feature was enough/convenient for me.
Thanks,
--
Isaku Yamahata
Michael Vorburger <vorburger@...> wrote:
Cool!
Yeah. Let's merge it early Fluorine cycle.
Yeah. install/uninstall the feature was enough/convenient for me.
Thanks,
--
Isaku Yamahata
|
By
Isaku Yamahata
·
#1589
·
|
|
Re: Simplify Neutron's Karaf features
I had a closer look at this based on what you wrote below, and with a bit of grep on finding which of these features are also referenced from other projects, it seems to me that there seems to be only
I had a closer look at this based on what you wrote below, and with a bit of grep on finding which of these features are also referenced from other projects, it seems to me that there seems to be only
|
By
Michael Vorburger <vorburger@...>
·
#1585
·
|
|
Re: Replacing NeutronTranscriberProvider with regular standard OSGi Blueprint by annotation
The code simply is inherited from beforex-blueprit era. i.e. Config Subsystem era.
The way you propose would be good simplification.
Thanks,
Michael Vorburger <vorburger@...> wrote:
--
The code simply is inherited from beforex-blueprit era. i.e. Config Subsystem era.
The way you propose would be good simplification.
Thanks,
Michael Vorburger <vorburger@...> wrote:
--
|
By
Isaku Yamahata <yamahata@...>
·
#1584
·
|
|
Replacing NeutronTranscriberProvider with regular standard OSGi Blueprint by annotation
Hello,
I'm trying to understand what the point of NeutronTranscriberProvider is, but I cannot see any...
may I propose a Gerrit which completely ditches that, and replaces it with simple
Hello,
I'm trying to understand what the point of NeutronTranscriberProvider is, but I cannot see any...
may I propose a Gerrit which completely ditches that, and replaces it with simple
|
By
Michael Vorburger <vorburger@...>
·
#1583
·
|
|
Re: Simplify Neutron's Karaf features
Hello Michael.
Personally I just followed what existed and didn't do any improvement.
Please go ahead.
The reason for odl-neutron-logger is that it's very verbose only
for developer so that log file
Hello Michael.
Personally I just followed what existed and didn't do any improvement.
Please go ahead.
The reason for odl-neutron-logger is that it's very verbose only
for developer so that log file
|
By
Isaku Yamahata <yamahata@...>
·
#1582
·
|
|
Simplify Neutron's Karaf features
Hello,
is there a real reason why there are so many small features in Neutron - practically one for each bundle?
Karaf features, the way I understand it (please do scream if you disagree!) are units
Hello,
is there a real reason why there are so many small features in Neutron - practically one for each bundle?
Karaf features, the way I understand it (please do scream if you disagree!) are units
|
By
Michael Vorburger <vorburger@...>
·
#1581
·
|
|
Re: OpenDaylight V2 Driver
Hello Vivek. Will you(or someone on behalf of you) attend ONS or
openstack PTG?
N Vivekanandan <n.vivekanandan@...> wrote:
There are two aspect.
- journal thread thrashing
- journal db
Hello Vivek. Will you(or someone on behalf of you) attend ONS or
openstack PTG?
N Vivekanandan <n.vivekanandan@...> wrote:
There are two aspect.
- journal thread thrashing
- journal db
|
By
Isaku Yamahata <yamahata@...>
·
#1580
·
|
|
OpenDaylight V2 Driver
Hi Team,
We were contemplating to use v2 Driver for production after noticing that it has huge improvements over the v1 Driver.
Primarily in terms of its stability to use in HA active-active
Hi Team,
We were contemplating to use v2 Driver for production after noticing that it has huge improvements over the v1 Driver.
Primarily in terms of its stability to use in HA active-active
|
By
N Vivekanandan <n.vivekanandan@...>
·
#1579
·
|
|
Re: [openstack-dev] [neutron] Generalized issues in the unit testing of ML2 mechanism drivers
An interesting exercise would be to add 'raise ValueError' type
exceptions in various ODL ML2 mech driver flows and seeing which tests
fail. Basically, if a test passes without the ODL mech driver
An interesting exercise would be to add 'raise ValueError' type
exceptions in various ODL ML2 mech driver flows and seeing which tests
fail. Basically, if a test passes without the ODL mech driver
|
By
Assaf Muller <assaf@...>
·
#1578
·
|
|
Re: Neutron: Northbound Request and Response logging
Dimple, upon re-reading your original email with "add logs for the operator level northbound request and response" I'm guessing you want to log the web requests? AFAIK Jetty (used in Karaf) can
Dimple, upon re-reading your original email with "add logs for the operator level northbound request and response" I'm guessing you want to log the web requests? AFAIK Jetty (used in Karaf) can
|
By
Michael Vorburger <vorburger@...>
·
#1577
·
|
|
Re: Neutron: Northbound Request and Response logging
Michael Vorburger <vorburger@...> wrote:
Regarding to hooking rest request/response, it can be done without
intrusive code modification to add filter and logger. web.xml can be
updated to or
Michael Vorburger <vorburger@...> wrote:
Regarding to hooking rest request/response, it can be done without
intrusive code modification to add filter and logger. web.xml can be
updated to or
|
By
Isaku Yamahata <yamahata@...>
·
#1576
·
|
|
Re: Neutron: Northbound Request and Response logging
I'm not sure what you mean by "log handler", but why can't you just achieve this with tweaking the standard log configuration file?
You should be able to just add an additional file logger thing for
I'm not sure what you mean by "log handler", but why can't you just achieve this with tweaking the standard log configuration file?
You should be able to just add an additional file logger thing for
|
By
Michael Vorburger <vorburger@...>
·
#1575
·
|
|
Neutron: Northbound Request and Response logging
Hi,
We have a requirement to add logs for the operator level northbound request and response to a separate log file i.e., not to the default karaf log file.
This would involve creating one more
Hi,
We have a requirement to add logs for the operator level northbound request and response to a separate log file i.e., not to the default karaf log file.
This would involve creating one more
|
By
Dimple Jain <dimple.jain@...>
·
#1574
·
|
|
Re: [release] Autorelease nitrogen failed to build integration-test from neutron
This seems to "just" be a timeout related problem in the ITNeutronE2E.test, and probably won't happen again on the next run.
But ultimately we need to find a better solution this, in general, not
This seems to "just" be a timeout related problem in the ITNeutronE2E.test, and probably won't happen again on the next run.
But ultimately we need to find a better solution this, in general, not
|
By
Michael Vorburger <vorburger@...>
·
#1573
·
|
|
[release] Autorelease nitrogen failed to build integration-test from neutron
Attention neutron-devs,
Autorelease nitrogen failed to build integration-test from neutron in build
380. Attached is a snippet of the error message related to the
failure that we were able to
Attention neutron-devs,
Autorelease nitrogen failed to build integration-test from neutron in build
380. Attached is a snippet of the error message related to the
failure that we were able to
|
By
Jenkins <jenkins-dontreply@...>
·
#1572
·
|
|
While migrating Vm instances, connection failed between the VM instances.
Hi All,
While migrating Vm instances, connection (ssh and ping) failed between the VM instances.
PFB bug
https://jira.opendaylight.org/browse/NETVIRT-1049
Bug reproduction
Hi All,
While migrating Vm instances, connection (ssh and ping) failed between the VM instances.
PFB bug
https://jira.opendaylight.org/browse/NETVIRT-1049
Bug reproduction
|
By
Hari Prasad <hari.pr@...>
·
#1571
·
|