|
Re: ovsdb neutron compile failed, and propose a possible patch for this issue.
Hi all
Step3,
cd ../../ovsdbmvn clean install
after i patched pom.xml as the following:
diff --git a/ovsdb/pom.xml b/ovsdb/pom.xml
index 02acec7..c3d01ae 100755
--- a/ovsdb/pom.xml
+++
Hi all
Step3,
cd ../../ovsdbmvn clean install
after i patched pom.xml as the following:
diff --git a/ovsdb/pom.xml b/ovsdb/pom.xml
index 02acec7..c3d01ae 100755
--- a/ovsdb/pom.xml
+++
|
By
denghui huang
·
#115
·
|
|
Re: ovsdb neutron compile failed, and propose a possible patch for this issue.
Hi all
ovsdb northbound compiles failed too, error information is the following:
steven@steven-Vostro-2420 ~/code/SDN/controller/opendaylight/ovsdb/northbound/ovsdb $ mvn clean install
[INFO]
Hi all
ovsdb northbound compiles failed too, error information is the following:
steven@steven-Vostro-2420 ~/code/SDN/controller/opendaylight/ovsdb/northbound/ovsdb $ mvn clean install
[INFO]
|
By
denghui huang
·
#114
·
|
|
ovsdb neutron compile failed, and propose a possible patch for this issue.
Hi all
Today, i follow https://wiki.opendaylight.org/view/OVSDB_Integration:Mininet_OVSDB_Tutorial section
Clone the OVSDB Repo and Insert into Controller, to compile ovsdb neutron, but i
Hi all
Today, i follow https://wiki.opendaylight.org/view/OVSDB_Integration:Mininet_OVSDB_Tutorial section
Clone the OVSDB Repo and Insert into Controller, to compile ovsdb neutron, but i
|
By
denghui huang
·
#113
·
|
|
Re: api call flow
Hi Hugo,
Thanks for the summary. This sounds a lot like today's Neutron integration.
Neutron gives Network, Subnet and Port creates from Northbound.
And OVS provides the libvirt triggered new VM-Port
Hi Hugo,
Thanks for the summary. This sounds a lot like today's Neutron integration.
Neutron gives Network, Subnet and Port creates from Northbound.
And OVS provides the libvirt triggered new VM-Port
|
By
Madhu Venugopal
·
#112
·
|
|
Re: api call flow
Thanks guys! Really appreciate all the help :-)
So the flow from the CloudStack side is pretty much like this:
1. User creates a network
Isolated guest network, meaning internal ip range dedicated
Thanks guys! Really appreciate all the help :-)
So the flow from the CloudStack side is pretty much like this:
1. User creates a network
Isolated guest network, meaning internal ip range dedicated
|
By
Hugo Trippaers <hugo@...>
·
#111
·
|
|
Neutron ML2 OpenDaylight plugin successfully integrated with OVSDB plugin & OF 1.0 for GRE Overlay
Team,
After couple of weeks of integration effort, we finally have a working Multi-node DevStack setup running Fedora 19
with Neutron ML2 opendaylight plugin integrated and working nicely using the
Team,
After couple of weeks of integration effort, we finally have a working Multi-node DevStack setup running Fedora 19
with Neutron ML2 opendaylight plugin integrated and working nicely using the
|
By
Madhu Venugopal
·
#110
·
|
|
Re: api call flow
Hi Hugo,
Below are a couple of example Neutron API calls (GRE/VXLAN) that might
help. I have the OVS logs also if that would help. We should have a
Hangout and see how we can help with CLoudStack
Hi Hugo,
Below are a couple of example Neutron API calls (GRE/VXLAN) that might
help. I have the OVS logs also if that would help. We should have a
Hangout and see how we can help with CLoudStack
|
By
Brent Salisbury
·
#109
·
|
|
Re: api call flow
Hi Hugo,
The neutron NB APIs that you see here
Hi Hugo,
The neutron NB APIs that you see here
|
By
Madhu Venugopal
·
#108
·
|
|
Re: api call flow
Ok. So it is pretty tightly coupled with the Neutron way of working right? So we don’t have generic apis yet that can be used by other orchestration platforms? Do we have some documentation online
Ok. So it is pretty tightly coupled with the Neutron way of working right? So we don’t have generic apis yet that can be used by other orchestration platforms? Do we have some documentation online
|
By
Hugo Trippaers <hugo@...>
·
#107
·
|
|
Re: api call flow
Hi Hugo,
Since OpenDaylight has atleast 3 Neutron based south-bounds (OVSDB, OpenDove & VTN), we centralized the Neutron NB-API
on the controller project. And each of the above 3 south-bound plugin
Hi Hugo,
Since OpenDaylight has atleast 3 Neutron based south-bounds (OVSDB, OpenDove & VTN), we centralized the Neutron NB-API
on the controller project. And each of the above 3 south-bound plugin
|
By
Madhu Venugopal
·
#106
·
|
|
api call flow
Hey guys,
Do we have a document describing the call flow between Neutron and ODL? Would like to use that as a basis to put the same functionality in CloudStack.
I’ve already got some of the
Hey guys,
Do we have a document describing the call flow between Neutron and ODL? Would like to use that as a basis to put the same functionality in CloudStack.
I’ve already got some of the
|
By
Hugo Trippaers <hugo@...>
·
#105
·
|
|
Neutron integration status and next steps / Trello added
Team,
As most of you know already, we made significant progress on the Neutron integration and we will have the OF1.0 based GRE overlay support
completed anytime now. All the corresponding code has
Team,
As most of you know already, we made significant progress on the Neutron integration and we will have the OF1.0 based GRE overlay support
completed anytime now. All the corresponding code has
|
By
Madhu Venugopal
·
#104
·
|
|
Re: ##freemail## Re: [controller-dev] How to use the OpenStack Neutron ML2 MechanismDriver with OpenDaylight
Hi Thomas,
Thank you very much for sharing this information!
I’ll try the patch.
Regards,
Hideyuki Tai
Hi Thomas,
Thank you very much for sharing this information!
I’ll try the patch.
Regards,
Hideyuki Tai
|
By
Hideyuki Tai <h-tai@...>
·
#103
·
|
|
Re: [controller-dev] How to use the OpenStack Neutron ML2 MechanismDriver with OpenDaylight
Hideyuki Tai,
I ran into a similar issue, and with Kyle's help, was able to fix it. In the repo Kyle mentioned, there's a file lib/nova. You want to add the following patch to that
Hideyuki Tai,
I ran into a similar issue, and with Kyle's help, was able to fix it. In the repo Kyle mentioned, there's a file lib/nova. You want to add the following patch to that
|
By
Thomas Bachman <tbachman@...>
·
#102
·
|
|
Re: [OpenDaylight Discuss] Virtuailization addition and affinity service
Anees and Benny,
No disagreements with earlier discussions. Affinity abstraction is a high level API that specifies the network path requirements (policy, connectivity, ...) for a set of endpoints.
Anees and Benny,
No disagreements with earlier discussions. Affinity abstraction is a high level API that specifies the network path requirements (policy, connectivity, ...) for a set of endpoints.
|
By
Suchi Raman <suchi.raman@...>
·
#101
·
|
|
Re: [integration-dev] OVSDB system test
That’s awesome, thanks Luis. We were thinking about keeping a running collection in a directory in the project so this is much appreciated.
Thanks,
-Brent
From: Luis Gomez <luis.gomez@...>
Date:
That’s awesome, thanks Luis. We were thinking about keeping a running collection in a directory in the project so this is much appreciated.
Thanks,
-Brent
From: Luis Gomez <luis.gomez@...>
Date:
|
By
Brent Salisbury
·
#100
·
|
|
Re: [integration-dev] OVSDB system test
Hi Brent, here is the collection I created for system test:
https://www.getpostman.com/collections/cb05d301b45c5b8a0554
BR/Luis
Hi Brent, here is the collection I created for system test:
https://www.getpostman.com/collections/cb05d301b45c5b8a0554
BR/Luis
|
By
Luis Gomez <luis.gomez@...>
·
#99
·
|
|
Re: [integration-dev] OVSDB system test
Sorry again, it does actually work, I just remembered the patches have to be bidirectional!
Sorry again, it does actually work, I just remembered the patches have to be bidirectional!
|
By
Luis Gomez <luis.gomez@...>
·
#98
·
|
|
Re: [integration-dev] OVSDB system test
Actually I was too fast on the test cases, the ping after replacing one switch by another does not work but I think it is an issue in simple forwarding app. Have you also seen this behavior?
Actually I was too fast on the test cases, the ping after replacing one switch by another does not work but I think it is an issue in simple forwarding app. Have you also seen this behavior?
|
By
Luis Gomez <luis.gomez@...>
·
#97
·
|
|
Re: [integration-dev] OVSDB system test
Luis, you are the man buddy. We will get you more docs and functions in coming days sir.
Thanks,
-Brent
From: Madhu Venugopal <mavenugo@...>
Date: Monday, November 25, 2013 5:43 PM
To: Luis Gomez
Luis, you are the man buddy. We will get you more docs and functions in coming days sir.
Thanks,
-Brent
From: Madhu Venugopal <mavenugo@...>
Date: Monday, November 25, 2013 5:43 PM
To: Luis Gomez
|
By
Brent Salisbury
·
#96
·
|