Re: OVSDB node-id
Anil Vishnoi
Yes Luis.. In the above output, this is what was causing the problem external_ids : {opendaylight-iid="/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://127.0.0.1:6644']", system-id="2a99951a-5a22-4b09-9bc9-68cfd2a36cd5"} And cleaning it up fixed the problem. Anil
On Tue, Jun 23, 2015 at 12:44 AM, Luis Gomez <ecelgp@...> wrote:
--
Thanks Anil
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
Thanks Eric, this worked perfect.
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Multanen, Eric W
A command like this:
sudo ovs-vsctl remove open_vswitch . external-id "opendaylight-iid"
will remove the instance id setting from the open_vswitch table.
From: ovsdb-dev-bounces@... [mailto:ovsdb-dev-bounces@...]
On Behalf Of Luis Gomez
Sent: Monday, June 22, 2015 12:00 PM To: Edward Warnicke Cc: ovsdb-dev Subject: Re: [ovsdb-dev] OVSDB node-id
OK makes sense, I will just need to find a way to reset the id in my local OVS to reproduce the CI behavior.
BR/Luis
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
Yes, you can do that for now.
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
OK makes sense, I will just need to find a way to reset the id in my local OVS to reproduce the CI behavior. BR/Luis
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Chaudhry usama <chaudhryusama@...>
To test that, we can change the order of the test suites( connection from ODL to ovs then ovs to controller) to be assure. Should i push the patch ?
On Mon, Jun 22, 2015 at 11:50 PM, Luis Gomez <ecelgp@...> wrote:
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Edward Warnicke <hagbard@...>
Luis, That could be it... if you create an OVSDB node with that instance id from ODL, disconnect ODL (or restart it) and reconnect. It will believe the iid stored in OVSDB rather than constructing a new one. Ed
On Mon, Jun 22, 2015 at 12:50 PM, Luis Gomez <ecelgp@...> wrote:
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
I am thinking because my OVS was previously accessed from ODL, maybe something is written in the OVS that changes the behavior when the OVS connects to controller. The VMs in CI are fresh new every test and that could explain the difference. BR/Luis
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
open_vswitch table dump in my local system: mininet@mininet-vm:~\> sudo ovs-vsctl list open_vswitch _uuid : 8625e529-b120-425d-ae73-39757be6e38b bridges : [6713f071-3c2d-4eb5-9ad3-cc286882b1e1, 81cd2db3-6cec-47c2-85ae-0277aaa3f191, d73933ff-8761-46c2-b1a4-4294431cb9f6, f188038b-155b-4976-bb60-f36bb13b8f17] cur_cfg : 205828 db_version : "7.3.0" external_ids : {opendaylight-iid="/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://127.0.0.1:6644']", system-id="2a99951a-5a22-4b09-9bc9-68cfd2a36cd5"} manager_options : [4a640c37-39b6-4644-b0a5-08260c8a91ff] next_cfg : 205828 other_config : {} ovs_version : "2.0.2" ssl : [] statistics : {} system_type : Ubuntu system_version : "14.04-trusty"
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Chaudhry usama <chaudhryusama@...>
Hi, I tried two different cases each time I got the same result. The node-id is "ovsdb//MininetIP:6644".Case 1: Controller Robot And OVS on same machine
On Mon, Jun 22, 2015 at 11:18 PM, Anil Vishnoi <vishnoianil@...> wrote:
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Anil Vishnoi
Luis, On your local machine, can you try 'ovsdb-client dump' command. It will dump all the tables of ovsdb database and in those table look for Open_Vswitch table and see if there is a string "ovsdb://127.0.0.1:6644” in any column. Thanks Anil
On Mon, Jun 22, 2015 at 11:39 PM, Luis Gomez <ecelgp@...> wrote:
--
Thanks Anil
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
Yes
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Anil Vishnoi
Luis in both the case connection is initiated from OVS?
On Mon, Jun 22, 2015 at 10:54 PM, Luis Gomez <ecelgp@...> wrote:
--
Thanks Anil
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Luis Gomez
Hi Anil, I have tested RC2 and also latest integration distribution from Nexus in my setup and I still see OVSDB id in the form of "node-id": "ovsdb://127.0.0.1:6644”. However in ODL CI I see the other format, I am not sure what is going on… BR/Luis
|
||||||||||||||||||
|
||||||||||||||||||
Re: Invitation: OVSDB VTEP meeting @ Weekly from 7am to 8am on Tuesday (abhijitkoss@gmail.com)
Abhijit Kumbhare
How do I add it to the ODL google calendar? Will do it after we get the Webex.
On Mon, Jun 22, 2015 at 9:05 AM, Edward Warnicke <hagbard@...> wrote:
|
||||||||||||||||||
|
||||||||||||||||||
Re: Invitation: OVSDB VTEP meeting @ Weekly from 7am to 8am on Tuesday (abhijitkoss@gmail.com)
Edward Warnicke <hagbard@...>
Could we get this added to the central ODL Google Calendar as well? Ed
On Mon, Jun 22, 2015 at 9:34 AM, Abhijit Kumbhare <abhijitkoss@...> wrote:
|
||||||||||||||||||
|
||||||||||||||||||
Invitation: OVSDB VTEP meeting @ Weekly from 7am to 8am on Tuesday (abhijitkoss@gmail.com)
Abhijit Kumbhare
|
||||||||||||||||||
|
||||||||||||||||||
Are there any blocking bugs for Lithium that need to be addressed or release noted?
Sam Hague
Hi all,
are there any bugs that need to be in for Lithium? Also are there any bugs that we need to release note since they will not be fixed? The final build RC2 was built last night so any non-blockers will need to have a release note. If you have any updates please let me know today. The release review for OVSDB is tomorrow morning and this info will be covered. Thanks, Sam
|
||||||||||||||||||
|
||||||||||||||||||
Re: ODL OVSDB hardware vtep support initial kick-off
Anil Vishnoi
fine with me as well.
On Tue, Jun 16, 2015 at 11:15 PM, Sam Hague <shague@...> wrote:
--
Thanks Anil
|
||||||||||||||||||
|
||||||||||||||||||
Re: OVSDB node-id
Anil Vishnoi
Patches in question were merged on 2nd june (one of them was https://git.opendaylight.org/gerrit/#/c/21448/). So if you are running integration build, you need to pull the latest code integration repo and build it.
On Mon, Jun 22, 2015 at 11:32 AM, Chaudhry usama <chaudhryusama@...> wrote:
--
Thanks Anil
|
||||||||||||||||||
|