This group is locked. No changes can be made to the group while it is locked.
Re: Arbitrary connection port is part of the node-id
Sharon Aicler
Hi,
A further investigation by Amit has revealed that the system uuid is automatically set by the OVS so we can use it out of the box to identify an OVS instance. To see the external ID you can invoke the following cli: ovs-vsctl --columns=external-ids list open_vswitch looks like a win/win situation to me...:o) Thanks, Sharon. ________________________________________ From: ovsdb-dev-bounces@... [ovsdb-dev-bounces@...] on behalf of Sharon Aicler (saichler) Sent: Monday, April 20, 2015 3:41 PM To: Flavio Fernandes Cc: ovsdb-dev@... Subject: Re: [ovsdb-dev] Arbitrary connection port is part of the node-id In that case you are kind of "gambling" that two of your dockers won't choose the same arbitrary port...:o) In any case, we can't have the ID of an element arbitrary change all the time...As a quick and dirty fix, i would drop the port (and the "behind a NAT" scenario) so ovsdb id's would be predictable and not change per connection (it can even change in run-time if there was some network connectivity issue)... A more suitable solution is probably generating and assigning a uuid to each of the managed instances, if one does not exist...a quick googling i found the following cli method: ovs-vsctl set open_vswitch . external-ids:system-id='"${UUID}"' Thanks, Sharon. ________________________________________ From: Flavio Fernandes [ffernand@...] Sent: Monday, April 20, 2015 1:25 PM To: Sharon Aicler (saichler) Cc: ovsdb-dev@... Subject: Re: [ovsdb-dev] Arbitrary connection port is part of the node-id On Apr 20, 2015, at 3:24 PM, Sharon Aicler (saichler) <saichler@...> wrote:yes and no. ;) I’m used to see docker behind nat on the vm that hosts the containers. Then, from 'outside' the vm, various ovs instances reached using the same ip, but different ports. Like this: docker run -p 16640:6640 blablabla docker run -p 16641:6640 blablabla docker run -p 16642:6640 blablabla … — flavio _______________________________________________________________________________________ ovsdb-dev mailing list ovsdb-dev@... https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev |