Permissions issues on cwiki with my login credentials

2016-03-31 Thread Shweta Agarwal

I dont have permissions in cwiki for commenting on any wikipage. Can somebody 
provide me the same.

I am reviewing some design docs and need to post review comments on it.



My username is shwetaag

Registered with email : shwet...@gmail.com


Thanks

Shweta
Principal Product Engineer, CloudPlatform
Accelerite




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: Marvin Question

2016-03-31 Thread Tutkowski, Mike
Thanks for the reply, Sanjeev.

As it turns out, going back to version 7.19.0 of pycurl fixed the issue for me.

From: Sanjeev Neelarapu 
Sent: Thursday, March 31, 2016 10:58 PM
To: dev@cloudstack.apache.org
Subject: RE: Marvin Question

Hi Mike,

This could be an issue with Pycurl. Try to install or upgrade pycurl since 
MarvinPlugin module might be dependent on Pycurl.

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



-Original Message-
From: Tutkowski, Mike [mailto:mike.tutkow...@netapp.com]
Sent: Friday, April 01, 2016 7:02 AM
To: dev@cloudstack.apache.org
Subject: Re: Marvin Question

I don't remember ever explicitly building libcurl, but maybe I'll have to do 
that.

> On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike  
> wrote:
>
> Hi,
>
>
> I'm not sure what changed in my environment, but now I'm having trouble 
> running my Marvin tests.
>
>
> I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
> issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
> either.
>
>
> === TestName: Failure: | Status : EXCEPTION === ERROR
>
> ==
> ERROR: Failure: ImportError (pycurl: libcurl link-time version
> (7.37.1) is older than compile-time version (7.43.0))
> --
> Traceback (most recent call last):
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
>self.beforeTest(result)
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
>beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
> beforeTest
>self.plugins.beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, 
> in __call__
>return self.call(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
> in simple
>result = meth(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, 
> in beforeTest
>join([self.__identifier, self.__testName])
> TypeError: sequence item 0: expected string, NoneType found
>  >> begin captured stdout << -
> === TestName: Failure: | Status : EXCEPTION ===
>
>
> - >> end captured stdout << --
>  >> begin captured logging << 
> CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call 
> last):\n', '  File "/Library/Python/2.7/site-packages/nose/case.py", line 
> 132, in run\nself.beforeTest(result)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n
> beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n  
>   self.plugins.beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
> __call__\nreturn self.call(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
> simple\nresult = meth(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
> beforeTest\njoin([self.__identifier, self.__testName])\n', 'TypeError: 
> sequence item 0: expected string, NoneType found\n']
> - >> end captured logging << -
>
> --
> Ran 0 tests in 0.008s
>
> FAILED (errors=1)
>
> Thoughts?
>
> Thanks,
> Mike
>



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: Marvin Question

2016-03-31 Thread Sanjeev Neelarapu
Hi Mike,

This could be an issue with Pycurl. Try to install or upgrade pycurl since 
MarvinPlugin module might be dependent on Pycurl.

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



-Original Message-
From: Tutkowski, Mike [mailto:mike.tutkow...@netapp.com]
Sent: Friday, April 01, 2016 7:02 AM
To: dev@cloudstack.apache.org
Subject: Re: Marvin Question

I don't remember ever explicitly building libcurl, but maybe I'll have to do 
that.

> On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike  
> wrote:
>
> Hi,
>
>
> I'm not sure what changed in my environment, but now I'm having trouble 
> running my Marvin tests.
>
>
> I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
> issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
> either.
>
>
> === TestName: Failure: | Status : EXCEPTION === ERROR
>
> ==
> ERROR: Failure: ImportError (pycurl: libcurl link-time version
> (7.37.1) is older than compile-time version (7.43.0))
> --
> Traceback (most recent call last):
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
>self.beforeTest(result)
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
>beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
> beforeTest
>self.plugins.beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, 
> in __call__
>return self.call(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
> in simple
>result = meth(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, 
> in beforeTest
>join([self.__identifier, self.__testName])
> TypeError: sequence item 0: expected string, NoneType found
>  >> begin captured stdout << -
> === TestName: Failure: | Status : EXCEPTION ===
>
>
> - >> end captured stdout << --
>  >> begin captured logging << 
> CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call 
> last):\n', '  File "/Library/Python/2.7/site-packages/nose/case.py", line 
> 132, in run\nself.beforeTest(result)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n
> beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n  
>   self.plugins.beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
> __call__\nreturn self.call(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
> simple\nresult = meth(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
> beforeTest\njoin([self.__identifier, self.__testName])\n', 'TypeError: 
> sequence item 0: expected string, NoneType found\n']
> - >> end captured logging << -
>
> --
> Ran 0 tests in 0.008s
>
> FAILED (errors=1)
>
> Thoughts?
>
> Thanks,
> Mike
>



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: Marvin Question

2016-03-31 Thread Tutkowski, Mike
Just an FYI that going to an older version of pycurl seems to have fixed the 
issue for me:

mtutkowski-LT:~ mtutkowski-LT$ pip show pycurl
---
Metadata-Version: 1.0
Name: pycurl
Version: 7.19.0
Summary: PycURL -- cURL library module for Python
Home-page: http://pycurl.sourceforge.net/
Author: Kjetil Jacobsen, Markus F.X.J. Oberhumer
Author-email: kjetilja at gmail.com, markus at oberhumer.com
License: LGPL/MIT
Location: 
/Library/Python/2.7/site-packages/pycurl-7.19.0-py2.7-macosx-10.10-intel.egg
Requires: 
Classifiers:

From: Tutkowski, Mike 
Sent: Thursday, March 31, 2016 7:32 PM
To: dev@cloudstack.apache.org
Subject: Re: Marvin Question

I don't remember ever explicitly building libcurl, but maybe I'll have to do 
that.

> On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike  
> wrote:
>
> Hi,
>
>
> I'm not sure what changed in my environment, but now I'm having trouble 
> running my Marvin tests.
>
>
> I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
> issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
> either.
>
>
> === TestName: Failure: | Status : EXCEPTION ===
> ERROR
>
> ==
> ERROR: Failure: ImportError (pycurl: libcurl link-time version (7.37.1) is 
> older than compile-time version (7.43.0))
> --
> Traceback (most recent call last):
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
>self.beforeTest(result)
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
>beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
> beforeTest
>self.plugins.beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, 
> in __call__
>return self.call(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
> in simple
>result = meth(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, 
> in beforeTest
>join([self.__identifier, self.__testName])
> TypeError: sequence item 0: expected string, NoneType found
>  >> begin captured stdout << -
> === TestName: Failure: | Status : EXCEPTION ===
>
>
> - >> end captured stdout << --
>  >> begin captured logging << 
> CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call 
> last):\n', '  File "/Library/Python/2.7/site-packages/nose/case.py", line 
> 132, in run\nself.beforeTest(result)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n
> beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n  
>   self.plugins.beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
> __call__\nreturn self.call(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
> simple\nresult = meth(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
> beforeTest\njoin([self.__identifier, self.__testName])\n', 'TypeError: 
> sequence item 0: expected string, NoneType found\n']
> - >> end captured logging << -
>
> --
> Ran 0 tests in 0.008s
>
> FAILED (errors=1)
>
> Thoughts?
>
> Thanks,
> Mike
>


[GitHub] cloudstack pull request: [CLOUDSTACK-9328]: Fix vlan issues from t...

2016-03-31 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/1455#issuecomment-204248348
  
@alexandrelimassantana , cleanup does not clean the db connection. So it 
should work for other tests as well.


---
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-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204216991
  
My tests verified that this was ready to merge.  Merged...


---
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-9298: Improve performance of r...

2016-03-31 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: Marvin Question

2016-03-31 Thread Tutkowski, Mike
I don't remember ever explicitly building libcurl, but maybe I'll have to do 
that.

> On Mar 31, 2016, at 6:46 PM, Tutkowski, Mike  
> wrote:
> 
> Hi,
> 
> 
> I'm not sure what changed in my environment, but now I'm having trouble 
> running my Marvin tests.
> 
> 
> I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
> issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
> either.
> 
> 
> === TestName: Failure: | Status : EXCEPTION ===
> ERROR
> 
> ==
> ERROR: Failure: ImportError (pycurl: libcurl link-time version (7.37.1) is 
> older than compile-time version (7.43.0))
> --
> Traceback (most recent call last):
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
>self.beforeTest(result)
>  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
>beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
> beforeTest
>self.plugins.beforeTest(self.test)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, 
> in __call__
>return self.call(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
> in simple
>result = meth(*arg, **kw)
>  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, 
> in beforeTest
>join([self.__identifier, self.__testName])
> TypeError: sequence item 0: expected string, NoneType found
>  >> begin captured stdout << -
> === TestName: Failure: | Status : EXCEPTION ===
> 
> 
> - >> end captured stdout << --
>  >> begin captured logging << 
> CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call 
> last):\n', '  File "/Library/Python/2.7/site-packages/nose/case.py", line 
> 132, in run\nself.beforeTest(result)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n
> beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n  
>   self.plugins.beforeTest(self.test)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
> __call__\nreturn self.call(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
> simple\nresult = meth(*arg, **kw)\n', '  File 
> "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
> beforeTest\njoin([self.__identifier, self.__testName])\n', 'TypeError: 
> sequence item 0: expected string, NoneType found\n']
> - >> end captured logging << -
> 
> --
> Ran 0 tests in 0.008s
> 
> FAILED (errors=1)
> 
> Thoughts?
> 
> Thanks,
> Mike
> 


[GitHub] cloudstack pull request: CLOUDSTACK-9314 - Remove unused code from...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1443#issuecomment-204199455
  
It is a nice clean up, thanks @GabrielBrascher 


---
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-9333: Exclude clusters from OV...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1457#issuecomment-204197434
  
@nvazquez I was thinking, isn't there any documentation/enumeration for all 
of the possible parameters to be used at the "cluster_details" table?

Shouldn’t that property be visible at the cluster configuration view in 
ACS?

For that, I believe you should write an SQL script inserting an entry (with 
the default value) at the cluster_details for every cluster that the 
environment has configured. I also believe that there should be somewhere else 
to be configured with the default values to be used when a new cluster is 
created.


---
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-31 Thread chunfeng tian
Hi,Boris you are welcome, and expect your shares .


On Tue, Mar 29, 2016 at 6:19 AM, ilya  wrote:

> Hi Boris
>
> Welcome!
>
> On 3/28/16 5:21 AM, Boris Stoyanov wrote:
> > Hi CloudStack,
> >
> > My name is Boris Stoyanov (Bobby) and today is my first day @ShapeBlue.
> I’m based in Sofia, Bulgaria. I will be taking the role of Software
> Engineer in Test, and as you may have guessed I’ll mostly focus on testing
> CloudStack. I have about 10 years of experience in testing, which I’ve
> mostly spend in doing test automation frameworks and deployment automation.
> I’m new to the CloudStack business and I have a lot to learn, but I hope
> I’ll get up to speed in short time. Looking forward to working with you!
> >
> > Best Regards,
> > Bobby.
> > Regards,
> >
> > Boris Stoyanov
> >
> > boris.stoya...@shapeblue.com
> > www.shapeblue.com
> > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > @shapeblue
> >
>



-- 
Tian ChunFeng
http://cloud.domolo.com


Marvin Question

2016-03-31 Thread Tutkowski, Mike
Hi,


I'm not sure what changed in my environment, but now I'm having trouble running 
my Marvin tests.


I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
either.


=== TestName: Failure: | Status : EXCEPTION ===
ERROR

==
ERROR: Failure: ImportError (pycurl: libcurl link-time version (7.37.1) is 
older than compile-time version (7.43.0))
--
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
self.beforeTest(result)
  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
beforeTest(self.test)
  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
beforeTest
self.plugins.beforeTest(self.test)
  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
__call__
return self.call(*arg, **kw)
  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
in simple
result = meth(*arg, **kw)
  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
beforeTest
join([self.__identifier, self.__testName])
TypeError: sequence item 0: expected string, NoneType found
 >> begin captured stdout << -
=== TestName: Failure: | Status : EXCEPTION ===


- >> end captured stdout << --
 >> begin captured logging << 
CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call last):\n', 
'  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run\n
self.beforeTest(result)\n', '  File 
"/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n
beforeTest(self.test)\n', '  File 
"/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n
self.plugins.beforeTest(self.test)\n', '  File 
"/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
__call__\nreturn self.call(*arg, **kw)\n', '  File 
"/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
simple\nresult = meth(*arg, **kw)\n', '  File 
"/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
beforeTest\njoin([self.__identifier, self.__testName])\n', 'TypeError: 
sequence item 0: expected string, NoneType found\n']
- >> end captured logging << -

--
Ran 0 tests in 0.008s

FAILED (errors=1)

Thoughts?

Thanks,
Mike



Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-31 Thread ilya
I have a web-service that serves CloudStack templates, the SSL on the
download web service is signed by internal CA. This means i need to
inject the intermediate CA as well as ROOT CA into SSVM's java keystore
- for java client to be able to recognize the Certs and download the
template from remote repository.





On 3/29/16 4:48 AM, Daan Hoogland wrote:
> Ilya, to my knowledge the certificate won't be saved on file. It will be
> loaded from the command coming from the MS in the agent directly. Why are
> you looking to update the ssvm? I thought these are only used in the
> consoleproxy.
> 
> On Tue, Mar 29, 2016 at 12:17 AM, ilya  wrote:
> 
>> I'm having difficulty getting ROOT and INTERMEDIATE certificates to show
>> up in SSVM java keystore.
>>
>>
>> I've followed the procedure on
>>
>> http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/systemvm.html?highlight=pkcs
>>
>> and
>>
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace+realhostip.com+with+Your+Own+Domain+Name
>>
>> But after restart of SSVM and MS - the keystore still has default Go
>> Daddy certs.
>>
>> Would any know how to troubleshoot it?
>>
>> Also, one thing to note, i'm not uploading the actual wild card cert -
>> is its against security policy. It will be impossible for me to get a
>> wildcard cert.
>>
>> Regards
>> ilya
>>
> 
> 
> 


[GitHub] cloudstack pull request: CLOUDSTACK-9333: Exclude clusters from OV...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1457#issuecomment-204153083
  
@serg38, I agree with you.
The name 'cluster.storage.operations.exclude' seems to suit better the 
parameter.


---
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-9333: Exclude clusters from OV...

2016-03-31 Thread serg38
Github user serg38 commented on the pull request:

https://github.com/apache/cloudstack/pull/1457#issuecomment-204152844
  
@rafaelweingartner How about 'cluster.exclude' or 
'cluster.storage.operations.exclude'. I think the latter is the better choice.


---
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-9333: Exclude clusters from OV...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1457#issuecomment-204147535
  
@nvazquez after reading your explanation at the PR's body I understood the 
change. 

That change can be used to any kind of hypervisor, right?
What about a different parameter name? Giving that it is not exclusive to 
VMware environments


---
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: cloudstack-rat-master #7108

2016-03-31 Thread Rafael Weingärtner
Thanks, I will do that ;)

On Thu, Mar 31, 2016 at 6:31 PM, Daan Hoogland 
wrote:

> Rafael, I think you need to ask infra.
>
> On Thu, Mar 31, 2016 at 11:21 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
> > Could someone with access to those VMs check the problem?
> > It seems that there is an envrioment misconfiguraiton
> >
> > -- Forwarded message --
> > From: Apache Jenkins Server 
> > Date: Thu, Mar 31, 2016 at 5:24 PM
> > Subject: Build failed in Jenkins: cloudstack-rat-master #7108
> > To: cloudstack-comm...@cloudstack.apache.org,
> rafaelweingart...@gmail.com
> >
> >
> > See 
> >
> > --
> > Started by an SCM change
> > [EnvInject] - Loading node environment variables.
> > Building remotely on jenkins-test-1bb (jenkins-cloud-4GB cloud-slave
> Ubuntu
> > ubuntu jenkins-cloud-8GB) in workspace <
> > https://builds.apache.org/job/cloudstack-rat-master/ws/>
> >  > git rev-parse --is-inside-work-tree # timeout=10
> > Fetching changes from the remote Git repository
> >  > git config remote.origin.url
> > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
> > Fetching upstream changes from
> > https://git-wip-us.apache.org/repos/asf/cloudstack.git
> >  > git --version # timeout=10
> >  > git -c core.askpass=true fetch --tags --progress
> > https://git-wip-us.apache.org/repos/asf/cloudstack.git
> > +refs/heads/*:refs/remotes/origin/*
> >  > git rev-parse origin/master^{commit} # timeout=10
> > Checking out Revision 24565000f44e8642c125612d43b11a1fb3f619da
> > (origin/master)
> >  > git config core.sparsecheckout # timeout=10
> >  > git checkout -f 24565000f44e8642c125612d43b11a1fb3f619da
> >  > git rev-list 24565000f44e8642c125612d43b11a1fb3f619da # timeout=10
> > [cloudstack-rat-master] $
> >
> >
> /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/bin/mvn
> > --projects=org.apache.cloudstack:cloudstack
> > org.apache.rat:apache-rat-plugin:0.10:check
> > Error: JAVA_HOME is not defined correctly.
> >   We cannot execute /home/jenkins/tools/java/latest1.6/bin/java
> > Build step 'Invoke top-level Maven targets' marked build as failure
> > Archiving artifacts
> >
> >
> >
> > --
> > Rafael Weingärtner
> >
>
>
>
> --
> Daan
>



-- 
Rafael Weingärtner


Re: Build failed in Jenkins: cloudstack-rat-master #7108

2016-03-31 Thread Daan Hoogland
Rafael, I think you need to ask infra.

On Thu, Mar 31, 2016 at 11:21 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> Could someone with access to those VMs check the problem?
> It seems that there is an envrioment misconfiguraiton
>
> -- Forwarded message --
> From: Apache Jenkins Server 
> Date: Thu, Mar 31, 2016 at 5:24 PM
> Subject: Build failed in Jenkins: cloudstack-rat-master #7108
> To: cloudstack-comm...@cloudstack.apache.org, rafaelweingart...@gmail.com
>
>
> See 
>
> --
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on jenkins-test-1bb (jenkins-cloud-4GB cloud-slave Ubuntu
> ubuntu jenkins-cloud-8GB) in workspace <
> https://builds.apache.org/job/cloudstack-rat-master/ws/>
>  > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>  > git config remote.origin.url
> https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
> Fetching upstream changes from
> https://git-wip-us.apache.org/repos/asf/cloudstack.git
>  > git --version # timeout=10
>  > git -c core.askpass=true fetch --tags --progress
> https://git-wip-us.apache.org/repos/asf/cloudstack.git
> +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse origin/master^{commit} # timeout=10
> Checking out Revision 24565000f44e8642c125612d43b11a1fb3f619da
> (origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 24565000f44e8642c125612d43b11a1fb3f619da
>  > git rev-list 24565000f44e8642c125612d43b11a1fb3f619da # timeout=10
> [cloudstack-rat-master] $
>
> /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/bin/mvn
> --projects=org.apache.cloudstack:cloudstack
> org.apache.rat:apache-rat-plugin:0.10:check
> Error: JAVA_HOME is not defined correctly.
>   We cannot execute /home/jenkins/tools/java/latest1.6/bin/java
> Build step 'Invoke top-level Maven targets' marked build as failure
> Archiving artifacts
>
>
>
> --
> Rafael Weingärtner
>



-- 
Daan


Fwd: Build failed in Jenkins: cloudstack-rat-master #7108

2016-03-31 Thread Rafael Weingärtner
Could someone with access to those VMs check the problem?
It seems that there is an envrioment misconfiguraiton

-- Forwarded message --
From: Apache Jenkins Server 
Date: Thu, Mar 31, 2016 at 5:24 PM
Subject: Build failed in Jenkins: cloudstack-rat-master #7108
To: cloudstack-comm...@cloudstack.apache.org, rafaelweingart...@gmail.com


See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-test-1bb (jenkins-cloud-4GB cloud-slave Ubuntu
ubuntu jenkins-cloud-8GB) in workspace <
https://builds.apache.org/job/cloudstack-rat-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url
https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/cloudstack.git
+refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 24565000f44e8642c125612d43b11a1fb3f619da
(origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 24565000f44e8642c125612d43b11a1fb3f619da
 > git rev-list 24565000f44e8642c125612d43b11a1fb3f619da # timeout=10
[cloudstack-rat-master] $
/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/bin/mvn
--projects=org.apache.cloudstack:cloudstack
org.apache.rat:apache-rat-plugin:0.10:check
Error: JAVA_HOME is not defined correctly.
  We cannot execute /home/jenkins/tools/java/latest1.6/bin/java
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts



-- 
Rafael Weingärtner


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

2016-03-31 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org

2016-03-31 Thread Will Stevens
No problem.  I will try to keep you CC'ed with this email so you can
contribute.  :)

On Thu, Mar 31, 2016 at 1:55 PM, Chris Mattmann  wrote:

> thanks if possible if you could CC my apache email I’d appreciate it
> on those threads so I can contribute.
>
>
>
> -Original Message-
> From: Will Stevens 
> Date: Thursday, March 31, 2016 at 10:47 AM
> To: jpluser 
> Cc: Sam Ruby , David Nalley ,
> "dev@cloudstack.apache.org" 
> Subject: Re: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack'
> org
>
> >Conversation moved to dev@ so everyone has better visibility.  Thanks for
> >the feedback Chris...  :)
> >
> >
> >On Thu, Mar 31, 2016 at 1:45 PM, Chris Mattmann
> > wrote:
> >
> >None here on my part, and thanks for direct CC. The cloudstack dev
> >email was such that I had to unsubscribe, but I have been monitoring
> >the conversation.
> >
> >I am OK with the below plan from my end.
> >
> >Thanks Will. BTW, I don’t see anything private in particular, so
> >moving this to dev@ ASAP would be welcomed.
> >
> >Cheers,
> >Chris
> >
> >
> >
> >-Original Message-
> >From: Will Stevens 
> >Date: Thursday, March 31, 2016 at 10:26 AM
> >To: Sam Ruby , David Nalley ,
> >jpluser , "priv...@cloudstack.apache.org"
> >
> >Subject: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org
> >
> >>This could potentially happen on dev@, but since this thread is
> >>specifically for the logistics of the move, I figure it makes the most
> >>sense to do on the private@ thread to start with.  If we want to move
> >>this conversation to dev@, I am ok with
> >> that happening at any point.
> >>
> >>
> >>We have had a vote on this move and we had unanimous support for the move
> >>inside the ACS community.  Now for the more delicate process of actually
> >>making it happen.
> >>
> >>
> >>Sam and David, I am going to defer to you guys quite a bit in this
> >>conversation as you have the best understanding of how things work at the
> >>ASF, so you are in the best position to advise on the buttons to press
> >>and the ones not to.
> >>
> >>
> >>Please CC anyone into this conversation who you feel should be involved.
> >>As more people get involved I will do my best to keep everyone up to
> >>speed with the goal, our progress, and address people's concerns.
> >>
> >>
> >>I believe we need to primarily work with the ASF Infra team, but there
> >>may be other people that we need to bring in.  Please advise on this.
> >>
> >>
> >>Our current progress:
> >>- All parties are in agreement with the decision to make the move.
> >>- I have talked to Github support about getting the 'mirror' setup after
> >>the move.  They said that a user who has admin access to both
> >>organizations can email after the transfer and they will setup the mirror
> >>for us.
> >>- I have setup the 'apache-cloudstack' github organization.
> >>- I have add Sam, Chris and David (as well as some PMC members) as owners
> >>of the 'apache-cloudstack' org.
> >>
> >>
> >>Please advise if I should add others as owners of the 'apache-cloudstack'
> >>github organization.
> >>
> >>
> >>I think that is it for this initial email.  Lets get the ball rolling and
> >>make this a reality.  :)
> >>
> >>
> >>Please voice any questions or concerns so we can resolve them openly.
> >>
> >>
> >>Cheers,
> >>
> >>
> >>Will
> >>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>


Re: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org

2016-03-31 Thread Chris Mattmann
thanks if possible if you could CC my apache email I’d appreciate it
on those threads so I can contribute.



-Original Message-
From: Will Stevens 
Date: Thursday, March 31, 2016 at 10:47 AM
To: jpluser 
Cc: Sam Ruby , David Nalley ,
"dev@cloudstack.apache.org" 
Subject: Re: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack'
org

>Conversation moved to dev@ so everyone has better visibility.  Thanks for
>the feedback Chris...  :)
>
>
>On Thu, Mar 31, 2016 at 1:45 PM, Chris Mattmann
> wrote:
>
>None here on my part, and thanks for direct CC. The cloudstack dev
>email was such that I had to unsubscribe, but I have been monitoring
>the conversation.
>
>I am OK with the below plan from my end.
>
>Thanks Will. BTW, I don’t see anything private in particular, so
>moving this to dev@ ASAP would be welcomed.
>
>Cheers,
>Chris
>
>
>
>-Original Message-
>From: Will Stevens 
>Date: Thursday, March 31, 2016 at 10:26 AM
>To: Sam Ruby , David Nalley ,
>jpluser , "priv...@cloudstack.apache.org"
>
>Subject: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org
>
>>This could potentially happen on dev@, but since this thread is
>>specifically for the logistics of the move, I figure it makes the most
>>sense to do on the private@ thread to start with.  If we want to move
>>this conversation to dev@, I am ok with
>> that happening at any point.
>>
>>
>>We have had a vote on this move and we had unanimous support for the move
>>inside the ACS community.  Now for the more delicate process of actually
>>making it happen.
>>
>>
>>Sam and David, I am going to defer to you guys quite a bit in this
>>conversation as you have the best understanding of how things work at the
>>ASF, so you are in the best position to advise on the buttons to press
>>and the ones not to.
>>
>>
>>Please CC anyone into this conversation who you feel should be involved.
>>As more people get involved I will do my best to keep everyone up to
>>speed with the goal, our progress, and address people's concerns.
>>
>>
>>I believe we need to primarily work with the ASF Infra team, but there
>>may be other people that we need to bring in.  Please advise on this.
>>
>>
>>Our current progress:
>>- All parties are in agreement with the decision to make the move.
>>- I have talked to Github support about getting the 'mirror' setup after
>>the move.  They said that a user who has admin access to both
>>organizations can email after the transfer and they will setup the mirror
>>for us.
>>- I have setup the 'apache-cloudstack' github organization.
>>- I have add Sam, Chris and David (as well as some PMC members) as owners
>>of the 'apache-cloudstack' org.
>>
>>
>>Please advise if I should add others as owners of the 'apache-cloudstack'
>>github organization.
>>
>>
>>I think that is it for this initial email.  Lets get the ball rolling and
>>make this a reality.  :)
>>
>>
>>Please voice any questions or concerns so we can resolve them openly.
>>
>>
>>Cheers,
>>
>>
>>Will
>>
>
>
>
>
>
>
>
>
>
>
>




Re: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org

2016-03-31 Thread Will Stevens
Conversation moved to dev@ so everyone has better visibility.  Thanks for
the feedback Chris...  :)


On Thu, Mar 31, 2016 at 1:45 PM, Chris Mattmann  wrote:

> None here on my part, and thanks for direct CC. The cloudstack dev
> email was such that I had to unsubscribe, but I have been monitoring
> the conversation.
>
> I am OK with the below plan from my end.
>
> Thanks Will. BTW, I don’t see anything private in particular, so
> moving this to dev@ ASAP would be welcomed.
>
> Cheers,
> Chris
>
>
>
> -Original Message-
> From: Will Stevens 
> Date: Thursday, March 31, 2016 at 10:26 AM
> To: Sam Ruby , David Nalley ,
> jpluser , "priv...@cloudstack.apache.org"
> 
> Subject: [LOGISTICS] Move 'apache/cloudstack' to 'apache-cloudstack' org
>
> >This could potentially happen on dev@, but since this thread is
> >specifically for the logistics of the move, I figure it makes the most
> >sense to do on the private@ thread to start with.  If we want to move
> >this conversation to dev@, I am ok with
> > that happening at any point.
> >
> >
> >We have had a vote on this move and we had unanimous support for the move
> >inside the ACS community.  Now for the more delicate process of actually
> >making it happen.
> >
> >
> >Sam and David, I am going to defer to you guys quite a bit in this
> >conversation as you have the best understanding of how things work at the
> >ASF, so you are in the best position to advise on the buttons to press
> >and the ones not to.
> >
> >
> >Please CC anyone into this conversation who you feel should be involved.
> >As more people get involved I will do my best to keep everyone up to
> >speed with the goal, our progress, and address people's concerns.
> >
> >
> >I believe we need to primarily work with the ASF Infra team, but there
> >may be other people that we need to bring in.  Please advise on this.
> >
> >
> >Our current progress:
> >- All parties are in agreement with the decision to make the move.
> >- I have talked to Github support about getting the 'mirror' setup after
> >the move.  They said that a user who has admin access to both
> >organizations can email after the transfer and they will setup the mirror
> >for us.
> >- I have setup the 'apache-cloudstack' github organization.
> >- I have add Sam, Chris and David (as well as some PMC members) as owners
> >of the 'apache-cloudstack' org.
> >
> >
> >Please advise if I should add others as owners of the 'apache-cloudstack'
> >github organization.
> >
> >
> >I think that is it for this initial email.  Lets get the ball rolling and
> >make this a reality.  :)
> >
> >
> >Please voice any questions or concerns so we can resolve them openly.
> >
> >
> >Cheers,
> >
> >
> >Will
> >
>
>
>


[GitHub] cloudstack pull request: findbugs: new found old instance of DM_DE...

2016-03-31 Thread DaanHoogland
Github user DaanHoogland closed the pull request at:

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


---
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: findbugs: new found old instance of DM_DE...

2016-03-31 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1427#issuecomment-204046109
  
#1438 covers this


---
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: Fix new error found in findbugs slow buil...

2016-03-31 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1438#issuecomment-204045871
  
I opened #1427 and I agree, @rafaelweingartner and @swill so please go 
ahead. I will close #1427 


---
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: Removed unused code from com.cloud.api.Ap...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1263#issuecomment-204043787
  
The code seems ok now. 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.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204025586
  
nice 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: CLOUDSTACK-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204025261
  
**Minimal**
CPU Intel 4 core 64-bit processor with virtualization extensions
RAM 16GB
HDD 20GB

**Recommended**
CPU Intel Skylake 4 core 64-bit processor with virtualization extensions
RAM 32GB
SSD 20GB (root) + 100GB (data)

SBP has kindly open sourced all of their work on this, so checkout the 
following links.  If you have questions, ping the dev list and I will try to 
make sure your questions are answered.

Setup an environment from scratch without an existing chef server:
https://github.com/MissionCriticalCloud/bubble-blueprint

The above link runs this cookbook:
https://github.com/MissionCriticalCloud/bubble-cookbook

This sets up the environment for you.  Once that is setup, you can use the 
following to configure ACS environments and run tests:
https://github.com/MissionCriticalCloud/bubble-toolkit


---
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-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204019262
  
That is cool. This will certainly be a great benefit to our community.
What are the resources (CPU, memory, HD) requirements to run this appliance?



---
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-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204016332
  
I am hoping to get things more automated as I get more comfortable with 
everything, but I just had to get something in place so I can start getting 
through this PR backlog and start getting stuff merged in.


---
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-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204015782
  
Sure it answered ;)


---
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-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204015303
  
I have to manually kick off the PRs for now, I have not automated it yet.  
Still getting going.

It is deployed as hypervisor on hypervisor using bubble, so it is running 
against a physical environment.  Does that answer your question?


---
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-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204013813
  
Out of curiosity, is it running automatically testing all of the opened PRs?
Curiosity 2, is it real hardware or a buble?



---
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-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204011495
  
Testing my first PR with my shiny new CI environment.  :P


---
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-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204011239
  
ok 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: CLOUDSTACK-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204010549
  
I am running tests against real hardware right now for this.  Assuming 
everything goes will I will merge it right after.  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.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9298: Improve performance of r...

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

https://github.com/apache/cloudstack/pull/1425#issuecomment-204008304
  
Did we run the whole BVT test suite on it as well?  I see a few integration 
test run, but not many.  If we think it is ready to go, I can merge it in...


---
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: Removed unused methods from EventBus inte...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1260#issuecomment-204004213
  
@bvbharat I see that a test failed; I checked the logs and it seems that it 
was because it failed to apply the port forwarding rule. However, I could not 
find anything else (more details about the errors).

Could you help us to track if the failure is really due to the code changes?


---
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-9298: Improve performance of r...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204005766
  
I guess so, if no one objects.

The code was extensively reviewed, test cases (unit ones) were written, 
functional test were executed. For me this PR is ready to be merged. I would be 
able to do that latter today.



---
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-9298: Improve performance of r...

2016-03-31 Thread serg38
Github user serg38 commented on the pull request:

https://github.com/apache/cloudstack/pull/1425#issuecomment-204005079
  
Great!!! 2 LGTM received. Can we have this merged? 


---
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: Fix new error found in findbugs slow buil...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1438#issuecomment-204006448
  
I agree, but I was the one that opened the PR, so in my opinion, my opinion 
should no count much here :)


---
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: Fix new error found in findbugs slow buil...

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

https://github.com/apache/cloudstack/pull/1438#issuecomment-204005852
  
I think we should probably merge this one and not #1427.  Do you agree?


---
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-9333: Exclude clusters from OV...

2016-03-31 Thread nvazquez
GitHub user nvazquez opened a pull request:

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

CLOUDSTACK-9333: Exclude clusters from OVF operations

JIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9333 

It is proposed to add a way to exclude hosts from selected clusters for OVF 
operations.
To exclude a cluster, would be necessary to insert a record in 
cluster_details specifying property 
vmware.exclude_from_ovf in this way: (supposing we want to exclude 
cluster X)

| cluster_id | name| value |
|:-:|:-:|:-:|
|X|vmware.exclude_from_ovf|true|


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

$ git pull https://github.com/nvazquez/cloudstack excludeclusters

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

https://github.com/apache/cloudstack/pull/1457.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 #1457


commit fd02f3d8fe2d0bc9750ffe2aa32337c06e3edde7
Author: nvazquez 
Date:   2016-03-31T16:12:07Z

CLOUDSTACK-9333: Proposed way to exclude clusters for OVF operations




---
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: Fix new error found in findbugs slow buil...

2016-03-31 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1438#issuecomment-204001802
  
Tests were performed and reviews executed; so, should we merge this or the 
#1427?


---
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: Fix new error found in findbugs slow buil...

2016-03-31 Thread nvazquez
Github user nvazquez commented on the pull request:

https://github.com/apache/cloudstack/pull/1438#issuecomment-203997224
  
Code 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.
---


[GitHub] cloudstack pull request: Removed unused code from com.cloud.api.Ap...

2016-03-31 Thread GabrielBrascher
Github user GabrielBrascher commented on the pull request:

https://github.com/apache/cloudstack/pull/1263#issuecomment-203947763
  
@DaanHoogland @rafaelweingartner @pdube removed those ".class" files, also 
all checks have passed.
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: VMXNET3 via the API

2016-03-31 Thread Will Stevens
Thanks Rohit.  Unfortunately I am not able to use cloudmonkey (which is
awesome btw) in this case since this is being built into a bigger tool.  I
am currently using my own library: https://github.com/swill/csapi

With a bunch of trial and error I was able to figure out that it had to be
passed as follows.

request:
http://10.10.90.41:8080/client/api?account=masteruser%40DEV=e3d90052-56b6-4cd5-a5be-dc34ee461755=migrate-me-2012-disk1=OVA=http%3A%2F%2F10.10.90.251%3A80%2Fmigrate-me-2012-disk1.ova=VMware=registerTemplate=f0bcb52b-2487-453e-8bcd-b82d56dc6e1b=9-UVwC7DeAjLggZFyqhtC_IwqvH_40YNz0rJjBuwS666AVqevbj4Ajk2HDduaEdWxo3O_stNKGrFvSZDj_Nx6g=migrate-me-2012-disk1=30f531a4-c467-11e5-bcaa-0050569856f2[0].nicAdapter=Vmxnet3=json=RtRvTEZB5tYN05SktbZ2ulnblio%3D

response:
{ u'count': 1,
  u'template': [ { u'account': u'masteruser@DEV',
   u'created': u'2016-03-30T19:27:56+',
   u'crossZones': False,
   u'details': { u'nicAdapter': u'Vmxnet3'},
   u'displaytext': u'migrate-me-2012-disk1',
   u'domain': u'AA02',
   u'domainid': u'e3d90052-56b6-4cd5-a5be-dc34ee461755',
   u'format': u'OVA',
   u'hypervisor': u'VMware',
   u'id': u'052ac79b-84bb-42f4-b614-e4e66c2ac4c2',
   u'isdynamicallyscalable': False,
   u'isextractable': False,
   u'isfeatured': False,
   u'ispublic': False,
   u'isready': False,
   u'name': u'migrate-me-2012-disk1',
   u'ostypeid': u'30f531a4-c467-11e5-bcaa-0050569856f2',
   u'ostypename': u'Other (64-bit)',
   u'passwordenabled': False,
   u'sshkeyenabled': False,
   u'status': u'',
   u'tags': [],
   u'templatetype': u'USER',
   u'zoneid': u'f0bcb52b-2487-453e-8bcd-b82d56dc6e1b',
   u'zonename': u'InternalCore'}]}

I need to do a once through of the API documentation at some point and
figure out and document how stuff like this is passed.  The documentation
on anything that is not a basic string getting passed in is horrible.
Things like creating network service offerings through the API and
specifying capabilities is near impossible to understand.  I am not even
sure we are consistent about how we handle it either.  I will have to spend
some time on that when I have some free moments.

Thanks again for the details.  :)


*Will STEVENS*
Lead Developer

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

On Thu, Mar 31, 2016 at 6:57 AM, Rohit Yadav 
wrote:

> Using cloudmonkey, pass args: (note lowercase)
>
> details[0].key=nicAdapter details[0].value=vmxnet3
>
> If it's not working, check if the version of CloudStack supports this
> feature (overriding the default nic adapter setting using template
> details). Alternatively, you can pass this while deploying the vm using
> deployVirtualMachine API.
>
> Regards,
> Rohit Yadav
>
> Regards,
>
> Rohit Yadav
>
> rohit.ya...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
> On Mar 30 2016, at 10:13 am, Will Stevens 
> wrote:
>
> Is this the correct way to set the Vmxnet3 property for a VMware template
> via the API?
>
> It does not seem to be working even though it seems to be accepted via the
> API. Any ideas?
>
>
> http://10.10.90.41:8080/client/api?account=masteruser%40DEV=e3d90052-56b6-4cd5-a5be-dc34ee461755=migrate-me-2008R2-disk1=OVA=http%3A%2F%2F10.10.90.251%3A80%2Fmigrate-me-2008R2-disk1.ova=VMware=f0bcb52b-2487-453e-8bcd-b82d56dc6e1b=9-UVwC7DeAjLggZFyqhtC_IwqvH_40YNz0rJjBuwS666AVqevbj4Ajk2HDduaEdWxo3O_stNKGrFvSZDj_Nx6g=migrate-me-2008R2-disk1=30f531a4-c467-11e5-bcaa-0050569856f2[0].value=Vmxnet3=registerTemplate=json[0].key=nicAdapterType=OIaO2O/O2bZOs5790p0Enl83LwI%3D
>
> response:
> { u'count': 1,
>   u'template': [ { u'account': u'masteruser@DEV',
>u'created': u'2016-03-30T04:16:04+',
>u'crossZones': False,
>u'details': { u'key': u'nicAdapterType',
>  u'value': u'Vmxnet3'},
>u'displaytext': u'migrate-me-2008R2-disk1',
>u'domain': u'AA02',
>u'domainid': u'e3d90052-56b6-4cd5-a5be-dc34ee461755',
>u'format': u'OVA',
>u'hypervisor': u'VMware',
>u'id': u'f34cb95d-5b0b-4b53-9690-399108fff940',
>u'isdynamicallyscalable': False,
>u'isextractable': False,
>u'isfeatured': False,
>u'ispublic': False,
>u'isready': False,
>u'name': u'migrate-me-2008R2-disk1',

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

2016-03-31 Thread Rohit Yadav
Thanks Sadhu.

Regards,

Rohit Yadav

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

-Original Message-
From: Suresh Sadhu [mailto:suresh.sa...@accelerite.com] 
Sent: Thursday, March 31, 2016 6:01 PM
To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
Subject: RE: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

HI Rohit,

I have reviewed the FS and it  looks  good . I have updated my suggestion on 
createRolePermission API on  FS it self .Please check and share your views.

Regards
Sadhu
suresh.sa...@accelerite.com


-Original Message-
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] 
Sent: Thursday, March 31, 2016 4:12 PM
To: dev@cloudstack.apache.org
Cc: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Re: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

Thanks Koushik, I'll add my reply to your comments.

Regards,
Rohit Yadav

Regards,

Rohit Yadav

rohit.ya...@shapeblue.com
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK @shapeblue On Mar 28 2016, 
at 2:08 pm, Koushik Das  wrote:

Thanks Rohit, for the replies. Added some more comments based on the replies.

-Koushik


From: Rohit Yadav 
Sent: Friday, March 25, 2016 6:42 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: RE: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

Hi Koushik,

Thanks for the comments on the FS, I've replied to all of them and updated the 
FS (for example, default param in APIs).

Let me know on this ML thread or on the FS if you've further 
questions/comments. Thanks.

Regards.

Regards,

Rohit Yadav

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

-Original Message-
From: Koushik Das [mailto:koushik@accelerite.com]
Sent: Friday, March 25, 2016 1:34 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Re: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

The idea looks good. I have provided some questions/comments on the FS itself.

Thanks,
Koushik


From: Rohit Yadav 
Sent: Wednesday, March 23, 2016 10:34 PM
To: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Subject: [DISCUSS] Request for comments: Dynamic Role Based API Access Checker 
for CloudStack

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

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.



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 

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

2016-03-31 Thread Suresh Sadhu
HI Rohit,

I have reviewed the FS and it  looks  good . I have updated my suggestion on 
createRolePermission API on  FS it self .Please check and share your views.

Regards
Sadhu
suresh.sa...@accelerite.com


-Original Message-
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] 
Sent: Thursday, March 31, 2016 4:12 PM
To: dev@cloudstack.apache.org
Cc: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Re: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

Thanks Koushik, I'll add my reply to your comments.

Regards,
Rohit Yadav

Regards,

Rohit Yadav

rohit.ya...@shapeblue.com
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK @shapeblue On Mar 28 2016, 
at 2:08 pm, Koushik Das  wrote:

Thanks Rohit, for the replies. Added some more comments based on the replies.

-Koushik


From: Rohit Yadav 
Sent: Friday, March 25, 2016 6:42 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: RE: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

Hi Koushik,

Thanks for the comments on the FS, I've replied to all of them and updated the 
FS (for example, default param in APIs).

Let me know on this ML thread or on the FS if you've further 
questions/comments. Thanks.

Regards.

Regards,

Rohit Yadav

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

-Original Message-
From: Koushik Das [mailto:koushik@accelerite.com]
Sent: Friday, March 25, 2016 1:34 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Re: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

The idea looks good. I have provided some questions/comments on the FS itself.

Thanks,
Koushik


From: Rohit Yadav 
Sent: Wednesday, March 23, 2016 10:34 PM
To: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Subject: [DISCUSS] Request for comments: Dynamic Role Based API Access Checker 
for CloudStack

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

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.



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-9287 - Fix unique mac address ...

2016-03-31 Thread ustcweizhou
Github user ustcweizhou commented on the pull request:

https://github.com/apache/cloudstack/pull/1413#issuecomment-203884447
  
@wilderrodrigues will you create a new PR for this ? This PR is not merged.


---
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: VMXNET3 via the API

2016-03-31 Thread Rohit Yadav
Using cloudmonkey, pass args: (note lowercase)

details[0].key=nicAdapter details[0].value=vmxnet3

If it's not working, check if the version of CloudStack supports this feature 
(overriding the default nic adapter setting using template details). 
Alternatively, you can pass this while deploying the vm using 
deployVirtualMachine API.

Regards,
Rohit Yadav

Regards,

Rohit Yadav

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
On Mar 30 2016, at 10:13 am, Will Stevens  wrote:

Is this the correct way to set the Vmxnet3 property for a VMware template
via the API?

It does not seem to be working even though it seems to be accepted via the
API. Any ideas?

http://10.10.90.41:8080/client/api?account=masteruser%40DEV=e3d90052-56b6-4cd5-a5be-dc34ee461755=migrate-me-2008R2-disk1=OVA=http%3A%2F%2F10.10.90.251%3A80%2Fmigrate-me-2008R2-disk1.ova=VMware=f0bcb52b-2487-453e-8bcd-b82d56dc6e1b=9-UVwC7DeAjLggZFyqhtC_IwqvH_40YNz0rJjBuwS666AVqevbj4Ajk2HDduaEdWxo3O_stNKGrFvSZDj_Nx6g=migrate-me-2008R2-disk1=30f531a4-c467-11e5-bcaa-0050569856f2[0].value=Vmxnet3=registerTemplate=json[0].key=nicAdapterType=OIaO2O/O2bZOs5790p0Enl83LwI%3D

response:
{ u'count': 1,
  u'template': [ { u'account': u'masteruser@DEV',
   u'created': u'2016-03-30T04:16:04+',
   u'crossZones': False,
   u'details': { u'key': u'nicAdapterType',
 u'value': u'Vmxnet3'},
   u'displaytext': u'migrate-me-2008R2-disk1',
   u'domain': u'AA02',
   u'domainid': u'e3d90052-56b6-4cd5-a5be-dc34ee461755',
   u'format': u'OVA',
   u'hypervisor': u'VMware',
   u'id': u'f34cb95d-5b0b-4b53-9690-399108fff940',
   u'isdynamicallyscalable': False,
   u'isextractable': False,
   u'isfeatured': False,
   u'ispublic': False,
   u'isready': False,
   u'name': u'migrate-me-2008R2-disk1',
   u'ostypeid': u'30f531a4-c467-11e5-bcaa-0050569856f2',
   u'ostypename': u'Other (64-bit)',
   u'passwordenabled': False,
   u'sshkeyenabled': False,
   u'status': u'',
   u'tags': [],
   u'templatetype': u'USER',
   u'zoneid': u'f0bcb52b-2487-453e-8bcd-b82d56dc6e1b',
   u'zonename': u'InternalCore'}]}


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

2016-03-31 Thread Rohit Yadav
Thanks Koushik, I'll add my reply to your comments.

Regards,
Rohit Yadav

Regards,

Rohit Yadav

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue
On Mar 28 2016, at 2:08 pm, Koushik Das  wrote:

Thanks Rohit, for the replies. Added some more comments based on the replies.

-Koushik


From: Rohit Yadav 
Sent: Friday, March 25, 2016 6:42 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: RE: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

Hi Koushik,

Thanks for the comments on the FS, I've replied to all of them and updated the 
FS (for example, default param in APIs).

Let me know on this ML thread or on the FS if you've further 
questions/comments. Thanks.

Regards.

Regards,

Rohit Yadav

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

-Original Message-
From: Koushik Das [mailto:koushik@accelerite.com]
Sent: Friday, March 25, 2016 1:34 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Re: [DISCUSS] Request for comments: Dynamic Role Based API Access 
Checker for CloudStack

The idea looks good. I have provided some questions/comments on the FS itself.

Thanks,
Koushik


From: Rohit Yadav 
Sent: Wednesday, March 23, 2016 10:34 PM
To: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Subject: [DISCUSS] Request for comments: Dynamic Role Based API Access Checker 
for CloudStack

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

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.


[GitHub] cloudstack pull request: CLOUDSTACK-9287 - Fix unique mac address ...

2016-03-31 Thread wilderrodrigues
Github user wilderrodrigues closed the pull request at:

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


---
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-9328]: Fix vlan issues from t...

2016-03-31 Thread eriweb
Github user eriweb commented on the pull request:

https://github.com/apache/cloudstack/pull/1455#issuecomment-203855979
  
@remibergsma @wilderrodrigues @borisroman you guys have been testing a lot 
previously, would this change work for you?


---
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-9328]: Fix vlan issues from t...

2016-03-31 Thread shwetaag
Github user shwetaag commented on the pull request:

https://github.com/apache/cloudstack/pull/1455#issuecomment-203818359
  
Did Code walk through . 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.
---


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

2016-03-31 Thread nlivens
Github user nlivens commented on the pull request:

https://github.com/apache/cloudstack/pull/1452#issuecomment-203794406
  
@pedro-martins, I do like it, but we didn't change that code, we just 
restructured it a bit so I didn't want to touch the original code, I can still 
make that change though, that's not an issue :)


---
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.
---