[controller-dev] How to set the execute permission for a shell script

2017-02-09 Thread Satish Dutt
Hi All,

I am trying to set the execute permission for one of the script using the maven 
directive in my project specific pom file like below :

  
org.apache.maven.plugins
maven-antrun-plugin


prepare-package

run


  


  


  



  


After the maven build is completed, I untarred the gz file. But in the scripts 
folder the test script is still no having the execute permission. Any ideas of 
how to make the script executable ?

Regards
-Satish
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev


Re: [controller-dev] [integration-dev] Clustering acceptance tests

2017-02-09 Thread Luis Gomez
Hi Vratko,

I investigated the issue I commented to you and created a bug for it, currently 
we have these cluster related bugs in OpenFlow identified by the system test 
(there could be more):

1) table miss flow only pushed by 1 instance (new bug): 
https://bugs.opendaylight.org/show_bug.cgi?id=7770
2) restart of device owner in non-HA scenarios does not work (old bug): 
https://bugs.opendaylight.org/show_bug.cgi?id=6459
3) Openflow cluster performance issues (old bug): 
https://bugs.opendaylight.org/show_bug.cgi?id=6755

As you said it is unclear whether openflow cluster issues are openflow or 
cluster related, all bugs are now in openflow queue and I would expect openflow 
devs to move to cluster queue if that is where they belong to.

BR/Luis


> On Feb 7, 2017, at 10:34 AM, Luis Gomez  wrote:
> 
> 
>> On Feb 7, 2017, at 10:03 AM, Vratko Polak -X (vrpolak - PANTHEON 
>> TECHNOLOGIES at Cisco) > wrote:
>> 
>> Two more questions.
>> 
>> > https://jenkins.opendaylight.org/releng/view/CSIT-3node/job/openflowplugin-csit-3node-clustering-only-boron/
>> >  
>> > 
>> > Cluster non HA test
>>  
>> I just realized 1) and 2) are the same job.
>> I am not sure which of the six suites [1]
>> are you referring to.
> 
> Typo, this is the link for non-HA: 
> https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-3node-periodic-bulkomatic-clustering-daily-only-boron/
>  
> 
>>  
>> >> but other tests are not, I will have to investigate this.
>> > 
>> > Keep us informed.
>>  
>> Do you have an ETA?
> 
> I would say in the next 2 weeks I will have something in place for cluster 
> scalability.
> 
>>  
>> Vratko.
>>  
>> [1] 
>> https://logs.opendaylight.org/releng/jenkins092/openflowplugin-csit-3node-clustering-only-carbon/470/archives/log.html.gz
>>  
>> 
>>  
>> From: Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) 
>> Sent: 7 February, 2017 15:05
>> To: 'Luis Gomez' >
>> Cc: integration-...@lists.opendaylight.org 
>> ; 
>> controller-dev@lists.opendaylight.org 
>> ; openflowplugin-dev 
>> > >
>> Subject: RE: [integration-dev] Clustering acceptance tests
>>  
>> Thanks Luis.
>>  
>> > but other tests are not, I will have to investigate this.
>>  
>> Keep us informed.
>>  
>> > 3) & 4) is probably controller cluster limitation.
>>  
>> Both jobs occasionally pass,
>> and I have opened a Bug [0] for exceptions in karaf log.
>> To me, it looks like an error in OpenflowPlugin
>> (as opposed to Controller) code.
>>  
>> > writing very fast (REST or internal app) on a shard follower DS, and 
>> > reading on the other follower.
>>  
>> We plan to expand controller-csit-3node-rest-clust-cars-perf-only-carbon,
>> not sure yet whether this scenario will be included.
>>  
>> Vratko.
>>  
>> [0] https://bugs.opendaylight.org/show_bug.cgi?id=7750 
>> 
>>  
>> From: Luis Gomez [mailto:ece...@gmail.com ] 
>> Sent: 7 February, 2017 08:35
>> To: Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) 
>> >
>> Cc: integration-...@lists.opendaylight.org 
>> ; 
>> controller-dev@lists.opendaylight.org 
>> ; openflowplugin-dev 
>> > >
>> Subject: Re: [integration-dev] Clustering acceptance tests
>>  
>> Here is what I know from OpenFlow plugin (cc-ing ofplugin devs):
>>  
>> * Does your project have a test plan mentioning specific cluster scenarios?
>>  
>> Not written test plan but we are running a bunch of cluster tests.
>>  
>> 
>> * Do you have any of such scenarios implemented as Robot suites?
>>  
>> 1) 
>> https://jenkins.opendaylight.org/releng/view/CSIT-3node/job/openflowplugin-csit-3node-clustering-only-boron/
>>  
>> 
>>  ->  Cluster HA test (DPN connect to all nodes), it used to pass except for 
>> 1 test (member isolation with iptables), now I see this test is stable but 
>> other tests are not, I will have to investigate this.
>>  
>> 2) 
>> 

[controller-dev] OpenDaylight packet distribution algorithm

2017-02-09 Thread Mohamad Darianian
​​Hi Everyone,

I was googling for a while but was not successful to find a solid answer
for my question, and I would greatly appreciate your comments.
I was wondering to know what 'switch partitioning' algorithm or techniques
ODL employs for distribution and allocation of connected OpenFlow switches
to worker threads running in a single instance of ODL? Say we have a bunch
of switches that are sending *packet_in* messages at about the same time to
one instance of ODL, which packet distribution algorithm (e.g.,
round-robin, etc) OpenDaylight uses?

​
Thanks,
Mohamad​
___
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev