|
odl ovsdb net-girt pipeline part 1 is finished
Hi folks,
I’m finished with part 1 of the pipeline description used in ovsdb’s net-virt:
http://www.flaviof.com/blog/work/how-to-odl-with-openstack-part1.html
if you can please, take a peek and
Hi folks,
I’m finished with part 1 of the pipeline description used in ovsdb’s net-virt:
http://www.flaviof.com/blog/work/how-to-odl-with-openstack-part1.html
if you can please, take a peek and
|
By
Flavio Fernandes <ffernand@...>
·
#1455
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
What was the solution for the cases where ODL connects to the ovsdb nodes? In that case odl only has the ip:port of the node to make the outgoing connection.
The idea in this thread is to use the
What was the solution for the cases where ODL connects to the ovsdb nodes? In that case odl only has the ip:port of the node to make the outgoing connection.
The idea in this thread is to use the
|
By
Sam Hague
·
#1454
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Just to address the question from following mail. The way you specify the columns to select operation is you call setColumn(..) on a select.
Example:
Select<GenericTableSchema> bridgeSelect =
Just to address the question from following mail. The way you specify the columns to select operation is you call setColumn(..) on a select.
Example:
Select<GenericTableSchema> bridgeSelect =
|
By
Amit Mandke (ammandke) <ammandke@...>
·
#1453
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
This can be done in OvsdbNodeCreateCommand. The issue I see there is changing the signature of the OvsdbNodeCreateCommand’s constructor.
Let me know if its ok to change the signature and pass
This can be done in OvsdbNodeCreateCommand. The issue I see there is changing the signature of the OvsdbNodeCreateCommand’s constructor.
Let me know if its ok to change the signature and pass
|
By
Prateek Garg (prategar) <prategar@...>
·
#1452
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
And why change ConnectionInfo (that really really is info about the ip and port...)
Ed
And why change ConnectionInfo (that really really is info about the ip and port...)
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1451
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Prateek,
Question... why not in the OvsdbNodeCreateCommand where all of the other operational info is being created and written?
Ed
Prateek,
Question... why not in the OvsdbNodeCreateCommand where all of the other operational info is being created and written?
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1450
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Hi Ed,
The way I am implementing this is:
In OvsdbConnectionManager’s connected method, I’ll set system-Id from external_ids of open_Vswitch table in ConnectionInfo key (I’ll modify yang to add
Hi Ed,
The way I am implementing this is:
In OvsdbConnectionManager’s connected method, I’ll set system-Id from external_ids of open_Vswitch table in ConnectionInfo key (I’ll modify yang to add
|
By
Prateek Garg (prategar) <prategar@...>
·
#1449
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Hi Ed,
I do not know the protocol, does the OVSDB send all the data to the manager once you set the manager in the OVS? @ what point do we create the ovsdb id for the
Hi Ed,
I do not know the protocol, does the OVSDB send all the data to the manager once you set the manager in the OVS? @ what point do we create the ovsdb id for the
|
By
Sharon Aicler
·
#1448
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Sharon,
That UUID should already be there with whatever OpenVSwitch object we have... no need to ask for it again...
Ed
Sharon,
That UUID should already be there with whatever OpenVSwitch object we have... no need to ask for it again...
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1447
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
I'm guessing we need the uuid of the OVS to start and create the Operational State.
________________________________________
Sent: Wednesday, April 22, 2015 2:58 PM
To: Prateek Garg (prategar)
Cc:
I'm guessing we need the uuid of the OVS to start and create the Operational State.
________________________________________
Sent: Wednesday, April 22, 2015 2:58 PM
To: Prateek Garg (prategar)
Cc:
|
By
Sharon Aicler
·
#1446
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Prateek,
Why are you doing a select? (curious) :)
Ed
Prateek,
Why are you doing a select? (curious) :)
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1445
·
|
|
Re: [Need Help] Arbitrary connection port is part of the node-id
Hi,
While implementing this use case I need some help using the select operation of ovsdb library. I am trying to read the Open_vSwitch table to get the data in external-ids. I am doing the
Hi,
While implementing this use case I need some help using the select operation of ovsdb library. I am trying to read the Open_vSwitch table to get the data in external-ids. I am doing the
|
By
Prateek Garg (prategar) <prategar@...>
·
#1444
·
|
|
Re: OVSDB M4 Status
Hi Sam,
Could you provide me a link for item #4, I don't see an ovsdb csit from here https://jenkins.opendaylight.org/releng/view/CSIT-1node/
Thanks,
George
Hi Sam,
Could you provide me a link for item #4, I don't see an ovsdb csit from here https://jenkins.opendaylight.org/releng/view/CSIT-1node/
Thanks,
George
|
By
George Zhao <George.Y.Zhao@...>
·
#1443
·
|
|
OVSDB M4 Status
1) API freeze achieved. (All externally accessible APIs [Stable and Provisional] may not be modified.) Yes/No.
Yes
2) Document word counts for each documents: (Please provide word counts for ascii
1) API freeze achieved. (All externally accessible APIs [Stable and Provisional] may not be modified.) Yes/No.
Yes
2) Document word counts for each documents: (Please provide word counts for ascii
|
By
Sam Hague
·
#1442
·
|
|
M4 status is due for OVSDB
Hello,
Please submit M4 status for OVSDB.
The M4 template:
https://lists.opendaylight.org/pipermail/release/2015-March/001669.html
Thanks,
George
Hello,
Please submit M4 status for OVSDB.
The M4 template:
https://lists.opendaylight.org/pipermail/release/2015-March/001669.html
Thanks,
George
|
By
George Zhao <George.Y.Zhao@...>
·
#1441
·
|
|
Re: Arbitrary connection port is part of the node-id
The config/operational synch is best handled a little differently.
When you try to config an ovsdb-node to connect... you don't *really* know the systemid... just the IP:port.
The way we solved this
The config/operational synch is best handled a little differently.
When you try to config an ovsdb-node to connect... you don't *really* know the systemid... just the IP:port.
The way we solved this
|
By
Edward Warnicke <hagbard@...>
·
#1440
·
|
|
Re: Arbitrary connection port is part of the node-id
Hi,
In my opinion, the we can replace the node-id of the ovsdb node in md-sal to contain system_id from external properties. This would make sure that the config and operation store are in synch in
Hi,
In my opinion, the we can replace the node-id of the ovsdb node in md-sal to contain system_id from external properties. This would make sure that the config and operation store are in synch in
|
By
Prateek Garg (prategar) <prategar@...>
·
#1439
·
|
|
[MDSAL] TerminationPoint list not populated
Hello guys,
No matter how hard I try (have multiple port/interfaces on OVS Bridge, have disconnected/connected manager), the Node TerminationPoint list remains empty and also the
Hello guys,
No matter how hard I try (have multiple port/interfaces on OVS Bridge, have disconnected/connected manager), the Node TerminationPoint list remains empty and also the
|
By
Andrej Kincel -X (akincel - Pantheon Technologies SRO@Cisco) <akincel@...>
·
#1438
·
|
|
VXLAN support in Helium SR3
Hi,
We are working on establishing a VXLAN tunnel between two OVS and we are not sure if Helium SR3 supports this kind of feature by setting up through the RESTCONF API. Could you give us some
Hi,
We are working on establishing a VXLAN tunnel between two OVS and we are not sure if Helium SR3 supports this kind of feature by setting up through the RESTCONF API. Could you give us some
|
By
Etxahun Sanchez Basterrechea <esanchez@...>
·
#1437
·
|
|
OvsdbPortUpdateCommand honors only port update with bridge updates
Hi ovsdb dev team,
I observed that OvsdbPortUpdateCommand checks updated rows of ports only. However it misses on further updates of Interfaces. So some attributesdo not end up in the operational
Hi ovsdb dev team,
I observed that OvsdbPortUpdateCommand checks updated rows of ports only. However it misses on further updates of Interfaces. So some attributesdo not end up in the operational
|
By
Amit Mandke (ammandke) <ammandke@...>
·
#1436
·
|