Re: Arbitrary connection port is part of the node-id


Flavio Fernandes <ffernand@...>
 

On Apr 20, 2015, at 3:24 PM, Sharon Aicler (saichler) <saichler@...> wrote:

Hi,
Sorry, but does't a docker has a unique ip?
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



________________________________________
From: Flavio Fernandes [ffernand@...]
Sent: Friday, April 17, 2015 4:23 AM
To: Sharon Aicler (saichler)
Cc: ovsdb-dev@...
Subject: Re: [ovsdb-dev] Arbitrary connection port is part of the node-id

On Apr 16, 2015, at 6:53 PM, Sharon Aicler (saichler) <saichler@...> wrote:

Hi all,
The node-id of an ovs bridge contains the arbitrary port of the outgoing connection instance and looks something like the following:
ovsdb://10.156.48.239:39490/bridge/br-ex

This creates an issue if i place something in the configuration store and the connection goes down due to some reason, the node-id will change each time the connection is lost or I restart ODL/OVSDB.
Any reason for this? can't we just use the ip? i don't think you can run two instances of OVS in the same VM…
Hi Sharon,

That is not true. I’ve seen a VM with many OVS instances running; mostly in a docker environment.

But I see your point. When OVS is connecting to ODL (i.e. active method) the port is not predictable. When ODL connects to
an OVS (passive mode), ODL will need to know that port, tho; so the solution to this problem should ideally work on both
scenarios.

— flavio




Thanks,
Sharon.
_______________________________________________
ovsdb-dev mailing list
ovsdb-dev@...
https://lists.opendaylight.org/mailman/listinfo/ovsdb-dev

Join z.archive.ovsdb-dev@lists.opendaylight.org to automatically receive all group messages.