|
Re: idea for work in ovsdb netvirt L3: icmp responder
ICMP Echo request is Type8-Code0 and Echo Reply is Type0-Code0. I think you need to match on icmp_type=8 and set icmp_type as 0 in actions. Also, the IP address in hex seems to be wrong. 10.1.0.1 will
ICMP Echo request is Type8-Code0 and Echo Reply is Type0-Code0. I think you need to match on icmp_type=8 and set icmp_type as 0 in actions. Also, the IP address in hex seems to be wrong. 10.1.0.1 will
|
By
Vishal Thapar <vishal.thapar@...>
·
#1895
·
|
|
Re: idea for work in ovsdb netvirt L3: icmp responder
Hi Flavio,
I managed to extend ovs to accept icmp packets configuration.
I am trying to create the OF rule to replay ping from the gateway, for instance:
sudo ovs-ofctl add-flow -OOpenFlow13
Hi Flavio,
I managed to extend ovs to accept icmp packets configuration.
I am trying to create the OF rule to replay ping from the gateway, for instance:
sudo ovs-ofctl add-flow -OOpenFlow13
|
By
Marcelo Amaral <marcelo.amaral@...>
·
#1894
·
|
|
Re: [controller-dev] IT failure in project generated by Startup Project Archetype
Thanks Anil, your fix solved the issue. I had changed the default feature name in features.xml as per Sam’s review comments but missed it in HwvtepSouthboundIT.java
Bug26022 one I had already
Thanks Anil, your fix solved the issue. I had changed the default feature name in features.xml as per Sam’s review comments but missed it in HwvtepSouthboundIT.java
Bug26022 one I had already
|
By
Vishal Thapar <vishal.thapar@...>
·
#1893
·
|
|
Re: OVSDB clustering needs from mdsal
Hi,
Not sure how is it implemented now, if i have a N nodes cluster and the ovsdb is connected to each of the N nodes, does each node in the N cluster persist the operational data to the Data Store?
Hi,
Not sure how is it implemented now, if i have a N nodes cluster and the ovsdb is connected to each of the N nodes, does each node in the N cluster persist the operational data to the Data Store?
|
By
Sharon Aicler
·
#1892
·
|
|
Re: [controller-dev] IT failure in project generated by Startup Project Archetype
Vishal,
there was a bug in the archetype for the it part that might be your issue:
- search for karaf.distro.groupId
- and replace org.opendaylight.${artifactId} with ${groupId}
see
Vishal,
there was a bug in the archetype for the it part that might be your issue:
- search for karaf.distro.groupId
- and replace org.opendaylight.${artifactId} with ${groupId}
see
|
By
Sam Hague
·
#1891
·
|
|
Re: [controller-dev] IT failure in project generated by Startup Project Archetype
+ovsdb-dev
--
Thanks
Anil
+ovsdb-dev
--
Thanks
Anil
|
By
Anil Vishnoi
·
#1890
·
|
|
Re: OVSDB clustering needs from mdsal
I think the only dependency from clustering perspective is controller project. Apart from that we don't have any specific dependency i believe.
Anil
On Tuesday 01 September 2015 05:35 PM, Sam Hague
I think the only dependency from clustering perspective is controller project. Apart from that we don't have any specific dependency i believe.
Anil
On Tuesday 01 September 2015 05:35 PM, Sam Hague
|
By
Anil Vishnoi <avishnoi@...>
·
#1889
·
|
|
Re: hwvtep high level control flow
hwvtep flow rev2-
updated with md-sal representation.
https://docs.google.com/presentation/d/1OvlIU5B-84kt0ZKKgYlac3TckXwQVbif8_X0HvJAnzI/edit#slide=id.gb9ca75a8a_0_12
hwvtep flow rev2-
updated with md-sal representation.
https://docs.google.com/presentation/d/1OvlIU5B-84kt0ZKKgYlac3TckXwQVbif8_X0HvJAnzI/edit#slide=id.gb9ca75a8a_0_12
|
By
daya k
·
#1888
·
|
|
OVSDB clustering needs from mdsal
Anil,
are there any specific changes needed by OVSDB for clustering from MDSAL?
Trying to get the formal dependencies request in before this Thursday's M2 deadline.
Thanks, Sam
Anil,
are there any specific changes needed by OVSDB for clustering from MDSAL?
Trying to get the formal dependencies request in before this Thursday's M2 deadline.
Thanks, Sam
|
By
Sam Hague
·
#1887
·
|
|
Dependency notification - SFC depends on ovsdb
Dear ovsdb developer team,
I would like to notify you that the SFC project has dependencies on your project. The SFC project needs no changes from your project, I just
Dear ovsdb developer team,
I would like to notify you that the SFC project has dependencies on your project. The SFC project needs no changes from your project, I just
|
By
Brady Allen Johnson <brady.allen.johnson@...>
·
#1886
·
|
|
FW: Change in ovsdb[master]: Initial bundle creation for HWTEP SB
Hi all,
I've uploaded initial hwvtepsouthbound bundle, thanks to Startup Project Archetype [Ed, you rock!] There are no yang models or code in this yet, only the very basic bare bones infra. I've
Hi all,
I've uploaded initial hwvtepsouthbound bundle, thanks to Startup Project Archetype [Ed, you rock!] There are no yang models or code in this yet, only the very basic bare bones infra. I've
|
By
Vishal Thapar <vishal.thapar@...>
·
#1885
·
|
|
Re: hwvtep high level control flow
hi anil,
sounds good. i will add it in the workflow and send out before the meeting.
ravi,
for #1, i can add a workflow for hwvtep-hwvtep tunnels, however, it does not really fit in with the gateway
hi anil,
sounds good. i will add it in the workflow and send out before the meeting.
ravi,
for #1, i can add a workflow for hwvtep-hwvtep tunnels, however, it does not really fit in with the gateway
|
By
daya k
·
#1884
·
|
|
Re: Help answering ask.opendaylight questions
Thanks George. Answer should be there now.
Thanks ,Sam
Thanks George. Answer should be there now.
Thanks ,Sam
|
By
Sam Hague
·
#1883
·
|
|
Help answering ask.opendaylight questions
Hi OVSDB Developers,
I wonder if you can help answer this question in ask.opendaylight.org
https://ask.opendaylight.org/question/5002/odl-ovs-not-listening-on-6640/
thanks,
George
Hi OVSDB Developers,
I wonder if you can help answer this question in ask.opendaylight.org
https://ask.opendaylight.org/question/5002/odl-ovs-not-listening-on-6640/
thanks,
George
|
By
George Zhao <George.Y.Zhao@...>
·
#1882
·
|
|
Re: hwvtep high level control flow
Daya,
It's good to add md-sal data store in between, because in beryllium release neutron-northbound project won't be talking to net-virt directly. Neutron northbound will be pushing all the data to
Daya,
It's good to add md-sal data store in between, because in beryllium release neutron-northbound project won't be talking to net-virt directly. Neutron northbound will be pushing all the data to
|
By
Anil Vishnoi
·
#1881
·
|
|
Re: ovsdb scaling tests
Thanks for this input Sharon. Are these issues in bugzilla, or maybe things
are already addressed in ovsdb itself?
Marcus, did you have any other data points for OVSDB?
All of these scenarios can
Thanks for this input Sharon. Are these issues in bugzilla, or maybe things
are already addressed in ovsdb itself?
Marcus, did you have any other data points for OVSDB?
All of these scenarios can
|
By
Jamo Luhrsen <jluhrsen@...>
·
#1880
·
|
|
Re: ovsdb scaling tests
A few months ago I performed some scale tests on ovsdb Plugin in ODL with one OVS that was extremely loaded (around 1000 ports). I found three hot spots that need to be attended (unless those
A few months ago I performed some scale tests on ovsdb Plugin in ODL with one OVS that was extremely loaded (around 1000 ports). I found three hot spots that need to be attended (unless those
|
By
Sharon Aicler
·
#1879
·
|
|
Re: ovsdb scaling tests
cc-ing Marcus, he is the one I know doing this test.
cc-ing Marcus, he is the one I know doing this test.
|
By
Luis Gomez
·
#1878
·
|
|
OVSDB: BR 4205 - VM delete doesnot removed all related flows(i.e specific to VMs)
Hi,
Looking further into this defect, it appears that, 1) There is an exception in getDHCPServerPort, the return of neutronPortCache.getPort(neutronPortId) in not validated. Hence the
Hi,
Looking further into this defect, it appears that, 1) There is an exception in getDHCPServerPort, the return of neutronPortCache.getPort(neutronPortId) in not validated. Hence the
|
By
Badrinath_Viswanatha@...
·
#1877
·
|
|
ovsdb scaling tests
hi jamo and luis,
have we done any scale type tests with the ovs? if we have such data available, would appreciate if you can point me to it.
thanks!
daya
hi jamo and luis,
have we done any scale type tests with the ovs? if we have such data available, would appreciate if you can point me to it.
thanks!
daya
|
By
daya k
·
#1876
·
|