|
no tempest results in latest build 7
Hi folks,
The latest run on daily openstack [1] failed to stack due to an open issue in the neutron
project [2]. I will be working with Ryan on this, so we can resume out tempest operations
asap.
We
Hi folks,
The latest run on daily openstack [1] failed to stack due to an open issue in the neutron
project [2]. I will be working with Ryan on this, so we can resume out tempest operations
asap.
We
|
By
Flavio Fernandes <ffernand@...>
·
#1355
·
|
|
Table Names Display on Dlux UI
Hi Team,
We have developed the MD-SAL based application to fetching the table names from ovsdb.
We are getting the values in apidoc UI (swagger ui).
We would like to display the values in DLux UI .
Hi Team,
We have developed the MD-SAL based application to fetching the table names from ovsdb.
We are getting the values in apidoc UI (swagger ui).
We would like to display the values in DLux UI .
|
By
LNT-OpenDayLight
·
#1354
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
BTW,
https://git.opendaylight.org/gerrit/#/c/17425/
"* OVS Bridge is successfully written into OVSDB Config store, but it is not instantiated on corresponding OpenVSwitch instance yet"
From:
BTW,
https://git.opendaylight.org/gerrit/#/c/17425/
"* OVS Bridge is successfully written into OVSDB Config store, but it is not instantiated on corresponding OpenVSwitch instance yet"
From:
|
By
Reinaldo Penno <rapenno@...>
·
#1353
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
Summarizing what we just discussed on the phone…
In steady state every switch in OVSDB’s operational store has an associated SFC abstraction called SFF in SFC’s configuration data store. This
Summarizing what we just discussed on the phone…
In steady state every switch in OVSDB’s operational store has an associated SFC abstraction called SFF in SFC’s configuration data store. This
|
By
Reinaldo Penno <rapenno@...>
·
#1352
·
|
|
Re: Tests failure in MDSAL southbound plugin
Hi,
I cloned the project again, and it worked fine. Now I am developing my own MDSAL plugin, but importing ovsdb plugin and library bundles. I added dependencies in the POM file and also updated the
Hi,
I cloned the project again, and it worked fine. Now I am developing my own MDSAL plugin, but importing ovsdb plugin and library bundles. I added dependencies in the POM file and also updated the
|
By
Magreth
·
#1351
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
Since you say “default”, are you implying that operational can be persistence through a configuration knob?
From: Tom Pantelis <tompantelis@...>
Date: Tuesday, March 31, 2015 at 7:56 AM
To:
Since you say “default”, are you implying that operational can be persistence through a configuration knob?
From: Tom Pantelis <tompantelis@...>
Date: Tuesday, March 31, 2015 at 7:56 AM
To:
|
By
Reinaldo Penno <rapenno@...>
·
#1350
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
Persistence is only enabled by default for config.
Persistence is only enabled by default for config.
|
By
Tom Pantelis <tompantelis@...>
·
#1349
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
I’ll update the wiki for operational data being non-persistent by default.
From: Reinaldo Penno <rapenno@...>
Date: Tuesday, March 31, 2015 at 7:54 AM
To: Edward Warnicke <hagbard@...>
Cc:
I’ll update the wiki for operational data being non-persistent by default.
From: Reinaldo Penno <rapenno@...>
Date: Tuesday, March 31, 2015 at 7:54 AM
To: Edward Warnicke <hagbard@...>
Cc:
|
By
Moiz Raja (moraja) <moraja@...>
·
#1348
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
The wiki says both. But even if only config was maintained the questions still apply.
From: Edward Warnicke <hagbard@...>
Date: Tuesday, March 31, 2015 at 7:05 AM
To: Reinaldo Penno
The wiki says both. But even if only config was maintained the questions still apply.
From: Edward Warnicke <hagbard@...>
Date: Tuesday, March 31, 2015 at 7:05 AM
To: Reinaldo Penno
|
By
Reinaldo Penno <rapenno@...>
·
#1347
·
|
|
Re: [controller-dev] OVSDB, SFC and clustering
Reinaldo,
I believe that persistence is only turned on for the config data store, not the operational datastore, so on reboot, operational data would be refreshed.
Ed
Reinaldo,
I believe that persistence is only turned on for the config data store, not the operational datastore, so on reboot, operational data would be refreshed.
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1346
·
|
|
Sample Examples for OVSDB operations
Hi,
We are new to OVSDB, Could you please provide us information or any sample examples on how to perform (Select, Update, Delete) operations on OVSDB.
Any help on forum to perform these operations
Hi,
We are new to OVSDB, Could you please provide us information or any sample examples on how to perform (Select, Update, Delete) operations on OVSDB.
Any help on forum to perform these operations
|
By
LNT-OpenDayLight
·
#1345
·
|
|
OVSDB, SFC and clustering
I’m facing some problems with clustering in SFC and stumbled on an issue with OVSDB
The access pattern is the following:
OpenvSwitch connects to ODL
OVSDB creates data in config
I’m facing some problems with clustering in SFC and stumbled on an issue with OVSDB
The access pattern is the following:
OpenvSwitch connects to ODL
OVSDB creates data in config
|
By
Reinaldo Penno <rapenno@...>
·
#1344
·
|
|
Re: Tests failure in MDSAL southbound plugin
Margreth,
What is the output of
git status
and
git log -3
for your code base?
(I'm asking, because master *seems* to be OK right now... and so want to see where you are building from :) )
Ed
Margreth,
What is the output of
git status
and
git log -3
for your code base?
(I'm asking, because master *seems* to be OK right now... and so want to see where you are building from :) )
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1343
·
|
|
Tests failure in MDSAL southbound plugin
Hi,
I am going through this wiki page, but after I execute "mvn clean install" in southbound directory I get errors below (Note: I took just the first error because all of them are related). It looks
Hi,
I am going through this wiki page, but after I execute "mvn clean install" in southbound directory I get errors below (Note: I took just the first error because all of them are related). It looks
|
By
Magreth
·
#1342
·
|
|
Re: Checkstyle fail on error is enabled
Dude... you are a far braver man than I... ;)
Ed
Dude... you are a far braver man than I... ;)
Ed
|
By
Edward Warnicke <hagbard@...>
·
#1341
·
|
|
Checkstyle fail on error is enabled
Hi all,
make sure to rebase your views before pushing any commits today. We have enabled the checkstyle rules and the builds will fail on the errors.
If you want to ignore checkstyle I think you can
Hi all,
make sure to rebase your views before pushing any commits today. We have enabled the checkstyle rules and the builds will fail on the errors.
If you want to ignore checkstyle I think you can
|
By
Sam Hague
·
#1340
·
|
|
Internship Proposal
From: Aswin Chidambaram-Pappa <aswincp@...>
Date: Sat, Mar 28, 2015 at 2:53 PM
Subject: Internship Proposal
Proposed Project for Internship:
To make the Distributed Virtual Router to work in an
From: Aswin Chidambaram-Pappa <aswincp@...>
Date: Sat, Mar 28, 2015 at 2:53 PM
Subject: Internship Proposal
Proposed Project for Internship:
To make the Distributed Virtual Router to work in an
|
By
Aswin Chidambaram-Pappa <aswincp@...>
·
#1339
·
|
|
IS ovsdb supports QoS enforcement in OVS ?
Hello guys,
Is OVSDB can enforce QoS and specify queues for OVSs ?
If yes please send me a guide for how to do it !!
Best regards,
Ahmed
Hello guys,
Is OVSDB can enforce QoS and specify queues for OVSs ?
If yes please send me a guide for how to do it !!
Best regards,
Ahmed
|
By
Ahmed Medhat <a.medhat.h@...>
·
#1338
·
|
|
Re: [integration-dev] running tempest tests
As expected, it worked like a champ. Thanks Luis!
@Colin: @Kyle: @Sam: This is the gerrit [1] for a jenkins job that will run tempest against latest ODL. I do not expect to see it passing in the
As expected, it worked like a champ. Thanks Luis!
@Colin: @Kyle: @Sam: This is the gerrit [1] for a jenkins job that will run tempest against latest ODL. I do not expect to see it passing in the
|
By
Flavio Fernandes <ffernand@...>
·
#1337
·
|
|
tempest results are very flaky [to me]
Hi folks,
I’m trying to collect results of tempest tests, so we can have a list of what works and what does not.
Trouble is, I seem to get different results on what passes and what fails. See below
Hi folks,
I’m trying to collect results of tempest tests, so we can have a list of what works and what does not.
Trouble is, I seem to get different results on what passes and what fails. See below
|
By
Flavio Fernandes <ffernand@...>
·
#1336
·
|