|
Re: Arbitrary connection port is part of the node-id
Make sure we build in the same mechanism of storing iids in external_ids that we use for bridges so that if someone configures a connection as an ovsdb-node, it comes *back* in operational store with
Make sure we build in the same mechanism of storing iids in external_ids that we use for bridges so that if someone configures a connection as an ovsdb-node, it comes *back* in operational store with
|
By
Edward Warnicke <hagbard@...>
·
#1435
·
|
|
Re: Arbitrary connection port is part of the node-id
ok!
— flavio
By
Flavio Fernandes <ffernand@...>
·
#1434
·
|
|
Re: Arbitrary connection port is part of the node-id
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
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
|
By
Sharon Aicler
·
#1433
·
|
|
Re: 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
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
|
By
Sharon Aicler
·
#1432
·
|
|
Q on TerminationPointDelete
Hi,
I was testing with latest code and tried to delete termination point (OvsdbTerminationPointAugmentation). I see that its getting deleted from config store. But not from operational store though.
I
Hi,
I was testing with latest code and tried to delete termination point (OvsdbTerminationPointAugmentation). I see that its getting deleted from config store. But not from operational store though.
I
|
By
Vaishali Mithbaokar (vmithbao) <vmithbao@...>
·
#1431
·
|
|
Re: Arbitrary connection port is part of the node-id
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
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
|
By
Flavio Fernandes <ffernand@...>
·
#1430
·
|
|
Re: Arbitrary connection port is part of the node-id
Hi,
Sorry, but does't a docker has a unique ip?
________________________________________
Sent: Friday, April 17, 2015 4:23 AM
To: Sharon Aicler (saichler)
Cc: ovsdb-dev@...
Subject:
Hi,
Sorry, but does't a docker has a unique ip?
________________________________________
Sent: Friday, April 17, 2015 4:23 AM
To: Sharon Aicler (saichler)
Cc: ovsdb-dev@...
Subject:
|
By
Sharon Aicler
·
#1429
·
|
|
Re: Infinite Compilation Loop in Southbound-karaf
This was a problem that *should* have been fixed on Friday (aka... a patch went in from Tony, it fixed the issue in the places I was seeing it at least... so *hopefully* that means its fixed for
This was a problem that *should* have been fixed on Friday (aka... a patch went in from Tony, it fixed the issue in the places I was seeing it at least... so *hopefully* that means its fixed for
|
By
Edward Warnicke <hagbard@...>
·
#1428
·
|
|
Re: AAA exception
Hi,
could you send us the exact auth or token you're using?
Thanks,
Wojciech.
Hi,
could you send us the exact auth or token you're using?
Thanks,
Wojciech.
|
By
Wojciech Dec <wdec.ietf@...>
·
#1427
·
|
|
Re: Infinite Compilation Loop in Southbound-karaf
Something similar happened in the lispflowmapping project. In our case
doing a 'mvn clean install -U' (to update snapshots) fixed the problem.
-Lori
Something similar happened in the lispflowmapping project. In our case
doing a 'mvn clean install -U' (to update snapshots) fixed the problem.
-Lori
|
By
Lori Jakab <lojakab@...>
·
#1426
·
|
|
Re: AAA exception
What versions of OpenStack and ODL are you using? I don’t remember exactly but this looks similar to exception that I got when using wrong versions of ODL and OpenStack.
What versions of OpenStack and ODL are you using? I don’t remember exactly but this looks similar to exception that I got when using wrong versions of ODL and OpenStack.
|
By
Vishal Thapar <vishal.thapar@...>
·
#1425
·
|
|
AAA exception
Hi,
I am seeing following error with Openstack. Is it a known issue? Any work around?
Thanks,
--Mohnish
----------------------------------------------------------------------------------
Hi,
I am seeing following error with Openstack. Is it a known issue? Any work around?
Thanks,
--Mohnish
----------------------------------------------------------------------------------
|
By
Mohnish Anumala
·
#1424
·
|
|
Re: Infinite Compilation Loop in Southbound-karaf
FWIW, I saw something similar in the SFC project. The problem started with a gerrit that modified references to the karaf version, and was fixed by a subsequent gerrit. Not sure if this is the same
FWIW, I saw something similar in the SFC project. The problem started with a gerrit that modified references to the karaf version, and was fixed by a subsequent gerrit. Not sure if this is the same
|
By
Thomas Bachman
·
#1423
·
|
|
Infinite Compilation Loop in Southbound-karaf
Hello,
Anybody else is getting some sort of infinite compilation loop in southbound-karaf ?
mvn clean install is looping in [INFO]...
Hello,
Anybody else is getting some sort of infinite compilation loop in southbound-karaf ?
mvn clean install is looping in [INFO]...
|
By
Gabriel Robitaille-Montpetit <grmontpetit@...>
·
#1422
·
|
|
Re: Arbitrary connection port is part of the node-id
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
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
|
By
Flavio Fernandes <ffernand@...>
·
#1421
·
|
|
Arbitrary connection port is part of the node-id
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
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
|
By
Sharon Aicler
·
#1420
·
|
|
get together to talk about Openstack L3 FWD using OVSDB's net-virt
Hi folks,
If you have interest in helping out with the implementation of L3 forwarding using the ovsdb’s network virtualization,
then please let me know!
We are in the sync up stage of what we
Hi folks,
If you have interest in helping out with the implementation of L3 forwarding using the ovsdb’s network virtualization,
then please let me know!
We are in the sync up stage of what we
|
By
Flavio Fernandes <ffernand@...>
·
#1419
·
|
|
Re: [neutron-dev] Enabling the Neutron router APIs for Opendaylight
The Neutron NB was handling those back in Hydrogen, so if they aren't working now, we'll need to fix them...
Ryan
neutron-dev-bounces@... wrote on 04/15/2015 09:23:49 PM:
> From: Kyle Mestery
The Neutron NB was handling those back in Hydrogen, so if they aren't working now, we'll need to fix them...
Ryan
neutron-dev-bounces@... wrote on 04/15/2015 09:23:49 PM:
> From: Kyle Mestery
|
By
Ryan Moats <rmoats@...>
·
#1418
·
|
|
configure qos queues using opendaylight
Hi
I need to configure QOS queues on Openvswitch from remote system.The OVS is connected to Opendaylight controller.Please help me regarding this.
Thanks
Abhishek Jain
Hi
I need to configure QOS queues on Openvswitch from remote system.The OVS is connected to Opendaylight controller.Please help me regarding this.
Thanks
Abhishek Jain
|
By
abhishek jain <ashujain9727@...>
·
#1416
·
|
|
Re: ovsdb used postman failed in Helium
Vinllen,
that is an older tutorial. Could you look at this one [1] instead?
Thanks, Sam
[1] https://wiki.opendaylight.org/view/OVSDB:Helium_and_Openstack_on_Fedora20
Vinllen,
that is an older tutorial. Could you look at this one [1] instead?
Thanks, Sam
[1] https://wiki.opendaylight.org/view/OVSDB:Helium_and_Openstack_on_Fedora20
|
By
Sam Hague
·
#1415
·
|