|
Change in json to connect with southbound
Guys,
Yesterday, in order to more cleanly capture both the remote/local IP of a connection,
we shifted to putting that stuff under a container called ConnectionInfo in the ovsdb-node.
As a
Guys,
Yesterday, in order to more cleanly capture both the remote/local IP of a connection,
we shifted to putting that stuff under a container called ConnectionInfo in the ovsdb-node.
As a
|
By
Edward Warnicke <hagbard@...>
·
#1395
·
|
|
Re: [OVSDB MDSAL] Creating VXLAN tunnel
Thank you guys for explaining the situation and giving valuable hints.
Probably I'll try to stick with the solution Sam proposed and then move to usage of Overlay once it will be completed.
Marcus,
Thank you guys for explaining the situation and giving valuable hints.
Probably I'll try to stick with the solution Sam proposed and then move to usage of Overlay once it will be completed.
Marcus,
|
By
Andrej Kincel -X (akincel - Pantheon Technologies SRO@Cisco) <akincel@...>
·
#1394
·
|
|
Re: [OVSDB MDSAL] Creating VXLAN tunnel
Andrej,
I am indeed working on the overlay model provider that will stand up a tunnel using the OVSDB Southbound, but functionality is a work in progress. The overlay would function by sitting on top
Andrej,
I am indeed working on the overlay model provider that will stand up a tunnel using the OVSDB Southbound, but functionality is a work in progress. The overlay would function by sitting on top
|
By
Koontz, Marcus G <marcus.g.koontz@...>
·
#1393
·
|
|
Re: [OVSDB MDSAL] Creating VXLAN tunnel
Andrej,
are you asking for how to find the vtep ip addresses so you can set the local_ip and remote_ip addresses? If so then we get that from using the other_config:local_ip value in the Open_vSwitch
Andrej,
are you asking for how to find the vtep ip addresses so you can set the local_ip and remote_ip addresses? If so then we get that from using the other_config:local_ip value in the Open_vSwitch
|
By
Sam Hague
·
#1391
·
|
|
[OVSDB MDSAL] Creating VXLAN tunnel
Hello guys,
I would like to ask for an advice on how to configure VXLAN tunnel between two OVS Bridges, while using purely only OVSDB MDSAL Southbound API.
I can configure Port/Interface
Hello guys,
I would like to ask for an advice on how to configure VXLAN tunnel between two OVS Bridges, while using purely only OVSDB MDSAL Southbound API.
I can configure Port/Interface
|
By
Andrej Kincel -X (akincel - Pantheon Technologies SRO@Cisco) <akincel@...>
·
#1390
·
|
|
Devstack Compute node can not get br-int and communicate with OVSDB
HI,
My environment with three entity computer(no VM with my environment)
I follow this guide: http://networkstatic.net/updated-devstack-opendaylight-vm-image-for-openstack-icehouse/
to setup my ODL &
HI,
My environment with three entity computer(no VM with my environment)
I follow this guide: http://networkstatic.net/updated-devstack-opendaylight-vm-image-for-openstack-icehouse/
to setup my ODL &
|
By
李易叡 <blowdriver@...>
·
#1392
·
|
|
Re: [integration-dev] running tempest tests
Cool! That's really, really useful. I wonder if we can't get it to actually feed back into Jenkins to list the failed tests using the Jenkins APIs.
--Colin
Cool! That's really, really useful. I wonder if we can't get it to actually feed back into Jenkins to list the failed tests using the Jenkins APIs.
--Colin
|
By
Colin Dixon <colin@...>
·
#1389
·
|
|
Re: [integration-dev] running tempest tests
To make it a bit easier to display the counts, consider using this handy script I added:
To make it a bit easier to display the counts, consider using this handy script I added:
|
By
Flavio Fernandes <ffernand@...>
·
#1388
·
|
|
Re: Is anyone working on the following issues?
Thanks Sam,
It might be that on later versions of OVS it is like that, I will investigate.
Thanks Sam,
It might be that on later versions of OVS it is like that, I will investigate.
|
By
Sharon Aicler
·
#1387
·
|
|
Re: Is anyone working on the following issues?
Sharon,
as a workaround can you aggregate the add-port and set interface commands:
ovs-vsctl add-port br-ex patch1-vlan-100 -- set interface patch1-vlan-100 type=patch
Sharon,
as a workaround can you aggregate the add-port and set interface commands:
ovs-vsctl add-port br-ex patch1-vlan-100 -- set interface patch1-vlan-100 type=patch
|
By
Sam Hague
·
#1386
·
|
|
Re: Is anyone working on the following issues?
Thank Sam for the quick reply,
I think a "no operational state" is a valid state, no? The issue i am raising is that "-1" ofport is defined as an illegal value, hence causing issues.
Thank Sam for the quick reply,
I think a "no operational state" is a valid state, no? The issue i am raising is that "-1" ofport is defined as an illegal value, hence causing issues.
|
By
Sharon Aicler
·
#1385
·
|
|
Re: Is anyone working on the following issues?
By
Sam Hague
·
#1384
·
|
|
Is anyone working on the following issues?
Hi,
I have pulled the latest ovsdb code and compiled it. I have noticed a few issues and before i dig in to try and fix them, I would like to know if someone is aware of them and might
Hi,
I have pulled the latest ovsdb code and compiled it. I have noticed a few issues and before i dig in to try and fix them, I would like to know if someone is aware of them and might
|
By
Sharon Aicler
·
#1383
·
|
|
Re: Notification for OVSDB database changes
Hi,
We support Websockets for listening on changes in Opendaylight datastore,
For receiving events via Websockets please see:
Hi,
We support Websockets for listening on changes in Opendaylight datastore,
For receiving events via Websockets please see:
|
By
Tony Tkacik -X (ttkacik - Pantheon Technologies SRO@Cisco) <ttkacik@...>
·
#1382
·
|
|
Notification from OVSDB to DLUX
Hi,
I want to implement a notification mechanism logic for the OpenDayLight to the DLUX GUI.
Basically my GUI needs to get notified when there is a change happened to the OVSDB tables.
How I can I
Hi,
I want to implement a notification mechanism logic for the OpenDayLight to the DLUX GUI.
Basically my GUI needs to get notified when there is a change happened to the OVSDB tables.
How I can I
|
By
Abdul Rasheed
·
#1381
·
|
|
Updated integration test wiki to include SouthboundIT usage
Hi all,
I updated the OVSDB integration Test wiki [1] to include how to run the southbound integration tests.
Add new tests to SouthboundIT.java.
Thanks, Sam
[1]
Hi all,
I updated the OVSDB integration Test wiki [1] to include how to run the southbound integration tests.
Add new tests to SouthboundIT.java.
Thanks, Sam
[1]
|
By
Sam Hague
·
#1380
·
|
|
Re: [controller-dev] Table Names Display on Dlux UI
You can add a new angularjs based javascript module for application. If you are using Lithium code, follow this wiki https://wiki.opendaylight.org/view/OpenDaylight_dlux:Add_new_application, else, if
You can add a new angularjs based javascript module for application. If you are using Lithium code, follow this wiki https://wiki.opendaylight.org/view/OpenDaylight_dlux:Add_new_application, else, if
|
By
Harman Singh (harmasin) <harmasin@...>
·
#1379
·
|
|
Re: [controller-dev] OpenFlow Plugin & OpenFlow Java Bugs Blocking other projects
I haven't tried the latest in a bit, but this bug:
https://bugs.opendaylight.org/show_bug.cgi?id=2896
was mostly fixed. I say mostly because the Nicira extensions that are needed by the regular GBP
I haven't tried the latest in a bit, but this bug:
https://bugs.opendaylight.org/show_bug.cgi?id=2896
was mostly fixed. I say mostly because the Nicira extensions that are needed by the regular GBP
|
By
Thomas Bachman
·
#1378
·
|
|
Re: OpenFlow Plugin & OpenFlow Java Bugs Blocking other projects
So the following was fixed by Ed on Friday (will remove it from the weather page):
GroupMods not being written to second switch : https://bugs.opendaylight.org/show_bug.cgi?id=2913
Is the following
So the following was fixed by Ed on Friday (will remove it from the weather page):
GroupMods not being written to second switch : https://bugs.opendaylight.org/show_bug.cgi?id=2913
Is the following
|
By
Abhijit Kumbhare
·
#1377
·
|
|
Re: Error in module 'network-topology' at line 289: Can not add 'list external-ids' to 'list node' in module 'network-topology': node with same name already declared at line 289
Thanks, Sam! I was looking for the info on the mid-air collision.
— flavio
Thanks, Sam! I was looking for the info on the mid-air collision.
— flavio
|
By
Flavio Fernandes <ffernand@...>
·
#1376
·
|