RE: introduction

2016-03-23 Thread Abhinav Roy

Welcome back Murali :)

Regards,
Abhinav

-Original Message-
From: Murali Reddy [mailto:murali.re...@shapeblue.com] 
Sent: Wednesday, March 23, 2016 5:21 PM
To: dev@cloudstack.apache.org
Subject: introduction

All,

Just wanted to let the community know that I have decided to work on Apache 
CloudStack again. I have taken up a position at ShapeBlue, so you will be 
seeing me around @dev and @users. For the new members of the community and 
others who I have not interacted with, here is small self introduction. I 
started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
spent 4 years till late 2014 working on various CloudStack features (EIP, GSLB, 
NAAS, NetScaler integration, native SDN controller, distributed virtual router, 
event bus to name few). I was working on NFV solution on OpenStack over a year. 
I am excited to join back the community, looking forward to interact with you.

Thanks,
Murali



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


RE: introduction

2016-03-23 Thread Suresh Sadhu
Congrats for the new Role and welcome back Murali :-)

Regards
sadhu

-Original Message-
From: Murali Reddy [mailto:murali.re...@shapeblue.com] 
Sent: Wednesday, March 23, 2016 5:21 PM
To: dev@cloudstack.apache.org
Subject: introduction

All,

Just wanted to let the community know that I have decided to work on Apache 
CloudStack again. I have taken up a position at ShapeBlue, so you will be 
seeing me around @dev and @users. For the new members of the community and 
others who I have not interacted with, here is small self introduction. I 
started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
spent 4 years till late 2014 working on various CloudStack features (EIP, GSLB, 
NAAS, NetScaler integration, native SDN controller, distributed virtual router, 
event bus to name few). I was working on NFV solution on OpenStack over a year. 
I am excited to join back the community, looking forward to interact with you.

Thanks,
Murali



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[GitHub] cloudstack pull request: CLOUDSTACK-9322: Support for Internal LB ...

2016-03-23 Thread prashanthvarma
GitHub user prashanthvarma opened a pull request:

https://github.com/apache/cloudstack/pull/1452

CLOUDSTACK-9322: Support for Internal LB fuctionality with Nuage VSP SDN 
Plugin including Marvin tests

Task: https://issues.apache.org/jira/browse/CLOUDSTACK-9322

PR contents:
1) UI changes to support LB provider “InternalLbVm” during VPC offering 
creation.
2) Bug fix for CLOUDSTACK-9320.
3) Nuage VSP SDN Plugin related enhancements for VPC network functionality.
4) Marvin test coverage for Internal LB support on master with Nuage VSP 
SDN Plugin.
5) Enhancements on our exiting Marvin test code (nuagevsp plugins 
directory).
6) PyFlakes & PEP8 compliance with our Marvin test code.

Test run:
CloudStack$ nosetests --with-marvin --marvin-config=nuage_ant.cfg 
test/integration/plugins/nuagevsp/ -a tags=nuagevsp

Test results:
Test user data and password reset functionality with Nuage VSP SDN plugin 
... === TestName: test_nuage_UserDataPasswordReset | Status : SUCCESS ===
ok
Test Nuage VSP VPC Offering with different combinations of LB service 
providers ... === TestName: test_01_nuage_internallb_vpc_Offering | Status : 
SUCCESS ===
ok
Test Nuage VSP VPC Network Offering with and without Internal LB service 
... === TestName: test_02_nuage_internallb_vpc_network_offering | Status : 
SUCCESS ===
ok
Test Nuage VSP VPC Networks with and without Internal LB service ... === 
TestName: test_03_nuage_internallb_vpc_networks | Status : SUCCESS ===
ok
Test Nuage VSP VPC Internal LB functionality with different combinations of 
Internal LB rules ... === TestName: test_04_nuage_internallb_rules | Status : 
SUCCESS ===
ok
Test Nuage VSP VPC Internal LB functionality by performing (wget) traffic 
tests within a VPC ... === TestName: test_05_nuage_internallb_traffic | Status 
: SUCCESS ===
ok
Test Nuage VSP VPC Internal LB functionality with different LB algorithms 
by performing (wget) traffic tests ... === TestName: 
test_06_nuage_internallb_algorithms_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VPC Internal LB functionality with restarts of VPC network 
components by performing (wget) ... === TestName: 
test_07_nuage_internallb_vpc_network_restarts_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VPC Internal LB functionality with InternalLbVm appliance 
operations by performing (wget) ... === TestName: 
test_08_nuage_internallb_appliance_operations_traffic | Status : SUCCESS ===
ok
Test Basic VPC Network Functionality with Nuage VSP SDN plugin ... === 
TestName: test_nuage_vpc_network | Status : SUCCESS ===
ok
Test Nuage VSP SDN plugin with basic Isolated Network functionality ... === 
TestName: test_nuage_vsp | Status : SUCCESS ===
ok

--
Ran 11 tests in 12094.705s

OK

Test run logs:



PEP8 & PyFlakes Compliance:
CloudStack$ pep8 --max-line-length=150 
test/integration/plugins/nuagevsp/*.py
CloudStack$ pyflakes test/integration/plugins/nuagevsp/nuageTestCase.py
CloudStack$ pyflakes 
test/integration/plugins/nuagevsp/test_nuage_password_reset.py
CloudStack$ pyflakes 
test/integration/plugins/nuagevsp/test_nuage_vpc_internal_lb.py
CloudStack$ pyflakes 
test/integration/plugins/nuagevsp/test_nuage_vpc_network.py
CloudStack$ pyflakes test/integration/plugins/nuagevsp/test_nuage_vsp.py
CloudStack$ pyflakes test/integration/plugins/nuagevsp/*.py

#CLOUDSTACK-9322


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prashanthvarma/cloudstack master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1452.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1452


commit be67e5cf0649e906291883d974873fb9f49aaff2
Author: Nick Livens 
Date:   2016-02-18T10:03:34Z

CLOUDSTACK-9322 : Changes to support InternalLbVm with Nuage VSP plugin

commit 7f811d9962e4112ac789129c3e73c4652db00c54
Author: Nick Livens 
Date:   2016-03-21T13:34:18Z

CLOUDSTACK-9320 : InternalLBVM is not getting destroyed when the last 
Internal Load Balancer rule is removed for the corresponding source IP address

commit 12085aae2caa4562dd7740d857e21f746d5a7748
Author: Prashanth Manthena 
Date:   2016-03-23T14:59:41Z

CLOUDSTACK-9322 : Marvin tests for Internal Lb with Nuage VSP




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact 

Re: introduction

2016-03-23 Thread Wei ZHOU
Welcome back Murali !!

-Wei

2016-03-23 12:50 GMT+01:00 Murali Reddy :

> All,
>
> Just wanted to let the community know that I have decided to work on
> Apache CloudStack again. I have taken up a position at ShapeBlue, so you
> will be seeing me around @dev and @users. For the new members of the
> community and others who I have not interacted with, here is small self
> introduction. I started my journey with CloudStack, in late 2010 as
> cloud.com employee. Later spent 4 years till late 2014 working on various
> CloudStack features (EIP, GSLB, NAAS, NetScaler integration, native SDN
> controller, distributed virtual router, event bus to name few). I was
> working on NFV solution on OpenStack over a year. I am excited to join back
> the community, looking forward to interact with you.
>
> Thanks,
> Murali
>


[GitHub] cloudstack pull request: CLOUDSTACK-8800 : Improved the listVirtua...

2016-03-23 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/780#issuecomment-200473159
  
Can we continue the conversation at #1444 please.  This commit has been 
reverted and has been pulled into #1444 to continue QA of the code.  Please 
come contribute at #1444 and continue getting this code ready for production.  
Thx...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: introduction

2016-03-23 Thread ilya
Welcome back Murali!

On 3/23/16 4:50 AM, Murali Reddy wrote:
> All,
> 
> Just wanted to let the community know that I have decided to work on Apache 
> CloudStack again. I have taken up a position at ShapeBlue, so you will be 
> seeing me around @dev and @users. For the new members of the community and 
> others who I have not interacted with, here is small self introduction. I 
> started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
> spent 4 years till late 2014 working on various CloudStack features (EIP, 
> GSLB, NAAS, NetScaler integration, native SDN controller, distributed virtual 
> router, event bus to name few). I was working on NFV solution on OpenStack 
> over a year. I am excited to join back the community, looking forward to 
> interact with you.
> 
> Thanks,
> Murali
> 


[GitHub] cloudstack pull request: Worked around some possible runtime excep...

2016-03-23 Thread swill
Github user swill commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1444#discussion_r57208531
  
--- Diff: 
plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
 ---
@@ -484,6 +489,10 @@ public DomainBlockStats answer(final InvocationOnMock 
invocation) throws Throwab
 // IO traffic as generated by the logic above, must be greater 
than zero
 Assert.assertTrue(vmStat.getDiskReadKBs() > 0);
 Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
+// Memory limit of VM must be greater than zero
--- End diff --

I understand.  Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Worked around some possible runtime excep...

2016-03-23 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1444#discussion_r57202601
  
--- Diff: 
plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
 ---
@@ -484,6 +489,10 @@ public DomainBlockStats answer(final InvocationOnMock 
invocation) throws Throwab
 // IO traffic as generated by the logic above, must be greater 
than zero
 Assert.assertTrue(vmStat.getDiskReadKBs() > 0);
 Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
+// Memory limit of VM must be greater than zero
--- End diff --

I have no idea; this code is not mine. I just cherry-picked the commit 
“92b99714a03c238bcda6ac0c7a57b44cf4890e65” and worked around the possible 
runtime exception that it might cause.

I expected the code to be ok, giving that it had already received LGTMs and 
it seemed that it was only reverted because of those points we lifted up in the 
PR #780.

The code I introduced here can be seen with commit 
“70d0d1f8c0615fd3b0e6484b7818bb5d14b089b3”. For every single bit there I 
can provide you an explanation, for the other code introduced with 
“92b99714a03c238bcda6ac0c7a57b44cf4890e65” I sadly cannot.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: introduction

2016-03-23 Thread Nux!
Welcome back! :)

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Murali Reddy" 
> To: dev@cloudstack.apache.org
> Sent: Wednesday, 23 March, 2016 11:50:49
> Subject: introduction

> All,
> 
> Just wanted to let the community know that I have decided to work on Apache
> CloudStack again. I have taken up a position at ShapeBlue, so you will be
> seeing me around @dev and @users. For the new members of the community and
> others who I have not interacted with, here is small self introduction. I
> started my journey with CloudStack, in late 2010 as cloud.com employee. Later
> spent 4 years till late 2014 working on various CloudStack features (EIP, 
> GSLB,
> NAAS, NetScaler integration, native SDN controller, distributed virtual 
> router,
> event bus to name few). I was working on NFV solution on OpenStack over a 
> year.
> I am excited to join back the community, looking forward to interact with you.
> 
> Thanks,
> Murali


Re: introduction

2016-03-23 Thread Bharat Kumar
Welcome back Murali.
—Bharat.

> On 23-Mar-2016, at 9:50 PM, Rajesh Battala  
> wrote:
> 
> Welcome Back Murali. Good to see you again on CloudStack :) 
> 
> -Original Message-
> From: Murali Reddy [mailto:murali.re...@shapeblue.com] 
> Sent: Wednesday, March 23, 2016 5:21 PM
> To: dev@cloudstack.apache.org
> Subject: introduction
> 
> All,
> 
> Just wanted to let the community know that I have decided to work on Apache 
> CloudStack again. I have taken up a position at ShapeBlue, so you will be 
> seeing me around @dev and @users. For the new members of the community and 
> others who I have not interacted with, here is small self introduction. I 
> started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
> spent 4 years till late 2014 working on various CloudStack features (EIP, 
> GSLB, NAAS, NetScaler integration, native SDN controller, distributed virtual 
> router, event bus to name few). I was working on NFV solution on OpenStack 
> over a year. I am excited to join back the community, looking forward to 
> interact with you.
> 
> Thanks,
> Murali
> 
> 
> 
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is the 
> property of Accelerite, a Persistent Systems business. It is intended only 
> for the use of the individual or entity to which it is addressed. If you are 
> not the intended recipient, you are not authorized to read, retain, copy, 
> print, distribute or use this message. If you have received this 
> communication in error, please notify the sender and delete all copies of 
> this message. Accelerite, a Persistent Systems business does not accept any 
> liability for virus infected mails.




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[DISCUSS] Request for comments: Dynamic Role Based API Access Checker for CloudStack

2016-03-23 Thread Rohit Yadav
Hi all,

I want to propose a new feature for CloudStack, dynamic role-based API access 
checker. This feature will allow us to migrate rules define in 
commands.properties file to database, while role management (such as 
creating/editing roles, adding/removing rules) won't require restarting 
management server(s).

Please find more details in the FS here:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+Role+Based+API+Access+Checker+for+CloudStack

I look forward to your comments, suggestions and questions. Thanks.

Regards,
Rohit Yadav

Regards,

Rohit Yadav

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue


[GitHub] cloudstack pull request: Worked around some possible runtime excep...

2016-03-23 Thread swill
Github user swill commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1444#discussion_r57194036
  
--- Diff: 
plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
 ---
@@ -484,6 +489,10 @@ public DomainBlockStats answer(final InvocationOnMock 
invocation) throws Throwab
 // IO traffic as generated by the logic above, must be greater 
than zero
 Assert.assertTrue(vmStat.getDiskReadKBs() > 0);
 Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
+// Memory limit of VM must be greater than zero
--- End diff --

You specify that memory must be greater than zero in this comment, but it 
uses `>=` in the actual logic.  Can you explain?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


RE: introduction

2016-03-23 Thread Rajesh Battala
Welcome Back Murali. Good to see you again on CloudStack :) 

-Original Message-
From: Murali Reddy [mailto:murali.re...@shapeblue.com] 
Sent: Wednesday, March 23, 2016 5:21 PM
To: dev@cloudstack.apache.org
Subject: introduction

All,

Just wanted to let the community know that I have decided to work on Apache 
CloudStack again. I have taken up a position at ShapeBlue, so you will be 
seeing me around @dev and @users. For the new members of the community and 
others who I have not interacted with, here is small self introduction. I 
started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
spent 4 years till late 2014 working on various CloudStack features (EIP, GSLB, 
NAAS, NetScaler integration, native SDN controller, distributed virtual router, 
event bus to name few). I was working on NFV solution on OpenStack over a year. 
I am excited to join back the community, looking forward to interact with you.

Thanks,
Murali



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


Re: introduction

2016-03-23 Thread Jayapal Uradi
Welcome back Murali.

-Jayapal

> On 23-Mar-2016, at 8:24 pm, Will Stevens  wrote:
>
> Great to have you back Murali.  Looking forward to working with you. :)
> On Mar 23, 2016 10:49 AM, "Ahmad Emneina"  wrote:
>
>> Great to see you back working on CloudStack!
>>
>> Ahmad E
>>
>>> On Mar 23, 2016, at 4:50 AM, Murali Reddy 
>> wrote:
>>>
>>> All,
>>>
>>> Just wanted to let the community know that I have decided to work on
>> Apache CloudStack again. I have taken up a position at ShapeBlue, so you
>> will be seeing me around @dev and @users. For the new members of the
>> community and others who I have not interacted with, here is small self
>> introduction. I started my journey with CloudStack, in late 2010 as
>> cloud.com employee. Later spent 4 years till late 2014 working on various
>> CloudStack features (EIP, GSLB, NAAS, NetScaler integration, native SDN
>> controller, distributed virtual router, event bus to name few). I was
>> working on NFV solution on OpenStack over a year. I am excited to join back
>> the community, looking forward to interact with you.
>>>
>>> Thanks,
>>> Murali
>>




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-03-23 Thread kollyma
Github user kollyma commented on the pull request:

https://github.com/apache/cloudstack/pull/1331#issuecomment-200386681
  
@syed: Thanks a lot for your fix. We are facing the same issue with CS4.8 
and NFS secondary storage. Templates go into "Not Ready" when restarting the 
management server. Did you had the chance to verify what causes the job to 
fail? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: introduction

2016-03-23 Thread Will Stevens
Great to have you back Murali.  Looking forward to working with you. :)
On Mar 23, 2016 10:49 AM, "Ahmad Emneina"  wrote:

> Great to see you back working on CloudStack!
>
> Ahmad E
>
> > On Mar 23, 2016, at 4:50 AM, Murali Reddy 
> wrote:
> >
> > All,
> >
> > Just wanted to let the community know that I have decided to work on
> Apache CloudStack again. I have taken up a position at ShapeBlue, so you
> will be seeing me around @dev and @users. For the new members of the
> community and others who I have not interacted with, here is small self
> introduction. I started my journey with CloudStack, in late 2010 as
> cloud.com employee. Later spent 4 years till late 2014 working on various
> CloudStack features (EIP, GSLB, NAAS, NetScaler integration, native SDN
> controller, distributed virtual router, event bus to name few). I was
> working on NFV solution on OpenStack over a year. I am excited to join back
> the community, looking forward to interact with you.
> >
> > Thanks,
> > Murali
>


Re: introduction

2016-03-23 Thread Ahmad Emneina
Great to see you back working on CloudStack!

Ahmad E

> On Mar 23, 2016, at 4:50 AM, Murali Reddy  wrote:
> 
> All,
> 
> Just wanted to let the community know that I have decided to work on Apache 
> CloudStack again. I have taken up a position at ShapeBlue, so you will be 
> seeing me around @dev and @users. For the new members of the community and 
> others who I have not interacted with, here is small self introduction. I 
> started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
> spent 4 years till late 2014 working on various CloudStack features (EIP, 
> GSLB, NAAS, NetScaler integration, native SDN controller, distributed virtual 
> router, event bus to name few). I was working on NFV solution on OpenStack 
> over a year. I am excited to join back the community, looking forward to 
> interact with you.
> 
> Thanks,
> Murali


Re: New label to be translated

2016-03-23 Thread Patrick Dube
Thanks for the info Milamber

On Wed, Mar 23, 2016 at 6:55 AM, Milamber  wrote:

> Hello Patrick,
>
> If you need to add new keys in javascript dictionary, it's preferable to
> put in the dictionary2.jsp file.
>
> Please read this note (inside the head of dictionary.jsp)
>
> 
> 
> NOTE
> 
>
> Please use dictionary2.jsp for all new mappings. This is due to
> file size constraints for JSP files.
>
> If you add anything else to this file, an error might occur at runtime!
> ===
>
> Milamber
>
>
> On 22/03/2016 18:41, Tutkowski, Mike wrote:
>
>> Maybe one of the people who works on the GUI more than I do can answer
>> why we have two files for that now. We used to only have one.
>>
>> I think you can just put your key/value pairs in one or the other.
>>
>> Sent from my iPhone
>>
>> On Mar 22, 2016, at 11:44 AM, Patrick Dube 
>>> wrote:
>>>
>>> Thanks for the info. I have added the message to the messages.properties
>>> file I found under /resources, then rebuilt and restarted the server and
>>> it
>>> worked . I also added the keys in both dictionary files, but why do we
>>> have
>>> 2 dictionary files?
>>>
>>> On Tue, Mar 22, 2016 at 1:25 PM, Tutkowski, Mike <
>>> mike.tutkow...@netapp.com>
>>> wrote:
>>>
>>> I don't do a ton of front-end work on CloudStack, but I believe you're
 looking for dictionary.jsp and/or dictionary2.jsp.

 I think the relevant properties files for translations can be located
 here:

 client/WEB-INF/classes/resources/*.properties
 
 From: Patrick Dube 
 Sent: Tuesday, March 22, 2016 11:19 AM
 To: dev@cloudstack.apache.org
 Subject: New label to be translated

 Hi all,

 I am working on something that requires a new label to be added, which
 should be translated. I am probably looking on the wrong folders, but
 where
 can I add the new label, and it's translations?

 Thanks,

 Patrick


>


[GitHub] cloudstack pull request: CLOUDSTACK-8302: Removing snapshots on RB...

2016-03-23 Thread andrijapanic
Github user andrijapanic commented on the pull request:

https://github.com/apache/cloudstack/pull/1230#issuecomment-200350271
  
I believe this is the reason Dmytro edit it, since it handles KVM stuff
also...

On 23 March 2016 at 14:40, Simon Weller  wrote:

> @DaanHoogland 
>
> So I've been digging into this a bit. I could be very wrong here, but it
> seems that XenserverSnapshotStrategy is a very inaccurate description of
> what this class is actually doing. It seems to be very general and based 
on
> some investigation being used for KVM as well. This might be an old
> artifact of the original feature being Xen specific, until others
> re-purposed it for other hypervisors.
>
> Mike @mike-tutkowski  mentioned
> something to this effect very recently in this PR: #1441
> 
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub
> 
>



-- 

Andrija Panić



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8302: Removing snapshots on RB...

2016-03-23 Thread kiwiflyer
Github user kiwiflyer commented on the pull request:

https://github.com/apache/cloudstack/pull/1230#issuecomment-200347989
  
@DaanHoogland 

So I've been digging into this a bit. I could be very wrong here, but it 
seems that XenserverSnapshotStrategy is a very inaccurate description of what 
this class is actually doing. It seems to be very general and based on some 
investigation being used for KVM as well. This might be an old artifact of the 
original feature being Xen specific, until others re-purposed it for other 
hypervisors.

Mike @mike-tutkowski mentioned something to this effect very recently in 
this PR: https://github.com/apache/cloudstack/pull/1441


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9317: Enable/disable static NA...

2016-03-23 Thread ProjectMoon
Github user ProjectMoon commented on the pull request:

https://github.com/apache/cloudstack/pull/1450#issuecomment-200345827
  
I added a basic test now and moved the method out @rafaelweingartner. Maybe 
there are more scenarios that can be tested?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


RE: [GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-03-23 Thread Sanjeev Neelarapu
Extract template and ISO tests are failing because there are some permission 
issues on the NFS server being used.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com



-Original Message-
From: Sanjeev Neelarapu [mailto:sanjeev.neelar...@accelerite.com]
Sent: Wednesday, March 23, 2016 3:45 PM
To: dev@cloudstack.apache.org
Subject: RE: [GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in 
scale VM to...

Hi,

I have looked at the test failure from test_04_extract_template test case which 
is mentioned in the known issues and ran it locally. I didn't see any issue 
with the test in my environment.

I will work with Bharat and try to resolve the setup issues if there are any.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com


-Original Message-
From: bvbharatk [mailto:g...@git.apache.org]
Sent: Monday, March 21, 2016 11:25 PM
To: dev@cloudstack.apache.org
Subject: [GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale 
VM to...

Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1363#issuecomment-199402183

### ACS CI BVT Run
 **Sumarry:**
 Build Number 115
 Hypervisor xenserver
 NetworkType Advanced
 Passed=105
 Failed=11
 Skipped=4

**The follwing tests have known issues**
test_vpc_remote_access_vpn
test_vpc_site2site_vpn
test_01_test_vm_volume_snapshot
test_02_vpc_privategw_static_routes
test_03_rvpc_privategw_static_routes
test_04_change_offering_small
ContextSuite context=TestNiciraContoller>:setup
test_01_primary_storage_iscsi
test02_internallb_haproxy_stats_on_all_interfaces
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80
ContextSuite context=TestDeployVM>:setup
test_04_extract_template
test_04_extract_Iso
test_07_list_default_iso
test_dedicateGuestVlanRange


_Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_deploy_vgpu_enabled_vm
test_06_copy_template
test_06_copy_iso

**Passed test suits:**
integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData

integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
integration.smoke.test_over_provisioning.TestUpdateOverProvision
integration.smoke.test_global_settings.TestUpdateConfigWithScope
integration.smoke.test_scale_vm.TestScaleVm
integration.smoke.test_service_offerings.TestCreateServiceOffering
integration.smoke.test_loadbalance.TestLoadBalance
integration.smoke.test_routers.TestRouterServices
integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
integration.smoke.test_snapshots.TestSnapshotRootDisk

integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
integration.smoke.test_network.TestDeleteAccount
integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
integration.smoke.test_multipleips_per_nic.TestDeployVM
integration.smoke.test_regions.TestRegions
integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
integration.smoke.test_network_acl.TestNetworkACL
integration.smoke.test_pvlan.TestPVLAN
integration.smoke.test_volumes.TestCreateVolume
integration.smoke.test_ssvm.TestSSVMs
integration.smoke.test_nic.TestNic
integration.smoke.test_deploy_vm_root_resize.TestDeployVM
integration.smoke.test_resource_detail.TestResourceDetail
integration.smoke.test_secondary_storage.TestSecStorageServices
integration.smoke.test_vm_life_cycle.TestDeployVM
integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
If your project is set up for it, you can reply to this email and have your 
reply appear on GitHub as well. If your project does not have this feature 
enabled and wishes so, or if the feature is enabled but not working, please 
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with 
INFRA.
---



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business 

[GitHub] cloudstack pull request: CLOUDSTACK-9319: Use timeout when applyin...

2016-03-23 Thread insom
GitHub user insom opened a pull request:

https://github.com/apache/cloudstack/pull/1451

CLOUDSTACK-9319: Use timeout when applying config to virtual router

From the [JIRA 
issue](https://issues.apache.org/jira/browse/CLOUDSTACK-9319):

> The timeout parameter is not passed down to `applyConfigToVR` inside 
`VirtualRoutingResource` in all cases.
> 
> This timeout is worked out as 3 seconds per command or 120 seconds 
(whichever is larger), but because it's not passed to the first invocation, the 
default (120 seconds, DEFAULT_EXECUTEINVR_TIMEOUT) is used.
> 
> In a recent upgrade of our Virtual Routers, the timeout was being hit and 
increasing `router.aggregation.command.each.timeout` had no effect. I built a 
custom 4.8 agent with the timeout increased to allow the upgrade to continue.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/insom/cloudstack CLOUDSTACK-9319

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1451.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1451


commit 9f353b4672c0f875b7f64b4d1fadd458ff9abad3
Author: Aaron Brady 
Date:   2016-03-23T12:15:24Z

Use timeout when applying config to virtual router




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: introduction

2016-03-23 Thread Simon Weller
Murali,

Congratulations on the new role and welcome back!

- Si

From: Murali Reddy 
Sent: Wednesday, March 23, 2016 6:50 AM
To: dev@cloudstack.apache.org
Subject: introduction

All,

Just wanted to let the community know that I have decided to work on Apache 
CloudStack again. I have taken up a position at ShapeBlue, so you will be 
seeing me around @dev and @users. For the new members of the community and 
others who I have not interacted with, here is small self introduction. I 
started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
spent 4 years till late 2014 working on various CloudStack features (EIP, GSLB, 
NAAS, NetScaler integration, native SDN controller, distributed virtual router, 
event bus to name few). I was working on NFV solution on OpenStack over a year. 
I am excited to join back the community, looking forward to interact with you.

Thanks,
Murali


Re: introduction

2016-03-23 Thread Daan Hoogland
welcome back Murali, good luck.

On Wed, Mar 23, 2016 at 12:50 PM, Murali Reddy 
wrote:

> All,
>
> Just wanted to let the community know that I have decided to work on
> Apache CloudStack again. I have taken up a position at ShapeBlue, so you
> will be seeing me around @dev and @users. For the new members of the
> community and others who I have not interacted with, here is small self
> introduction. I started my journey with CloudStack, in late 2010 as
> cloud.com employee. Later spent 4 years till late 2014 working on various
> CloudStack features (EIP, GSLB, NAAS, NetScaler integration, native SDN
> controller, distributed virtual router, event bus to name few). I was
> working on NFV solution on OpenStack over a year. I am excited to join back
> the community, looking forward to interact with you.
>
> Thanks,
> Murali
>



-- 
Daan


introduction

2016-03-23 Thread Murali Reddy
All,

Just wanted to let the community know that I have decided to work on Apache 
CloudStack again. I have taken up a position at ShapeBlue, so you will be 
seeing me around @dev and @users. For the new members of the community and 
others who I have not interacted with, here is small self introduction. I 
started my journey with CloudStack, in late 2010 as cloud.com employee. Later 
spent 4 years till late 2014 working on various CloudStack features (EIP, GSLB, 
NAAS, NetScaler integration, native SDN controller, distributed virtual router, 
event bus to name few). I was working on NFV solution on OpenStack over a year. 
I am excited to join back the community, looking forward to interact with you.

Thanks,
Murali


[GitHub] cloudstack pull request: CLOUDSTACK-9142 Migrate VM changes xmlDes...

2016-03-23 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1348#issuecomment-200300953
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 122
 Hypervisor xenserver
 NetworkType Advanced
 Passed=105
 Failed=13
 Skipped=4

_Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_deploy_vgpu_enabled_vm
test_06_copy_template
test_06_copy_iso

**Passed test suits:**
integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData

integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
integration.smoke.test_over_provisioning.TestUpdateOverProvision
integration.smoke.test_global_settings.TestUpdateConfigWithScope
integration.smoke.test_scale_vm.TestScaleVm
integration.smoke.test_service_offerings.TestCreateServiceOffering
integration.smoke.test_loadbalance.TestLoadBalance
integration.smoke.test_routers.TestRouterServices
integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
integration.smoke.test_snapshots.TestSnapshotRootDisk

integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
integration.smoke.test_network.TestDeleteAccount
integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
integration.smoke.test_multipleips_per_nic.TestDeployVM
integration.smoke.test_regions.TestRegions
integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
integration.smoke.test_network_acl.TestNetworkACL
integration.smoke.test_pvlan.TestPVLAN
integration.smoke.test_volumes.TestCreateVolume
integration.smoke.test_ssvm.TestSSVMs
integration.smoke.test_nic.TestNic
integration.smoke.test_deploy_vm_root_resize.TestDeployVM
integration.smoke.test_resource_detail.TestResourceDetail
integration.smoke.test_secondary_storage.TestSecStorageServices
integration.smoke.test_vm_life_cycle.TestDeployVM
integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: speedup iptables setup

2016-03-23 Thread milamberspace
Github user milamberspace commented on the pull request:

https://github.com/apache/cloudstack/pull/1449#issuecomment-200296178
  
Good job. Thanks.
Works fine in my 4.8 test installation (real platform)
Several tests on RV and RVR routers with network restart with/without clean 
up
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: New label to be translated

2016-03-23 Thread Milamber

Hello Patrick,

If you need to add new keys in javascript dictionary, it's preferable to 
put in the dictionary2.jsp file.


Please read this note (inside the head of dictionary.jsp)



NOTE


Please use dictionary2.jsp for all new mappings. This is due to
file size constraints for JSP files.

If you add anything else to this file, an error might occur at runtime!
===

Milamber

On 22/03/2016 18:41, Tutkowski, Mike wrote:

Maybe one of the people who works on the GUI more than I do can answer why we 
have two files for that now. We used to only have one.

I think you can just put your key/value pairs in one or the other.

Sent from my iPhone


On Mar 22, 2016, at 11:44 AM, Patrick Dube  wrote:

Thanks for the info. I have added the message to the messages.properties
file I found under /resources, then rebuilt and restarted the server and it
worked . I also added the keys in both dictionary files, but why do we have
2 dictionary files?

On Tue, Mar 22, 2016 at 1:25 PM, Tutkowski, Mike 
wrote:


I don't do a ton of front-end work on CloudStack, but I believe you're
looking for dictionary.jsp and/or dictionary2.jsp.

I think the relevant properties files for translations can be located here:

client/WEB-INF/classes/resources/*.properties

From: Patrick Dube 
Sent: Tuesday, March 22, 2016 11:19 AM
To: dev@cloudstack.apache.org
Subject: New label to be translated

Hi all,

I am working on something that requires a new label to be added, which
should be translated. I am probably looking on the wrong folders, but where
can I add the new label, and it's translations?

Thanks,

Patrick





RE: [GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-03-23 Thread Sanjeev Neelarapu
Hi,

I have looked at the test failure from test_04_extract_template test case which 
is mentioned in the known issues and ran it locally. I didn't see any issue 
with the test in my environment.

I will work with Bharat and try to resolve the setup issues if there are any.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com


-Original Message-
From: bvbharatk [mailto:g...@git.apache.org]
Sent: Monday, March 21, 2016 11:25 PM
To: dev@cloudstack.apache.org
Subject: [GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale 
VM to...

Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1363#issuecomment-199402183

### ACS CI BVT Run
 **Sumarry:**
 Build Number 115
 Hypervisor xenserver
 NetworkType Advanced
 Passed=105
 Failed=11
 Skipped=4

**The follwing tests have known issues**
test_vpc_remote_access_vpn
test_vpc_site2site_vpn
test_01_test_vm_volume_snapshot
test_02_vpc_privategw_static_routes
test_03_rvpc_privategw_static_routes
test_04_change_offering_small
ContextSuite context=TestNiciraContoller>:setup
test_01_primary_storage_iscsi
test02_internallb_haproxy_stats_on_all_interfaces
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80
ContextSuite context=TestDeployVM>:setup
test_04_extract_template
test_04_extract_Iso
test_07_list_default_iso
test_dedicateGuestVlanRange


_Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_deploy_vgpu_enabled_vm
test_06_copy_template
test_06_copy_iso

**Passed test suits:**
integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData

integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
integration.smoke.test_over_provisioning.TestUpdateOverProvision
integration.smoke.test_global_settings.TestUpdateConfigWithScope
integration.smoke.test_scale_vm.TestScaleVm
integration.smoke.test_service_offerings.TestCreateServiceOffering
integration.smoke.test_loadbalance.TestLoadBalance
integration.smoke.test_routers.TestRouterServices
integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
integration.smoke.test_snapshots.TestSnapshotRootDisk

integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
integration.smoke.test_network.TestDeleteAccount
integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
integration.smoke.test_multipleips_per_nic.TestDeployVM
integration.smoke.test_regions.TestRegions
integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
integration.smoke.test_network_acl.TestNetworkACL
integration.smoke.test_pvlan.TestPVLAN
integration.smoke.test_volumes.TestCreateVolume
integration.smoke.test_ssvm.TestSSVMs
integration.smoke.test_nic.TestNic
integration.smoke.test_deploy_vm_root_resize.TestDeployVM
integration.smoke.test_resource_detail.TestResourceDetail
integration.smoke.test_secondary_storage.TestSecStorageServices
integration.smoke.test_vm_life_cycle.TestDeployVM
integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
If your project is set up for it, you can reply to this email and have your 
reply appear on GitHub as well. If your project does not have this feature 
enabled and wishes so, or if the feature is enabled but not working, please 
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with 
INFRA.
---



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[GitHub] cloudstack pull request: Strongswan vpn feature

2016-03-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/872#issuecomment-200275604
  
@jayapalu unfortunately missed your message, can you fix any outstanding 
issues, squash the commits to a single commit, and rebase against latest 
master. I'll have a look soon. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


RE: Build failed in Jenkins: build-master-slowbuild #3368

2016-03-23 Thread Raja Pullela
I have tested this PR-1438 as well.  LGTM. 

-Original Message-
From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of 
Will Stevens
Sent: Saturday, March 19, 2016 1:08 AM
To: dev@cloudstack.apache.org
Subject: Re: Build failed in Jenkins: build-master-slowbuild #3368

Thanks Raja, I appreciate your support on this.  Since 1438 includes the 
changes in 1427, I will wait for your suggestions on that one before I do 
anything.

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_

On Fri, Mar 18, 2016 at 3:33 PM, Raja Pullela 
wrote:

> Daan, Will,
>
> I have tested Daan's original PR-1427, and it looks good.  I am 
> running into a build issue with the 1438 - nothing related to the 
> checkin.  Hope to resolve it later this weekend or on Monday.
>
> Best,
> Raja
>
>
> -Original Message-
> From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On 
> Behalf Of Will Stevens
> Sent: Thursday, March 17, 2016 2:19 AM
> To: dev@cloudstack.apache.org
> Subject: Re: Build failed in Jenkins: build-master-slowbuild #3368
>
> @Raja.  Actually, maybe test this one since it includes the same 
> change as Daan's, but also includes a couple more changes.
>
> I think only one of these should be merged.
>
> https://github.com/apache/cloudstack/pull/1438
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw 
> @CloudOps_
>
> On Wed, Mar 16, 2016 at 4:42 PM, Will Stevens 
> wrote:
>
> > @Raja, did you have a chance to test this?
> >
> > https://github.com/apache/cloudstack/pull/1427
> >
> > *Will STEVENS*
> > Lead Developer
> >
> > *CloudOps* *| *Cloud Solutions Experts
> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* 
> > tw @CloudOps_
> >
> > On Wed, Mar 2, 2016 at 2:00 PM, Daan Hoogland 
> > 
> > wrote:
> >
> >> thanks Raja
> >>
> >> On Wed, Mar 2, 2016 at 7:48 PM, Raja Pullela 
> >>  >> >
> >> wrote:
> >>
> >> > Daan, I will try to test this out..
> >> >
> >> > -Original Message-
> >> > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com]
> >> > Sent: Wednesday, March 2, 2016 11:57 PM
> >> > To: dev 
> >> > Subject: Fwd: Build failed in Jenkins: build-master-slowbuild 
> >> > #3368
> >> >
> >> > People, these were irritating me. I wrote a quick fix [1].
> >> >
> >> > Anyone feels like running a test on it?
> >> >
> >> > [1] https://github.com/apache/cloudstack/pull/1427
> >> >
> >> > -- Forwarded message --
> >> > From: 
> >> > Date: Wed, Mar 2, 2016 at 4:09 PM
> >> > Subject: Build failed in Jenkins: build-master-slowbuild #3368
> >> > To: dev@cloudstack.apache.org, nicolas.m.vazq...@gmail.com, 
> >> > priti.sa...@clogeny.com, nitin.mahar...@gmail.com,
> >> nicovazque...@gmail.com
> >> >
> >> >
> >> > See
> >> > 
> >> >
> >> > --
> >> > [...truncated 28679 lines...]
> >> > [INFO]
> >> > [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ 
> >> > cloud-quickcloud --- [INFO] [INFO] <<< 
> >> > findbugs-maven-plugin:3.0.1:check
> >> > (cloudstack-findbugs) @ cloud-quickcloud <<< [INFO] [INFO] --- 
> >> > findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @
> >> cloud-quickcloud
> >> > --- [INFO] [INFO] --- cobertura-maven-plugin:2.6:instrument
> >> (default-cli) @
> >> > cloud-quickcloud --- [WARNING] No files to instrument.
> >> > [INFO] NOT adding cobertura ser file to attached artifacts list.
> >> > [INFO]
> >> > [INFO] --- maven-resources-plugin:2.5:testResources
> >> > (default-testResources) @ cloud-quickcloud --- [debug] execute 
> >> > contextualize [INFO] Using 'UTF-8' encoding to copy filtered
> resources.
> >> > [INFO] skip non existing resourceDirectory <
> >> >
> >> http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickc
> >> lo
> >> ud/src/test/resources
> >> > >
> >> > [INFO] Copying 3 resources
> >> > [INFO] Copying 3 resources
> >> > [INFO]
> >> > [INFO] --- maven-compiler-plugin:3.2:testCompile
> >> > (default-testCompile) @ cloud-quickcloud --- [INFO] No sources to 
> >> > compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test
> >> > (default-test) @ cloud-quickcloud --- [INFO] [INFO] <<< 
> >> > cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
> >> > cloud-quickcloud <<< [INFO] [INFO] ---
> >> cobertura-maven-plugin:2.6:cobertura
> >> > (default-cli) @ cloud-quickcloud --- [INFO]
> >> > -
> >> > --
> >> > -
> >> > [INFO] Reactor Summary:
> >> > [INFO]
> >> > [INFO] Apache CloudStack Developer Tools - Checkstyle 
> >> > Configuration SUCCESS [1.742s] [INFO] 

[GitHub] cloudstack pull request: Fix new error found in findbugs slow buil...

2016-03-23 Thread pvr9711
Github user pvr9711 commented on the pull request:

https://github.com/apache/cloudstack/pull/1438#issuecomment-200255385
  
@swill @DaanHoogland  tested this PR - LGTM.  
All BVTs have passed with the exception of the following tests
- test_07_list_default_iso - iso didn't exist.
- test_01_test_vm_volume_snapshot - test case issue - operation is not 
allowed?

Raja


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8958: release dedicated ip ran...

2016-03-23 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1357#issuecomment-200251321
  
@DaanHoogland 
Like kishan said we need to look at the failed tests and if needed check 
the reason for failure. Logs can be obtained using the link and the build 
number provided in the report.

Note that some the tests are flaky as in they pass intermittently mostly 
because of hardcoded values or because the test expects that some things like a 
particular vlan or some resource will always be available.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---