Re: Review Request 16481: CLOUDSTACK-5640: Corrected imports in test cases

2013-12-30 Thread Gaurav Aradhye

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

(Updated Dec. 30, 2013, 1:40 p.m.)


Review request for cloudstack and Girish Shilamkar.


Changes
---

Dry ran all test suites in component and smoke folders with python command. 
There were issues with another 3 test suites' imports.
Adding patch to correct them.


Bugs: CLOUDSTACK-5640
https://issues.apache.org/jira/browse/CLOUDSTACK-5640


Repository: cloudstack-git


Description
---

Some test suites are failing due to error in imports. These failures are 
represented by a generic message sequence item 0: expected string, NoneType 
found.
Corrected the imports in 5 test suites which failed in recent build.


Diffs (updated)
-

  test/integration/component/test_memory_limits.py 7da85a5 
  test/integration/component/test_security_groups.py c90ccf6 
  test/integration/component/test_snapshots_improvement.py 190db55 
  test/integration/component/test_vmware_drs.py 8eeb2c3 

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


Testing
---

Tested using command python test_suite_name.py


Thanks,

Gaurav Aradhye



[JENKINS] Stuck threads

2013-12-30 Thread Hugo Trippaers
Hey all,

The jenkins threads on jenkins.buildacloud.org got stuck due to a lack of 
diskspace on the master node. I’ve freed up some diskspace now. The main 
diskspace user at the moment is the hyper image (1Gb) which was generated at 
least 6 times (4.3, 4.2, master and both 32 and 64 bit). I’ve disabled 
archiving for that artifact for now to see how that affects diskspace and will 
be looking at an alternative store for the images like the s3 bucket.


Cheers,

Hugo

Re: Review Request 16481: CLOUDSTACK-5640: Corrected imports in test cases

2013-12-30 Thread Girish Shilamkar

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

Ship it!


Committed to 4.3 and master.

- Girish Shilamkar


On Dec. 30, 2013, 8:10 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16481/
 ---
 
 (Updated Dec. 30, 2013, 8:10 a.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5640
 https://issues.apache.org/jira/browse/CLOUDSTACK-5640
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Some test suites are failing due to error in imports. These failures are 
 represented by a generic message sequence item 0: expected string, NoneType 
 found.
 Corrected the imports in 5 test suites which failed in recent build.
 
 
 Diffs
 -
 
   test/integration/component/test_memory_limits.py 7da85a5 
   test/integration/component/test_security_groups.py c90ccf6 
   test/integration/component/test_snapshots_improvement.py 190db55 
   test/integration/component/test_vmware_drs.py 8eeb2c3 
 
 Diff: https://reviews.apache.org/r/16481/diff/
 
 
 Testing
 ---
 
 Tested using command python test_suite_name.py
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16481: CLOUDSTACK-5640: Corrected imports in test cases

2013-12-30 Thread ASF Subversion and Git Services

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


Commit 5882123f19b27baab579ee4ef6de752614208a85 in branch refs/heads/master 
from Gaurav Aradhye
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5882123 ]

CLOUDSTACK-5640: Correcting imports in test cases

Conflicts:
test/integration/component/test_security_groups.py


- ASF Subversion and Git Services


On Dec. 30, 2013, 8:10 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16481/
 ---
 
 (Updated Dec. 30, 2013, 8:10 a.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5640
 https://issues.apache.org/jira/browse/CLOUDSTACK-5640
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Some test suites are failing due to error in imports. These failures are 
 represented by a generic message sequence item 0: expected string, NoneType 
 found.
 Corrected the imports in 5 test suites which failed in recent build.
 
 
 Diffs
 -
 
   test/integration/component/test_memory_limits.py 7da85a5 
   test/integration/component/test_security_groups.py c90ccf6 
   test/integration/component/test_snapshots_improvement.py 190db55 
   test/integration/component/test_vmware_drs.py 8eeb2c3 
 
 Diff: https://reviews.apache.org/r/16481/diff/
 
 
 Testing
 ---
 
 Tested using command python test_suite_name.py
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16481: CLOUDSTACK-5640: Corrected imports in test cases

2013-12-30 Thread ASF Subversion and Git Services

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


Commit cbe93be2e9a84e6f523f8514455f31f91e0345a7 in branch refs/heads/4.3 from 
Gaurav Aradhye
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=cbe93be ]

CLOUDSTACK-5640: Correcting imports in test cases


- ASF Subversion and Git Services


On Dec. 30, 2013, 8:10 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16481/
 ---
 
 (Updated Dec. 30, 2013, 8:10 a.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5640
 https://issues.apache.org/jira/browse/CLOUDSTACK-5640
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Some test suites are failing due to error in imports. These failures are 
 represented by a generic message sequence item 0: expected string, NoneType 
 found.
 Corrected the imports in 5 test suites which failed in recent build.
 
 
 Diffs
 -
 
   test/integration/component/test_memory_limits.py 7da85a5 
   test/integration/component/test_security_groups.py c90ccf6 
   test/integration/component/test_snapshots_improvement.py 190db55 
   test/integration/component/test_vmware_drs.py 8eeb2c3 
 
 Diff: https://reviews.apache.org/r/16481/diff/
 
 
 Testing
 ---
 
 Tested using command python test_suite_name.py
 
 
 Thanks,
 
 Gaurav Aradhye
 




Jenkins build is back to normal : build-master #300

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/300/changes



Re: [JENKINS] Stuck threads

2013-12-30 Thread Prasanna Santhanam
On Mon, Dec 30, 2013 at 10:09:24AM +0100, Hugo Trippaers wrote:
 Hey all,
 
 The jenkins threads on jenkins.buildacloud.org got stuck due to a
 lack of diskspace on the master node. I?ve freed up some diskspace
 now. The main diskspace user at the moment is the hyper image (1Gb)
 which was generated at least 6 times (4.3, 4.2, master and both 32
 and 64 bit). I?ve disabled archiving for that artifact for now to
 see how that affects diskspace and will be looking at an alternative
 store for the images like the s3 bucket.

Yeah - I didn't want the images hyperlinked on jenkins.bacd for this
reason [1]. I didn't figure out at the time how to provide http access
on the s3 bucket, but it sounds like a good idea to move this now.

Thanks for taking care of this!

[1] http://markmail.org/message/uzyaygrj5jye7vaf
 
 
 Cheers,
 
 Hugo

-- 
Prasanna.,


Powered by BigRock.com



RE: [JENKINS] Stuck threads

2013-12-30 Thread Rajesh Battala
Thanks a lot hugo for resolving it. 

Thanks
Rajesh Battala

-Original Message-
From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers
Sent: Monday, December 30, 2013 2:39 PM
To: dev
Subject: [JENKINS] Stuck threads

Hey all,

The jenkins threads on jenkins.buildacloud.org got stuck due to a lack of 
diskspace on the master node. I've freed up some diskspace now. The main 
diskspace user at the moment is the hyper image (1Gb) which was generated at 
least 6 times (4.3, 4.2, master and both 32 and 64 bit). I've disabled 
archiving for that artifact for now to see how that affects diskspace and will 
be looking at an alternative store for the images like the s3 bucket.


Cheers,

Hugo


Re: Review Request 13805: CLOUDSTACK-3806: OS Preference can not be set

2013-12-30 Thread ASF Subversion and Git Services

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


Commit 68a0b27929de4f581f0e3fc411d1e01e8b18f5ea in branch refs/heads/4.3 from 
Sanjay Tripathi
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=68a0b27 ]

CLOUDSTACK-3806: OS Preference can not be set.


- ASF Subversion and Git Services


On Aug. 26, 2013, 8:14 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/13805/
 ---
 
 (Updated Aug. 26, 2013, 8:14 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi.
 
 
 Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3806
 
 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-3806
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 It was setting OS preference correctly, The problem was in host_view. It was 
 using the wrong id for join parameter. It was using host_details.id instead 
 of host_details.host_id. Hence the parameter was not getting updated corretly 
 in view.
 
 
 Diffs
 -
 
   setup/db/db/schema-307to410.sql 70cddfd 
   setup/db/db/schema-40to410.sql f1482f8 
   setup/db/db/schema-410to420.sql 4a21898 
 
 Diff: https://reviews.apache.org/r/13805/diff/
 
 
 Testing
 ---
 
 Verified manually on my setup
 
 
 Thanks,
 
 Anshul Gangwar
 




Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread Gaurav Aradhye

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

Review request for cloudstack and Girish Shilamkar.


Bugs: CLOUDSTACK-5635
https://issues.apache.org/jira/browse/CLOUDSTACK-5635


Repository: cloudstack-git


Description
---

Added wait after the cleanup operations so that the all the VMs are expunged 
before execution of the next test case.
In case VMs are not expunged, their volumes will be counted in the volume count 
of the account/domain, which is not desired.

Also, did code cleanup, removing unused variables, and modifying imports.


Diffs
-

  test/integration/component/test_resource_limits.py 07fc5a5 

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


Testing
---

Tested locally on XenServer advanced setup.

Log:
test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
Test Limit number of guest account specific networks ... skipped 'skip'
test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
Test VM limit per account ... skipped 'skip'
test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
Test Public IP limit per account ... skipped 'skip'
test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
Test Snapshot limit per account ... skipped 'skip'
test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
Test Volumes limit per account ... skipped 'skip'
test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
Test Templates limit per account ... skipped 'skip'
test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
Test Public IP limit per domain ... skipped 'skip'
test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
Test VM limit per domain ... ok
test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
Test Snapshot limit per domain ... ok
test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
Test Volumes limit per domain ... ok
test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
Test Templates limit per domain ... ok

--
Ran 11 tests in 819.812s

OK (skipped=7)


Thanks,

Gaurav Aradhye



Re: Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread Girish Shilamkar

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

Ship it!


Ship It!

- Girish Shilamkar


On Dec. 30, 2013, 12:23 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16513/
 ---
 
 (Updated Dec. 30, 2013, 12:23 p.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5635
 https://issues.apache.org/jira/browse/CLOUDSTACK-5635
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Added wait after the cleanup operations so that the all the VMs are expunged 
 before execution of the next test case.
 In case VMs are not expunged, their volumes will be counted in the volume 
 count of the account/domain, which is not desired.
 
 Also, did code cleanup, removing unused variables, and modifying imports.
 
 
 Diffs
 -
 
   test/integration/component/test_resource_limits.py 07fc5a5 
 
 Diff: https://reviews.apache.org/r/16513/diff/
 
 
 Testing
 ---
 
 Tested locally on XenServer advanced setup.
 
 Log:
 test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
 Test Limit number of guest account specific networks ... skipped 'skip'
 test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test VM limit per account ... skipped 'skip'
 test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Public IP limit per account ... skipped 'skip'
 test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Snapshot limit per account ... skipped 'skip'
 test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Volumes limit per account ... skipped 'skip'
 test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Templates limit per account ... skipped 'skip'
 test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Public IP limit per domain ... skipped 'skip'
 test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test VM limit per domain ... ok
 test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Snapshot limit per domain ... ok
 test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Volumes limit per domain ... ok
 test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Templates limit per domain ... ok
 
 --
 Ran 11 tests in 819.812s
 
 OK (skipped=7)
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread Girish Shilamkar

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

Ship it!


Ship It!

- Girish Shilamkar


On Dec. 30, 2013, 12:23 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16513/
 ---
 
 (Updated Dec. 30, 2013, 12:23 p.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5635
 https://issues.apache.org/jira/browse/CLOUDSTACK-5635
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Added wait after the cleanup operations so that the all the VMs are expunged 
 before execution of the next test case.
 In case VMs are not expunged, their volumes will be counted in the volume 
 count of the account/domain, which is not desired.
 
 Also, did code cleanup, removing unused variables, and modifying imports.
 
 
 Diffs
 -
 
   test/integration/component/test_resource_limits.py 07fc5a5 
 
 Diff: https://reviews.apache.org/r/16513/diff/
 
 
 Testing
 ---
 
 Tested locally on XenServer advanced setup.
 
 Log:
 test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
 Test Limit number of guest account specific networks ... skipped 'skip'
 test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test VM limit per account ... skipped 'skip'
 test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Public IP limit per account ... skipped 'skip'
 test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Snapshot limit per account ... skipped 'skip'
 test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Volumes limit per account ... skipped 'skip'
 test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Templates limit per account ... skipped 'skip'
 test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Public IP limit per domain ... skipped 'skip'
 test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test VM limit per domain ... ok
 test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Snapshot limit per domain ... ok
 test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Volumes limit per domain ... ok
 test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Templates limit per domain ... ok
 
 --
 Ran 11 tests in 819.812s
 
 OK (skipped=7)
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread Girish Shilamkar

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

Ship it!


Ship It!

- Girish Shilamkar


On Dec. 30, 2013, 12:23 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16513/
 ---
 
 (Updated Dec. 30, 2013, 12:23 p.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5635
 https://issues.apache.org/jira/browse/CLOUDSTACK-5635
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Added wait after the cleanup operations so that the all the VMs are expunged 
 before execution of the next test case.
 In case VMs are not expunged, their volumes will be counted in the volume 
 count of the account/domain, which is not desired.
 
 Also, did code cleanup, removing unused variables, and modifying imports.
 
 
 Diffs
 -
 
   test/integration/component/test_resource_limits.py 07fc5a5 
 
 Diff: https://reviews.apache.org/r/16513/diff/
 
 
 Testing
 ---
 
 Tested locally on XenServer advanced setup.
 
 Log:
 test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
 Test Limit number of guest account specific networks ... skipped 'skip'
 test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test VM limit per account ... skipped 'skip'
 test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Public IP limit per account ... skipped 'skip'
 test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Snapshot limit per account ... skipped 'skip'
 test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Volumes limit per account ... skipped 'skip'
 test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Templates limit per account ... skipped 'skip'
 test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Public IP limit per domain ... skipped 'skip'
 test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test VM limit per domain ... ok
 test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Snapshot limit per domain ... ok
 test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Volumes limit per domain ... ok
 test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Templates limit per domain ... ok
 
 --
 Ran 11 tests in 819.812s
 
 OK (skipped=7)
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread ASF Subversion and Git Services

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


Commit 013f100078e79ee044ca5dc7a533e174f459921e in branch refs/heads/master 
from Gaurav Aradhye
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=013f100 ]

 CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during 
test)


- ASF Subversion and Git Services


On Dec. 30, 2013, 12:23 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16513/
 ---
 
 (Updated Dec. 30, 2013, 12:23 p.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5635
 https://issues.apache.org/jira/browse/CLOUDSTACK-5635
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Added wait after the cleanup operations so that the all the VMs are expunged 
 before execution of the next test case.
 In case VMs are not expunged, their volumes will be counted in the volume 
 count of the account/domain, which is not desired.
 
 Also, did code cleanup, removing unused variables, and modifying imports.
 
 
 Diffs
 -
 
   test/integration/component/test_resource_limits.py 07fc5a5 
 
 Diff: https://reviews.apache.org/r/16513/diff/
 
 
 Testing
 ---
 
 Tested locally on XenServer advanced setup.
 
 Log:
 test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
 Test Limit number of guest account specific networks ... skipped 'skip'
 test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test VM limit per account ... skipped 'skip'
 test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Public IP limit per account ... skipped 'skip'
 test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Snapshot limit per account ... skipped 'skip'
 test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Volumes limit per account ... skipped 'skip'
 test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Templates limit per account ... skipped 'skip'
 test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Public IP limit per domain ... skipped 'skip'
 test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test VM limit per domain ... ok
 test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Snapshot limit per domain ... ok
 test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Volumes limit per domain ... ok
 test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Templates limit per domain ... ok
 
 --
 Ran 11 tests in 819.812s
 
 OK (skipped=7)
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 16513: CLOUDSTACK-5635: Fixed issue (Max volumes has been exceeded for domain during test) in test_resource_limits.py

2013-12-30 Thread Girish Shilamkar

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


Committed to 4.3 and master

- Girish Shilamkar


On Dec. 30, 2013, 12:23 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16513/
 ---
 
 (Updated Dec. 30, 2013, 12:23 p.m.)
 
 
 Review request for cloudstack and Girish Shilamkar.
 
 
 Bugs: CLOUDSTACK-5635
 https://issues.apache.org/jira/browse/CLOUDSTACK-5635
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Added wait after the cleanup operations so that the all the VMs are expunged 
 before execution of the next test case.
 In case VMs are not expunged, their volumes will be counted in the volume 
 count of the account/domain, which is not desired.
 
 Also, did code cleanup, removing unused variables, and modifying imports.
 
 
 Diffs
 -
 
   test/integration/component/test_resource_limits.py 07fc5a5 
 
 Diff: https://reviews.apache.org/r/16513/diff/
 
 
 Testing
 ---
 
 Tested locally on XenServer advanced setup.
 
 Log:
 test_maxAccountNetworks (test_resource_limits.TestMaxAccountNetworks)
 Test Limit number of guest account specific networks ... skipped 'skip'
 test_01_vm_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test VM limit per account ... skipped 'skip'
 test_02_publicip_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Public IP limit per account ... skipped 'skip'
 test_03_snapshots_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Snapshot limit per account ... skipped 'skip'
 test_04_volumes_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Volumes limit per account ... skipped 'skip'
 test_05_templates_per_account (test_resource_limits.TestResourceLimitsAccount)
 Test Templates limit per account ... skipped 'skip'
 test_01_publicip_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Public IP limit per domain ... skipped 'skip'
 test_01_vm_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test VM limit per domain ... ok
 test_03_snapshots_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Snapshot limit per domain ... ok
 test_04_volumes_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Volumes limit per domain ... ok
 test_05_templates_per_domain (test_resource_limits.TestResourceLimitsDomain)
 Test Templates limit per domain ... ok
 
 --
 Ran 11 tests in 819.812s
 
 OK (skipped=7)
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Error while building

2013-12-30 Thread Dumindu Buddhika
Hey Daan,

Actually above error was due to a mistake of mine as you pointed out. The
first error I got was as the following. When I tried to build from scratch
I got the following error at the middle. then I tried to continue the build
from the point the error occurred. That's when I got the error I posted
above. sorry for the inconvenience. Please look in to the following error
and help me. I think the error is due to the failure of a set of test
cases. But I don't know why it fails.

Thanks.

Tests run: 15, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 1.6 sec
 FAILURE!
Running org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.974 sec
Running org.apache.cloudstack.privategw.AclOnPrivateGwTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.3 sec
Running
org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running org.apache.cloudstack.region.RegionManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cloudstack.service.ServiceOfferingVOTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests in error:

runUploadSslCertWithCAChain(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_ca_signed.crt'
does not exist

runUploadSslCertSelfSignedWithPassword(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_self_signed_with_pwd.crt'
does not exist

runUploadSslCertSelfSignedNoPassword(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_self_signed.crt'
does not exist

runUploadSslCertBadChain(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_ca_signed.crt'
does not exist

runUploadSslCertNoRootCert(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_ca_signed.crt'
does not exist

runUploadSslCertNoChain(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_ca_signed.crt'
does not exist

runUploadSslCertBadPassword(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_self_signed_with_pwd.crt'
does not exist

runUploadSslCertBadkeyPair(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_self_signed.crt'
does not exist

runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/rsa_self_signed.crt'
does not exist

runUploadSslCertExpiredCert(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/expired_cert.crt'
does not exist

runUploadSslCertNotX509(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/non_x509_pem.crt'
does not exist

runUploadSslCertBadFormat(org.apache.cloudstack.network.lb.CertServiceTest):
File
'/media/TV%26Movie/aca/cloudstack/server/target/test-classes/certs/bad_format_cert.crt'
does not exist

Tests run: 126, Failures: 0, Errors: 12, Skipped: 1

[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack . SUCCESS
[4:09.999s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.230s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [34.411s]
[INFO] Apache CloudStack Utils ... SUCCESS
[3:06.500s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.170s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [22.801s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [6.547s]
[INFO] Apache CloudStack API . SUCCESS
[1:25.198s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [50.744s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [13.982s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.144s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.036s]
[INFO] Apache CloudStack Core  SUCCESS [26.366s]
[INFO] Apache CloudStack Agents .. SUCCESS
[1:02.942s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [5.386s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [5.785s]
[INFO] Apache CloudStack 

Re: Review Request 13805: CLOUDSTACK-3806: OS Preference can not be set

2013-12-30 Thread ASF Subversion and Git Services

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


Commit a782d17caa33d94805d9357a9d85e0bcebe2bac9 in branch refs/heads/master 
from Sanjay Tripathi
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a782d17 ]

CLOUDSTACK-3806: OS Preference can not be set.


- ASF Subversion and Git Services


On Aug. 26, 2013, 8:14 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/13805/
 ---
 
 (Updated Aug. 26, 2013, 8:14 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi.
 
 
 Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3806
 
 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-3806
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 It was setting OS preference correctly, The problem was in host_view. It was 
 using the wrong id for join parameter. It was using host_details.id instead 
 of host_details.host_id. Hence the parameter was not getting updated corretly 
 in view.
 
 
 Diffs
 -
 
   setup/db/db/schema-307to410.sql 70cddfd 
   setup/db/db/schema-40to410.sql f1482f8 
   setup/db/db/schema-410to420.sql 4a21898 
 
 Diff: https://reviews.apache.org/r/13805/diff/
 
 
 Testing
 ---
 
 Verified manually on my setup
 
 
 Thanks,
 
 Anshul Gangwar
 




Re: Review Request 14124: CLOUDSTACK-4622 : If a VM from guest network is added to network tier of VPC then IP reservation allows the CIDR to be a superset of Network CIDR for that VPC tier

2013-12-30 Thread Saksham Srivastava

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

(Updated Dec. 30, 2013, 3:22 p.m.)


Review request for cloudstack, Jayapal Reddy and Sateesh Chodapuneedi.


Bugs: CLOUDSTACK-4622
https://issues.apache.org/jira/browse/CLOUDSTACK-4622


Repository: cloudstack-git


Description
---

Add a new utility method for comparing 2 CIDRs.
The method takes in 2 cidrs, cidrA and cidrB and returns true if cidrA's IP 
range is equal or a subset of cidrB's IP range.


Diffs (updated)
-

  utils/src/com/cloud/utils/net/NetUtils.java a315b93 
  utils/test/com/cloud/utils/net/NetUtilsTest.java 3cfc98f 

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


Testing
---

Added unit test for the utility.
Tested locally.
Build is successful.
Patch applies cleanly.


Thanks,

Saksham Srivastava



Re: Review Request 15825: Added unit tests for Juniper Contrail Virtual Network (VN) and Virtual Machine (VM) Model classes.

2013-12-30 Thread Sachchidanand Vaidya
Thanks.

Best Regards,
Sachin

On 12/29/13 11:57 PM, Hugo Trippaers htrippa...@schubergphilis.com
wrote:


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

Ship it!


commit 7f9683af859224b4aa0cae037acda063a9d1536e
Author: Sachchidanand Vaidya vaidy...@juniper.net
Date:   Tue Dec 10 09:02:25 2013 -0800

Added Virtual-Network and Virtual-Machine Model unit test.

Signed-off-by: Hugo Trippaers htrippa...@schubergphilis.com


- Hugo Trippaers


On Dec. 10, 2013, 5:12 p.m., Sachchidanand Vaidya wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/15825/
 ---
 
 (Updated Dec. 10, 2013, 5:12 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 The code change adds UnitTest cases for Juniper Contrail Virtual
Network(VN) and Virtual Machine(VM) Model classes.
 Only VN  VM creation test cases added.
 
 
 Diffs
 -
 
   
plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/netwo
rk/contrail/management/ModelDatabase.java 7f66a3b
   
plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/netwo
rk/contrail/model/VirtualMachineModel.java 96cea95
   
plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/netw
ork/contrail/management/VirtualMachineModelTest.java PRE-CREATION
   
plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/netw
ork/contrail/management/VirtualNetworkModelTest.java 0938541
 
 Diff: https://reviews.apache.org/r/15825/diff/
 
 
 Testing
 ---
 
 Juniper contrail Unit Tests ran successfully as part of package build.
 
 
 Thanks,
 
 Sachchidanand Vaidya
 






ACS4.2 db goes for a toss if no netmask is specified while creating a virtual Network

2013-12-30 Thread Vinod Nair
Hi

I have ACS4.2 , If I try creating a virtual network without specifying  a 
netmask, the database goes for a toss..  only way to recover is to delete  the 
entry from the  database manually  or set the CIDR manually as it is set as 
NULL. Is there a fix available for this issue.



# cloudmonkey
? Apache CloudStack ?? cloudmonkey 5.0.0. Type help or ? to list commands.

 list networks
: None


select * from networks where id=207;
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| id  | name | uuid | display_text | 
traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode | 
network_offering_id | physical_network_id | data_center_id | guru_name| 
state   | related | domain_id | account_id | dns1 | dns2 | guru_data | 
set_fields | acl_type | network_domain | reservation_id   | 
guest_type | restart_required | created | removed | 
specify_ip_ranges | vpc_id | ip6_gateway | ip6_cidr | network_cidr | 
display_network | network_acl_id |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| 207 | Vn1  | d1e6ae13-d750-4682-948c-c6545d6c9ace | vn1  | Guest  
  | Lswitch   | NULL  | NULL| NULL | Dhcp | 
 15 | 200 |  1 | ContrailGuru | Implemented |   
  207 | 1 |  2 | NULL | NULL | NULL  |  0 | Account 
 | NULL   | e7f881be-c9d8-4ff1-8fce-26d207426b45 | Isolated   | 
   0 | 2013-12-30 16:10:46 | NULL| 0 |   NULL | NULL
| NULL | NULL |   1 |   NULL |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
1 row in set (0.00 sec)



Thanks
Vinod



Contrail as new component in Jira

2013-12-30 Thread Parth Jagirdar
Need new component Contrail in Jira to track bugs during validations.


Thank You,

.. Parth


Review Request 16520: console proxy rdp client to view console for hyperv

2013-12-30 Thread Anshul Gangwar

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

Review request for cloudstack, Devdeep Singh and Rajesh Battala.


Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-5344

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


Repository: cloudstack-git


Description
---

this patch integrates the rdp client with console proxy for hyperv guest console


Diffs
-

  
plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 c885598 
  server/src/com/cloud/server/ManagementServer.java c5091e9 
  server/src/com/cloud/server/ManagementServerImpl.java cd8f3fb 
  server/src/com/cloud/servlet/ConsoleProxyClientParam.java 33f124a 
  server/src/com/cloud/servlet/ConsoleProxyServlet.java aad00a4 
  
services/console-proxy-rdp/rdpconsole/src/main/java/common/BufferedImageCanvas.java
 2418de3 
  
services/console-proxy-rdp/rdpconsole/src/main/java/common/adapter/AwtCanvasAdapter.java
 788d370 
  services/console-proxy-rdp/rdpconsole/src/main/java/rdpclient/RdpClient.java 
969dfc2 
  services/console-proxy/server/pom.xml 1149790 
  
services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyAjaxHandler.java
 f4d3a17 
  
services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyClientParam.java
 7041ff0 
  
services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyHttpHandlerHelper.java
 353137c 
  
services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyRdpClient.java
 PRE-CREATION 
  
services/console-proxy/server/src/com/cloud/consoleproxy/rdp/KeysymToKeycode.java
 PRE-CREATION 
  
services/console-proxy/server/src/com/cloud/consoleproxy/rdp/RdpBufferedImageCanvas.java
 PRE-CREATION 

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


Testing
---

tested on my local setup


Thanks,

Anshul Gangwar



RE: Contrail as new component in Jira

2013-12-30 Thread Alex Huang
Done.

--Alex

 -Original Message-
 From: Parth Jagirdar [mailto:parth.jagir...@citrix.com]
 Sent: Monday, December 30, 2013 11:51 AM
 To: dev@cloudstack.apache.org (dev@cloudstack.apache.org)
 Subject: Contrail as new component in Jira
 
 Need new component Contrail in Jira to track bugs during validations.
 
 
 Thank You,
 
 .. Parth


Review Request 16523: Unit tests for Juniper contrail VM Interface Model and Instance Ip Model class.

2013-12-30 Thread Sachchidanand Vaidya

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

Review request for cloudstack.


Repository: cloudstack-git


Description
---

Added unit tests for Juniper contrail VM Interface Model and Instance Ip Model 
class.


Diffs
-

  
plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management/InstanceIpModelTest.java
 PRE-CREATION 
  
plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management/VMInterfaceModelTest.java
 PRE-CREATION 

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


Testing
---

All Juniper contrail plugin unit tests pass without any error.


Thanks,

Sachchidanand Vaidya



Re: Review Request 16274: Contrail VRouter Plugin - VPC Implementation, Bug fixes

2013-12-30 Thread Suresh Balineni

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

(Updated Dec. 30, 2013, 10:33 p.m.)


Review request for cloudstack.


Repository: cloudstack-git


Description
---

- Juniper Contrail VRouter VPC Implementation.
- Network Policy Support added.
- Contrail Public Network Offerring added. Earlier, Public Network was added 
when plugin receives event about physical network creation. 
- Some bug fixes in contrail plugin.
- Contrail plugin is enabled my added spring context xml file.


Diffs
-


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


Testing
---

- Contrail plugin code is completely tested.
- VPC tests are verified.


File Attachments


Contrail VPC Implementation
  
https://reviews.apache.org/media/uploaded/files/2013/12/15/206339e2-7695-48b9-8549-f9090d5e24c7__juniper-contrail-vpc-implementation.patch


Thanks,

Suresh Balineni



Re: Review Request 16274: Contrail VRouter Plugin - VPC Implementation, Bug fixes

2013-12-30 Thread Sheng Yang

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


Hi Suresh,

There is no way we can review this since it's not added as diff files. 

Please re-do the upload as diff and make sure it in the proper format that can 
be reviewed. View diff button should be shown.

Also you'd better rebase the patch to the latest.

Thanks.

- Sheng Yang


On Dec. 30, 2013, 10:33 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16274/
 ---
 
 (Updated Dec. 30, 2013, 10:33 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 - Juniper Contrail VRouter VPC Implementation.
 - Network Policy Support added.
 - Contrail Public Network Offerring added. Earlier, Public Network was added 
 when plugin receives event about physical network creation. 
 - Some bug fixes in contrail plugin.
 - Contrail plugin is enabled my added spring context xml file.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16274/diff/
 
 
 Testing
 ---
 
 - Contrail plugin code is completely tested.
 - VPC tests are verified.
 
 
 File Attachments
 
 
 Contrail VPC Implementation
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/206339e2-7695-48b9-8549-f9090d5e24c7__juniper-contrail-vpc-implementation.patch
 
 
 Thanks,
 
 Suresh Balineni
 




Re: Review Request 16274: Contrail VRouter Plugin - VPC Implementation, Bug fixes

2013-12-30 Thread Suresh Balineni

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

(Updated Dec. 30, 2013, 10:33 p.m.)


Review request for cloudstack.


Changes
---

Adding master as the branch. 4.3 is already past feature freeze


Repository: cloudstack-git


Description
---

- Juniper Contrail VRouter VPC Implementation.
- Network Policy Support added.
- Contrail Public Network Offerring added. Earlier, Public Network was added 
when plugin receives event about physical network creation. 
- Some bug fixes in contrail plugin.
- Contrail plugin is enabled my added spring context xml file.


Diffs
-


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


Testing
---

- Contrail plugin code is completely tested.
- VPC tests are verified.


File Attachments


Contrail VPC Implementation
  
https://reviews.apache.org/media/uploaded/files/2013/12/15/206339e2-7695-48b9-8549-f9090d5e24c7__juniper-contrail-vpc-implementation.patch


Thanks,

Suresh Balineni



Re: Review Request 16279: Contrail plugin fixes for db updates, adding JuniperContrailVPCRouter as a SDN Provider.

2013-12-30 Thread Sheng Yang

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


Hi Suresh,

There is no way we can review this since it's not added as diff files. 

Please re-do the upload as diff and make sure it in the proper format that can 
be reviewed. View diff button should be shown.

Also you'd better rebase the patch to the latest.

Thanks.

- Sheng Yang


On Dec. 15, 2013, 11:57 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16279/
 ---
 
 (Updated Dec. 15, 2013, 11:57 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Fixes for:
 1. contrail is updating Dao tables. DB updates should be inside Trasaction 
 start  commit calls.
 2. If contrail.properties file is not found set to default hostname  port id 
 where contrail server can be accessed from the plugin.
 3. Add JuniperContrailVPCRouter as SDN Provider in VpcManagerImpl.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16279/diff/
 
 
 Testing
 ---
 
 Tests are done. Verified. 
 
 
 File Attachments
 
 
 VPC Fix
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/0f239bf5-d9ba-4cc1-b232-ee4a6ef2e0e7__vpc-fix.patch
 
 
 Thanks,
 
 Suresh Balineni
 




Re: Review Request 16276: Contrail Plugin Code fixes - Virtual Network name should have fully qualified name for policy creation.

2013-12-30 Thread Sheng Yang

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


Hi Suresh,

There is no way we can review this since it's not added as diff files. 

Please re-do the upload as diff and make sure it in the proper format that can 
be reviewed. View diff button should be shown.

Also you'd better rebase the patch to the latest.

Thanks.

- Sheng Yang


On Dec. 15, 2013, 11:59 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16276/
 ---
 
 (Updated Dec. 15, 2013, 11:59 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Contrail Virtual Router Controller is expecting virtual network name should 
 have a fully qualified name while creating a Network Policy in the 
 controller. 
 
 This fix is only applicable to contrail plugin.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16276/diff/
 
 
 Testing
 ---
 
 Network Policy creation on Contrail router is verified. 
 
 
 File Attachments
 
 
 Contrail plugin fixes
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/4d041bf8-d5c8-42e0-8a51-e0a9a2cb2f58__vn-fqn.patch
 
 
 Thanks,
 
 Suresh Balineni
 




Re: Review Request 16274: Contrail VRouter Plugin - VPC Implementation, Bug fixes

2013-12-30 Thread Sheng Yang


 On Dec. 30, 2013, 10:33 p.m., Sheng Yang wrote:
  Hi Suresh,
  
  There is no way we can review this since it's not added as diff files. 
  
  Please re-do the upload as diff and make sure it in the proper format that 
  can be reviewed. View diff button should be shown.
  
  Also you'd better rebase the patch to the latest.
  
  Thanks.

And rebase on MASTER.

Thanks.


- Sheng


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


On Dec. 30, 2013, 10:33 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16274/
 ---
 
 (Updated Dec. 30, 2013, 10:33 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 - Juniper Contrail VRouter VPC Implementation.
 - Network Policy Support added.
 - Contrail Public Network Offerring added. Earlier, Public Network was added 
 when plugin receives event about physical network creation. 
 - Some bug fixes in contrail plugin.
 - Contrail plugin is enabled my added spring context xml file.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16274/diff/
 
 
 Testing
 ---
 
 - Contrail plugin code is completely tested.
 - VPC tests are verified.
 
 
 File Attachments
 
 
 Contrail VPC Implementation
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/206339e2-7695-48b9-8549-f9090d5e24c7__juniper-contrail-vpc-implementation.patch
 
 
 Thanks,
 
 Suresh Balineni
 




Re: Review Request 16279: Contrail plugin fixes for db updates, adding JuniperContrailVPCRouter as a SDN Provider.

2013-12-30 Thread Sheng Yang

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


And this fix involved VPC, which I don't think would be contained in 4.3 branch.

You can merge this with https://reviews.apache.org/r/16274/ I think.

- Sheng Yang


On Dec. 15, 2013, 11:57 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16279/
 ---
 
 (Updated Dec. 15, 2013, 11:57 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Fixes for:
 1. contrail is updating Dao tables. DB updates should be inside Trasaction 
 start  commit calls.
 2. If contrail.properties file is not found set to default hostname  port id 
 where contrail server can be accessed from the plugin.
 3. Add JuniperContrailVPCRouter as SDN Provider in VpcManagerImpl.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16279/diff/
 
 
 Testing
 ---
 
 Tests are done. Verified. 
 
 
 File Attachments
 
 
 VPC Fix
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/0f239bf5-d9ba-4cc1-b232-ee4a6ef2e0e7__vpc-fix.patch
 
 
 Thanks,
 
 Suresh Balineni
 




Re: Review Request 16276: Contrail Plugin Code fixes - Virtual Network name should have fully qualified name for policy creation.

2013-12-30 Thread Sheng Yang


 On Dec. 30, 2013, 10:33 p.m., Sheng Yang wrote:
  Hi Suresh,
  
  There is no way we can review this since it's not added as diff files. 
  
  Please re-do the upload as diff and make sure it in the proper format that 
  can be reviewed. View diff button should be shown.
  
  Also you'd better rebase the patch to the latest.
  
  Thanks.

I've tried to apply this patch but seems it need to rebase the latest 4.3 
branch.


- Sheng


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


On Dec. 15, 2013, 11:59 p.m., Suresh Balineni wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/16276/
 ---
 
 (Updated Dec. 15, 2013, 11:59 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Contrail Virtual Router Controller is expecting virtual network name should 
 have a fully qualified name while creating a Network Policy in the 
 controller. 
 
 This fix is only applicable to contrail plugin.
 
 
 Diffs
 -
 
 
 Diff: https://reviews.apache.org/r/16276/diff/
 
 
 Testing
 ---
 
 Network Policy creation on Contrail router is verified. 
 
 
 File Attachments
 
 
 Contrail plugin fixes
   
 https://reviews.apache.org/media/uploaded/files/2013/12/15/4d041bf8-d5c8-42e0-8a51-e0a9a2cb2f58__vn-fqn.patch
 
 
 Thanks,
 
 Suresh Balineni
 




[ACS 4.3] Not able to add a page to include test results

2013-12-30 Thread Sudha Ponnaganti
Hi,

I would like to add a page here [1] for some reason. May be my permissions got 
reset. Can you grant me to add a page
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Execution+Results+for+ACS+4.3

thanks
/sudha


RE: ACS4.2 db goes for a toss if no netmask is specified while creating a virtual Network

2013-12-30 Thread Vinod Nair
Hi 

Root cause is that ACS is allowing to create a VN without a net mask value, 
Whereas list networks command is checking for if cidr value is present or not 
for a network while iterating all networks. If it finds a network without cidr 
it throws Exception and  returns empty

Thanks
Vinod

-Original Message-
From: Vinod Nair [mailto:vinodn...@juniper.net] 
Sent: Monday, December 30, 2013 11:26 AM
To: dev@cloudstack.apache.org
Subject: ACS4.2 db goes for a toss if no netmask is specified while creating a 
virtual Network

Hi

I have ACS4.2 , If I try creating a virtual network without specifying  a 
netmask, the database goes for a toss..  only way to recover is to delete  the 
entry from the  database manually  or set the CIDR manually as it is set as 
NULL. Is there a fix available for this issue.



# cloudmonkey
? Apache CloudStack ?? cloudmonkey 5.0.0. Type help or ? to list commands.

 list networks
: None


select * from networks where id=207;
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| id  | name | uuid | display_text | 
traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode | 
network_offering_id | physical_network_id | data_center_id | guru_name| 
state   | related | domain_id | account_id | dns1 | dns2 | guru_data | 
set_fields | acl_type | network_domain | reservation_id   | 
guest_type | restart_required | created | removed | 
specify_ip_ranges | vpc_id | ip6_gateway | ip6_cidr | network_cidr | 
display_network | network_acl_id |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| 207 | Vn1  | d1e6ae13-d750-4682-948c-c6545d6c9ace | vn1  | Guest  
  | Lswitch   | NULL  | NULL| NULL | Dhcp | 
 15 | 200 |  1 | ContrailGuru | Implemented |   
  207 | 1 |  2 | NULL | NULL | NULL  |  0 | Account 
 | NULL   | e7f881be-c9d8-4ff1-8fce-26d207426b45 | Isolated   | 
   0 | 2013-12-30 16:10:46 | NULL| 0 |   NULL | NULL
| NULL | NULL |   1 |   NULL |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
1 row in set (0.00 sec)



Thanks
Vinod




Re: [ACS 4.3] Not able to add a page to include test results

2013-12-30 Thread David Nalley
Done

On Mon, Dec 30, 2013 at 7:27 PM, Sudha Ponnaganti
sudha.ponnaga...@citrix.com wrote:
 Hi,

 I would like to add a page here [1] for some reason. May be my permissions 
 got reset. Can you grant me to add a page
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Execution+Results+for+ACS+4.3

 thanks
 /sudha


Re: Review Request 15280: CLOUDSTACK-5062: Deleting Load Balancing Rule fails when generating usage events are enabled

2013-12-30 Thread Amogh Vasekar

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


Reminder - 
This review has been pending for long. Request the submitter to please add 
relevant reviewers or seek volunteers from the community.
Thanks!

- Amogh Vasekar


On Nov. 6, 2013, 7:09 p.m., David Grizzanti wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/15280/
 ---
 
 (Updated Nov. 6, 2013, 7:09 p.m.)
 
 
 Review request for cloudstack.
 
 
 Bugs: CLOUDSTACK-5062
 https://issues.apache.org/jira/browse/CLOUDSTACK-5062
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 CLOUDSTACK-5062: Deleting Load Balancing Rule fails when generating usage 
 events are enabled
 
 Added logic so that a correct zoneID is passed when generating usage events 
 while deleting load balancing rules:
 - Added logic to 
 server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java to grab 
 zone id and pass to publishUsageEvent
 
 
 Diffs
 -
 
   server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java be81a3e 
 
 Diff: https://reviews.apache.org/r/15280/diff/
 
 
 Testing
 ---
 
 Testing only on 4.2
 
 
 Thanks,
 
 David Grizzanti
 




Re: Review Request 15247: [DOC] CLOUDSTACK-4967: Add a section to describe VNI allocation matter

2013-12-30 Thread Amogh Vasekar


 On Nov. 7, 2013, 4:32 p.m., Toshiaki Hatano wrote:
  vxlan/en-US/plugin-vxlan-config-hypervisor.xml, line 30
  https://reviews.apache.org/r/15247/diff/1/?file=378377#file378377line30
 
  This paragraph excluding line 32 is still valid after the patch.
  
  IMO it's better to explain why we need to open UDP/8472 port.
  I also feel it's must to explain this plugin require multicast 
  reachability between underlying interfaces, at least somewhere in this 
  document.
 

Reminder - 
This review has been pending for long. Please mark the review as submitted if 
this has been committed already
Thanks!


- Amogh


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


On Nov. 5, 2013, 9:31 p.m., Yoshikazu Nojima wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/15247/
 ---
 
 (Updated Nov. 5, 2013, 9:31 p.m.)
 
 
 Review request for cloudstack and Marcus Sorensen.
 
 
 Bugs: CLOUDSTACK-4967
 https://issues.apache.org/jira/browse/CLOUDSTACK-4967
 
 
 Repository: cloudstack-docs
 
 
 Description
 ---
 
 This patch updates CloudStack Plugin Guide for the VXLAN Plugin.
 
 - Add a section to describe VNIs allocation matter
 - Remove section that explain how to configure the bridge for traffic label 
 because the bridge configuration is no longer necessary.
 - Update screen shots to catch up new UI visual appearance.
 
 
 Diffs
 -
 
   vxlan/en-US/images/vxlan-trafficlabel.png 
 956d5f4f58f592ed3f260d6e1982c238c2ddf06a 
   vxlan/en-US/images/vxlan-vniconfig.png PRE-CREATION 
   vxlan/en-US/plugin-vxlan-config-hypervisor.xml 2c5e138 
   vxlan/en-US/plugin-vxlan-config-management.xml 21f5461 
   vxlan/en-US/plugin-vxlan-revision-history.xml ec04d11 
 
 Diff: https://reviews.apache.org/r/15247/diff/
 
 
 Testing
 ---
 
 I generated and confirmed the PDF.
 
 
 Thanks,
 
 Yoshikazu Nojima
 




Re: Review Request 8294: Store NetworkServiceProvider connectivity service configuration in database.

2013-12-30 Thread Amogh Vasekar


 On Jan. 29, 2013, 9:43 a.m., Hugo Trippaers wrote:
  The change looks good. Could you update the patch to the latest state of 
  master?
 
 Animesh Chaturvedi wrote:
 Hiroaki can you update the patch to latetst master.
 
 Animesh Chaturvedi wrote:
 Any updates Hiroaki?
 
 Amogh Vasekar wrote:
 Reminder-
 Hi,
 The review has been pending for long. Hugo / Hiroaki - can you please 
 update if this is still necessary, or needs to be discarded?
 Thanks

Reminder-
Hi,
The review has been pending for long. Hugo / Hiroaki - can you please update if 
this is still necessary, or needs to be discarded?
Thanks


- Amogh


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


On Nov. 30, 2012, 12:17 p.m., Hiroaki Kawai wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/8294/
 ---
 
 (Updated Nov. 30, 2012, 12:17 p.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 There are 13 services defined in com.cloud.network.Network.Service , but db 
 schema has 12 services with connecitivity missing in 
 `cloud`.`physical_network_service_providers` . This patch will fix this. In 
 the cloudstack api response, we'll see Connectivity service is enabled in 
 NiciraNvp network service provider servicelist like this:
 
 {
 listnetworkserviceprovidersresponse: {
 count: 1,
 networkserviceprovider: [
 {
 physicalnetworkid: 80bf64a1-c5ca-4eb1-810e-76917a317d59,
 servicelist: [
 Connectivity
 ],
 name: NiciraNvp,
 destinationphysicalnetworkid: 0,
 state: Disabled,
 id: efb45f75-9fd7-43aa-9937-b5c871971c00
 }
 ]
 }
 }
 
 
 Diffs
 -
 
   api/src/com/cloud/network/PhysicalNetworkServiceProvider.java 1b91311 
   packaging/centos63/package.sh 83c0e5e 
   server/src/com/cloud/network/dao/PhysicalNetworkServiceProviderVO.java 
 12b08af 
   server/src/com/cloud/upgrade/dao/Upgrade40to41.java 5067f39 
   setup/db/create-schema.sql fff084e 
   setup/db/db/schema-40to41.sql PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/8294/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Hiroaki Kawai
 




Re: Review Request 12185: Remove dependency on backport-util.concurrent, and just use built in classes

2013-12-30 Thread Amogh Vasekar

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


Reminder-
Hi,
The review has been pending for long. Please update the patch since the build 
fails.
Thanks

- Amogh Vasekar


On June 29, 2013, 2:34 a.m., Dave Brosius wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/12185/
 ---
 
 (Updated June 29, 2013, 2:34 a.m.)
 
 
 Review request for cloudstack.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 code relies on classes in backport-util-concurrent, when these classes are 
 now available in the jdk supported by cloudstack.
 
 Just switch the imports to the built in classes.
 
 
 Diffs
 -
 
   api/test/org/apache/cloudstack/api/command/test/AddClusterCmdTest.java 
 90759fe 
   api/test/org/apache/cloudstack/api/command/test/AddHostCmdTest.java 531f511 
   engine/schema/src/com/cloud/keystore/KeystoreDaoImpl.java 0ea97c7 
   
 engine/storage/src/org/apache/cloudstack/storage/datastore/DataStoreManagerImpl.java
  b92f92f 
   
 engine/storage/src/org/apache/cloudstack/storage/image/db/TemplateDataStoreDaoImpl.java
  362f7a6 
   
 plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BareMetalResourceBase.java
  d46048e 
   
 plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java
  0e4f8fd 
   server/src/com/cloud/agent/manager/AgentManagerImpl.java b24a238 
   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 2089f82 
   server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java 45f0faa 
   server/src/com/cloud/network/security/SecurityGroupManagerImpl.java 1c189c4 
   server/src/com/cloud/resourcelimit/ResourceLimitManagerImpl.java b5c060d 
   server/src/com/cloud/server/ManagementServerImpl.java 40bc437 
   tools/whisker/descriptor-for-packaging.xml 66099ae 
   utils/src/com/cloud/utils/db/GenericDaoBase.java f0fc700 
   utils/src/com/cloud/utils/storage/encoding/Decoder.java fe74a04 
   utils/src/com/cloud/utils/xmlobject/XmlObject.java 67bb8ed 
   vmware-base/src/com/cloud/hypervisor/vmware/mo/ClusterMO.java d112c34 
   vmware-base/src/com/cloud/hypervisor/vmware/mo/DatacenterMO.java cabb60a 
   vmware-base/src/com/cloud/hypervisor/vmware/mo/HostMO.java e7fd922 
   vmware-base/src/com/cloud/hypervisor/vmware/mo/PerfManagerMO.java bb4fb56 
   vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java 
 cf5ffde 
 
 Diff: https://reviews.apache.org/r/12185/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Dave Brosius
 




Re: Review Request 15633: Bugfix CS-5079: Add guard against null pointer exception for listConfigurations API call, and set value to NULL if the pointer is null

2013-12-30 Thread Amogh Vasekar

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


Reminder - 
This review has been pending for long. Request the submitter to please add 
relevant reviewers or seek volunteers from the community.
Thanks!

- Amogh Vasekar


On Nov. 17, 2013, 10:29 p.m., Yichi Lu wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/15633/
 ---
 
 (Updated Nov. 17, 2013, 10:29 p.m.)
 
 
 Review request for cloudstack.
 
 
 Bugs: 5079
 https://issues.apache.org/jira/browse/5079
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 CLOUDSTACK-5079. When using api call, listConfigurations, and specifying 
 clusterid, some keys may not have values. this causes a null pointer to be 
 returned.
 Add guard against null pointer in 
 server/src/com/cloud/server/ConfigurationServerImpl.java::getConfigListByScope().
  If a null pointer is returned from 
 framework/config/src/org/apache/cloudstack/framework/config/impl/ConfigDepotImpl.java::get(),
  set value to 'NULL'.
 
 
 Diffs
 -
 
   server/src/com/cloud/server/ConfigurationServerImpl.java 8459ada 
 
 Diff: https://reviews.apache.org/r/15633/diff/
 
 
 Testing
 ---
 
 tested api calls for listConfigurations, listConfigurationsclusterid=xxx, 
 listConfigurationszoneid=xxx,  listConfigurationscategory=Advanced
 
 
 Thanks,
 
 Yichi Lu
 




Re: Review Request 11981: Adding base support for NVP security groups to the NVP API

2013-12-30 Thread Amogh Vasekar

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


Reminder - 

Hi,
This request has been pending for long. Please take the time to address the 
comments raised. Thanks!

- Amogh Vasekar


On June 19, 2013, 9:28 p.m., Adrian Steer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/11981/
 ---
 
 (Updated June 19, 2013, 9:28 p.m.)
 
 
 Review request for cloudstack and Hugo Trippaers.
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 This is initial version of API implementation of security groups within the 
 NVP API
 
 
 Diffs
 -
 
   
 plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/LogicalSwitchPort.java
  c571458 
   
 plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/NiciraAddressPairs.java
  PRE-CREATION 
   
 plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/NiciraLogicalPortRule.java
  PRE-CREATION 
   
 plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/NiciraNvpApi.java
  12fa6c0 
   
 plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/NiciraSecurityProfile.java
  PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/11981/diff/
 
 
 Testing
 ---
 
 Compile testing
 
 
 Thanks,
 
 Adrian Steer
 




ACS 4.2: list networks returns empty, if a VN is created without net mask

2013-12-30 Thread Vinod Nair
Correcting the subject

Thanks
Vinod

 On Dec 30, 2013, at 4:59 PM, Vinod Nair vinodn...@juniper.net wrote:
 
 Hi 
 
 Root cause is that ACS is allowing to create a VN without a net mask value, 
 Whereas list networks command is checking for if cidr value is present or not 
 for a network while iterating all networks. If it finds a network without 
 cidr it throws Exception and  returns empty
 
 Thanks
 Vinod
 
 -Original Message-
 From: Vinod Nair [mailto:vinodn...@juniper.net] 
 Sent: Monday, December 30, 2013 11:26 AM
 To: dev@cloudstack.apache.org
 Subject: ACS4.2 db goes for a toss if no netmask is specified while creating 
 a virtual Network
 
 Hi
 
 I have ACS4.2 , If I try creating a virtual network without specifying  a 
 netmask, the database goes for a toss..  only way to recover is to delete  
 the entry from the  database manually  or set the CIDR manually as it is set 
 as NULL. Is there a fix available for this issue.
 
 
 
 # cloudmonkey
 ? Apache CloudStack ?? cloudmonkey 5.0.0. Type help or ? to list commands.
 
 list networks
 : None
 
 
 select * from networks where id=207;
 +-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
 | id  | name | uuid | display_text | 
 traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode 
 | network_offering_id | physical_network_id | data_center_id | guru_name| 
 state   | related | domain_id | account_id | dns1 | dns2 | guru_data | 
 set_fields | acl_type | network_domain | reservation_id   
 | guest_type | restart_required | created | removed | 
 specify_ip_ranges | vpc_id | ip6_gateway | ip6_cidr | network_cidr | 
 display_network | network_acl_id |
 +-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
 | 207 | Vn1  | d1e6ae13-d750-4682-948c-c6545d6c9ace | vn1  | Guest
 | Lswitch   | NULL  | NULL| NULL | Dhcp | 
  15 | 200 |  1 | ContrailGuru | 
 Implemented | 207 | 1 |  2 | NULL | NULL | NULL  |
   0 | Account  | NULL   | e7f881be-c9d8-4ff1-8fce-26d207426b45 | 
 Isolated   |0 | 2013-12-30 16:10:46 | NULL|   
   0 |   NULL | NULL| NULL | NULL |   1 |  
  NULL |
 +-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
 1 row in set (0.00 sec)
 
 
 
 Thanks
 Vinod
 
 
 
 



RE: [ACS43] QA and Test Tasks ... Upgrades

2013-12-30 Thread Sudha Ponnaganti
Hi All,

Has anyone trying upgrades for ACS 4.3 from ACS 4.x versions  ??
4.2 and 42.1 will be covered in our lab. Wondering if anyone else is trying 
upgrades as RC is approaching soon

Thanks
/sudha

From: Sudha Ponnaganti
Sent: Sunday, October 20, 2013 3:46 PM
To: dev@cloudstack.apache.org
Subject: RE: [ACS43] QA and Test Tasks

Another reminder to see if anyone is interested to cover the following topics. 
Some of you are going to try upgrades and some of the features anyways so  
checking to see if you would like to sign up for validation of the following 
areas.

From: Sudha Ponnaganti
Sent: Tuesday, October 15, 2013 4:09 PM
To: dev@cloudstack.apache.orgmailto:dev@cloudstack.apache.org
Subject: [ACS43] QA and Test Tasks

Hi All,

43 is getting started now and it is great opportunity to participate and 
contribute towards ACS 43 Validation if you have interest in testing and 
automation related areas. Below are the tasks and I have posted a task sheet to 
sign up. Pl review and see if you would like to sign up.  There are several 
areas that we need contributors and I have listed them below. Pl review and 
sign up if you are interested in any of these activities

*Feature validation
List 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CLOUDSTACK%20AND%20issuetype%20in%20%28Improvement%2C%20%22New%20Feature%22%29%20AND%20fixVersion%20%3D%20%224.3.0%22
* Upgrade validation - will publish compatibility matrix but below are basic 
upgrades
4.0-4.3  (P3)
4.0.x-4.3(P3)
4.1-4.3 (P3)
4.1.x - 4.3 (P2)
4.2-4.3 (P1)
4.2.1-4.3 (P1)
*Defect validation for ACS 4.3 ( there are already resolved defects pending for 
validation and one can get started right away on these
*Automation ( Any 4.2 + features can be picked up for automation)

If you are interested, Pl do sign up for these tasks @ 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/QA+4.3+Test+Plan

Appreciate your help
Thanks
/Sudha


Migrating a ROOT volume

2013-12-30 Thread Girish Shilamkar
Hello,

As per CS admin guide ROOT volume can be migrated. But in UI I don't see an 
option to detach disk from a stopped disk.
And if I try to detach using API, it fails stating please specify a datadisk

Can someone please clarify.

Regards,
Girish



RE: ACS4.2 db goes for a toss if no netmask is specified while creating a virtual Network

2013-12-30 Thread Saksham Srivastava
In general, if you do not specify a  gateway and netmask, the values will be 
taken from the zone level settings.
Check listZones to see your configuration.

Thanks,
Saksham

-Original Message-
From: Vinod Nair [mailto:vinodn...@juniper.net] 
Sent: Tuesday, December 31, 2013 6:29 AM
To: dev@cloudstack.apache.org
Subject: RE: ACS4.2 db goes for a toss if no netmask is specified while 
creating a virtual Network

Hi 

Root cause is that ACS is allowing to create a VN without a net mask value, 
Whereas list networks command is checking for if cidr value is present or not 
for a network while iterating all networks. If it finds a network without cidr 
it throws Exception and  returns empty

Thanks
Vinod

-Original Message-
From: Vinod Nair [mailto:vinodn...@juniper.net] 
Sent: Monday, December 30, 2013 11:26 AM
To: dev@cloudstack.apache.org
Subject: ACS4.2 db goes for a toss if no netmask is specified while creating a 
virtual Network

Hi

I have ACS4.2 , If I try creating a virtual network without specifying  a 
netmask, the database goes for a toss..  only way to recover is to delete  the 
entry from the  database manually  or set the CIDR manually as it is set as 
NULL. Is there a fix available for this issue.



# cloudmonkey
? Apache CloudStack ?? cloudmonkey 5.0.0. Type help or ? to list commands.

 list networks
: None


select * from networks where id=207;
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| id  | name | uuid | display_text | 
traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode | 
network_offering_id | physical_network_id | data_center_id | guru_name| 
state   | related | domain_id | account_id | dns1 | dns2 | guru_data | 
set_fields | acl_type | network_domain | reservation_id   | 
guest_type | restart_required | created | removed | 
specify_ip_ranges | vpc_id | ip6_gateway | ip6_cidr | network_cidr | 
display_network | network_acl_id |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
| 207 | Vn1  | d1e6ae13-d750-4682-948c-c6545d6c9ace | vn1  | Guest  
  | Lswitch   | NULL  | NULL| NULL | Dhcp | 
 15 | 200 |  1 | ContrailGuru | Implemented |   
  207 | 1 |  2 | NULL | NULL | NULL  |  0 | Account 
 | NULL   | e7f881be-c9d8-4ff1-8fce-26d207426b45 | Isolated   | 
   0 | 2013-12-30 16:10:46 | NULL| 0 |   NULL | NULL
| NULL | NULL |   1 |   NULL |
+-+--+--+--+--+---+---+-+--+--+-+-++--+-+-+---++--+--+---++--++--++--+-+-+---++-+--+--+-++
1 row in set (0.00 sec)



Thanks
Vinod




Build failed in Jenkins: build-master #310

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/310/changes

Changes:

[sateesh] CLOUDSTACK-5447 [Automation] Volume migration failing with 
NullPointerException in vmware and KVM.

--
[...truncated 68 lines...]
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache CloudStack System VM
[INFO] Apache CloudStack Client UI
[INFO] Apache CloudStack Console Proxy - RDP Client
[INFO] Apache CloudStack Framework - QuickCloud
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack 4.4.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/target 
(includes = [**/*], excludes = [])
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/ (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ cloudstack ---
[INFO] Starting audit...
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:45:8:
 Unused import - javax.inject.Inject.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:107:8:
 Unused import - 
org.apache.cloudstack.engine.orchestration.service.VolumeOrchestrationService.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:307:8:
 Unused import - com.cloud.storage.StoragePool.
Audit done.

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack . FAILURE [1:03.989s]
[INFO] Apache CloudStack Maven Conventions Parent  SKIPPED
[INFO] Apache CloudStack Framework - Managed Context . SKIPPED
[INFO] Apache CloudStack Utils ... SKIPPED
[INFO] Apache CloudStack Framework ... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification .. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ... SKIPPED
[INFO] Apache CloudStack API . SKIPPED
[INFO] Apache CloudStack Framework - REST  SKIPPED
[INFO] Apache CloudStack Framework - IPC . SKIPPED
[INFO] Apache CloudStack Cloud Engine  SKIPPED
[INFO] Apache CloudStack Cloud Engine API  SKIPPED
[INFO] Apache CloudStack Core  SKIPPED
[INFO] Apache CloudStack Agents .. SKIPPED
[INFO] Apache CloudStack Framework - Clustering .. SKIPPED
[INFO] Apache CloudStack Framework - Jobs 

Build failed in Jenkins: build-master » Apache CloudStack #310

2013-12-30 Thread jenkins
See 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/310/

--
maven31-agent.jar already up to date
maven31-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
===[JENKINS REMOTING CAPACITY]===   channel started
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/ws/pom.xml
 -Psystemvm clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache XenSource XAPI
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache 

Build failed in Jenkins: build-master-noredist #1997

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/1997/changes

Changes:

[sateesh] CLOUDSTACK-5447 [Automation] Volume migration failing with 
NullPointerException in vmware and KVM.

[rajesh.battala] CLOUDSTACK-5687 [Hyper-V] Remote Access VPN fails with 
Unsupported command while trying to configure VPN users

--
[...truncated 68 lines...]
[INFO] 
[INFO] 
[INFO] Building Maven Stub Project (No POM) 1
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @ 
standalone-pom ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/deps/manageontap.jar
 to 
/home/jenkins/.m2/repository/com/cloud/com/netapp/manageontap/4.0/manageontap-4.0.jar
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 1.046s
[INFO] Finished at: Tue Dec 31 02:03:31 EST 2013
[INFO] Final Memory: 3M/50M
[INFO] 
+ mvn install:install-file -Dfile=vim25_51.jar -DgroupId=com.cloud.com.vmware 
-DartifactId=vmware-vim25 -Dversion=5.1 -Dpackaging=jar
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building Maven Stub Project (No POM) 1
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @ 
standalone-pom ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/deps/vim25_51.jar 
to 
/home/jenkins/.m2/repository/com/cloud/com/vmware/vmware-vim25/5.1/vmware-vim25-5.1.jar
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 1.193s
[INFO] Finished at: Tue Dec 31 02:03:34 EST 2013
[INFO] Final Memory: 3M/50M
[INFO] 
+ cd http://jenkins.buildacloud.org/job/build-master-noredist/ws/
[build-master-noredist] $ 
/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.1.1/bin/mvn 
-Dnoredist= -Psystemvm,awsapi clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache XenSource XAPI
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] 

Build failed in Jenkins: build-master » Apache CloudStack #311

2013-12-30 Thread jenkins
See 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/311/

--
maven31-agent.jar already up to date
maven31-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
===[JENKINS REMOTING CAPACITY]===   channel started
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/ws/pom.xml
 -Psystemvm clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache XenSource XAPI
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache 

Build failed in Jenkins: build-master #311

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/311/

--
[...truncated 68 lines...]
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache CloudStack System VM
[INFO] Apache CloudStack Client UI
[INFO] Apache CloudStack Console Proxy - RDP Client
[INFO] Apache CloudStack Framework - QuickCloud
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack 4.4.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/target 
(includes = [**/*], excludes = [])
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/ (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ cloudstack ---
[INFO] Starting audit...
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:45:8:
 Unused import - javax.inject.Inject.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:107:8:
 Unused import - 
org.apache.cloudstack.engine.orchestration.service.VolumeOrchestrationService.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:307:8:
 Unused import - com.cloud.storage.StoragePool.
Audit done.

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack . FAILURE [1:54.511s]
[INFO] Apache CloudStack Maven Conventions Parent  SKIPPED
[INFO] Apache CloudStack Framework - Managed Context . SKIPPED
[INFO] Apache CloudStack Utils ... SKIPPED
[INFO] Apache CloudStack Framework ... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification .. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ... SKIPPED
[INFO] Apache CloudStack API . SKIPPED
[INFO] Apache CloudStack Framework - REST  SKIPPED
[INFO] Apache CloudStack Framework - IPC . SKIPPED
[INFO] Apache CloudStack Cloud Engine  SKIPPED
[INFO] Apache CloudStack Cloud Engine API  SKIPPED
[INFO] Apache CloudStack Core  SKIPPED
[INFO] Apache CloudStack Agents .. SKIPPED
[INFO] Apache CloudStack Framework - Clustering .. SKIPPED
[INFO] Apache CloudStack Framework - Jobs  SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component ... SKIPPED
[INFO] Apache CloudStack Framework 

RE: Migrating a ROOT volume

2013-12-30 Thread Devdeep Singh
If the instance is stopped you can go to Instance - select the instance - and 
migrate the instance to another storage pool. This will move the root volume to 
the specified storage pool.

Regards,
Devdeep

-Original Message-
From: Girish Shilamkar [mailto:gir...@clogeny.com] 
Sent: Tuesday, December 31, 2013 11:40 AM
To: dev@cloudstack.apache.org
Subject: Migrating a ROOT volume

Hello,

As per CS admin guide ROOT volume can be migrated. But in UI I don't see an 
option to detach disk from a stopped disk.
And if I try to detach using API, it fails stating please specify a datadisk

Can someone please clarify.

Regards,
Girish



Build failed in Jenkins: build-master » Apache CloudStack #312

2013-12-30 Thread jenkins
See 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/312/

--
maven31-agent.jar already up to date
maven31-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
===[JENKINS REMOTING CAPACITY]===channel started
   log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/ws/pom.xml
 -Psystemvm clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache XenSource XAPI
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache 

Build failed in Jenkins: build-master #312

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/312/changes

Changes:

[rajesh.battala] CLOUDSTACK-5687 [Hyper-V] Remote Access VPN fails with 
Unsupported command while trying to configure VPN users

--
[...truncated 71 lines...]
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache CloudStack System VM
[INFO] Apache CloudStack Client UI
[INFO] Apache CloudStack Console Proxy - RDP Client
[INFO] Apache CloudStack Framework - QuickCloud
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack 4.4.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/target 
(includes = [**/*], excludes = [])
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/ (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ cloudstack ---
[INFO] Starting audit...
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:45:8:
 Unused import - javax.inject.Inject.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:107:8:
 Unused import - 
org.apache.cloudstack.engine.orchestration.service.VolumeOrchestrationService.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java:307:8:
 Unused import - com.cloud.storage.StoragePool.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:426:
 Line has trailing spaces.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:509:
 Line has trailing spaces.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:510:
 Line has trailing spaces.
Audit done.

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack . FAILURE [1:12.461s]
[INFO] Apache CloudStack Maven Conventions Parent  SKIPPED
[INFO] Apache CloudStack Framework - Managed Context . SKIPPED
[INFO] Apache CloudStack Utils ... SKIPPED
[INFO] Apache CloudStack Framework ... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification .. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ... SKIPPED
[INFO] Apache CloudStack API . SKIPPED
[INFO] Apache CloudStack Framework - REST  SKIPPED
[INFO] Apache CloudStack 

Build failed in Jenkins: build-master » Apache CloudStack #313

2013-12-30 Thread jenkins
See 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/313/

--
maven31-agent.jar already up to date
maven31-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
===[JENKINS REMOTING CAPACITY]===channel started
   log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/ws/pom.xml
 -Psystemvm clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache XenSource XAPI
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache 

Build failed in Jenkins: build-master #313

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/313/changes

Changes:

[sateesh] Fix check style error.

--
[...truncated 68 lines...]
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor Xen
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache Cloudstack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] cloud-framework-spring-module
[INFO] Apache CloudStack Test
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache CloudStack System VM
[INFO] Apache CloudStack Client UI
[INFO] Apache CloudStack Console Proxy - RDP Client
[INFO] Apache CloudStack Framework - QuickCloud
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack 4.4.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/target 
(includes = [**/*], excludes = [])
[INFO] Deleting http://jenkins.buildacloud.org/job/build-master/ws/ (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ cloudstack ---
[INFO] Starting audit...
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:426:
 Line has trailing spaces.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:509:
 Line has trailing spaces.
http://jenkins.buildacloud.org/job/build-master/ws/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java:510:
 Line has trailing spaces.
Audit done.

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack . FAILURE [57.609s]
[INFO] Apache CloudStack Maven Conventions Parent  SKIPPED
[INFO] Apache CloudStack Framework - Managed Context . SKIPPED
[INFO] Apache CloudStack Utils ... SKIPPED
[INFO] Apache CloudStack Framework ... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification .. SKIPPED
[INFO] Apache CloudStack Framework - Configuration ... SKIPPED
[INFO] Apache CloudStack API . SKIPPED
[INFO] Apache CloudStack Framework - REST  SKIPPED
[INFO] Apache CloudStack Framework - IPC . SKIPPED
[INFO] Apache CloudStack Cloud Engine  SKIPPED
[INFO] Apache CloudStack Cloud Engine API  SKIPPED
[INFO] Apache CloudStack Core  SKIPPED
[INFO] Apache CloudStack Agents .. SKIPPED
[INFO] Apache CloudStack Framework - Clustering .. SKIPPED
[INFO] Apache CloudStack Framework - Jobs  SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component ... SKIPPED
[INFO] Apache CloudStack Framework - Event 

Jenkins build is back to normal : build-master » Apache CloudStack #314

2013-12-30 Thread jenkins
See 
http://jenkins.buildacloud.org/job/build-master/org.apache.cloudstack$cloudstack/314/



Jenkins build is back to normal : build-master #314

2013-12-30 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/314/changes