Re: Review Request: deployVirtualMachine api, added a check to see if the userdata provided is base64 encoded.

2012-09-07 Thread Likitha Shetty

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6428/
---

(Updated Sept. 7, 2012, 6:07 a.m.)


Review request for cloudstack and Prachi Damle.


Changes
---

Based on the review comments, reverting the change to relax the validation by 
using the apache Base64.isbase64() method.


Description
---

Error out with InvalidParameterValueException in UserVmManagerImpl if userdata 
is not base64 encoded.


This addresses bug CS-14796.


Diffs (updated)
-

  server/src/com/cloud/vm/UserVmManagerImpl.java 1836176 

Diff: https://reviews.apache.org/r/6428/diff/


Testing
---


Thanks,

Likitha Shetty



CLOUDSTACK-33 : ASF 4.0 : Failure in Copy of System templates

2012-09-07 Thread Nilesh Vishwakarma
Hey,

The System template download is failing for ASF 4.0
I have raised a blocker issue 
https://issues.apache.org/jira/browse/CLOUDSTACK-33
Can somebody please look into it?

-Thanks,
Nilesh


Maven, ant and everything

2012-09-07 Thread Hugo Trippaers
Hey Edison,

As we are both working on the package building part, can we have a chat on IRC 
for example. I'm looking for an way forward and I think we can cover a lot of 
ground if we work together. I would like to discuss packaging, maven 
integration and then make a joint proposal to the list. Currently timezones are 
making emails bit difficult as we both seem to me most active when the other is 
not ;-) How about it?

Cheers,

Hugo


Re: Jenkins job for Maven build

2012-09-07 Thread Olivier Lamy
Apologize for delay.
It's now fixed see last report:
https://analysis.apache.org/dashboard/index/org.apache.cloudstack:cloudstack
BTW unit tests are not run as they a mysql instance (what about
running test with hsql or h2 ? sorry I don't know enough the code to
know if that's possible or not)
mkisofs was missing so I have installed the package.
Question: how to have that for me locally on osx ?

2012/8/31 Olivier Lamy ol...@apache.org:
 2012/8/31 David Nalley da...@gnsa.us:
 On Mon, Aug 27, 2012 at 2:56 AM, Olivier Lamy ol...@apache.org wrote:
 Hi,
 I have set a sonar job too see
 https://analysis.apache.org/project/index/org.apache.cloudstack:cloudstack
 Some interesting results (yup not only checkstyle :-) )
 He is running daily if there is any scm change.


 This doesn't appear to be running daily (appears that the last run was 26 
 Aug)
 I didn't fix the jenkins with new build (non oss stuff with installing
 jars first)
 I will try to fix that.

 --David



 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: marvin live tests into master

2012-09-07 Thread Prasanna Santhanam
On Thu, Sep 06, 2012 at 11:47:08AM -0400, David Nalley wrote:
 On Thu, Sep 6, 2012 at 6:15 AM, Prasanna Santhanam
 prasanna.santha...@citrix.com wrote:
  For the upcoming test phase live tests done by Marvin will be setup as
  per https://issues.apache.org/jira/browse/CLOUDSTACK-13
 
  The original authors of the test code have now submitted the ASF-ICLA to
  the PPMC and I will be moving the tests into master over the next few
  days. Holler if there are objections.
 
  Thanks,
 
  --
  Prasanna.,
 
 Prasanna:
 
 Thanks for bringing this to the list first. It will be awesome to see
 a large body of tests for CloudStack.
 

Thanks - It is in our interest to move this work to CloudStack for the
benefit of the community and for more participation.

 Can we at least see the body of tests before you merge it into master.
 I also think (at a minimum) that this needs to be submitted by the
 authors. Merely signing the CLA doesn't mean everything they've ever
 written is free game for us, only the contributions that they submit
 to the project. Also, if this is at all a large body of work developed
 elsewhere - it may trigger a need for us to run the submission through
 IP clearance.

The tests before CloudStack diverged from Citrix are still around in
the codebase (test/integration). The original authors' - Chirag /
Ashutosh -  commits are in the ASF git repo. We just haven't updated
them. With hardware dedicated to run the live tests, now would be a
good time to update them and have it setup.

We have permission from the authors. Any checkins that I move will
give due credit to them. I can have the authors raise a review request
if IP clearance is an issue. Or any alternate ASF process that this
might have to go through.


-- 
Prasanna.,


RE: Maven, ant and everything

2012-09-07 Thread Edison Su
Yes, I am on the IRC now.

From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com]
Sent: Thursday, September 06, 2012 11:45 PM
To: Edison Su
Cc: cloudstack-dev@incubator.apache.org
Subject: Maven, ant and everything

Hey Edison,

As we are both working on the package building part, can we have a chat on IRC 
for example. I'm looking for an way forward and I think we can cover a lot of 
ground if we work together. I would like to discuss packaging, maven 
integration and then make a joint proposal to the list. Currently timezones are 
making emails bit difficult as we both seem to me most active when the other is 
not ;-) How about it?

Cheers,

Hugo


RE: Jenkins job for Maven build

2012-09-07 Thread Edison Su


 -Original Message-
 From: Olivier Lamy [mailto:ol...@apache.org]
 Sent: Thursday, September 06, 2012 11:56 PM
 To: cloudstack-dev@incubator.apache.org
 Subject: Re: Jenkins job for Maven build
 
 Apologize for delay.
 It's now fixed see last report:
 https://analysis.apache.org/dashboard/index/org.apache.cloudstack:cloud
 stack
 BTW unit tests are not run as they a mysql instance (what about
 running test with hsql or h2 ? sorry I don't know enough the code to
 know if that's possible or not)
 mkisofs was missing so I have installed the package.


I use macport to install mkisofs

 Question: how to have that for me locally on osx ?
 
 2012/8/31 Olivier Lamy ol...@apache.org:
  2012/8/31 David Nalley da...@gnsa.us:
  On Mon, Aug 27, 2012 at 2:56 AM, Olivier Lamy ol...@apache.org
 wrote:
  Hi,
  I have set a sonar job too see
 
 https://analysis.apache.org/project/index/org.apache.cloudstack:cloudst
 ack
  Some interesting results (yup not only checkstyle :-) )
  He is running daily if there is any scm change.
 
 
  This doesn't appear to be running daily (appears that the last run
 was 26 Aug)
  I didn't fix the jenkins with new build (non oss stuff with
 installing
  jars first)
  I will try to fix that.
 
  --David
 
 
 
  --
  Olivier Lamy
  Talend: http://coders.talend.com
  http://twitter.com/olamy | http://linkedin.com/in/olamy
 
 
 
 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy


The first rpm build by jenkins is out

2012-09-07 Thread Edison Su
http://jenkins.cloudstack.org/job/build-cloudstack-4.0/34/artifact/CloudStack-oss-4.0.34-rhel6.3.tar.gz


[jira] [Created] (CLOUDSTACK-34) Not able to find management-sever and api-server logs after installation

2012-09-07 Thread Abhinav Roy (JIRA)
Abhinav Roy created CLOUDSTACK-34:
-

 Summary: Not able to find management-sever and api-server logs 
after installation
 Key: CLOUDSTACK-34
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-34
 Project: CloudStack
  Issue Type: Bug
  Components: Management Server
Affects Versions: pre-4.0.0
 Environment: Git Info: 
Git Revision: 36af3fcfd5ffe7ed8a4c665f66342b5fd3e8ecbb 
Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git 
Reporter: Abhinav Roy
Priority: Blocker
 Fix For: pre-4.0.0


Management server logs and API server logs are not found at 
/var/log/cloud/management after Installation.

[root@rhel6 mnt]# ls /var/log/cloud/management/
access_log.2012-09-07.txt  catalina.2012-09-07.log  catalina.out  
host-manager.2012-09-07.log  localhost.2012-09-07.log  manager.2012-09-07.log
[root@rhel6 mnt]#



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: ASF 4.0 Testing Kick off

2012-09-07 Thread Ram Chinta
Moving the thread to the mailing list...

From: Edison Su
Sent: Friday, September 07, 2012 1:22 PM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

That's a bug, missing another jars in ssvm.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:56 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada; 
Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Below are the observations after adv zone configuration with Xen server:


1)  Cent OS default template not got downloaded

2)  System VM's got created but System VM template does not show the size 
of the template .  [attached the snap]

[root@ms3 template]# cat tmpl/1/1/template.properties
filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
description=SystemVM Template
checksum=
hvm=false
size=565240320
vhd=true
id=1
public=true
vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
uniquename=routing-1
vhd.virtualsize=565240320
virtualsize=565240320
vhd.size=565240320
[root@ms3 template]#

MS : 10.102.125.245 root/freebsd admin/freebsd.

Thanks and Regards,
Sailaja.M


From: Edison Su
Sent: Friday, September 07, 2012 11:51 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Thanks. I'll fix it.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:11 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Small issue with the script :

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]'  .  Extra space need to be added to the script before ']' 
with if condition to avoid this error

Thanks and Regards,
Sailaja.M

From: Sailaja Mada
Sent: Friday, September 07, 2012 11:36 AM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Modified below line by setting the classpath to 
/usr/share/java/jasypt-1.9.0.jar.

dbPassword=(`java -classpath /usr/share/java/jasypt-1.9.0.jar 
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI decrypt.sh input=$encPassword 
password=$msKey verbose=false`)

Now installation went thru fine.

Thanks and Regards,
Sailaja.M

From: Edison Su
Sent: Friday, September 07, 2012 11:21 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Manually fix it at first, right now, I am still working the build. After build 
is finished, then we can go to the formal procedure, fire bug - fix - new 
build - test

From: Sailaja Mada
Sent: Thursday, September 06, 2012 10:45 PM
To: Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy; Edison Su
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

System VM template installation is failing to decrypt DB password from 
db.properties as it is not finding the required jar.   Jar file with commertial 
releases is @ 
http://git.cloud.com/cgit/cloudstack-oss/tree/deps/cloud-jasypt-1.8.jar?h=3.0.x

Can we get the same to continue with testing ??



[root@ms3 /]# 
/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m 
/mnt/secondary -u 
http://10.147.28.6/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver 
-F
/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]'
Exception in thread main java.lang.NoClassDefFoundError: 
org/jasypt/intf/cli/JasyptPBEStringDecryptionCLI
Caused by: java.lang.ClassNotFoundException: 
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
  

Re: How to integrate Hadoop to CloudStack

2012-09-07 Thread Shanker Balan
(Moving to cloudstack-users@ with Bcc to cloudstack-dev@incubator.apache.org)

Hello Nguyen,

Nguyen Anh Tu wrote,
 Hi guy,
 
 Anyone can help me to integrate Hadoop to CloudStack. I read the article
 CloudStack and Hadoop: a match made in the cloud but can not find a way
 to do this.

Could you explain a bit more on what you mean by Integrating Hadoop To
Cloudstack? I am not using CS yet, but I have a bunch of use cases I have
been thinking about lately.

You can use Cloudstack to provision Hadoop instances very easily. Cloudstack's
bare metal provisioning capabilities allows you to build high performance
clusters.

http://www.cloudstack.org/blog/63-cloudstack-the-best-kept-secret-in-cloud-computing.html.html

Cloudstack also provides an S3 compatible interface over supported object
stores like Swift and Caringo. So instead of using HDFS, you can choose to
store your data on CS backed by object store+s3 bridge.

http://www.slideshare.net/sebastiengoasguen/cloudstack-s3
http://wiki.apache.org/hadoop/AmazonS3

On the other hand, if you are expecting a hosted Hadoop solution (like AWS
EMR), I dont think that's quite ready yet (or if its even on the roadmap
anytime soon).

-- 
http://shankerbalan.net/

PS: cloudstack-users@ might be a more appropriate list to discuss this
further.


[jira] [Created] (CLOUDSTACK-35) Failed to download systemvm templates

2012-09-07 Thread Sailaja Mada (JIRA)
Sailaja Mada created CLOUDSTACK-35:
--

 Summary: Failed to download systemvm templates
 Key: CLOUDSTACK-35
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-35
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup, Template
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Blocker


Setup:

Single Management server : Cent OS 6.2 64 bit,  Hypervisor : Xen 5.6 SP2 

Steps:

1. Install the rpm build 
2. Download system VM template
3. Configure Advanced Networking Zone 

Below are the observations after adv zone configuration with Xen server:

1)  Cent OS default template not got downloaded 
2)  System VM’s got created but System VM template does not show the size 
of the template .  [attached the snap] 

[root@ms3 template]# cat tmpl/1/1/template.properties
filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
description=SystemVM Template
checksum=
hvm=false
size=565240320
vhd=true
id=1
public=true
vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
uniquename=routing-1
vhd.virtualsize=565240320
virtualsize=565240320
vhd.size=565240320
[root@ms3 template]#

Note: New Template registration also did not trigger download.

Exception:

Exception in thread main java.lang.NoClassDefFoundError: 
com/cloud/agent/AgentShell
Caused by: java.lang.ClassNotFoundException: com.cloud.agent.AgentShell
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: com.cloud.agent.AgentShell.  Program will exit.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CLOUDSTACK-35) Failed to download systemvm templates

2012-09-07 Thread Sailaja Mada (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450451#comment-13450451
 ] 

Sailaja Mada commented on CLOUDSTACK-35:


Missing another jars in ssvm - Comment from Edison

Exception in thread main java.lang.NoClassDefFoundError: 
com/cloud/agent/AgentShell
Caused by: java.lang.ClassNotFoundException: com.cloud.agent.AgentShell
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: com.cloud.agent.AgentShell. Program will exit.


 Failed to download systemvm templates
 -

 Key: CLOUDSTACK-35
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-35
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup, Template
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Blocker

 Setup:
 Single Management server : Cent OS 6.2 64 bit,  Hypervisor : Xen 5.6 SP2 
 Steps:
 1. Install the rpm build 
 2. Download system VM template
 3. Configure Advanced Networking Zone 
 Below are the observations after adv zone configuration with Xen server:
 1)Cent OS default template not got downloaded 
 2)System VM’s got created but System VM template does not show the size 
 of the template .  [attached the snap] 
 [root@ms3 template]# cat tmpl/1/1/template.properties
 filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 description=SystemVM Template
 checksum=
 hvm=false
 size=565240320
 vhd=true
 id=1
 public=true
 vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 uniquename=routing-1
 vhd.virtualsize=565240320
 virtualsize=565240320
 vhd.size=565240320
 [root@ms3 template]#
 Note: New Template registration also did not trigger download.
 Exception:
 Exception in thread main java.lang.NoClassDefFoundError: 
 com/cloud/agent/AgentShell
 Caused by: java.lang.ClassNotFoundException: com.cloud.agent.AgentShell
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at 
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 Could not find the main class: com.cloud.agent.AgentShell.  Program will exit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: ASF 4.0 Testing Kick off

2012-09-07 Thread Sailaja Mada
Hi,

Created the blocker bug @ https://issues.apache.org/jira/browse/CLOUDSTACK-35

Please share if there is any workaround to proceed with testing .

Thanks and Regards,
Sailaja.M

From: Ram Chinta
Sent: Friday, September 07, 2012 1:31 PM
To: Edison Su; Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; 
cloudstack-dev@incubator.apache.org
Subject: RE: ASF 4.0 Testing Kick off

Moving the thread to the mailing list...

From: Edison Su
Sent: Friday, September 07, 2012 1:22 PM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

That's a bug, missing another jars in ssvm.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:56 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada; 
Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Below are the observations after adv zone configuration with Xen server:


1)  Cent OS default template not got downloaded

2)  System VM's got created but System VM template does not show the size 
of the template .  [attached the snap]

[root@ms3 template]# cat tmpl/1/1/template.properties
filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
description=SystemVM Template
checksum=
hvm=false
size=565240320
vhd=true
id=1
public=true
vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
uniquename=routing-1
vhd.virtualsize=565240320
virtualsize=565240320
vhd.size=565240320
[root@ms3 template]#

MS : 10.102.125.245 root/freebsd admin/freebsd.

Thanks and Regards,
Sailaja.M


From: Edison Su
Sent: Friday, September 07, 2012 11:51 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Thanks. I'll fix it.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:11 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Small issue with the script :

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]'  .  Extra space need to be added to the script before ']' 
with if condition to avoid this error

Thanks and Regards,
Sailaja.M

From: Sailaja Mada
Sent: Friday, September 07, 2012 11:36 AM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Modified below line by setting the classpath to 
/usr/share/java/jasypt-1.9.0.jar.

dbPassword=(`java -classpath /usr/share/java/jasypt-1.9.0.jar 
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI decrypt.sh input=$encPassword 
password=$msKey verbose=false`)

Now installation went thru fine.

Thanks and Regards,
Sailaja.M

From: Edison Su
Sent: Friday, September 07, 2012 11:21 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Manually fix it at first, right now, I am still working the build. After build 
is finished, then we can go to the formal procedure, fire bug - fix - new 
build - test

From: Sailaja Mada
Sent: Thursday, September 06, 2012 10:45 PM
To: Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy; Edison Su
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

System VM template installation is failing to decrypt DB password from 
db.properties as it is not finding the required jar.   Jar file with commertial 
releases is @ 
http://git.cloud.com/cgit/cloudstack-oss/tree/deps/cloud-jasypt-1.8.jar?h=3.0.x

Can we get the same to continue with testing ??



[root@ms3 /]# 
/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m 
/mnt/secondary -u 
http://10.147.28.6/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver 
-F

RE: Maven, ant and everything

2012-09-07 Thread Hugo Trippaers
Hey all,

We just had a short chat on this topic and our proposal is as follows: Edison 
will focus on the RC candidate using the build system currently in master. In 
the meantime I will keep working on maven in the maven-waf branch, but instead 
of focusing on rpm/deb build I will try to get a tgz style build going (like 
other apache projects). This tgz style build can be the basis for future 
rpm/deb builds.

Once RC is more or less done Edison and me will start collaborating on getting 
maven/rpm/deb redone to some extent. We plan to consolidate some of the 
packages as well. To make sure we don't suffer from timezone lag I'll arrange 
to be in the states to work directly with Edison.

Cheers,

Hugo

From: Edison Su [mailto:edison...@citrix.com]
Sent: Friday, September 07, 2012 9:14 AM
To: Hugo Trippaers
Cc: cloudstack-dev@incubator.apache.org
Subject: RE: Maven, ant and everything

Yes, I am on the IRC now.

From: Hugo Trippaers 
[mailto:htrippa...@schubergphilis.com]mailto:[mailto:htrippa...@schubergphilis.com]
Sent: Thursday, September 06, 2012 11:45 PM
To: Edison Su
Cc: 
cloudstack-dev@incubator.apache.orgmailto:cloudstack-dev@incubator.apache.org
Subject: Maven, ant and everything

Hey Edison,

As we are both working on the package building part, can we have a chat on IRC 
for example. I'm looking for an way forward and I think we can cover a lot of 
ground if we work together. I would like to discuss packaging, maven 
integration and then make a joint proposal to the list. Currently timezones are 
making emails bit difficult as we both seem to me most active when the other is 
not ;-) How about it?

Cheers,

Hugo


[jira] [Updated] (CLOUDSTACK-35) Failed to download systemvm templates

2012-09-07 Thread Sailaja Mada (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sailaja Mada updated CLOUDSTACK-35:
---

Attachment: screenshot-1.jpg

 Failed to download systemvm templates
 -

 Key: CLOUDSTACK-35
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-35
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup, Template
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Blocker
 Attachments: screenshot-1.jpg


 Setup:
 Single Management server : Cent OS 6.2 64 bit,  Hypervisor : Xen 5.6 SP2 
 Steps:
 1. Install the rpm build 
 2. Download system VM template
 3. Configure Advanced Networking Zone 
 Below are the observations after adv zone configuration with Xen server:
 1)Cent OS default template not got downloaded 
 2)System VM’s got created but System VM template does not show the size 
 of the template .  [attached the snap] 
 [root@ms3 template]# cat tmpl/1/1/template.properties
 filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 description=SystemVM Template
 checksum=
 hvm=false
 size=565240320
 vhd=true
 id=1
 public=true
 vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 uniquename=routing-1
 vhd.virtualsize=565240320
 virtualsize=565240320
 vhd.size=565240320
 [root@ms3 template]#
 Note: New Template registration also did not trigger download.
 Exception:
 Exception in thread main java.lang.NoClassDefFoundError: 
 com/cloud/agent/AgentShell
 Caused by: java.lang.ClassNotFoundException: com.cloud.agent.AgentShell
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at 
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 Could not find the main class: com.cloud.agent.AgentShell.  Program will exit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-36) Warning while installing with RPM build [ cp: cannot stat `/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such file or directory]

2012-09-07 Thread Sailaja Mada (JIRA)
Sailaja Mada created CLOUDSTACK-36:
--

 Summary: Warning while installing with RPM build [ cp: cannot stat 
`/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such file or directory]
 Key: CLOUDSTACK-36
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-36
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Minor


Steps:

Tried to Install the rpm build.

Observation:

[root@ms3 ASF40]# rpm -Uvh *.rpm
Preparing...### [100%]
   1:cloud-utils### [  8%]
   2:cloud-deps ### [ 17%]
   3:cloud-core ### [ 25%]
   4:cloud-server   ### [ 33%]
   5:cloud-python   ### [ 42%]
   6:cloud-setup### [ 50%]
   7:cloud-aws-api  ### [ 58%]
   8:cloud-agent-scripts### [ 67%]
   9:cloud-client-ui### [ 75%]
  10:cloud-client   ### [ 83%]
cp: cannot stat `/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such file 
or directory
  11:cloud-agent-libs   ### [ 92%]
  12:cloud-cli  ### [100%]
[root@ms3 ASF40]#


Expected Result :

Install should proceed with no issues.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-37) Warning while installing templates with cloud-install-sys-tmplt script line 108: [: missing `]' ]

2012-09-07 Thread Sailaja Mada (JIRA)
Sailaja Mada created CLOUDSTACK-37:
--

 Summary: Warning while installing templates with 
cloud-install-sys-tmplt script  line 108: [: missing `]' ]
 Key: CLOUDSTACK-37
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-37
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Minor


Steps:

1. Install with rpm build
2. Tried to install system template using  cloud-install-sys-tmplt script.

Observation:

Error observed :

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]' 

Extra space need to be added to the script before ']' with if condition to 
avoid this error. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (CLOUDSTACK-11) Not able to install ASF 4.0 on Rhel 6.2

2012-09-07 Thread Abhinav Roy (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abhinav Roy closed CLOUDSTACK-11.
-

Resolution: Fixed

Closing the issue as we got the proper steps and the installation is going fine 
now. Here are the steps :-

1. Copy the following packages into one folder :
 
cloud-agent-scripts-4.0-1.el6.x86_64.rpm  
cloud-client-4.0-1.el6.x86_64.rpm 
cloud-core-4.0-1.el6.x86_64.rpm  
cloud-python-4.0-1.el6.x86_64.rpm  
cloud-setup-4.0-1.el6.x86_64.rpm
cloud-aws-api-4.0-1.el6.x86_64.rpm
cloud-client-ui-4.0-1.el6.x86_64.rpm 
cloud-deps-4.0-1.el6.x86_64.rpm  
cloud-server-4.0-1.el6.x86_64.rpm 
cloud-utils-4.0-1.el6.x86_64.rpm

2. Go into that folder and install the packages
rpm -Uvh *.rpm

3. Install the DB server
yum install mysql-server mysql

4. Enable mysqld
service mysqld start

5. Login to mysql and grant access privileges to remote users,
mysql GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;

6.  Restart mysqld
 service mysqld restart

7.  Open mysql server port 3306
 iptables -I INPUT -p tcp --dport 3306 -j ACCEPT

8.  Edit the /etc/sysconfig/iptables file and add the following line at the 
beginning of the INPUT chain:
 -A INPUT -p tcp --dport 3306 -j ACCEPT

9. Set up the database
cloud-setup-databases cloud:dbpassword@localhost 
--deploy-as=root:password
-e  encryption_type -m management_server_key -k database_key

 If setting up databases gives this error 
  Cloud DB required file /usr/share/java/cloud-jasypt-1.8.jar was not found
  Then,
  make sure /usr/local/bin/cloud-setup-databases has 
 encryptionJarPath = '/usr/share/java/jasypt-1.9.0.jar'
  Repeat step 9.
 
 

10. cloud-setup-management


 Not able to install ASF 4.0 on Rhel 6.2
 ---

 Key: CLOUDSTACK-11
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-11
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
 Environment: Platform : Rhel 6.2
 CloudStack build : asf4.0.rpm.tar
Reporter: Abhinav Roy
Assignee: edison su
Priority: Blocker
 Fix For: pre-4.0.0


 Steps Executed :- 
 1. Copied the tar file asf4.0.rpm.tar on the rhel machine.--- It was 
 successful
 2. Untar the file.
  ---  It was successful
 3. rpm -Uvh *.rpm   
 --- This gave following output
 error: Failed dependencies:
 /usr/sbin/libvirtd is needed by cloud-agent-4.0-1.el6.x86_64
 ebtables is needed by cloud-agent-4.0-1.el6.x86_64
 jna is needed by cloud-agent-4.0-1.el6.x86_64
 jsvc is needed by cloud-agent-4.0-1.el6.x86_64
 kvm is needed by cloud-agent-4.0-1.el6.x86_64
 libvirt is needed by cloud-agent-4.0-1.el6.x86_64
 qemu-img is needed by cloud-agent-4.0-1.el6.x86_64
 PING is needed by cloud-baremetal-agent-4.0-1.el6.x86_64
 syslinux is needed by cloud-baremetal-agent-4.0-1.el6.x86_64
 tftp-server is needed by cloud-baremetal-agent-4.0-1.el6.x86_64
 xinetd is needed by cloud-baremetal-agent-4.0-1.el6.x86_64
 jsvc is needed by cloud-usage-4.0-1.el6.x86_64
 After this I installed all above mentioned packages by 'yum install package 
 name 
 expect jsvc and PING.
 Downloaded jsvc from net and installed but couldn't find PING. So, removed 
 the baremetal package(just for trial) 
 4. rpm -Uvh *.rpm 
  --- This time install was successful.
 5. cloud-setup-databases   
 --- Gave the following error
 Cloud DB required file /usr/share/java/cloud-jasypt-1.8.jar was not found 
  We are not able to proceed with the installation due to the above 
 mentioned issues. Please let us know the workaround/correct installation 
 steps.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-38) Lable name is getting displayed in place of Network Rate while adding Network offering

2012-09-07 Thread Sailaja Mada (JIRA)
Sailaja Mada created CLOUDSTACK-38:
--

 Summary: Lable name is getting displayed  in place of Network Rate 
while adding Network offering 
 Key: CLOUDSTACK-38
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-38
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Minor


Steps:

1. Install RPM Build and configure Advanced network zone 
2. Tried to add new network offering.

Observation:
Lable name is getting displayed  in place of Network Rate while adding Network 
offering 

[Attached the snap]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-38) Lable name is getting displayed in place of Network Rate while adding Network offering

2012-09-07 Thread Sailaja Mada (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sailaja Mada updated CLOUDSTACK-38:
---

Attachment: screenshot-1.jpg

Network offering snapshot

 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 

 Key: CLOUDSTACK-38
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-38
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Minor
 Attachments: screenshot-1.jpg


 Steps:
 1. Install RPM Build and configure Advanced network zone 
 2. Tried to add new network offering.
 Observation:
 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 [Attached the snap]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-39) Dropdown list is missing while creating network offering with all the services [Source NAT,LB,Firewall,Port forwarding,Static NAT]

2012-09-07 Thread Sailaja Mada (JIRA)
Sailaja Mada created CLOUDSTACK-39:
--

 Summary: Dropdown list is missing while creating network offering 
with all the services [Source NAT,LB,Firewall,Port forwarding,Static NAT]
 Key: CLOUDSTACK-39
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-39
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Critical
 Attachments: screenshot-1.jpg

Steps:

1. Install RPM Build and configure Advanced network zone 
2. Tried to add new network offering

Observation:
Dropdown list is missing while creating network offering with all the services 
[Source NAT,LB,Firewall,Port forwarding,Static NAT]

Attached the snapshot

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: ASF 4.0 Testing Kick off

2012-09-07 Thread Edison Su
Template should be  ok to download now. I hacked your systemvm.

From: Sailaja Mada
Sent: Friday, September 07, 2012 1:17 AM
To: cloudstack-dev@incubator.apache.org
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Ram Chinta; Edison Su; 
Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Created the blocker bug @ https://issues.apache.org/jira/browse/CLOUDSTACK-35

Please share if there is any workaround to proceed with testing .

Thanks and Regards,
Sailaja.M

From: Ram Chinta
Sent: Friday, September 07, 2012 1:31 PM
To: Edison Su; Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; 
cloudstack-dev@incubator.apache.org
Subject: RE: ASF 4.0 Testing Kick off

Moving the thread to the mailing list...

From: Edison Su
Sent: Friday, September 07, 2012 1:22 PM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

That's a bug, missing another jars in ssvm.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:56 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada; 
Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Below are the observations after adv zone configuration with Xen server:


1)  Cent OS default template not got downloaded

2)  System VM's got created but System VM template does not show the size 
of the template .  [attached the snap]

[root@ms3 template]# cat tmpl/1/1/template.properties
filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
description=SystemVM Template
checksum=
hvm=false
size=565240320
vhd=true
id=1
public=true
vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
uniquename=routing-1
vhd.virtualsize=565240320
virtualsize=565240320
vhd.size=565240320
[root@ms3 template]#

MS : 10.102.125.245 root/freebsd admin/freebsd.

Thanks and Regards,
Sailaja.M


From: Edison Su
Sent: Friday, September 07, 2012 11:51 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Thanks. I'll fix it.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:11 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Small issue with the script :

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]'  .  Extra space need to be added to the script before ']' 
with if condition to avoid this error

Thanks and Regards,
Sailaja.M

From: Sailaja Mada
Sent: Friday, September 07, 2012 11:36 AM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Modified below line by setting the classpath to 
/usr/share/java/jasypt-1.9.0.jar.

dbPassword=(`java -classpath /usr/share/java/jasypt-1.9.0.jar 
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI decrypt.sh input=$encPassword 
password=$msKey verbose=false`)

Now installation went thru fine.

Thanks and Regards,
Sailaja.M

From: Edison Su
Sent: Friday, September 07, 2012 11:21 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Manually fix it at first, right now, I am still working the build. After build 
is finished, then we can go to the formal procedure, fire bug - fix - new 
build - test

From: Sailaja Mada
Sent: Thursday, September 06, 2012 10:45 PM
To: Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy; Edison Su
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

System VM template installation is failing to decrypt DB password from 
db.properties as it is not finding the required jar.   Jar file with commertial 
releases is @ 
http://git.cloud.com/cgit/cloudstack-oss/tree/deps/cloud-jasypt-1.8.jar?h=3.0.x

Can we get the same to continue with testing ??


[jira] [Resolved] (CLOUDSTACK-38) Lable name is getting displayed in place of Network Rate while adding Network offering

2012-09-07 Thread Pranav Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav Saxena resolved CLOUDSTACK-38.
-

Resolution: Fixed

 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 

 Key: CLOUDSTACK-38
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-38
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Minor
 Attachments: screenshot-1.jpg


 Steps:
 1. Install RPM Build and configure Advanced network zone 
 2. Tried to add new network offering.
 Observation:
 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 [Attached the snap]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-38) Lable name is getting displayed in place of Network Rate while adding Network offering

2012-09-07 Thread Pranav Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav Saxena reassigned CLOUDSTACK-38:
---

Assignee: Pranav Saxena

 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 

 Key: CLOUDSTACK-38
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-38
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Assignee: Pranav Saxena
Priority: Minor
 Attachments: screenshot-1.jpg


 Steps:
 1. Install RPM Build and configure Advanced network zone 
 2. Tried to add new network offering.
 Observation:
 Lable name is getting displayed  in place of Network Rate while adding 
 Network offering 
 [Attached the snap]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Review Request: ec2-run-instances fails with error Unable to find service offering by id. Component: AWSAPI.

2012-09-07 Thread Likitha Shetty


 On Aug. 13, 2012, 11:33 p.m., Prachi Damle wrote:
  Since there are changes made to DAO layer,  this patch cannot be applied 
  as-is. You need to apply your changes again on the work doen by Rajecsh, I 
  guess.
 
 Likitha Shetty wrote:
 Changes made to the DAO layer by Rajesh have not yet been checked in to 
 the master so this patch can be cleanly applied right ?

This issue is fixed with Rajesh's changes that moved the awsapi code from 
hibernate framework to dao(commit-id 39aa7d86affccf42b2e31222fc7ad295ce7180f4). 
With this change, EC2Engine::getCSServiceOfferingId now calls 
CloudStackSvcOfferingDaoImpl::getSvcOfferingByName which in turn uses 
findOneBy() to return a service offering id. And since findOneBy() excludes the 
removed entities by default the offering returned will always be a valid one.

Prachi, is this correct ?


- Likitha


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6425/#review10248
---


On Aug. 7, 2012, 5:13 a.m., Likitha Shetty wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6425/
 ---
 
 (Updated Aug. 7, 2012, 5:13 a.m.)
 
 
 Review request for cloudstack and Prachi Damle.
 
 
 Description
 ---
 
 Added a check in EC2Engine to verify if the service offering returned by 
 CloudStack to AWSAPI has not been deleted.
 
 
 This addresses bug CS-15771.
 
 
 Diffs
 -
 
   awsapi/src/com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java 
 5013eac 
   awsapi/src/com/cloud/bridge/service/core/ec2/EC2Engine.java 1363d0d 
   awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.hbm.xml 2bbcfd1 
   awsapi/src/com/cloud/stack/models/CloudStackServiceOffering.java 3dcf011 
 
 Diff: https://reviews.apache.org/r/6425/diff/
 
 
 Testing
 ---
 
 Created a custom compute-offering by the name 'm1.small' using the CloudStack 
 UI, deleted the offering and create a new one by the same name 
 'm1.small'../ec2-run-instances successfully deploys a virtual machine.
 
 
 Thanks,
 
 Likitha Shetty
 




Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/
---

(Updated Sept. 7, 2012, 10:07 a.m.)


Review request for cloudstack, Devdeep Singh, Nitin Mehta, and Alena 
Prokharchyk.


Changes
---

Adding a wiki page : 
http://wiki.cloudstack.org/display/COMM/Login+Attempts+for+Users


Description
---

Added global setting login.attempts.allowed which defines the maximum incorrect 
password attempts allowed.
Also after the maximum attempts are reached the user account is disabled.


This addresses bug CS-10219.


Diffs (updated)
-

  core/src/com/cloud/user/UserAccountVO.java 5e7c018 
  server/src/com/cloud/configuration/Config.java ebcd070 
  server/src/com/cloud/configuration/ConfigurationManagerImpl.java f9da08d 
  server/src/com/cloud/user/AccountManagerImpl.java 38153f3 
  setup/db/create-schema.sql fa933e3 
  setup/db/db/schema-302to40.sql aaf23e6 

Diff: https://reviews.apache.org/r/6858/diff/


Testing
---

Verified locally.


Thanks,

saksham srivastava



Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava


 On Sept. 6, 2012, 7:04 p.m., Koushik Das wrote:
  server/src/com/cloud/user/AccountManagerImpl.java, line 311
  https://reviews.apache.org/r/6858/diff/5/?file=150231#file150231line311
 
  Is this a valid assumption? If possible try to avoid the id and use 
  some other data.

Added in new patch.


- saksham


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/#review9
---


On Sept. 7, 2012, 10:07 a.m., saksham srivastava wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6858/
 ---
 
 (Updated Sept. 7, 2012, 10:07 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh, Nitin Mehta, and Alena 
 Prokharchyk.
 
 
 Description
 ---
 
 Added global setting login.attempts.allowed which defines the maximum 
 incorrect password attempts allowed.
 Also after the maximum attempts are reached the user account is disabled.
 
 
 This addresses bug CS-10219.
 
 
 Diffs
 -
 
   core/src/com/cloud/user/UserAccountVO.java 5e7c018 
   server/src/com/cloud/configuration/Config.java ebcd070 
   server/src/com/cloud/configuration/ConfigurationManagerImpl.java f9da08d 
   server/src/com/cloud/user/AccountManagerImpl.java 38153f3 
   setup/db/create-schema.sql fa933e3 
   setup/db/db/schema-302to40.sql aaf23e6 
 
 Diff: https://reviews.apache.org/r/6858/diff/
 
 
 Testing
 ---
 
 Verified locally.
 
 
 Thanks,
 
 saksham srivastava
 




RE: ASF 4.0 Testing Kick off

2012-09-07 Thread Sailaja Mada
Thanks Edison. Templates got downloaded in my setup.

Regards,
Sailaja.M

From: Edison Su
Sent: Friday, September 07, 2012 2:51 PM
To: Sailaja Mada; cloudstack-dev@incubator.apache.org
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Ram Chinta; Shweta 
Agarwal; Sudha Ponnaganti; Abhinav Roy
Subject: RE: ASF 4.0 Testing Kick off

Template should be  ok to download now. I hacked your systemvm.

From: Sailaja Mada
Sent: Friday, September 07, 2012 1:17 AM
To: cloudstack-dev@incubator.apache.org
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Ram Chinta; Edison Su; 
Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Created the blocker bug @ https://issues.apache.org/jira/browse/CLOUDSTACK-35

Please share if there is any workaround to proceed with testing .

Thanks and Regards,
Sailaja.M

From: Ram Chinta
Sent: Friday, September 07, 2012 1:31 PM
To: Edison Su; Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan 
Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; 
cloudstack-dev@incubator.apache.org
Subject: RE: ASF 4.0 Testing Kick off

Moving the thread to the mailing list...

From: Edison Su
Sent: Friday, September 07, 2012 1:22 PM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

That's a bug, missing another jars in ssvm.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:56 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada; 
Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Below are the observations after adv zone configuration with Xen server:


1)  Cent OS default template not got downloaded

2)  System VM's got created but System VM template does not show the size 
of the template .  [attached the snap]

[root@ms3 template]# cat tmpl/1/1/template.properties
filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
description=SystemVM Template
checksum=
hvm=false
size=565240320
vhd=true
id=1
public=true
vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
uniquename=routing-1
vhd.virtualsize=565240320
virtualsize=565240320
vhd.size=565240320
[root@ms3 template]#

MS : 10.102.125.245 root/freebsd admin/freebsd.

Thanks and Regards,
Sailaja.M


From: Edison Su
Sent: Friday, September 07, 2012 11:51 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Thanks. I'll fix it.

From: Sailaja Mada
Sent: Thursday, September 06, 2012 11:11 PM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Small issue with the script :

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 
108: [: missing `]'  .  Extra space need to be added to the script before ']' 
with if condition to avoid this error

Thanks and Regards,
Sailaja.M

From: Sailaja Mada
Sent: Friday, September 07, 2012 11:36 AM
To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada
Subject: RE: ASF 4.0 Testing Kick off

Hi,

Modified below line by setting the classpath to 
/usr/share/java/jasypt-1.9.0.jar.

dbPassword=(`java -classpath /usr/share/java/jasypt-1.9.0.jar 
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI decrypt.sh input=$encPassword 
password=$msKey verbose=false`)

Now installation went thru fine.

Thanks and Regards,
Sailaja.M

From: Edison Su
Sent: Friday, September 07, 2012 11:21 AM
To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 
Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang
Subject: RE: ASF 4.0 Testing Kick off

Manually fix it at first, right now, I am still working the build. After build 
is finished, then we can go to the formal procedure, fire bug - fix - new 
build - test

From: Sailaja Mada
Sent: Thursday, September 06, 2012 10:45 PM
To: Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy; Edison Su
Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; 

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava


 On Sept. 7, 2012, 3:46 a.m., Koushik Das wrote:
  server/src/com/cloud/user/AccountManagerImpl.java, line 1879
  https://reviews.apache.org/r/6858/diff/5/?file=150231#file150231line1879
 
  I understand that ROOT/domain admin can only unlock but I don't see 
  that in the list of changes. Is there another commit for implementing that?

ROOT Admin can enable any account, this functionality is already present in API 
(enableUser) and UI. For Domain Admin the API is present.


- saksham


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/#review11155
---


On Sept. 7, 2012, 10:07 a.m., saksham srivastava wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6858/
 ---
 
 (Updated Sept. 7, 2012, 10:07 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh, Nitin Mehta, and Alena 
 Prokharchyk.
 
 
 Description
 ---
 
 Added global setting login.attempts.allowed which defines the maximum 
 incorrect password attempts allowed.
 Also after the maximum attempts are reached the user account is disabled.
 
 
 This addresses bug CS-10219.
 
 
 Diffs
 -
 
   core/src/com/cloud/user/UserAccountVO.java 5e7c018 
   server/src/com/cloud/configuration/Config.java ebcd070 
   server/src/com/cloud/configuration/ConfigurationManagerImpl.java f9da08d 
   server/src/com/cloud/user/AccountManagerImpl.java 38153f3 
   setup/db/create-schema.sql fa933e3 
   setup/db/db/schema-302to40.sql aaf23e6 
 
 Diff: https://reviews.apache.org/r/6858/diff/
 
 
 Testing
 ---
 
 Verified locally.
 
 
 Thanks,
 
 saksham srivastava
 




[jira] [Resolved] (CLOUDSTACK-9) Can not change host OS preference from any specific OS to None

2012-09-07 Thread Mice Xia (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mice Xia resolved CLOUDSTACK-9.
---

Resolution: Fixed

 Can not change host OS preference from any specific OS to None
 --

 Key: CLOUDSTACK-9
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9
 Project: CloudStack
  Issue Type: Bug
  Components: Management Server
Affects Versions: 4.0.0
Reporter: Mice Xia
Priority: Minor
 Fix For: 4.0.0


 [How to reproduce]
 Select an host from infrastructure page
 Edit host, change OS preference to any specific OS 
 Apply and save
 Edit host, change OS preference to None
 [Actual result]
 Cannot change OS preference to None
 [Expected result]
 OS preference should be allowed to None
 [Reference]
 http://bugs.cloudstack.org/browse/CS-10284

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread Nitin Mehta

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/#review11162
---



core/src/com/cloud/user/UserAccountVO.java
https://reviews.apache.org/r/6858/#comment23873

Change to incorrect_login_attempts in DB and here



server/src/com/cloud/configuration/Config.java
https://reviews.apache.org/r/6858/#comment23874

 LoginAttemptsAllowed --  InccorectLoginAttemptsAllowed

Also is this setting for user or account - please be clear ?



server/src/com/cloud/user/AccountManagerImpl.java
https://reviews.apache.org/r/6858/#comment23875

suggestion - create a function is systemAccount.



server/src/com/cloud/user/AccountManagerImpl.java
https://reviews.apache.org/r/6858/#comment23878

it shouldn't be acct. it should be user



server/src/com/cloud/user/AccountManagerImpl.java
https://reviews.apache.org/r/6858/#comment23877

Can you suggest him corrective action ? Like contacting him an admin or 
resetting his password. What options does he have.
I think there should be an alert generated to alert the admin that the user 
got locked. Also there should be an option to try infinitely like we have 
today.(may be setting it to -1). Its not fair to ask u to implement it right 
away but please file a bug for this.




setup/db/db/schema-302to40.sql
https://reviews.apache.org/r/6858/#comment23876

The string here should be same as for the fresh install
  Incorrect login attempts allowed before the account is disabled


- Nitin Mehta


On Sept. 7, 2012, 10:07 a.m., saksham srivastava wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6858/
 ---
 
 (Updated Sept. 7, 2012, 10:07 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh, Nitin Mehta, and Alena 
 Prokharchyk.
 
 
 Description
 ---
 
 Added global setting login.attempts.allowed which defines the maximum 
 incorrect password attempts allowed.
 Also after the maximum attempts are reached the user account is disabled.
 
 
 This addresses bug CS-10219.
 
 
 Diffs
 -
 
   core/src/com/cloud/user/UserAccountVO.java 5e7c018 
   server/src/com/cloud/configuration/Config.java ebcd070 
   server/src/com/cloud/configuration/ConfigurationManagerImpl.java f9da08d 
   server/src/com/cloud/user/AccountManagerImpl.java 38153f3 
   setup/db/create-schema.sql fa933e3 
   setup/db/db/schema-302to40.sql aaf23e6 
 
 Diff: https://reviews.apache.org/r/6858/diff/
 
 
 Testing
 ---
 
 Verified locally.
 
 
 Thanks,
 
 saksham srivastava
 




VM instance cannot aquire IP via DHCP when run on other host with Virtual Router/??????

2012-09-07 Thread Nguyễn Đình Việt
Hi,

I deployed Cloudstack with 1 Management Server (CentOS 6.03) and 3 host on XCP 
1.1. I created VMs instance run fine. But I have a problem. When VMs instance 
run on other with VR ( Examp: VR run on host 1, VM run on node 2) then VMs can 
not aquire IP address via DHCP. If I migrate it to the same host with VR, it’s 
OK. I use advance networking and Network Offering is default (Offering for 
Isolated networks with Source Nat service enabled).



Can u help me to resolve this problem

Ps: Can u send me detail document about cloudstack networking ? I search on 
internet but most of them doesn’t descipt detail about network problem.

 

Thanks  Best Regards.

 



Nguyen Dinh Viet

Specialist – Security Dept

Cloud Computing Research Center

Viettel Research and Development Institute

No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam

Phone: (84.4) 62 731 708   Fax: (84.4) 62 838 838   

Mobile: (84) 976766287

Website: http://viettelrd.com.vn 

 

 



smime.p7s
Description: S/MIME cryptographic signature


[jira] [Closed] (CLOUDSTACK-35) Failed to download systemvm templates

2012-09-07 Thread edison su (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

edison su closed CLOUDSTACK-35.
---

Resolution: Fixed

fixed in 08c970a9cac281bd74b4ebce07c9b806c2729b8b

 Failed to download systemvm templates
 -

 Key: CLOUDSTACK-35
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-35
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup, Template
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Priority: Blocker
 Attachments: screenshot-1.jpg


 Setup:
 Single Management server : Cent OS 6.2 64 bit,  Hypervisor : Xen 5.6 SP2 
 Steps:
 1. Install the rpm build 
 2. Download system VM template
 3. Configure Advanced Networking Zone 
 Below are the observations after adv zone configuration with Xen server:
 1)Cent OS default template not got downloaded 
 2)System VM’s got created but System VM template does not show the size 
 of the template .  [attached the snap] 
 [root@ms3 template]# cat tmpl/1/1/template.properties
 filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 description=SystemVM Template
 checksum=
 hvm=false
 size=565240320
 vhd=true
 id=1
 public=true
 vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd
 uniquename=routing-1
 vhd.virtualsize=565240320
 virtualsize=565240320
 vhd.size=565240320
 [root@ms3 template]#
 Note: New Template registration also did not trigger download.
 Exception:
 Exception in thread main java.lang.NoClassDefFoundError: 
 com/cloud/agent/AgentShell
 Caused by: java.lang.ClassNotFoundException: com.cloud.agent.AgentShell
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at 
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 Could not find the main class: com.cloud.agent.AgentShell.  Program will exit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (CLOUDSTACK-34) Not able to find management-sever and api-server logs after installation

2012-09-07 Thread edison su (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

edison su closed CLOUDSTACK-34.
---

Resolution: Fixed

fixed in f1bd52917dc91a0ab0ab587e5d6f6cef427ea93f

 Not able to find management-sever and api-server logs after installation
 

 Key: CLOUDSTACK-34
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-34
 Project: CloudStack
  Issue Type: Bug
  Components: Management Server
Affects Versions: pre-4.0.0
 Environment: Git Info: 
 Git Revision: 36af3fcfd5ffe7ed8a4c665f66342b5fd3e8ecbb 
 Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git 
Reporter: Abhinav Roy
Priority: Blocker
 Fix For: pre-4.0.0


 Management server logs and API server logs are not found at 
 /var/log/cloud/management after Installation.
 [root@rhel6 mnt]# ls /var/log/cloud/management/
 access_log.2012-09-07.txt  catalina.2012-09-07.log  catalina.out  
 host-manager.2012-09-07.log  localhost.2012-09-07.log  manager.2012-09-07.log
 [root@rhel6 mnt]#

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava


 On Sept. 7, 2012, 10:29 a.m., Nitin Mehta wrote:
  server/src/com/cloud/user/AccountManagerImpl.java, line 311
  https://reviews.apache.org/r/6858/diff/6/?file=150620#file150620line311
 
  suggestion - create a function is systemAccount.

Checking for both RootAdmin and System, so still keeping isInternalAccount.


 On Sept. 7, 2012, 10:29 a.m., Nitin Mehta wrote:
  server/src/com/cloud/user/AccountManagerImpl.java, line 1876
  https://reviews.apache.org/r/6858/diff/6/?file=150620#file150620line1876
 
  Can you suggest him corrective action ? Like contacting him an admin or 
  resetting his password. What options does he have.
  I think there should be an alert generated to alert the admin that the 
  user got locked. Also there should be an option to try infinitely like we 
  have today.(may be setting it to -1). Its not fair to ask u to implement it 
  right away but please file a bug for this.
 

Improved the message, will create a related bug and also update it on Wiki page 
for Login attempts


- saksham


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/#review11162
---


On Sept. 7, 2012, 11:46 a.m., saksham srivastava wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6858/
 ---
 
 (Updated Sept. 7, 2012, 11:46 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh, Nitin Mehta, and Alena 
 Prokharchyk.
 
 
 Description
 ---
 
 Added global setting login.attempts.allowed which defines the maximum 
 incorrect password attempts allowed.
 Also after the maximum attempts are reached the user account is disabled.
 
 
 This addresses bug CS-10219.
 
 
 Diffs
 -
 
   core/src/com/cloud/user/UserAccountVO.java 5e7c018 
   server/src/com/cloud/configuration/Config.java ebcd070 
   server/src/com/cloud/configuration/ConfigurationManagerImpl.java f9da08d 
   server/src/com/cloud/user/AccountManagerImpl.java 38153f3 
   setup/db/create-schema.sql fa933e3 
   setup/db/db/schema-302to40.sql aaf23e6 
 
 Diff: https://reviews.apache.org/r/6858/diff/
 
 
 Testing
 ---
 
 Verified locally.
 
 
 Thanks,
 
 saksham srivastava
 




Re: [jira] [Assigned] (CLOUDSTACK-22) Sign the release artifacts

2012-09-07 Thread Chip Childers
Alex / Pradeep,

I was assuming that this particular task would be completed by those
of us that already added keys to the KEYS file:  John, David, Wido and
myself.  Also, IIRC, the signatures have to be from committers with
access to the ASF svn repo from a process perspective.  I guess we
could do it a slightly different way, via an acs file patch to include
Pradeep.

I'm more than happy to have this task assigned to me though...

-chip

On Fri, Sep 7, 2012 at 1:27 AM, Alex Huang (JIRA) j...@apache.org wrote:

  [ 
 https://issues.apache.org/jira/browse/CLOUDSTACK-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
  ]

 Alex Huang reassigned CLOUDSTACK-22:
 

 Assignee: Pradeep Soundararajan  (was: frank zhang)

 Sign the release artifacts
 --

 Key: CLOUDSTACK-22
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-22
 Project: CloudStack
  Issue Type: Task
Reporter: Ewan Mellor
Assignee: Pradeep Soundararajan
Priority: Blocker
 Fix For: pre-4.0.0


 The release artifacts need to be signed.

 --
 This message is automatically generated by JIRA.
 If you think it was sent incorrectly, please contact your JIRA administrators
 For more information on JIRA, see: http://www.atlassian.com/software/jira



Re: [ASFCS40] Release Candidate Status

2012-09-07 Thread Chip Childers
On Fri, Sep 7, 2012 at 12:33 AM, Rajesh Battala
rajesh.batt...@citrix.com wrote:


 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 9:41 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: [ASFCS40] Release Candidate Status

 Hi all,

 Wido and Edison have been working on build issues this evening, but we 
 haven't sorted everything yet.

 Currently, I'm stuck with trying to build the deb packages on a fresh Ubuntu 
 12.04 VM.  I'm getting this error during ./waf deb:

 incubator-cloudstack/artifacts/debbuild/cloud-4.0/build/build-aws-api.xml:34:
 taskdef class org.apache.axis2.tool.ant.AntCodegenTask cannot be found

 [Rajesh Battala]
 Ant broken. Can you try building other components by commenting 
 build-aws-api.xml in build.xml


Based on the latest master, and talking with Wido, the correct build
process for a deb package is now:

mvn install -P deps  dpkg-buildpackage

Wido's updating the wiki shortly.


 Edison is working to get jenkins.cloudstack.org to product the nice installer 
 scripts / package tarball distros that CS has previously been publishing.  I 
 think that's still a work-in-progress, and my personal preference for how to 
 get the binary build artifacts to be part of a release process.

 I'm signing off for the night, but I'll check in first thing tomorrow morning 
 (around 9 AM Eastern US time) to see if we can use either a Jenkins build 
 artifact or a manual (local to me) build process to generate the binary 
 release artifacts.  Once I get a decent binary release artifact to sign and 
 post, I'll concurrently do the process for the source distro as well.

 My plan is to post the unofficial release candidates to 
 people.apache.org/~chipchilders/cloudstack/something...  We can't use the 
 official ASF distro svn tree yet, since that requires a PPMC vote, and we're 
 not done with the licensing issues.

 Anyway, that's all I know for now.  Thanks all!

 -chip



[jira] [Created] (CLOUDSTACK-41) Binary package license issue

2012-09-07 Thread Chip Childers (JIRA)
Chip Childers created CLOUDSTACK-41:
---

 Summary: Binary package license issue
 Key: CLOUDSTACK-41
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-41
 Project: CloudStack
  Issue Type: Bug
Reporter: Chip Childers
Priority: Blocker


The install.sh script that's bundled with the tar.gz distro of RPM and DEB 
packages doesn't contain the ASF license header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-41) Binary package license issue

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers updated CLOUDSTACK-41:


Affects Version/s: pre-4.0.0

 Binary package license issue
 

 Key: CLOUDSTACK-41
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-41
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Blocker
 Fix For: pre-4.0.0


 The install.sh script that's bundled with the tar.gz distro of RPM and DEB 
 packages doesn't contain the ASF license header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-41) Binary package license issue

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers updated CLOUDSTACK-41:


Fix Version/s: pre-4.0.0

 Binary package license issue
 

 Key: CLOUDSTACK-41
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-41
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Blocker
 Fix For: pre-4.0.0


 The install.sh script that's bundled with the tar.gz distro of RPM and DEB 
 packages doesn't contain the ASF license header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-42) Code that generates the installer / binary bundle isn't in the ASF repo

2012-09-07 Thread Chip Childers (JIRA)
Chip Childers created CLOUDSTACK-42:
---

 Summary: Code that generates the installer / binary bundle isn't 
in the ASF repo
 Key: CLOUDSTACK-42
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-42
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Critical


We should probably have the code that generates the installer / binary bundle 
in the ASF repo (under tools?).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-42) Code that generates the installer / binary bundle isn't in the ASF repo

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers updated CLOUDSTACK-42:


Fix Version/s: pre-4.0.0

 Code that generates the installer / binary bundle isn't in the ASF repo
 -

 Key: CLOUDSTACK-42
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-42
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


 We should probably have the code that generates the installer / binary 
 bundle in the ASF repo (under tools?).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CLOUDSTACK-42) Code that generates the installer / binary bundle isn't in the ASF repo

2012-09-07 Thread edison su (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450624#comment-13450624
 ] 

edison su commented on CLOUDSTACK-42:
-

They are in https://github.com/CloudStack/hudsonbuild, seems it's not licensed 
under ASF though.

 Code that generates the installer / binary bundle isn't in the ASF repo
 -

 Key: CLOUDSTACK-42
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-42
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


 We should probably have the code that generates the installer / binary 
 bundle in the ASF repo (under tools?).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [ASFCS40] Release Candidate Status

2012-09-07 Thread Rohit Yadav

On 07-Sep-2012, at 6:50 PM, Chip Childers chip.child...@sungard.com wrote:

 On Fri, Sep 7, 2012 at 12:33 AM, Rajesh Battala
 rajesh.batt...@citrix.com wrote:
 
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 9:41 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: [ASFCS40] Release Candidate Status
 
 Hi all,
 
 Wido and Edison have been working on build issues this evening, but we 
 haven't sorted everything yet.
 
 Currently, I'm stuck with trying to build the deb packages on a fresh Ubuntu 
 12.04 VM.  I'm getting this error during ./waf deb:
 
 incubator-cloudstack/artifacts/debbuild/cloud-4.0/build/build-aws-api.xml:34:
 taskdef class org.apache.axis2.tool.ant.AntCodegenTask cannot be found
 
 [Rajesh Battala]
 Ant broken. Can you try building other components by commenting 
 build-aws-api.xml in build.xml
 
 
 Based on the latest master, and talking with Wido, the correct build
 process for a deb package is now:
 
 mvn install -P deps  dpkg-buildpackage
 

WIki updated: 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-BuildingDEBpackages

Temporary build process on asf master as suggested by Edison on IRC:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-TemporaryBuildProcessonASFMaster

Though I keep getting error, in compile-kvm: http://pastebin.com/Zdx1vGVw

Regards,
Rohit


 Wido's updating the wiki shortly.
 
 
 Edison is working to get jenkins.cloudstack.org to product the nice 
 installer scripts / package tarball distros that CS has previously been 
 publishing.  I think that's still a work-in-progress, and my personal 
 preference for how to get the binary build artifacts to be part of a release 
 process.
 
 I'm signing off for the night, but I'll check in first thing tomorrow 
 morning (around 9 AM Eastern US time) to see if we can use either a Jenkins 
 build artifact or a manual (local to me) build process to generate the 
 binary release artifacts.  Once I get a decent binary release artifact to 
 sign and post, I'll concurrently do the process for the source distro as 
 well.
 
 My plan is to post the unofficial release candidates to 
 people.apache.org/~chipchilders/cloudstack/something...  We can't use the 
 official ASF distro svn tree yet, since that requires a PPMC vote, and we're 
 not done with the licensing issues.
 
 Anyway, that's all I know for now.  Thanks all!
 
 -chip
 



[jira] [Created] (CLOUDSTACK-43) Jenkins build process needs to allow for setting the appropriate version number within the built JARs.

2012-09-07 Thread Chip Childers (JIRA)
Chip Childers created CLOUDSTACK-43:
---

 Summary: Jenkins build process needs to allow for setting the 
appropriate version number within the built JARs.
 Key: CLOUDSTACK-43
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-43
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


The Jenkins binary build processes are producing JAR files that contain version 
numbers like 4.0.0-SNAPSHOT.  We need a way to set a parameter within the build 
to set the version from SNAPSHOT to RC1 or even drop the pre-release identifier 
entirely (so that we can generate an actual release).



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CLOUDSTACK-44) Jenkins build process needs to use the correct version number for the tar.gz file name and the RPM/DEB package versions.

2012-09-07 Thread David Nalley (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450660#comment-13450660
 ] 

David Nalley commented on CLOUDSTACK-44:


agreed - I also think we need to ensure the name is correct - e.g. 
apache-cloudstack-4.0.0-1-incubating.tar.gz 

http://incubator.apache.org/guides/releasemanagement.html#naming

 Jenkins build process needs to use the correct version number for the tar.gz 
 file name and the RPM/DEB package versions.
 

 Key: CLOUDSTACK-44
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-44
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


 The Jenkins binary build processes are producing version numbers for the 
 packages and the tar.gz archive that use 4.0.[buildnumber].  We need a way to 
 change this, so that the version string is controlled and matches our 
 documented release numbering process.
 The job build number should be embedded somewhere, but I think there's a 
 specific place for that within the spec and deb config files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [ASFCS40] Release Candidate Status

2012-09-07 Thread Wido den Hollander

On 09/07/2012 03:20 PM, Chip Childers wrote:

On Fri, Sep 7, 2012 at 12:33 AM, Rajesh Battala
rajesh.batt...@citrix.com wrote:



-Original Message-
From: Chip Childers [mailto:chip.child...@sungard.com]
Sent: Friday, September 07, 2012 9:41 AM
To: cloudstack-dev@incubator.apache.org
Subject: [ASFCS40] Release Candidate Status

Hi all,

Wido and Edison have been working on build issues this evening, but we haven't 
sorted everything yet.

Currently, I'm stuck with trying to build the deb packages on a fresh Ubuntu 
12.04 VM.  I'm getting this error during ./waf deb:

incubator-cloudstack/artifacts/debbuild/cloud-4.0/build/build-aws-api.xml:34:
taskdef class org.apache.axis2.tool.ant.AntCodegenTask cannot be found

[Rajesh Battala]
Ant broken. Can you try building other components by commenting 
build-aws-api.xml in build.xml



Based on the latest master, and talking with Wido, the correct build
process for a deb package is now:

mvn install -P deps  dpkg-buildpackage

Wido's updating the wiki shortly.


I updated the Wiki with the Debian build process, the commands you 
specified are correct.


I've done a couple of commits:
* 664927948a3b2cf10320221db6247a4c20887ac2
* cb0eb19bf02e9f46e87023869ee2729af2a00cee

Waf also errors out when you run ./waf deb:

wido@wido-desktop:~/repos/cloudstack$ ./waf deb
Debian packages are no longer build with waf. Use dpkg-buildpackage instead.
wido@wido-desktop:~/repos/cloudstack$

I've tested the packages on a couple of Ubuntu 12.04 systems and they 
seem to install.


Using dpkg-buildpackage is a bit more robust since it will complain 
about missing (build) dependencies instead of having your build fail.


I removed a couple of extra JAR file (see commits) from the cloud-deps 
package and I'm depending on the Ubuntu repository for them, this makes 
our binary distribution even smaller.


For the test I've set up a Ubuntu repository which you can add with:

$ echo deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 
4.0  /etc/apt/sources.list.d/cloudstack.list

$ wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -
$ apt-get update
$ apt-get install cloud-agent

That should work on fresh systems and fetch everything you need to set 
up a CloudStack Agent.


I'll look into oBS from SUSE next week to see if we can use that for 
building our packages, but I wanted to give my own repo a try first.


I'm willing to distribute the CloudStack packages from this mirror, no 
problem The current packages were manually uploaded by me.


Wido





Edison is working to get jenkins.cloudstack.org to product the nice installer 
scripts / package tarball distros that CS has previously been publishing.  I 
think that's still a work-in-progress, and my personal preference for how to 
get the binary build artifacts to be part of a release process.

I'm signing off for the night, but I'll check in first thing tomorrow morning 
(around 9 AM Eastern US time) to see if we can use either a Jenkins build 
artifact or a manual (local to me) build process to generate the binary release 
artifacts.  Once I get a decent binary release artifact to sign and post, I'll 
concurrently do the process for the source distro as well.

My plan is to post the unofficial release candidates to 
people.apache.org/~chipchilders/cloudstack/something...  We can't use the 
official ASF distro svn tree yet, since that requires a PPMC vote, and we're 
not done with the licensing issues.

Anyway, that's all I know for now.  Thanks all!

-chip





Re: [ASFCS40] Release Candidate Status

2012-09-07 Thread Hiroaki Kawai


On 2012/09/07, at 23:02, Rohit Yadav rohit.ya...@citrix.com wrote:

 
 On 07-Sep-2012, at 6:50 PM, Chip Childers chip.child...@sungard.com wrote:
 
 On Fri, Sep 7, 2012 at 12:33 AM, Rajesh Battala
 rajesh.batt...@citrix.com wrote:
 
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 9:41 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: [ASFCS40] Release Candidate Status
 
 Hi all,
 
 Wido and Edison have been working on build issues this evening, but we 
 haven't sorted everything yet.
 
 Currently, I'm stuck with trying to build the deb packages on a fresh 
 Ubuntu 12.04 VM.  I'm getting this error during ./waf deb:
 
 incubator-cloudstack/artifacts/debbuild/cloud-4.0/build/build-aws-api.xml:34:
 taskdef class org.apache.axis2.tool.ant.AntCodegenTask cannot be found
 
 [Rajesh Battala]
 Ant broken. Can you try building other components by commenting 
 build-aws-api.xml in build.xml
 
 
 Based on the latest master, and talking with Wido, the correct build
 process for a deb package is now:
 
 mvn install -P deps  dpkg-buildpackage
 
 
 WIki updated: 
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-BuildingDEBpackages
 
 Temporary build process on asf master as suggested by Edison on IRC:
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-TemporaryBuildProcessonASFMaster
 
 Though I keep getting error, in compile-kvm: http://pastebin.com/Zdx1vGVw

I experienced that when I have system installed libvirt-java of version 0.4.7.
The cloudstack code requires 0.4.8. In maven build, this does not happen
because maven builds a right class path environment from dependencies.




Re: Jenkins job for Maven build

2012-09-07 Thread Olivier Lamy
2012/9/7 Rohit Yadav rohit.ya...@citrix.com:

 On 07-Sep-2012, at 12:26 PM, Olivier Lamy ol...@apache.org wrote:

 Apologize for delay.
 It's now fixed see last report:
 https://analysis.apache.org/dashboard/index/org.apache.cloudstack:cloudstack
 BTW unit tests are not run as they a mysql instance (what about
 running test with hsql or h2 ? sorry I don't know enough the code to
 know if that's possible or not)
 mkisofs was missing so I have installed the package.
 Question: how to have that for me locally on osx ?

 I downloaded the binary to /usr/bin from 
 http://www.helios.de/viewart.html?id=1000-en#download
 (Ref:  
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+development+environment+on+Mac+OS+X)

Great it works !! ( thanks for the friendly RTFM :-) )



 2012/8/31 Olivier Lamy ol...@apache.org:
 2012/8/31 David Nalley da...@gnsa.us:
 On Mon, Aug 27, 2012 at 2:56 AM, Olivier Lamy ol...@apache.org wrote:
 Hi,
 I have set a sonar job too see
 https://analysis.apache.org/project/index/org.apache.cloudstack:cloudstack
 Some interesting results (yup not only checkstyle :-) )
 He is running daily if there is any scm change.


 This doesn't appear to be running daily (appears that the last run was 26 
 Aug)
 I didn't fix the jenkins with new build (non oss stuff with installing
 jars first)
 I will try to fix that.

 --David



 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy



 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy




-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy


[jira] [Updated] (CLOUDSTACK-23) Execute CloudStack 4.0 QA plan

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-23:
---

Assignee: Sudha Ponnaganti

 Execute CloudStack 4.0 QA plan
 --

 Key: CLOUDSTACK-23
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-23
 Project: CloudStack
  Issue Type: Test
Reporter: Ewan Mellor
Assignee: Sudha Ponnaganti
Priority: Critical
 Fix For: 4.0.0


 Execute the CloudStack 4.0 QA plan.  See 
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/ASF+CS+4.0+QA for 
 details.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-37) Warning while installing templates with cloud-install-sys-tmplt script line 108: [: missing `]' ]

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-37:
---

Assignee: edison su

 Warning while installing templates with cloud-install-sys-tmplt script  line 
 108: [: missing `]' ]
 --

 Key: CLOUDSTACK-37
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-37
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Assignee: edison su
Priority: Minor

 Steps:
 1. Install with rpm build
 2. Tried to install system template using  cloud-install-sys-tmplt script.
 Observation:
 Error observed :
 /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: 
 line 108: [: missing `]' 
 Extra space need to be added to the script before ']' with if condition to 
 avoid this error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-33) ASF 4.0 : Failure in Copy of System templates

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-33:
---

Assignee: edison su

 ASF 4.0 : Failure in Copy of System templates
 -

 Key: CLOUDSTACK-33
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-33
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
 Environment: Installed ASF4.0.rpm.tar build on CentOS release 6.2
Reporter: Nilesh Vishwakarma
Assignee: edison su
Priority: Blocker

 Steps:
 - install ASF 4.0
 - Try to copy system templates
 While Copying System templates following erros are logged:
 # /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m 
 /mnt/sec/ -u 
 http://10.147.28.6/templates/acton/acton-systemvm-02062012.vhd.bz2 -h 
 xenserver -F
 /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: 
 line 108: [: missing `]'
 Exception in thread main java.lang.NoClassDefFoundError: 
 org/jasypt/intf/cli/JasyptPBEStringDecryptionCLI
 Caused by: java.lang.ClassNotFoundException: 
 org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 Could not find the main class: 
 org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI. Program will exit.
 Failed to decrypt DB password from db.properties
 Installation failed
 
 Expected behavior:
 System templates should be copied successfully on secondary storage.
 
 Git Info:
 Git Revision: 36af3fcfd5ffe7ed8a4c665f66342b5fd3e8ecbb
 Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-7) Update Developer's Guide for v4.0

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-7:
--

Assignee: Jessica Tomechak

 Update Developer's Guide for v4.0
 -

 Key: CLOUDSTACK-7
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7
 Project: CloudStack
  Issue Type: Bug
  Components: Doc
Affects Versions: 4.0.0
Reporter: Jessica Tomechak
Assignee: Jessica Tomechak
 Fix For: 4.0.0


 3.x Developer's Guide needs update for v4.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-36) Warning while installing with RPM build [ cp: cannot stat `/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such file or directory]

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-36:
---

Assignee: edison su

 Warning while installing with RPM build [ cp: cannot stat 
 `/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such file or directory]
 --

 Key: CLOUDSTACK-36
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-36
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Assignee: edison su
Priority: Minor

 Steps:
 Tried to Install the rpm build.
 Observation:
 [root@ms3 ASF40]# rpm -Uvh *.rpm
 Preparing...### [100%]
1:cloud-utils### [  8%]
2:cloud-deps ### [ 17%]
3:cloud-core ### [ 25%]
4:cloud-server   ### [ 33%]
5:cloud-python   ### [ 42%]
6:cloud-setup### [ 50%]
7:cloud-aws-api  ### [ 58%]
8:cloud-agent-scripts### [ 67%]
9:cloud-client-ui### [ 75%]
   10:cloud-client   ### [ 83%]
 cp: cannot stat `/usr/share/cloud/bridge/conf/hibernate.cfg.xml': No such 
 file or directory
   11:cloud-agent-libs   ### [ 92%]
   12:cloud-cli  ### [100%]
 [root@ms3 ASF40]#
 Expected Result :
 Install should proceed with no issues.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Chip Childers
All,

First, a huge thanks to everyone that worked on the build issues
recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
contribution here!

Edison got the build process working on http://jenkins.cloudstack.org/
for the binary distributions.  I copied his original job, and created
build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
These jobs are set to run manually right now.

Although we certainly are not ready to call this an official release,
I've posted our first signed sample build to
http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
suggest that we use these copies as the current *for test* release
candidate, since we're also hoping to be testing the overall build and
release process along with the code itself.  REMINDER: This is not an
official project release.

The process I used was:

1 - Run the two binary build jobs on jenkins, and download the produced tarballs
2 - Rename the files to
apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to
fit our naming convention)
3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
4 - Copy the previously downloaded artifacts from jenkins to by build
target folder (for me, it's ~/cs-asf-build)
5 - Generate the asc, md5 and sha files for the two binary artifacts
6 - scp'ed all of the files to my p.a.o public_html folder

Honestly, the longest part of the process is waiting for the scp to
p.a.o to complete (second longest is waiting for the jenkins jobs to
complete).  However, I can go through this process on a schedule if we
want to.  What days and times would everyone like to see the full
process get run through?

-chip


Re: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread John Kinsella
Something's not quite right - several of the hash files (.md5/.sha) are zero 
length…

On Sep 7, 2012, at 10:05 AM, Chip Childers 
chip.child...@sungard.commailto:chip.child...@sungard.com
 wrote:

All,

First, a huge thanks to everyone that worked on the build issues
recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
contribution here!

Edison got the build process working on http://jenkins.cloudstack.org/
for the binary distributions.  I copied his original job, and created
build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
These jobs are set to run manually right now.

Although we certainly are not ready to call this an official release,
I've posted our first signed sample build to
http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
suggest that we use these copies as the current *for test* release
candidate, since we're also hoping to be testing the overall build and
release process along with the code itself.  REMINDER: This is not an
official project release.

The process I used was:

1 - Run the two binary build jobs on jenkins, and download the produced tarballs
2 - Rename the files to
apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to
fit our naming convention)
3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
4 - Copy the previously downloaded artifacts from jenkins to by build
target folder (for me, it's ~/cs-asf-build)
5 - Generate the asc, md5 and sha files for the two binary artifacts
6 - scp'ed all of the files to my p.a.o public_html folder

Honestly, the longest part of the process is waiting for the scp to
p.a.o to complete (second longest is waiting for the jenkins jobs to
complete).  However, I can go through this process on a schedule if we
want to.  What days and times would everyone like to see the full
process get run through?

-chip


Stratosechttp://stratosec.co - Secure Infrastructure as a Service
o: 415.315.9385
@johnlkinsellahttp://twitter.com/johnlkinsella



Re: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Chip Childers
Indeed.  Looking at it now.

-chip

On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha) are zero 
 length…

 On Sep 7, 2012, at 10:05 AM, Chip Childers 
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
 contribution here!

 Edison got the build process working on http://jenkins.cloudstack.org/
 for the binary distributions.  I copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release,
 I've posted our first signed sample build to
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
 suggest that we use these copies as the current *for test* release
 candidate, since we're also hoping to be testing the overall build and
 release process along with the code itself.  REMINDER: This is not an
 official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the produced 
 tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to
 fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to
 p.a.o to complete (second longest is waiting for the jenkins jobs to
 complete).  However, I can go through this process on a schedule if we
 want to.  What days and times would everyone like to see the full
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella



Re: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Chip Childers
On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha) are zero 
 length…

This is corrected now.  Thanks for paying attention John! ;-)

 On Sep 7, 2012, at 10:05 AM, Chip Childers 
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
 contribution here!

 Edison got the build process working on http://jenkins.cloudstack.org/
 for the binary distributions.  I copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release,
 I've posted our first signed sample build to
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
 suggest that we use these copies as the current *for test* release
 candidate, since we're also hoping to be testing the overall build and
 release process along with the code itself.  REMINDER: This is not an
 official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the produced 
 tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to
 fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to
 p.a.o to complete (second longest is waiting for the jenkins jobs to
 complete).  However, I can go through this process on a schedule if we
 want to.  What days and times would everyone like to see the full
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella



[jira] [Commented] (CLOUDSTACK-30) vhd-util binary

2012-09-07 Thread David Nalley (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450829#comment-13450829
 ] 

David Nalley commented on CLOUDSTACK-30:


There is another copy of this file at:
scripts/vm/hypervisor/xenserver/vhd-util

 vhd-util binary
 ---

 Key: CLOUDSTACK-30
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-30
 Project: CloudStack
  Issue Type: Bug
  Components: Network Controller
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Blocker
  Labels: binary
 Fix For: 4.0.0


 patches/systemvm/debian/config/bin/vhd-util is a binary that is included in 
 the source tree. 
 vhd-util itself appears to be BSD-licensed, but it comes from a package 
 (blktap) that is BSD and GPL (note it' is 'and' and not 'or') - so not 
 positive that there aren't cross contamination, and that needs to be 
 explored. 
 Regardless it's a binary in the source tree that should go away. 
  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-45) deps/awsapi-lib/rampart-lib

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-45:
--

 Summary: deps/awsapi-lib/rampart-lib 
 Key: CLOUDSTACK-45
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-45
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Blocker
 Fix For: 4.0.0


deps/awsapi-lib/rampart-lib contains a number of binaries (jars) that need to 
be removed. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-46) Remnants of mycloud remain

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-46:
--

 Summary: Remnants of mycloud remain
 Key: CLOUDSTACK-46
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-46
 Project: CloudStack
  Issue Type: Bug
  Components: KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Trivial
 Fix For: 4.1.0


agent/bindir/mycloud-setup-agent.in still exists and should probably go away 
since mycloud is deprecated. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-47) axis2 warfile in source tree

2012-09-07 Thread John Kinsella (JIRA)
John Kinsella created CLOUDSTACK-47:
---

 Summary: axis2 warfile in source tree
 Key: CLOUDSTACK-47
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-47
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI
Affects Versions: pre-4.0.0
Reporter: John Kinsella
Priority: Blocker


While looking at release candidate, noticed there's 2 copies of axis2.war:

./awsapi/axis2.war
./deps/awsapi-lib/axis2.war

I believe these will need to be removed as there shouldn't be binaries in the 
source tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-48) agent contains deprecated documentation

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-48:
--

 Summary: agent contains deprecated documentation
 Key: CLOUDSTACK-48
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-48
 Project: CloudStack
  Issue Type: Bug
  Components: Doc, KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
 Fix For: pre-4.0.0


agent/doc/ contains two text files. These files haven't been touched since the 
initialization of the repo, and the content suggests that they date back to 
v1.x 

Is there any reason not to purge these? Misleading docs are worse that no docs 
IMO. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-49) Source distribution extracted folder name should be corrected

2012-09-07 Thread Chip Childers (JIRA)
Chip Childers created CLOUDSTACK-49:
---

 Summary: Source distribution extracted folder name should be 
corrected
 Key: CLOUDSTACK-49
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-49
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Assignee: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


Correct the source tar.gz and zip extract folder names to match the release 
artifact name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CLOUDSTACK-49) Source distribution extracted folder name should be corrected

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers resolved CLOUDSTACK-49.
-

Resolution: Fixed

Resolved in ff81de6508e7b8e21af52d9108e038900b24

 Source distribution extracted folder name should be corrected
 -

 Key: CLOUDSTACK-49
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-49
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Assignee: Chip Childers
Priority: Critical
 Fix For: pre-4.0.0


 Correct the source tar.gz and zip extract folder names to match the release 
 artifact name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-28) wget.exe (GPLed) is present in the tools directory as a binary.

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang updated CLOUDSTACK-28:
-

Fix Version/s: (was: 4.0.0)
   pre-4.0.0

 wget.exe (GPLed) is present in the tools directory as a binary. 
 

 Key: CLOUDSTACK-28
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-28
 Project: CloudStack
  Issue Type: Bug
  Components: Test Tools
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Blocker
  Labels: binary, license
 Fix For: pre-4.0.0


 test/scripts/wget.exe  
 wget is GPL which is prohibited license, and wget is a binary, which is also 
 forbidden in our source tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-48) agent contains deprecated documentation

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers reassigned CLOUDSTACK-48:
---

Assignee: Chip Childers

 agent contains deprecated documentation
 ---

 Key: CLOUDSTACK-48
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-48
 Project: CloudStack
  Issue Type: Bug
  Components: Doc, KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Chip Childers
 Fix For: pre-4.0.0


 agent/doc/ contains two text files. These files haven't been touched since 
 the initialization of the repo, and the content suggests that they date back 
 to v1.x 
 Is there any reason not to purge these? Misleading docs are worse that no 
 docs IMO. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-32) Resolve licensing question for configuration files stored in the patches folder

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang reassigned CLOUDSTACK-32:


Assignee: Chiradeep Vittal

 Resolve licensing question for configuration files stored in the patches 
 folder
 ---

 Key: CLOUDSTACK-32
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-32
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
Reporter: Chip Childers
Assignee: Chiradeep Vittal
Priority: Blocker
 Fix For: pre-4.0.0


 There is an ongoing thread on legal-discuss@a.o, but this needs to be 
 resolved prior to our release.
 Thread here:  
 http://markmail.org/thread/d3zdshlq446qtzsz#query:+page:1+mid:jfiz4fohwykrrzae+state:results
 Legal issue here:  https://issues.apache.org/jira/browse/LEGAL-146

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-30) vhd-util binary

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang updated CLOUDSTACK-30:
-

Fix Version/s: (was: 4.0.0)
   pre-4.0.0

 vhd-util binary
 ---

 Key: CLOUDSTACK-30
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-30
 Project: CloudStack
  Issue Type: Bug
  Components: Network Controller
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Anthony Xu
Priority: Blocker
  Labels: binary
 Fix For: pre-4.0.0


 patches/systemvm/debian/config/bin/vhd-util is a binary that is included in 
 the source tree. 
 vhd-util itself appears to be BSD-licensed, but it comes from a package 
 (blktap) that is BSD and GPL (note it' is 'and' and not 'or') - so not 
 positive that there aren't cross contamination, and that needs to be 
 explored. 
 Regardless it's a binary in the source tree that should go away. 
  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-30) vhd-util binary

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang reassigned CLOUDSTACK-30:


Assignee: Anthony Xu

 vhd-util binary
 ---

 Key: CLOUDSTACK-30
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-30
 Project: CloudStack
  Issue Type: Bug
  Components: Network Controller
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Anthony Xu
Priority: Blocker
  Labels: binary
 Fix For: pre-4.0.0


 patches/systemvm/debian/config/bin/vhd-util is a binary that is included in 
 the source tree. 
 vhd-util itself appears to be BSD-licensed, but it comes from a package 
 (blktap) that is BSD and GPL (note it' is 'and' and not 'or') - so not 
 positive that there aren't cross contamination, and that needs to be 
 explored. 
 Regardless it's a binary in the source tree that should go away. 
  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-33) ASF 4.0 : Failure in Copy of System templates

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang updated CLOUDSTACK-33:
-

Fix Version/s: pre-4.0.0

 ASF 4.0 : Failure in Copy of System templates
 -

 Key: CLOUDSTACK-33
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-33
 Project: CloudStack
  Issue Type: Bug
  Components: Install and Setup
Affects Versions: pre-4.0.0
 Environment: Installed ASF4.0.rpm.tar build on CentOS release 6.2
Reporter: Nilesh Vishwakarma
Assignee: edison su
Priority: Blocker
 Fix For: pre-4.0.0


 Steps:
 - install ASF 4.0
 - Try to copy system templates
 While Copying System templates following erros are logged:
 # /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m 
 /mnt/sec/ -u 
 http://10.147.28.6/templates/acton/acton-systemvm-02062012.vhd.bz2 -h 
 xenserver -F
 /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: 
 line 108: [: missing `]'
 Exception in thread main java.lang.NoClassDefFoundError: 
 org/jasypt/intf/cli/JasyptPBEStringDecryptionCLI
 Caused by: java.lang.ClassNotFoundException: 
 org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 Could not find the main class: 
 org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI. Program will exit.
 Failed to decrypt DB password from db.properties
 Installation failed
 
 Expected behavior:
 System templates should be copied successfully on secondary storage.
 
 Git Info:
 Git Revision: 36af3fcfd5ffe7ed8a4c665f66342b5fd3e8ecbb
 Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-39) Dropdown list is missing while creating network offering with all the services [Source NAT,LB,Firewall,Port forwarding,Static NAT]

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang reassigned CLOUDSTACK-39:


Assignee: Jessica Wang

 Dropdown list is missing while creating network offering with all the 
 services [Source NAT,LB,Firewall,Port forwarding,Static NAT]
 --

 Key: CLOUDSTACK-39
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-39
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Assignee: Jessica Wang
Priority: Critical
 Fix For: pre-4.0.0

 Attachments: screenshot-1.jpg


 Steps:
 1. Install RPM Build and configure Advanced network zone 
 2. Tried to add new network offering
 Observation:
 Dropdown list is missing while creating network offering with all the 
 services [Source NAT,LB,Firewall,Port forwarding,Static NAT]
 Attached the snapshot

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-39) Dropdown list is missing while creating network offering with all the services [Source NAT,LB,Firewall,Port forwarding,Static NAT]

2012-09-07 Thread Alex Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Huang updated CLOUDSTACK-39:
-

Fix Version/s: pre-4.0.0

 Dropdown list is missing while creating network offering with all the 
 services [Source NAT,LB,Firewall,Port forwarding,Static NAT]
 --

 Key: CLOUDSTACK-39
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-39
 Project: CloudStack
  Issue Type: Bug
  Components: UI
Affects Versions: pre-4.0.0
Reporter: Sailaja Mada
Assignee: Jessica Wang
Priority: Critical
 Fix For: pre-4.0.0

 Attachments: screenshot-1.jpg


 Steps:
 1. Install RPM Build and configure Advanced network zone 
 2. Tried to add new network offering
 Observation:
 Dropdown list is missing while creating network offering with all the 
 services [Source NAT,LB,Firewall,Port forwarding,Static NAT]
 Attached the snapshot

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CLOUDSTACK-46) Remnants of mycloud remain

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers reassigned CLOUDSTACK-46:
---

Assignee: Chip Childers

 Remnants of mycloud remain
 --

 Key: CLOUDSTACK-46
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-46
 Project: CloudStack
  Issue Type: Bug
  Components: KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Chip Childers
Priority: Trivial
 Fix For: 4.1.0


 agent/bindir/mycloud-setup-agent.in still exists and should probably go away 
 since mycloud is deprecated. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CLOUDSTACK-46) Remnants of mycloud remain

2012-09-07 Thread Chip Childers (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450863#comment-13450863
 ] 

Chip Childers commented on CLOUDSTACK-46:
-

Per this email thread:  http://markmail.org/message/q3d2qae74tuiwjw5

I think we agreed that mycloud functionality can be removed.  I'll assume this 
is the case, and remove the setup script.

 Remnants of mycloud remain
 --

 Key: CLOUDSTACK-46
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-46
 Project: CloudStack
  Issue Type: Bug
  Components: KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Chip Childers
Priority: Trivial
 Fix For: 4.1.0


 agent/bindir/mycloud-setup-agent.in still exists and should probably go away 
 since mycloud is deprecated. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CLOUDSTACK-48) agent contains deprecated documentation

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers resolved CLOUDSTACK-48.
-

Resolution: Fixed

commit 2afd076921ecb04a6fb078413c66074f92a51c3e
Author: Chip Childers chip.child...@gmail.com
Date:   Fri Sep 7 14:24:26 2012 -0400

CLOUDSTACK-48 : Removing stale documentation

 agent contains deprecated documentation
 ---

 Key: CLOUDSTACK-48
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-48
 Project: CloudStack
  Issue Type: Bug
  Components: Doc, KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Chip Childers
 Fix For: pre-4.0.0


 agent/doc/ contains two text files. These files haven't been touched since 
 the initialization of the repo, and the content suggests that they date back 
 to v1.x 
 Is there any reason not to purge these? Misleading docs are worse that no 
 docs IMO. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-10) Deleting a disconnected primary storage results in partial removed state

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-10:
---

Affects Version/s: (was: 4.0.0)
   pre-4.0.0
Fix Version/s: (was: 4.0.0)
   pre-4.0.0

 Deleting a disconnected primary storage results in partial removed state
 

 Key: CLOUDSTACK-10
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10
 Project: CloudStack
  Issue Type: Bug
  Components: Storage Controller
Affects Versions: pre-4.0.0
Reporter: Mice Xia
Assignee: Mice Xia
Priority: Minor
 Fix For: pre-4.0.0


 [How to reproduce]
 prepare a XS cluster with two NFS PS, i.e. PS1, PS2
 power down PS2
 wait for all XS reboot
 maintain PS2
 remove PS2
 [actual result]
 PS2 was 'partially' removed, i.e. show a 'Removed' PS in UI. In DB, state 
 field was updated to 'removed' but removed date field was not set
 [expected result]
 remove operation should be transactional

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CLOUDSTACK-46) Remnants of mycloud remain

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers resolved CLOUDSTACK-46.
-

Resolution: Fixed

commit c979425ce317af7af772aa5dbd5f3985c9afba9e
Author: Chip Childers chip.child...@gmail.com
Date:   Fri Sep 7 14:31:02 2012 -0400

CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that 
feature.

 Remnants of mycloud remain
 --

 Key: CLOUDSTACK-46
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-46
 Project: CloudStack
  Issue Type: Bug
  Components: KVM
Affects Versions: pre-4.0.0
Reporter: David Nalley
Assignee: Chip Childers
Priority: Trivial
 Fix For: 4.1.0


 agent/bindir/mycloud-setup-agent.in still exists and should probably go away 
 since mycloud is deprecated. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [1/2] git commit: CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that feature.

2012-09-07 Thread David Nalley
Chip:

I know cloud.spec references this file, which likely means waf does
something with it (or did), so I think it's bigger than just purging
the config file.

--David

On Fri, Sep 7, 2012 at 2:32 PM,  chipchild...@apache.org wrote:
 Updated Branches:
   refs/heads/master ff81d - c979425ce


 CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that 
 feature.


 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
 Commit: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c979425c
 Tree: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c979425c
 Diff: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c979425c

 Branch: refs/heads/master
 Commit: c979425ce317af7af772aa5dbd5f3985c9afba9e
 Parents: 2afd076
 Author: Chip Childers chip.child...@gmail.com
 Authored: Fri Sep 7 14:31:02 2012 -0400
 Committer: Chip Childers chip.child...@gmail.com
 Committed: Fri Sep 7 14:31:02 2012 -0400

 --
  agent/bindir/mycloud-setup-agent |  153 -
  1 files changed, 0 insertions(+), 153 deletions(-)
 --


 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c979425c/agent/bindir/mycloud-setup-agent
 --
 diff --git a/agent/bindir/mycloud-setup-agent 
 b/agent/bindir/mycloud-setup-agent
 deleted file mode 100755
 index 30fd9a0..000
 --- a/agent/bindir/mycloud-setup-agent
 +++ /dev/null
 @@ -1,153 +0,0 @@
 -#!/usr/bin/python
 -# Licensed to the Apache Software Foundation (ASF) under one
 -# or more contributor license agreements.  See the NOTICE file
 -# distributed with this work for additional information
 -# regarding copyright ownership.  The ASF licenses this file
 -# to you under the Apache License, Version 2.0 (the
 -# License); you may not use this file except in compliance
 -# with the License.  You may obtain a copy of the License at
 -#
 -#   http://www.apache.org/licenses/LICENSE-2.0
 -#
 -# Unless required by applicable law or agreed to in writing,
 -# software distributed under the License is distributed on an
 -# AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 -# KIND, either express or implied.  See the License for the
 -# specific language governing permissions and limitations
 -# under the License.
 -import os
 -import logging
 -import sys
 -import socket
 -import subprocess
 -import time
 -
 -from cloudutils.cloudException import CloudRuntimeException, 
 CloudInternalException
 -from cloudutils.utilities import initLoging, bash
 -from cloudutils.configFileOps import  configFileOps
 -from cloudutils.globalEnv import globalEnv
 -from cloudutils.networkConfig import networkConfig
 -from cloudutils.syscfg import sysConfigFactory
 -
 -from optparse import OptionParser
 -
 -url=http://rightscale-cloudstack.s3.amazonaws.com/kvm/centos/5.4/RightImage_CentOS_5.4_x64_v5.6.34.qcow2.bz2;
 -destFolder=/mnt/template/tmpl/1/4/
 -metaFile=template.properties
 -
 -def getUserInputs():
 -print Welcome to myCloud Setup:
 -
 -mgtSvr = myagent.cloud.com
 -
 -cfo = configFileOps(/etc/cloud/agent/agent.properties)
 -oldToken = cfo.getEntry(zone)
 -if oldToken == default:
 -oldToken = 
 -zoneToken = raw_input(Please input the Zone Token:[%s]%oldToken)
 -
 -if zoneToken == :
 -if oldToken == :
 -print Please input a valid zone token
 -exit(1)
 -zoneToken = oldToken
 -
 -try:
 -defaultNic = networkConfig.getDefaultNetwork()
 -except:
 -print Failed to get default route. Please configure your network to 
 add a default route
 -exit(1)
 -
 -network = defaultNic.name
 -
 -return [mgtSvr, zoneToken, network]
 -
 -def downloadTemplate():
 -if not os.path.exists(destFolder):
 -os.makedirs(destFolder)
 -oldName =url.split(/)[-1]
 -templateFile=url.split(/)[-1].replace(.bz2,)
 -
 -templateFullPath = destFolder + templateFile
 -metaFullPath = destFolder + metaFile
 -if os.path.exists(templateFullPath):
 -if os.path.exists(metaFullPath):
 -return True
 -os.remove(templateFullPath)
 -
 -print Need to download myCloud template into your local disk, from  + 
 url +  to  + destFolder +  :
 -try:
 -proc = subprocess.Popen([/bin/bash, -c, wget -O -  + url +  | 
 bunzip2   + destFolder + templateFile])
 -proc.communicate()
 -ret = proc.poll()
 -if ret is None or ret  0:
 -raise CloudRuntimeException(Failed to download template)
 -except KeyboardInterrupt:
 -if os.path.exists(templateFullPath):
 -os.remove(templateFullPath)
 -raise CloudRuntimeException(Downloading process is interrupted)
 -
 -file = open(metaFullPath, w)
 -physicalSize = 

[jira] [Updated] (CLOUDSTACK-14) Merge CAStor patch for 4.0

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-14:
---

Affects Version/s: pre-4.0.0
Fix Version/s: (was: 4.0.0)
   pre-4.0.0
 Assignee: Chiradeep Vittal

Assigning to Chiradeep as he is reviewing/ the patch. Couldn't locate Jamshid 
in Jira who is the author for the patch

 Merge CAStor patch for 4.0
 --

 Key: CLOUDSTACK-14
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-14
 Project: CloudStack
  Issue Type: Task
Affects Versions: pre-4.0.0
Reporter: Ewan Mellor
Assignee: Chiradeep Vittal
 Fix For: pre-4.0.0


 See https://reviews.apache.org/r/6473/.
 This patch has been ready for a long time, but conflicting with build system 
 changes, so it would be appropriate to grant a feature-freeze exception and 
 apply this patch, assuming that the author can fix it up in time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: Introducing some new developers to the community

2012-09-07 Thread Alex Huang
 The software developers are:
   Matthew Morrissey matthew.morris...@sungard.com, based in
 Philadelphia, PA, USA
   Raj Subrahmanian raj.subrahman...@sungard.com, based in Philadelphia,
 PA, USA (but usually in Connecticut)
   Yichi Lu yichi...@sungard.com, based in Austin, TX, USA
   Manikanta Kattamuri manikanta.kattam...@sungard.com, based in Pune,
 India
   Meghna Kale meghna.k...@sungard.com, based in Pune, India
   Nischal Vohra nischal.vo...@sungard.com, based in Pune, India
 
 The infrastructure architect is Adam Grochowski
 adam.grochow...@sungard.com, based in Philadelphia, PA, USA.
 
Hi,

Can the new developers join jira at 

https://issues.apache.org/jira/browse/CLOUDSTACK

I'm trying to add the appropriate people to the list.  I think Raj is already 
on but others are not.

Thanks.

--Alex


RE: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Sudha Ponnaganti
Thanks Chip!

If there are no objections would like to see the build happening by 6:00 AM IST 
daily.
Once official build is ready, this schedule can be replaced with official builds

Thanks
/Sudha

-Original Message-
From: Chip Childers [mailto:chip.child...@sungard.com] 
Sent: Friday, September 07, 2012 10:37 AM
To: cloudstack-dev@incubator.apache.org
Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha) 
 are zero length...

This is corrected now.  Thanks for paying attention John! ;-)

 On Sep 7, 2012, at 10:05 AM, Chip Childers 
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues 
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any 
 contribution here!

 Edison got the build process working on http://jenkins.cloudstack.org/ 
 for the binary distributions.  I copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release, 
 I've posted our first signed sample build to 
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would 
 suggest that we use these copies as the current *for test* release 
 candidate, since we're also hoping to be testing the overall build and 
 release process along with the code itself.  REMINDER: This is not an 
 official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the 
 produced tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and 
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to 
 fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build 
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to 
 p.a.o to complete (second longest is waiting for the jenkins jobs to 
 complete).  However, I can go through this process on a schedule if we 
 want to.  What days and times would everyone like to see the full 
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella



Re: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Chip Childers
On Fri, Sep 7, 2012 at 2:45 PM, Sudha Ponnaganti
sudha.ponnaga...@citrix.com wrote:
 Thanks Chip!

 If there are no objections would like to see the build happening by 6:00 AM 
 IST daily.
 Once official build is ready, this schedule can be replaced with official 
 builds

So I'm in US Eastern time, and it requires me to do this manually...
daily and at that time won't work.  Monday, Wed, Friday in the morning
ET would be fine.

I would propose a slightly different approach, given your desire for
daily builds.  How about I schedule the jenkins builds to provide the
nightly RPM and DEB package builds from the 4.0 branch.  This is not
the same thing as a signed package, but I assume that your focus is on
the feature / function / performance of the software itself.  Am I
correct about this?

-chip

 Thanks
 /Sudha

 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 10:37 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

 On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha)
 are zero length...

 This is corrected now.  Thanks for paying attention John! ;-)

 On Sep 7, 2012, at 10:05 AM, Chip Childers
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
 contribution here!

 Edison got the build process working on http://jenkins.cloudstack.org/
 for the binary distributions.  I copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release,
 I've posted our first signed sample build to
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
 suggest that we use these copies as the current *for test* release
 candidate, since we're also hoping to be testing the overall build and
 release process along with the code itself.  REMINDER: This is not an
 official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the
 produced tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively (to
 fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to
 p.a.o to complete (second longest is waiting for the jenkins jobs to
 complete).  However, I can go through this process on a schedule if we
 want to.  What days and times would everyone like to see the full
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella




Re: [1/2] git commit: CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that feature.

2012-09-07 Thread Chip Childers
On Fri, Sep 7, 2012 at 2:35 PM, David Nalley da...@gnsa.us wrote:
 Chip:

 I know cloud.spec references this file, which likely means waf does
 something with it (or did), so I think it's bigger than just purging
 the config file.

Yes, correct.  I just committed a fix to the cloud.spec file.  I
didn't see that script referenced anywhere else in the source tree.
Good catch, and bad me for not checking.

 --David

 On Fri, Sep 7, 2012 at 2:32 PM,  chipchild...@apache.org wrote:
 Updated Branches:
   refs/heads/master ff81d - c979425ce


 CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that 
 feature.


 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
 Commit: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c979425c
 Tree: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c979425c
 Diff: 
 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c979425c

 Branch: refs/heads/master
 Commit: c979425ce317af7af772aa5dbd5f3985c9afba9e
 Parents: 2afd076
 Author: Chip Childers chip.child...@gmail.com
 Authored: Fri Sep 7 14:31:02 2012 -0400
 Committer: Chip Childers chip.child...@gmail.com
 Committed: Fri Sep 7 14:31:02 2012 -0400

 --
  agent/bindir/mycloud-setup-agent |  153 -
  1 files changed, 0 insertions(+), 153 deletions(-)
 --


 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c979425c/agent/bindir/mycloud-setup-agent
 --
 diff --git a/agent/bindir/mycloud-setup-agent 
 b/agent/bindir/mycloud-setup-agent
 deleted file mode 100755
 index 30fd9a0..000
 --- a/agent/bindir/mycloud-setup-agent
 +++ /dev/null
 @@ -1,153 +0,0 @@
 -#!/usr/bin/python
 -# Licensed to the Apache Software Foundation (ASF) under one
 -# or more contributor license agreements.  See the NOTICE file
 -# distributed with this work for additional information
 -# regarding copyright ownership.  The ASF licenses this file
 -# to you under the Apache License, Version 2.0 (the
 -# License); you may not use this file except in compliance
 -# with the License.  You may obtain a copy of the License at
 -#
 -#   http://www.apache.org/licenses/LICENSE-2.0
 -#
 -# Unless required by applicable law or agreed to in writing,
 -# software distributed under the License is distributed on an
 -# AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 -# KIND, either express or implied.  See the License for the
 -# specific language governing permissions and limitations
 -# under the License.
 -import os
 -import logging
 -import sys
 -import socket
 -import subprocess
 -import time
 -
 -from cloudutils.cloudException import CloudRuntimeException, 
 CloudInternalException
 -from cloudutils.utilities import initLoging, bash
 -from cloudutils.configFileOps import  configFileOps
 -from cloudutils.globalEnv import globalEnv
 -from cloudutils.networkConfig import networkConfig
 -from cloudutils.syscfg import sysConfigFactory
 -
 -from optparse import OptionParser
 -
 -url=http://rightscale-cloudstack.s3.amazonaws.com/kvm/centos/5.4/RightImage_CentOS_5.4_x64_v5.6.34.qcow2.bz2;
 -destFolder=/mnt/template/tmpl/1/4/
 -metaFile=template.properties
 -
 -def getUserInputs():
 -print Welcome to myCloud Setup:
 -
 -mgtSvr = myagent.cloud.com
 -
 -cfo = configFileOps(/etc/cloud/agent/agent.properties)
 -oldToken = cfo.getEntry(zone)
 -if oldToken == default:
 -oldToken = 
 -zoneToken = raw_input(Please input the Zone Token:[%s]%oldToken)
 -
 -if zoneToken == :
 -if oldToken == :
 -print Please input a valid zone token
 -exit(1)
 -zoneToken = oldToken
 -
 -try:
 -defaultNic = networkConfig.getDefaultNetwork()
 -except:
 -print Failed to get default route. Please configure your network 
 to add a default route
 -exit(1)
 -
 -network = defaultNic.name
 -
 -return [mgtSvr, zoneToken, network]
 -
 -def downloadTemplate():
 -if not os.path.exists(destFolder):
 -os.makedirs(destFolder)
 -oldName =url.split(/)[-1]
 -templateFile=url.split(/)[-1].replace(.bz2,)
 -
 -templateFullPath = destFolder + templateFile
 -metaFullPath = destFolder + metaFile
 -if os.path.exists(templateFullPath):
 -if os.path.exists(metaFullPath):
 -return True
 -os.remove(templateFullPath)
 -
 -print Need to download myCloud template into your local disk, from  + 
 url +  to  + destFolder +  :
 -try:
 -proc = subprocess.Popen([/bin/bash, -c, wget -O -  + url +  
 | bunzip2   + destFolder + templateFile])
 -proc.communicate()
 -ret = proc.poll()
 -if ret is None or ret  0:
 -raise CloudRuntimeException(Failed to download template)
 -

[jira] [Updated] (CLOUDSTACK-13) Make it possible to run Marvin

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-13:
---

Affects Version/s: 4.0.0
 Assignee: Prasanna Santhanam

 Make it possible to run Marvin
 --

 Key: CLOUDSTACK-13
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-13
 Project: CloudStack
  Issue Type: Task
Affects Versions: 4.0.0
Reporter: Ewan Mellor
Assignee: Prasanna Santhanam
 Fix For: 4.0.0


 Make it possible to run Marvin (our automated function test suite) on 4.0 and 
 master.
 Ahmad Emneina has details of machines inside a Citrix lab that can be used 
 for this.
 We need to punch a hole in the Citrix firewall, or set up an SSH tunnel, so 
 that a Jenkins slave on the Citrix site can talk to jenkins.cloudstack.org.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-13) Make it possible to run Marvin

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-13:
---

Affects Version/s: (was: 4.0.0)
   pre-4.0.0
Fix Version/s: (was: 4.0.0)
   pre-4.0.0

 Make it possible to run Marvin
 --

 Key: CLOUDSTACK-13
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-13
 Project: CloudStack
  Issue Type: Task
Affects Versions: pre-4.0.0
Reporter: Ewan Mellor
Assignee: Prasanna Santhanam
 Fix For: pre-4.0.0


 Make it possible to run Marvin (our automated function test suite) on 4.0 and 
 master.
 Ahmad Emneina has details of machines inside a Citrix lab that can be used 
 for this.
 We need to punch a hole in the Citrix firewall, or set up an SSH tunnel, so 
 that a Jenkins slave on the Citrix site can talk to jenkins.cloudstack.org.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-23) Execute CloudStack 4.0 QA plan

2012-09-07 Thread Sudha Ponnaganti (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudha Ponnaganti updated CLOUDSTACK-23:
---

Affects Version/s: pre-4.0.0
Fix Version/s: (was: 4.0.0)
   pre-4.0.0

 Execute CloudStack 4.0 QA plan
 --

 Key: CLOUDSTACK-23
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-23
 Project: CloudStack
  Issue Type: Test
Affects Versions: pre-4.0.0
Reporter: Ewan Mellor
Assignee: Sudha Ponnaganti
Priority: Critical
 Fix For: pre-4.0.0


 Execute the CloudStack 4.0 QA plan.  See 
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/ASF+CS+4.0+QA for 
 details.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Introducing some new developers to the community

2012-09-07 Thread Matthew Morrissey
Thanks for the welcome everyone! I'm eager to get started and I'm sure I'll
have a good amount of questions that need answering so it's nice to know
there is a community of awesome people to help :-)

On Fri, Sep 7, 2012 at 12:28 AM, John Kinsella j...@stratosec.co wrote:

 Chip - that's awesome…I wish I had 6 developers I could donate (Some
 day...give me time. ;) )

 Guys - welcome. We've got a great community here. As others have said, if
 you have questions don't be shy. There's also usually a few of us on the
 irc channel who are happy to answer questions.

 John


 On Sep 6, 2012, at 7:27 AM, Chip Childers chip.child...@sungard.com
  wrote:

  Hi all,
 
  I wanted to drop a note to the list to introduce some new developers
  that SunGard Availability Services will be sponsoring to help on the
  project.  We have 6 software developers, and one infrastructure
  architect, that you'll start to see participating on the list this
  month (and hopefully more to come in the next couple of months).
 
  This will be a new project for most of the team, but everyone has been
  doing similar work on our own internal software previously (and some
  from previous companies doing similar work).  As a group, they'll be
  focusing on learning the architecture, components and overall project
  processes this month.  I've suggested to the team that reviewing
  existing docs / code is the place to start, and then attempting to
  tackle bugs that are still unassigned / unresolved in
  bugs.cloudstack.org is the next step.  Beyond that, we'll see where we
  go as a community. ;-)  I'd love the continued support of everyone
  else in helping these new community members integrate into the
  project!
 
  The software developers are:
   Matthew Morrissey matthew.morris...@sungard.com, based in
  Philadelphia, PA, USA
   Raj Subrahmanian raj.subrahman...@sungard.com, based in
  Philadelphia, PA, USA (but usually in Connecticut)
   Yichi Lu yichi...@sungard.com, based in Austin, TX, USA
   Manikanta Kattamuri manikanta.kattam...@sungard.com, based in Pune,
 India
   Meghna Kale meghna.k...@sungard.com, based in Pune, India
   Nischal Vohra nischal.vo...@sungard.com, based in Pune, India
 
  The infrastructure architect is Adam Grochowski
  adam.grochow...@sungard.com, based in Philadelphia, PA, USA.
 
  Thanks!
 
  -chip
 







-- 
Matthew Morrissey
Software Engineer - SunGard Availability Services - 401 N. Broad Street,
Philadelphia, PA 19108
o: 215-446-2713 - e: matthew.morris...@sungard.com


RE: Introducing some new developers to the community

2012-09-07 Thread Kelcey Damage (BBITS)
Welcome, and if your IA wants to talk IA stuff about CS, I am always available 
:)

Good to see the community grow.

KELCEY DAMAGE 
Infrastructure Systems Architect 
www.backbonetechnology.com 
- 
kel...@bbits.ca 

address: 55 East 7th Ave, Vancouver, BC, V5T 1M4
tel: +1 604 713 8560 ext:114    
fax: +1 604 605 0964 
skype: kelcey.damage 
 


-Original Message-
From: Matthew Morrissey [mailto:matthew.morris...@sungard.com] 
Sent: Friday, September 07, 2012 12:13 PM
To: cloudstack-dev@incubator.apache.org
Subject: Re: Introducing some new developers to the community

Thanks for the welcome everyone! I'm eager to get started and I'm sure I'll 
have a good amount of questions that need answering so it's nice to know there 
is a community of awesome people to help :-)

On Fri, Sep 7, 2012 at 12:28 AM, John Kinsella j...@stratosec.co wrote:

 Chip - that's awesome…I wish I had 6 developers I could donate (Some 
 day...give me time. ;) )

 Guys - welcome. We've got a great community here. As others have said, 
 if you have questions don't be shy. There's also usually a few of us 
 on the irc channel who are happy to answer questions.

 John


 On Sep 6, 2012, at 7:27 AM, Chip Childers chip.child...@sungard.com
  wrote:

  Hi all,
 
  I wanted to drop a note to the list to introduce some new developers 
  that SunGard Availability Services will be sponsoring to help on the 
  project.  We have 6 software developers, and one infrastructure 
  architect, that you'll start to see participating on the list this 
  month (and hopefully more to come in the next couple of months).
 
  This will be a new project for most of the team, but everyone has 
  been doing similar work on our own internal software previously (and 
  some from previous companies doing similar work).  As a group, 
  they'll be focusing on learning the architecture, components and 
  overall project processes this month.  I've suggested to the team 
  that reviewing existing docs / code is the place to start, and then 
  attempting to tackle bugs that are still unassigned / unresolved in 
  bugs.cloudstack.org is the next step.  Beyond that, we'll see where 
  we go as a community. ;-)  I'd love the continued support of 
  everyone else in helping these new community members integrate into 
  the project!
 
  The software developers are:
   Matthew Morrissey matthew.morris...@sungard.com, based in 
  Philadelphia, PA, USA  Raj Subrahmanian 
  raj.subrahman...@sungard.com, based in Philadelphia, PA, USA (but 
  usually in Connecticut)  Yichi Lu yichi...@sungard.com, based in 
  Austin, TX, USA  Manikanta Kattamuri 
  manikanta.kattam...@sungard.com, based in Pune,
 India
   Meghna Kale meghna.k...@sungard.com, based in Pune, India  
  Nischal Vohra nischal.vo...@sungard.com, based in Pune, India
 
  The infrastructure architect is Adam Grochowski 
  adam.grochow...@sungard.com, based in Philadelphia, PA, USA.
 
  Thanks!
 
  -chip
 







--
Matthew Morrissey
Software Engineer - SunGard Availability Services - 401 N. Broad Street, 
Philadelphia, PA 19108
o: 215-446-2713 - e: matthew.morris...@sungard.com



CloudStack UI: New widget library development

2012-09-07 Thread Brian Federle
Hi All,

In an effort to improve the user interface architecture and promote
reusability, I am compiling all common UI elements present in
CloudStack into a robust widget library. The main focus will be to
improve UI developers' experience and to allow other people to utilize
the widgets in their own projects.

Here are some of the improvements planned:

-Organize all current components into separate, easy to use widgets,
 particularly:

  -Sliding panel system
  -Table list
  -Details table
  -Form dialog
  
  -Navigation system
  
  -Tree view

-Complete test coverage with qunit, for all widget features

-Easy-to-read documentation on how the widgets work and their
 parameters

-More modular architecture, to prevent code duplication and to isolate
 specific features for better maintainability.

As I am in the design phase right now for this widget library, I would
love to hear from the community on how to improve the CloudStack UI
codebase:

-Any way to make the widgets/UI easier to maintain


-Things you don't like about developing with the current UI

-Any new features that would be beneficial

I'm doing development right now on a github repository, but ultimately
once complete the library will make its way back into the CloudStack
project source. Feel free to browse/pull/watch the code there:

https://github.com/bfederle/cloud-ui-toolkit/

Also, I'll post some initial documentation soon, which will describe
how the widgets can be implemented, etc.

-Brian



RE: Introducing some new developers to the community

2012-09-07 Thread Will Chan
A very warm welcome to the community!  I am certainly looking forward to 
working with you all.

Sorry for this belated welcome but this week has been an extremely busy week 
for me.  After missing a week of not being able to really be on the dev list as 
much as I want, I have about 500+ outstanding mails to go through.  If only 
there was a tool to somehow summarize and beam this into my head...

 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Thursday, September 06, 2012 7:27 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: Introducing some new developers to the community
 
 Hi all,
 
 I wanted to drop a note to the list to introduce some new developers that
 SunGard Availability Services will be sponsoring to help on the project.  We
 have 6 software developers, and one infrastructure architect, that you'll
 start to see participating on the list this month (and hopefully more to
 come in the next couple of months).
 
 This will be a new project for most of the team, but everyone has been
 doing similar work on our own internal software previously (and some from
 previous companies doing similar work).  As a group, they'll be focusing on
 learning the architecture, components and overall project processes this
 month.  I've suggested to the team that reviewing existing docs / code is
 the place to start, and then attempting to tackle bugs that are still
 unassigned / unresolved in bugs.cloudstack.org is the next step.  Beyond
 that, we'll see where we go as a community. ;-)  I'd love the continued
 support of everyone else in helping these new community members
 integrate into the project!
 
 The software developers are:
   Matthew Morrissey matthew.morris...@sungard.com, based in
 Philadelphia, PA, USA
   Raj Subrahmanian raj.subrahman...@sungard.com, based in
 Philadelphia, PA, USA (but usually in Connecticut)
   Yichi Lu yichi...@sungard.com, based in Austin, TX, USA
   Manikanta Kattamuri manikanta.kattam...@sungard.com, based in
 Pune, India
   Meghna Kale meghna.k...@sungard.com, based in Pune, India
   Nischal Vohra nischal.vo...@sungard.com, based in Pune, India
 
 The infrastructure architect is Adam Grochowski
 adam.grochow...@sungard.com, based in Philadelphia, PA, USA.
 
 Thanks!
 
 -chip


[jira] [Created] (CLOUDSTACK-50) build-apidocs ClassNotFoundException: com.cloud.api.commands.DeleteCiscoNexusVSMCmd

2012-09-07 Thread Chip Childers (JIRA)
Chip Childers created CLOUDSTACK-50:
---

 Summary: build-apidocs ClassNotFoundException: 
com.cloud.api.commands.DeleteCiscoNexusVSMCmd
 Key: CLOUDSTACK-50
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-50
 Project: CloudStack
  Issue Type: Bug
Affects Versions: pre-4.0.0
 Environment: Jenkins build-api-docs-4.0 job
Reporter: Chip Childers
 Fix For: pre-4.0.0


build-apidocs:
 [echo] build-apidocs
 [exec] java.lang.ClassNotFoundException: 
com.cloud.api.commands.DeleteCiscoNexusVSMCmd
 [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
 [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
 [exec] at java.security.AccessController.doPrivileged(Native Method)
 [exec] at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
 [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
 [exec] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
 [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
 [exec] at java.lang.Class.forName0(Native Method)
 [exec] at java.lang.Class.forName(Class.java:186)
 [exec] at 
com.cloud.api.doc.ApiXmlDocWriter.writeCommand(ApiXmlDocWriter.java:304)
 [exec] at 
com.cloud.api.doc.ApiXmlDocWriter.main(ApiXmlDocWriter.java:228)

BUILD FAILED
/var/lib/jenkins/workspace/build-api-docs-4.0/build/developer.xml:411: exec 
returned: 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-51) Outdated docs and license data present in awsapi

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-51:
--

 Summary: Outdated docs and license data present in awsapi
 Key: CLOUDSTACK-51
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-51
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI, Doc
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Blocker


awsapi/ contains a separate LICENSE and NOTICE file for Axis2. This shouldn't 
be present and should be handled via the LICENSE and NOTICE file in the top 
level directory. 

The above is a blocker for release IMO. 

 Additionally release-notes.* are deprecated pieces of documentation from when 
cloudbridge was a separate piece of code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CLOUDSTACK-51) Outdated docs and license data present in awsapi

2012-09-07 Thread Chip Childers (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Childers updated CLOUDSTACK-51:


Description: 
awsapi/ contains a separate LICENSE and NOTICE file for Axis2. This shouldn't 
be present and should be handled via the LICENSE and NOTICE file in the top 
level directory. (Please keep in mind that the LICENSE and NOTICE file in the 
top level directory are generated via tools/whisker/descriptor.xml)

The above is a blocker for release IMO. 

 Additionally release-notes.* are deprecated pieces of documentation from when 
cloudbridge was a separate piece of code. 

  was:
awsapi/ contains a separate LICENSE and NOTICE file for Axis2. This shouldn't 
be present and should be handled via the LICENSE and NOTICE file in the top 
level directory. 

The above is a blocker for release IMO. 

 Additionally release-notes.* are deprecated pieces of documentation from when 
cloudbridge was a separate piece of code. 


 Outdated docs and license data present in awsapi
 

 Key: CLOUDSTACK-51
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-51
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI, Doc
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Blocker
  Labels: doc, license

 awsapi/ contains a separate LICENSE and NOTICE file for Axis2. This shouldn't 
 be present and should be handled via the LICENSE and NOTICE file in the top 
 level directory. (Please keep in mind that the LICENSE and NOTICE file in the 
 top level directory are generated via tools/whisker/descriptor.xml)
 The above is a blocker for release IMO. 
  Additionally release-notes.* are deprecated pieces of documentation from 
 when cloudbridge was a separate piece of code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CLOUDSTACK-52) AWSAPI contains hibernate configurations

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-52:
--

 Summary: AWSAPI contains hibernate configurations
 Key: CLOUDSTACK-52
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-52
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI
Reporter: David Nalley
Priority: Minor


AWSAPI contains hibernate configuration files - since we no longer use 
hibernate we should remove this. 

awsapi/conf/CloudStack.cfg.xml



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Sudha Ponnaganti
Chip,

Ok! I thought you are automatically scheduling so asked for that time.  Would 
it be okay for you to do builds at the end of your day instead of mornings?
Reason is that most recent fixes will be included in the latest builds and team 
would be picking those up in IST time zone.Three times a week is fine for 
now. 

What is the ETA for official builds?? Edison??
Install and upgrade need to be tested as well

Thanks
/Sudha

-Original Message-
From: Chip Childers [mailto:chip.child...@sungard.com] 
Sent: Friday, September 07, 2012 11:53 AM
To: cloudstack-dev@incubator.apache.org
Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

On Fri, Sep 7, 2012 at 2:45 PM, Sudha Ponnaganti sudha.ponnaga...@citrix.com 
wrote:
 Thanks Chip!

 If there are no objections would like to see the build happening by 6:00 AM 
 IST daily.
 Once official build is ready, this schedule can be replaced with 
 official builds

So I'm in US Eastern time, and it requires me to do this manually...
daily and at that time won't work.  Monday, Wed, Friday in the morning ET would 
be fine.

I would propose a slightly different approach, given your desire for daily 
builds.  How about I schedule the jenkins builds to provide the nightly RPM and 
DEB package builds from the 4.0 branch.  This is not the same thing as a signed 
package, but I assume that your focus is on the feature / function / 
performance of the software itself.  Am I correct about this?

-chip

 Thanks
 /Sudha

 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 10:37 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

 On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha) 
 are zero length...

 This is corrected now.  Thanks for paying attention John! ;-)

 On Sep 7, 2012, at 10:05 AM, Chip Childers 
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues 
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any 
 contribution here!

 Edison got the build process working on 
 http://jenkins.cloudstack.org/ for the binary distributions.  I 
 copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release, 
 I've posted our first signed sample build to 
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would 
 suggest that we use these copies as the current *for test* release 
 candidate, since we're also hoping to be testing the overall build 
 and release process along with the code itself.  REMINDER: This is 
 not an official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the 
 produced tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and 
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively 
 (to fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build 
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to 
 p.a.o to complete (second longest is waiting for the jenkins jobs to 
 complete).  However, I can go through this process on a schedule if 
 we want to.  What days and times would everyone like to see the full 
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella




[jira] [Created] (CLOUDSTACK-53) CloudBridge installation pieces present, deprecated?

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-53:
--

 Summary: CloudBridge installation pieces present, deprecated?
 Key: CLOUDSTACK-53
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-53
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI
Affects Versions: pre-4.0.0
Reporter: David Nalley
Priority: Minor


awsapi contains a number of files seemingly aimed at installing cloudbridge. 

a short, likely incomplete list includes: 
awsapi/deploy-cloud-bridge.sh 
awsapi/install.sh
awsapi/waf
awsapi/wscript
awsapi/wscript_build
awsapi/wscript_configure


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [ASFCS40] Release Candidate Staged on people.a.o

2012-09-07 Thread Chip Childers
On Fri, Sep 7, 2012 at 4:28 PM, Sudha Ponnaganti
sudha.ponnaga...@citrix.com wrote:
 Chip,

 Ok! I thought you are automatically scheduling so asked for that time.  Would 
 it be okay for you to do builds at the end of your day instead of mornings?
 Reason is that most recent fixes will be included in the latest builds and 
 team would be picking those up in IST time zone.Three times a week is 
 fine for now.

 What is the ETA for official builds?? Edison??
 Install and upgrade need to be tested as well

Sudha,

Sorry, let me try to clarify.  I just set up the Jenkins jobs for
building the Ubuntu [1] and RHEL [2] binary distros out of the 4.0
branch to run at 17:30 system local time.  I'm guessing that Jenkins
is configured to be US Pacific Time (anyone can correct here).   You
should plan on picking up the build artifacts from there for your
daily pull.

The part that is manual is the signing of the release artifacts and
staging on the ASF infrastructure.  That will not be automated, as it
requires someone to actually do the signing of the artifacts...  and
nobody's going to put their private key and passphrase on a build
server. ;)

[1] - http://jenkins.cloudstack.org/job/build-cloudstack-4.0-ubuntu12.04/
[2] - http://jenkins.cloudstack.org/job/build-cloudstack-4.0-rhel6.3/

-chip

 Thanks
 /Sudha

 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 11:53 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

 On Fri, Sep 7, 2012 at 2:45 PM, Sudha Ponnaganti 
 sudha.ponnaga...@citrix.com wrote:
 Thanks Chip!

 If there are no objections would like to see the build happening by 6:00 AM 
 IST daily.
 Once official build is ready, this schedule can be replaced with
 official builds

 So I'm in US Eastern time, and it requires me to do this manually...
 daily and at that time won't work.  Monday, Wed, Friday in the morning ET 
 would be fine.

 I would propose a slightly different approach, given your desire for daily 
 builds.  How about I schedule the jenkins builds to provide the nightly RPM 
 and DEB package builds from the 4.0 branch.  This is not the same thing as a 
 signed package, but I assume that your focus is on the feature / function / 
 performance of the software itself.  Am I correct about this?

 -chip

 Thanks
 /Sudha

 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: Friday, September 07, 2012 10:37 AM
 To: cloudstack-dev@incubator.apache.org
 Subject: Re: [ASFCS40] Release Candidate Staged on people.a.o

 On Fri, Sep 7, 2012 at 1:27 PM, John Kinsella j...@stratosec.co wrote:
 Something's not quite right - several of the hash files (.md5/.sha)
 are zero length...

 This is corrected now.  Thanks for paying attention John! ;-)

 On Sep 7, 2012, at 10:05 AM, Chip Childers
 chip.child...@sungard.commailto:chip.child...@sungard.com
  wrote:

 All,

 First, a huge thanks to everyone that worked on the build issues
 recently!  Edison, Wido, Hugo, others...  I don't mean to ignore any
 contribution here!

 Edison got the build process working on
 http://jenkins.cloudstack.org/ for the binary distributions.  I
 copied his original job, and created
 build-cloudstack-4.0-rhel6.3 and build-cloudstack-4.0-ubuntu12.04.
 These jobs are set to run manually right now.

 Although we certainly are not ready to call this an official release,
 I've posted our first signed sample build to
 http://people.apache.org/~chipchilders/cloudstack/4.0/  I would
 suggest that we use these copies as the current *for test* release
 candidate, since we're also hoping to be testing the overall build
 and release process along with the code itself.  REMINDER: This is
 not an official project release.

 The process I used was:

 1 - Run the two binary build jobs on jenkins, and download the
 produced tarballs
 2 - Rename the files to
 apache-cloudstack-4.0.0.RC1-incubating-ubuntu12.04.tar.gz and
 apache-cloudstack-4.0.0.RC1-incubating-rhel6.3.tar.gz respectively
 (to fit our naming convention)
 3 - Ran tools/build/build_asf.sh -v 4.0.0.RC1 -b 4.0
 4 - Copy the previously downloaded artifacts from jenkins to by build
 target folder (for me, it's ~/cs-asf-build)
 5 - Generate the asc, md5 and sha files for the two binary artifacts
 6 - scp'ed all of the files to my p.a.o public_html folder

 Honestly, the longest part of the process is waiting for the scp to
 p.a.o to complete (second longest is waiting for the jenkins jobs to
 complete).  However, I can go through this process on a schedule if
 we want to.  What days and times would everyone like to see the full
 process get run through?

 -chip


 Stratosechttp://stratosec.co - Secure Infrastructure as a Service
 o: 415.315.9385
 @johnlkinsellahttp://twitter.com/johnlkinsella





[jira] [Created] (CLOUDSTACK-54) awsapi contains (more) deprecated docs

2012-09-07 Thread David Nalley (JIRA)
David Nalley created CLOUDSTACK-54:
--

 Summary: awsapi contains (more) deprecated docs
 Key: CLOUDSTACK-54
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-54
 Project: CloudStack
  Issue Type: Bug
  Components: AWSAPI, Doc
Affects Versions: pre-4.0.0
Reporter: David Nalley


awsapi/docs contains EC2 and S3 documentation, which is probably 1/2 accurate 
at this point. We should likely purge them or migrate them to docbook (after 
correcting them)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


  1   2   >