Build failed in Jenkins: cloudstack-4.4-maven-build #529

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/529/changes

Changes:

[Rohit Yadav] CLOUDSTACK-2823: pass cmdline info to system vms for 30 times

--
[...truncated 22735 lines...]
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-network-internallb ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-network-internallb ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-network-internallb ---
[INFO] Compiling 3 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/plugins/network-elements/internal-loadbalancer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-network-internallb ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-network-internallb ---
[INFO] Compiling 6 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/plugins/network-elements/internal-loadbalancer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-network-internallb ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/plugins/network-elements/internal-loadbalancer/target/surefire-reports

---
 T E S T S
---
Running org.apache.cloudstack.internallbelement.InternalLbElementTest
log4j:WARN No appenders could be found for logger 
(org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.224 sec
Running org.apache.cloudstack.internallbelement.InternalLbElementServiceTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.cloudstack.internallbvmmgr.InternalLBVMManagerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec
Running org.apache.cloudstack.internallbvmmgr.InternalLBVMServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Spring Life Cycle 4.4.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-spring-lifecycle ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/spring/lifecycle
 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-spring-lifecycle ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-spring-lifecycle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-spring-lifecycle ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/spring/lifecycle/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-framework-spring-lifecycle ---
[INFO] Compiling 11 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/spring/lifecycle/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-spring-lifecycle ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/spring/lifecycle/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-framework-spring-lifecycle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-framework-spring-lifecycle ---
[INFO] Surefire report directory: 

Jenkins build is back to normal : cloudstack-4.4-maven-build #530

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/530/



Jenkins build is still unstable: simulator-4.5-singlerun #92

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes



Re: Review Request 28935: CLOUDSATCK-8062: test_multiple_ip_ranges.py - Fix the test case to avoid using same vlan IP range in each test case

2014-12-11 Thread Gaurav Aradhye

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

(Updated Dec. 11, 2014, 2:30 p.m.)


Review request for cloudstack and SrikanteswaraRao Talluri.


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


Repository: cloudstack-git


Description
---

Each test case in this test suite uses the same vlan IP range, adds it and 
deletes it. In some cases, the vlan IP range deletion fails due to this 
operation.

Change the test case to use different vlan IP range each time.


Other changes:
1) Fix imports
2) Remove Service dict from test case and use data from test_data.py instead.
3) Fix pep8 issues.


Diffs (updated)
-

  test/integration/component/test_multiple_ip_ranges.py 32c39f7 
  tools/marvin/marvin/config/test_data.py 4b50afa 

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


Testing
---

yes.

Log:
Test add guest ip range in the existing cidr ... === TestName: 
test_01_add_ip_same_cidr | Status : SUCCESS ===
ok
Test add ip range in a new cidr ... === TestName: test_02_add_ip_diff_cidr | 
Status : SUCCESS ===
ok
Test delete ip range ... === TestName: test_03_del_ip_range | Status : SUCCESS 
===
ok
Test adding non-contiguous ip range in existing cidr ... === TestName: 
test_04_add_noncontiguous_ip_range | Status : SUCCESS ===
ok
Test adding overlapped ip range in existing cidr ... === TestName: 
test_05_add_overlapped_ip_range | Status : SUCCESS ===
ok
Test adding overlapped ip range with two existing cidr ... === TestName: 
test_06_add_ip_range_overlapped_with_two_ranges | Status : SUCCESS ===
ok
Test adding ip range superset to existing CIDR ... === TestName: 
test_07_add_iprange_superset | Status : SUCCESS ===
ok
Test adding ip range subset to existing CIDR ... === TestName: 
test_08_add_iprange_subset | Status : SUCCESS ===
ok

--
Ran 8 tests in 1.583s

OK


Thanks,

Gaurav Aradhye



Re: [RESULT][VOTE] Apache CloudStack 4.4.2

2014-12-11 Thread Daan Hoogland
On Thu, Dec 11, 2014 at 8:34 AM, Wei ZHOU ustcweiz...@gmail.com wrote:
 4eedfe53fcbab1d47b09eacaca1d803b67b6c4d2


yes I can but Rohit beat me to it and as 4.5 is in rc I do not claim
any monopoly on the 4.4 branch anymore. Please feel free to commit to
it next time you need something in it.

-- 
Daan


I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Krunal Jain
Hello,



When I am trying to register a new Template/ISO in CloudStack (v4.5), it
says registered and shows up in the list but the “state.ready” remains NO.



Hence, when I try creating instance the Template/ISO is not shown for
selection and thus, am not able to provision it.

Also, I am not able to delete the Template/ISO.



Can anyone please help me with this?

Thanks in advance!

Regards,

*Krunal Jain | Senior Engineer – Cloud (Product Engineering)*

Email: *krunal.j...@sungard.com krunal.j...@sungard.com* ▪
*kruna...@gmail.com
kruna...@gmail.com* | Mobile: *+91-92713-59024 +91%2092713%2059024*

*Sungard Availability Services, India* | *www.sungardas.in
http://www.sungardas.in*

2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 411 014

*[image: Logo]* http://www.sungardas.com/
*[image: cid:image019.png@01CF48EC.6617C7F0]*
http://blog.sungardas.com/ *[image:
cid:image020.png@01CF48EC.6617C7F0]* http://www.youtube.com/user/SunGardAS
 *[image: cid:image021.png@01CF48EC.6617C7F0]*
https://plus.google.com/u/0/102459878242108588663/posts *[image:
cid:image022.png@01CF48EC.6617C7F0]*
https://www.facebook.com/SunGardAS *[image:
cid:image023.png@01CF48EC.6617C7F0]*
http://www.linkedin.com/company/sungard-availability-services *[image:
cid:image024.png@01CF48EC.6617C7F0]* https://twitter.com/SunGardAS

CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.


Re: Port forwarding (web) - doesnt show real client IP

2014-12-11 Thread Andrija Panic
Static NAT (all port forwarding) - also broken, all connections to private
IP on VM, seems to come from main Public IP of VPC VR, instead of real
client's IP... :(

Will test 4.4 and possibly 4.5rc now...

On 10 December 2014 at 13:56, Andrija Panic andrija.pa...@gmail.com wrote:

 Marcus, for outbound I meant Source NAT, sorry... Will check other Static
 NAT (all port forwarding) and will also test sinle port forwarding stuff on
 4.4 or possibly 4.5. I see this as a serious issue for any VDC user... so
 will check...

 On 9 December 2014 at 17:34, Marcus shadow...@gmail.com wrote:

 Yeah, that seems strange. I don't recall it working that way in the past.
 It uses the standard iptables DNAT, and I believe the same methods as
 static NAT to rewrite the destination ip. Do you see the same behavior
 with
 static NAT on routing incoming traffic to a particular VM?

 Just to make sure we're not confusing terms here, static NAT is a port
 forward for all ports, basically mapping IP2 in whole to an instance.  I
 think you're referring to SNAT (source NAT) when you say outbound static
 NAT looks fine, but I'm not sure.

 On Mon, Dec 8, 2014 at 11:19 PM, Andrija Panic andrija.pa...@gmail.com
 wrote:

  Hi Marcus,
  static NAT (outound connections) works fine - when internal VM access
  internet, it's source address is replaced with the MAIN public IP of the
  VPC VR (call it IP1 in my example - x.x.x.x) - so all fine.
 
  Then I have additional public IPs to be able to do port forwarding... -
  when I do port forwarding on IP2 x.x.x.y (additional public IP on VR) to
  the internal IP on VM - the VR actually does some kind of proxying so to
  speak - so the source IP in the TCP/UDP packet that reach internal VM
 IP,
  appears to be the  IP1 x.x.x.x (main public IP of the VR)​ instead the
 real
  remote IP of the client...
 
  Will check the scripts - but this is serious issue in my opinion. I
  understand proxying (haproxy) works like every proxy - so the behaviour
 for
  the proxy is expected. But this behaviour for the port forwarding is NOT
  normal at all...
 
  THanks
 




 --

 Andrija Panić




-- 

Andrija Panić


Re: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Abhinandan Prateek
It takes some time for the template to be downloaded. Recently when I tried 4.3 
I did not see any progress bar shown there, it was there in older versions.

If the template lies in your internal network then you need to set global 
variable secstorage.allowed.internal.sites with the cidr of the internal 
network. SSVM will then go thru the internal interface to download these 
templates.

-abhi


On 11-Dec-2014, at 12:24 pm, Krunal Jain 
krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

Hello,

When I am trying to register a new Template/ISO in CloudStack (v4.5), it says 
registered and shows up in the list but the “state.ready” remains NO.

Hence, when I try creating instance the Template/ISO is not shown for selection 
and thus, am not able to provision it.
Also, I am not able to delete the Template/ISO.

Can anyone please help me with this?
Thanks in advance!
Regards,
Krunal Jain | Senior Engineer – Cloud (Product Engineering)
Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪ 
kruna...@gmail.commailto:kruna...@gmail.com | Mobile: 
+91-92713-59024mailto:+91%2092713%2059024
Sungard Availability Services, India | 
www.sungardas.inhttp://www.sungardas.in/
2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 411 014
http://www.sungardas.com/
http://blog.sungardas.com/ http://www.youtube.com/user/SunGardAS  
https://plus.google.com/u/0/102459878242108588663/posts  
https://www.facebook.com/SunGardAS  
http://www.linkedin.com/company/sungard-availability-services  
https://twitter.com/SunGardAS
CONFIDENTIALITY:  This e-mail (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you received this e-mail in error, please 
notify the sender and delete this e-mail from your system.

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England  Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Port forwarding (web) - doesnt show real client IP

2014-12-11 Thread Andrija Panic
Seems al fine (port forwarding AND static NAT) on 4.4.1. Just tested.

@Rohit - Is it too late now to actually submit a bug for this port
forwarding - and possibly backport to 4.3.2 ?

Thanks

On 11 December 2014 at 10:25, Andrija Panic andrija.pa...@gmail.com wrote:

 Static NAT (all port forwarding) - also broken, all connections to private
 IP on VM, seems to come from main Public IP of VPC VR, instead of real
 client's IP... :(

 Will test 4.4 and possibly 4.5rc now...

 On 10 December 2014 at 13:56, Andrija Panic andrija.pa...@gmail.com
 wrote:

 Marcus, for outbound I meant Source NAT, sorry... Will check other Static
 NAT (all port forwarding) and will also test sinle port forwarding stuff on
 4.4 or possibly 4.5. I see this as a serious issue for any VDC user... so
 will check...

 On 9 December 2014 at 17:34, Marcus shadow...@gmail.com wrote:

 Yeah, that seems strange. I don't recall it working that way in the past.
 It uses the standard iptables DNAT, and I believe the same methods as
 static NAT to rewrite the destination ip. Do you see the same behavior
 with
 static NAT on routing incoming traffic to a particular VM?

 Just to make sure we're not confusing terms here, static NAT is a port
 forward for all ports, basically mapping IP2 in whole to an instance.  I
 think you're referring to SNAT (source NAT) when you say outbound static
 NAT looks fine, but I'm not sure.

 On Mon, Dec 8, 2014 at 11:19 PM, Andrija Panic andrija.pa...@gmail.com
 wrote:

  Hi Marcus,
  static NAT (outound connections) works fine - when internal VM access
  internet, it's source address is replaced with the MAIN public IP of
 the
  VPC VR (call it IP1 in my example - x.x.x.x) - so all fine.
 
  Then I have additional public IPs to be able to do port forwarding... -
  when I do port forwarding on IP2 x.x.x.y (additional public IP on VR)
 to
  the internal IP on VM - the VR actually does some kind of proxying so
 to
  speak - so the source IP in the TCP/UDP packet that reach internal VM
 IP,
  appears to be the  IP1 x.x.x.x (main public IP of the VR)​ instead the
 real
  remote IP of the client...
 
  Will check the scripts - but this is serious issue in my opinion. I
  understand proxying (haproxy) works like every proxy - so the
 behaviour for
  the proxy is expected. But this behaviour for the port forwarding is
 NOT
  normal at all...
 
  THanks
 




 --

 Andrija Panić




 --

 Andrija Panić




-- 

Andrija Panić


Status of ACS and OpenDayLight

2014-12-11 Thread Mathias Mullins
Hi everyone,

Does anyone know the status of CloudStack and OpenDayLight connectivity? I 
would like to learn how to make them work together to do more work with SDN.

Thank you,
Matt


Review Request 28939: CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals - The SSH to router was being done from wrong host

2014-12-11 Thread Gaurav Aradhye

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

Review request for cloudstack and SrikanteswaraRao Talluri.


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


Repository: cloudstack-git


Description
---

The host used for SSHing to router was wrong one.
Corrected the code.


Diffs
-

  test/integration/component/maint/test_redundant_router.py 099ae2c 

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


Testing
---

Yes.

Log:
Test redundant router internals ... === TestName: test_redundantVR_internals | 
Status : SUCCESS ===
ok

--
Ran 1 test in 206.192s

OK


Thanks,

Gaurav Aradhye



Re: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Nitin Mehta
Try using - 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec
ondary+storage+troubleshooting or Google(for pinpointed answers)

Cheers,
-Nitin 

On 11/12/14 3:41 PM, Abhinandan Prateek
abhinandan.prat...@shapeblue.com wrote:

It takes some time for the template to be downloaded. Recently when I
tried 4.3 I did not see any progress bar shown there, it was there in
older versions.

If the template lies in your internal network then you need to set global
variable secstorage.allowed.internal.sites with the cidr of the internal
network. SSVM will then go thru the internal interface to download these
templates.

-abhi


On 11-Dec-2014, at 12:24 pm, Krunal Jain
krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

Hello,

When I am trying to register a new Template/ISO in CloudStack (v4.5), it
says registered and shows up in the list but the “state.ready” remains NO.

Hence, when I try creating instance the Template/ISO is not shown for
selection and thus, am not able to provision it.
Also, I am not able to delete the Template/ISO.

Can anyone please help me with this?
Thanks in advance!
Regards,
Krunal Jain | Senior Engineer – Cloud (Product Engineering)
Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪
kruna...@gmail.commailto:kruna...@gmail.com | Mobile:
+91-92713-59024mailto:+91%2092713%2059024
Sungard Availability Services, India |
www.sungardas.inhttp://www.sungardas.in/
2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 411 014
http://www.sungardas.com/
http://blog.sungardas.com/ http://www.youtube.com/user/SunGardAS
https://plus.google.com/u/0/102459878242108588663/posts
https://www.facebook.com/SunGardAS
http://www.linkedin.com/company/sungard-availability-services
https://twitter.com/SunGardAS
CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design 
Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training
Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended
solely for the use of the individual to whom it is addressed. Any views
or opinions expressed are solely those of the author and do not
necessarily represent those of Shape Blue Ltd or related companies. If
you are not the intended recipient of this email, you must neither take
any action based upon its contents, nor copy or show it to anyone. Please
contact the sender if you believe you have received this email in error.
Shape Blue Ltd is a company incorporated in England  Wales. ShapeBlue
Services India LLP is a company incorporated in India and is operated
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
a company incorporated in Brasil and is operated under license from Shape
Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
is a registered trademark.



Re: Review Request 28748: CLOUDSTACK-8021: Change test cases to use host information from configurableData section in test_data.py

2014-12-11 Thread SrikanteswaraRao Talluri

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


doesn't apply cleanly on 4.5

git am -s 
/Users/talluri/Downloads/0001-CLOUDSTACK-8021-Change-test-cases-to-use-host-inform.patch
Applying: CLOUDSTACK-8021: Change test cases to use host information from 
configurableData section in test_data.py
error: patch failed: test/integration/component/test_deploy_vgpu_vm.py:15
error: test/integration/component/test_deploy_vgpu_vm.py: patch does not apply
Patch failed at 0001 CLOUDSTACK-8021: Change test cases to use host information 
from configurableData section in test_data.py
The copy of the patch that failed is found in:
   /Users/talluri/asf/cloudstack/.git/rebase-apply/patch
When you have resolved this problem, run git am --continue.
If you prefer to skip this patch, run git am --skip instead.
To restore the original branch and stop patching, run git am --abort.

- SrikanteswaraRao Talluri


On Dec. 5, 2014, 2:37 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28748/
 ---
 
 (Updated Dec. 5, 2014, 2:37 p.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8021
 https://issues.apache.org/jira/browse/CLOUDSTACK-8021
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Changing few test cases to use the host username, password from the 
 configurableData section in test_data.py. Earlier they were reading the hard 
 coded value. Removed old host_password value from test_data.py
 
 Also fixed few pep8 issues.
 
 
 Diffs
 -
 
   test/integration/component/test_deploy_vgpu_vm.py 0284eab 
   test/integration/component/test_persistent_networks.py 4b1bc7a 
   test/integration/smoke/test_deploy_vgpu_enabled_vm.py f13ac92 
 
 Diff: https://reviews.apache.org/r/28748/diff/
 
 
 Testing
 ---
 
 Tested test_persistent_networks.py
 Other test cases not testable right now. Change is only in reading the config 
 value.
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Abhinandan Prateek
Nitin,
  Earlier the progress bar or an error was displayed on the template details 
page, do you if this was removed on purpose ?


 On 11-Dec-2014, at 5:18 pm, Nitin Mehta nitin.me...@citrix.com wrote:

 Try using -
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec
 ondary+storage+troubleshooting or Google(for pinpointed answers)

 Cheers,
 -Nitin

 On 11/12/14 3:41 PM, Abhinandan Prateek
 abhinandan.prat...@shapeblue.com wrote:

 It takes some time for the template to be downloaded. Recently when I
 tried 4.3 I did not see any progress bar shown there, it was there in
 older versions.

 If the template lies in your internal network then you need to set global
 variable secstorage.allowed.internal.sites with the cidr of the internal
 network. SSVM will then go thru the internal interface to download these
 templates.

 -abhi


 On 11-Dec-2014, at 12:24 pm, Krunal Jain
 krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

 Hello,

 When I am trying to register a new Template/ISO in CloudStack (v4.5), it
 says registered and shows up in the list but the “state.ready” remains NO.

 Hence, when I try creating instance the Template/ISO is not shown for
 selection and thus, am not able to provision it.
 Also, I am not able to delete the Template/ISO.

 Can anyone please help me with this?
 Thanks in advance!
 Regards,
 Krunal Jain | Senior Engineer – Cloud (Product Engineering)
 Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪
 kruna...@gmail.commailto:kruna...@gmail.com | Mobile:
 +91-92713-59024mailto:+91%2092713%2059024
 Sungard Availability Services, India |
 www.sungardas.inhttp://www.sungardas.in/
 2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 411 014
 http://www.sungardas.com/
 http://blog.sungardas.com/ http://www.youtube.com/user/SunGardAS
 https://plus.google.com/u/0/102459878242108588663/posts
 https://www.facebook.com/SunGardAS
 http://www.linkedin.com/company/sungard-availability-services
 https://twitter.com/SunGardAS
 CONFIDENTIALITY:  This e-mail (including any attachments) may contain
 confidential, proprietary and privileged information, and unauthorized
 disclosure or use is prohibited.  If you received this e-mail in error,
 please notify the sender and delete this e-mail from your system.

 Find out more about ShapeBlue and our range of CloudStack related services

 IaaS Cloud Design 
 Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software
 Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
 CloudStack Infrastructure
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
 CloudStack Bootcamp Training
 Courseshttp://shapeblue.com/cloudstack-training/

 This email and any attachments to it may be confidential and are intended
 solely for the use of the individual to whom it is addressed. Any views
 or opinions expressed are solely those of the author and do not
 necessarily represent those of Shape Blue Ltd or related companies. If
 you are not the intended recipient of this email, you must neither take
 any action based upon its contents, nor copy or show it to anyone. Please
 contact the sender if you believe you have received this email in error.
 Shape Blue Ltd is a company incorporated in England  Wales. ShapeBlue
 Services India LLP is a company incorporated in India and is operated
 under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
 a company incorporated in Brasil and is operated under license from Shape
 Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
 South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
 is a registered trademark.


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England  Wales. ShapeBlue Services India LLP is a 

Re: Review Request 28748: CLOUDSTACK-8021: Change test cases to use host information from configurableData section in test_data.py

2014-12-11 Thread Rajani Karuturi


 On Dec. 11, 2014, 12:17 p.m., SrikanteswaraRao Talluri wrote:
  doesn't apply cleanly on 4.5
  
  git am -s 
  /Users/talluri/Downloads/0001-CLOUDSTACK-8021-Change-test-cases-to-use-host-inform.patch
  Applying: CLOUDSTACK-8021: Change test cases to use host information from 
  configurableData section in test_data.py
  error: patch failed: test/integration/component/test_deploy_vgpu_vm.py:15
  error: test/integration/component/test_deploy_vgpu_vm.py: patch does not 
  apply
  Patch failed at 0001 CLOUDSTACK-8021: Change test cases to use host 
  information from configurableData section in test_data.py
  The copy of the patch that failed is found in:
 /Users/talluri/asf/cloudstack/.git/rebase-apply/patch
  When you have resolved this problem, run git am --continue.
  If you prefer to skip this patch, run git am --skip instead.
  To restore the original branch and stop patching, run git am --abort.

Talluri,
try using git am -3. It might resolve.


- Rajani


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


On Dec. 5, 2014, 2:37 p.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28748/
 ---
 
 (Updated Dec. 5, 2014, 2:37 p.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8021
 https://issues.apache.org/jira/browse/CLOUDSTACK-8021
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Changing few test cases to use the host username, password from the 
 configurableData section in test_data.py. Earlier they were reading the hard 
 coded value. Removed old host_password value from test_data.py
 
 Also fixed few pep8 issues.
 
 
 Diffs
 -
 
   test/integration/component/test_deploy_vgpu_vm.py 0284eab 
   test/integration/component/test_persistent_networks.py 4b1bc7a 
   test/integration/smoke/test_deploy_vgpu_enabled_vm.py f13ac92 
 
 Diff: https://reviews.apache.org/r/28748/diff/
 
 
 Testing
 ---
 
 Tested test_persistent_networks.py
 Other test cases not testable right now. Change is only in reading the config 
 value.
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 28931: CLOUDSTACK:8058: Fix test_reset_ssh_keypair.py for EIP setup

2014-12-11 Thread SrikanteswaraRao Talluri

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

Ship it!


9aefd9bf4f580dd5954520b6b53909b1f732b7f8 4.5

- SrikanteswaraRao Talluri


On Dec. 11, 2014, 4:55 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28931/
 ---
 
 (Updated Dec. 11, 2014, 4:55 a.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8058
 https://issues.apache.org/jira/browse/CLOUDSTACK-8058
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 The publicIP of the VM changes on EIP setup after stop and start operation. 
 Hence it is necessary that on such setup, new publicip should be used for the 
 SSH.
 
 Made the necessary changes to use the new publicip.
 
 
 Diffs
 -
 
   test/integration/component/test_reset_ssh_keypair.py 370e9a8 
 
 Diff: https://reviews.apache.org/r/28931/diff/
 
 
 Testing
 ---
 
 Yes.
 
 On Advanced zone:
 Verify API resetSSHKeyForVirtualMachine for non admin non root ... === 
 TestName: test_01_reset_keypair_normal_user | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin non root ... === 
 TestName: test_02_reset_keypair_domain_admin | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin root ... === 
 TestName: test_03_reset_keypair_root_admin | Status : SUCCESS ===
 ok
 Test Reset SSH keys for VM  already having SSH key ... === TestName: 
 test_01_reset_ssh_keys | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_02_reset_ssh_key_password_enabled_template | Status : SUCCESS 
 ===
 ok
 Reset SSH key for VM  having no SSH key ... === TestName: 
 test_03_reset_ssh_with_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_04_reset_key_passwd_enabled_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  already having SSH key when VM is in running ... === 
 TestName: test_05_reset_key_in_running_state | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_06_reset_key_passwd_enabled_vm_running | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine with incorrect parameters ... === 
 TestName: test_07_reset_keypair_invalid_params | Status : SUCCESS ===
 ok
 
 --
 Ran 10 tests in 4553.103s
 
 OK
 
 
 On EIP setup (basic zone):
 Verify API resetSSHKeyForVirtualMachine for non admin non root ... === 
 TestName: test_01_reset_keypair_normal_user | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin non root ... === 
 TestName: test_02_reset_keypair_domain_admin | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin root ... === 
 TestName: test_03_reset_keypair_root_admin | Status : SUCCESS ===
 ok
 Test Reset SSH keys for VM  already having SSH key ... === TestName: 
 test_01_reset_ssh_keys | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_02_reset_ssh_key_password_enabled_template | Status : SUCCESS 
 ===
 ok
 Reset SSH key for VM  having no SSH key ... === TestName: 
 test_03_reset_ssh_with_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_04_reset_key_passwd_enabled_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  already having SSH key when VM is in running ... === 
 TestName: test_05_reset_key_in_running_state | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_06_reset_key_passwd_enabled_vm_running | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine with incorrect parameters ... === 
 TestName: test_07_reset_keypair_invalid_params | Status : SUCCESS ===
 ok
 
 --
 Ran 10 tests in 3443.114s
 
 OK
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 28939: CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals - The SSH to router was being done from wrong host

2014-12-11 Thread SrikanteswaraRao Talluri

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

Ship it!


bbebac733969ffa0125befdba28c49b48c44ee50 4.5

- SrikanteswaraRao Talluri


On Dec. 11, 2014, 11:45 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28939/
 ---
 
 (Updated Dec. 11, 2014, 11:45 a.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8018
 https://issues.apache.org/jira/browse/CLOUDSTACK-8018
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 The host used for SSHing to router was wrong one.
 Corrected the code.
 
 
 Diffs
 -
 
   test/integration/component/maint/test_redundant_router.py 099ae2c 
 
 Diff: https://reviews.apache.org/r/28939/diff/
 
 
 Testing
 ---
 
 Yes.
 
 Log:
 Test redundant router internals ... === TestName: test_redundantVR_internals 
 | Status : SUCCESS ===
 ok
 
 --
 Ran 1 test in 206.192s
 
 OK
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 28935: CLOUDSATCK-8062: test_multiple_ip_ranges.py - Fix the test case to avoid using same vlan IP range in each test case

2014-12-11 Thread SrikanteswaraRao Talluri

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

Ship it!


7ff118c90b80a51efea73f87ac70dc686d92753b 4.5

- SrikanteswaraRao Talluri


On Dec. 11, 2014, 9 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28935/
 ---
 
 (Updated Dec. 11, 2014, 9 a.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8062
 https://issues.apache.org/jira/browse/CLOUDSTACK-8062
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Each test case in this test suite uses the same vlan IP range, adds it and 
 deletes it. In some cases, the vlan IP range deletion fails due to this 
 operation.
 
 Change the test case to use different vlan IP range each time.
 
 
 Other changes:
 1) Fix imports
 2) Remove Service dict from test case and use data from test_data.py instead.
 3) Fix pep8 issues.
 
 
 Diffs
 -
 
   test/integration/component/test_multiple_ip_ranges.py 32c39f7 
   tools/marvin/marvin/config/test_data.py 4b50afa 
 
 Diff: https://reviews.apache.org/r/28935/diff/
 
 
 Testing
 ---
 
 yes.
 
 Log:
 Test add guest ip range in the existing cidr ... === TestName: 
 test_01_add_ip_same_cidr | Status : SUCCESS ===
 ok
 Test add ip range in a new cidr ... === TestName: test_02_add_ip_diff_cidr | 
 Status : SUCCESS ===
 ok
 Test delete ip range ... === TestName: test_03_del_ip_range | Status : 
 SUCCESS ===
 ok
 Test adding non-contiguous ip range in existing cidr ... === TestName: 
 test_04_add_noncontiguous_ip_range | Status : SUCCESS ===
 ok
 Test adding overlapped ip range in existing cidr ... === TestName: 
 test_05_add_overlapped_ip_range | Status : SUCCESS ===
 ok
 Test adding overlapped ip range with two existing cidr ... === TestName: 
 test_06_add_ip_range_overlapped_with_two_ranges | Status : SUCCESS ===
 ok
 Test adding ip range superset to existing CIDR ... === TestName: 
 test_07_add_iprange_superset | Status : SUCCESS ===
 ok
 Test adding ip range subset to existing CIDR ... === TestName: 
 test_08_add_iprange_subset | Status : SUCCESS ===
 ok
 
 --
 Ran 8 tests in 1.583s
 
 OK
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 28939: CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals - The SSH to router was being done from wrong host

2014-12-11 Thread SrikanteswaraRao Talluri


 On Dec. 11, 2014, 12:22 p.m., SrikanteswaraRao Talluri wrote:
  bbebac733969ffa0125befdba28c49b48c44ee50 4.5

d773eee39c1e8e3a0bdaebc6f24cbe718ce98567 master


- SrikanteswaraRao


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


On Dec. 11, 2014, 11:45 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28939/
 ---
 
 (Updated Dec. 11, 2014, 11:45 a.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8018
 https://issues.apache.org/jira/browse/CLOUDSTACK-8018
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 The host used for SSHing to router was wrong one.
 Corrected the code.
 
 
 Diffs
 -
 
   test/integration/component/maint/test_redundant_router.py 099ae2c 
 
 Diff: https://reviews.apache.org/r/28939/diff/
 
 
 Testing
 ---
 
 Yes.
 
 Log:
 Test redundant router internals ... === TestName: test_redundantVR_internals 
 | Status : SUCCESS ===
 ok
 
 --
 Ran 1 test in 206.192s
 
 OK
 
 
 Thanks,
 
 Gaurav Aradhye
 




Re: Review Request 28931: CLOUDSTACK:8058: Fix test_reset_ssh_keypair.py for EIP setup

2014-12-11 Thread SrikanteswaraRao Talluri


 On Dec. 11, 2014, 12:22 p.m., SrikanteswaraRao Talluri wrote:
  9aefd9bf4f580dd5954520b6b53909b1f732b7f8 4.5

487bf5f57db72c3c462f2681610767daf95ac37e master


- SrikanteswaraRao


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


On Dec. 11, 2014, 4:55 a.m., Gaurav Aradhye wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/28931/
 ---
 
 (Updated Dec. 11, 2014, 4:55 a.m.)
 
 
 Review request for cloudstack and SrikanteswaraRao Talluri.
 
 
 Bugs: CLOUDSTACK-8058
 https://issues.apache.org/jira/browse/CLOUDSTACK-8058
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 The publicIP of the VM changes on EIP setup after stop and start operation. 
 Hence it is necessary that on such setup, new publicip should be used for the 
 SSH.
 
 Made the necessary changes to use the new publicip.
 
 
 Diffs
 -
 
   test/integration/component/test_reset_ssh_keypair.py 370e9a8 
 
 Diff: https://reviews.apache.org/r/28931/diff/
 
 
 Testing
 ---
 
 Yes.
 
 On Advanced zone:
 Verify API resetSSHKeyForVirtualMachine for non admin non root ... === 
 TestName: test_01_reset_keypair_normal_user | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin non root ... === 
 TestName: test_02_reset_keypair_domain_admin | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin root ... === 
 TestName: test_03_reset_keypair_root_admin | Status : SUCCESS ===
 ok
 Test Reset SSH keys for VM  already having SSH key ... === TestName: 
 test_01_reset_ssh_keys | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_02_reset_ssh_key_password_enabled_template | Status : SUCCESS 
 ===
 ok
 Reset SSH key for VM  having no SSH key ... === TestName: 
 test_03_reset_ssh_with_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_04_reset_key_passwd_enabled_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  already having SSH key when VM is in running ... === 
 TestName: test_05_reset_key_in_running_state | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_06_reset_key_passwd_enabled_vm_running | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine with incorrect parameters ... === 
 TestName: test_07_reset_keypair_invalid_params | Status : SUCCESS ===
 ok
 
 --
 Ran 10 tests in 4553.103s
 
 OK
 
 
 On EIP setup (basic zone):
 Verify API resetSSHKeyForVirtualMachine for non admin non root ... === 
 TestName: test_01_reset_keypair_normal_user | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin non root ... === 
 TestName: test_02_reset_keypair_domain_admin | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine for domain admin root ... === 
 TestName: test_03_reset_keypair_root_admin | Status : SUCCESS ===
 ok
 Test Reset SSH keys for VM  already having SSH key ... === TestName: 
 test_01_reset_ssh_keys | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_02_reset_ssh_key_password_enabled_template | Status : SUCCESS 
 ===
 ok
 Reset SSH key for VM  having no SSH key ... === TestName: 
 test_03_reset_ssh_with_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_04_reset_key_passwd_enabled_no_key | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  already having SSH key when VM is in running ... === 
 TestName: test_05_reset_key_in_running_state | Status : SUCCESS ===
 ok
 Reset SSH keys for VM  created from password enabled template and ... === 
 TestName: test_06_reset_key_passwd_enabled_vm_running | Status : SUCCESS ===
 ok
 Verify API resetSSHKeyForVirtualMachine with incorrect parameters ... === 
 TestName: test_07_reset_keypair_invalid_params | Status : SUCCESS ===
 ok
 
 --
 Ran 10 tests in 3443.114s
 
 OK
 
 
 Thanks,
 
 Gaurav Aradhye
 




RE: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Krunal Jain
Thanks, It helped!

-Original Message-
From: Nitin Mehta [mailto:nitin.me...@citrix.com]
Sent: Thursday, December 11, 2014 5:18 PM
To: dev@cloudstack.apache.org
Subject: Re: I am not able to register or delete a new Template/ISO in
CloudStack 4.5

Try using -
https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec
ondary+storage+troubleshooting or Google(for pinpointed answers)

Cheers,
-Nitin

On 11/12/14 3:41 PM, Abhinandan Prateek
abhinandan.prat...@shapeblue.com wrote:

It takes some time for the template to be downloaded. Recently when I
tried 4.3 I did not see any progress bar shown there, it was there in
older versions.

If the template lies in your internal network then you need to set global
variable secstorage.allowed.internal.sites with the cidr of the internal
network. SSVM will then go thru the internal interface to download these
templates.

-abhi


On 11-Dec-2014, at 12:24 pm, Krunal Jain
krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

Hello,

When I am trying to register a new Template/ISO in CloudStack (v4.5), it
says registered and shows up in the list but the “state.ready” remains NO.

Hence, when I try creating instance the Template/ISO is not shown for
selection and thus, am not able to provision it.
Also, I am not able to delete the Template/ISO.

Can anyone please help me with this?
Thanks in advance!
Regards,
Krunal Jain | Senior Engineer – Cloud (Product Engineering)
Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪
kruna...@gmail.commailto:kruna...@gmail.com | Mobile:
+91-92713-59024mailto:+91%2092713%2059024
Sungard Availability Services, India |
www.sungardas.inhttp://www.sungardas.in/
2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 411 014
http://www.sungardas.com/
http://blog.sungardas.com/ http://www.youtube.com/user/SunGardAS
https://plus.google.com/u/0/102459878242108588663/posts
https://www.facebook.com/SunGardAS
http://www.linkedin.com/company/sungard-availability-services
https://twitter.com/SunGardAS
CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design 
Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training
Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended
solely for the use of the individual to whom it is addressed. Any views
or opinions expressed are solely those of the author and do not
necessarily represent those of Shape Blue Ltd or related companies. If
you are not the intended recipient of this email, you must neither take
any action based upon its contents, nor copy or show it to anyone. Please
contact the sender if you believe you have received this email in error.
Shape Blue Ltd is a company incorporated in England  Wales. ShapeBlue
Services India LLP is a company incorporated in India and is operated
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
a company incorporated in Brasil and is operated under license from Shape
Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of
South Africa and is traded under license from Shape Blue Ltd. ShapeBlue
is a registered trademark.


Build failed in Jenkins: build-4.5 #223

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/223/changes

Changes:

[talluri] CLOUDSTACK-8062: test_multiple_ip_ranges.py - Fix the test case to 
avoid using same vlan IP range in each test case

[talluri] CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals 
- The SSH to router was being done from wrong host

[talluri] CLOUDSTACK:8058: Fix test_reset_ssh_keypair.py for EIP setup

--
[...truncated 19378 lines...]
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/s3/target/surefire-reports

---
 T E S T S
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-image-default ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-image-default ---
[INFO] Compiling 3 source files to 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/default/target/classes
log4j:WARN No appenders could be found for logger 
(com.cloud.network.element.MidoNetElement).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.377 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Plugin - Storage Image sample provider 
4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-plugin-storage-image-sample ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-plugin-storage-image-sample ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-swift ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/swift/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-swift ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-swift ---
[INFO] Tests are skipped.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-image-sample ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-image-sample ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-image-sample ---
[INFO] Compiling 3 source files to 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample/target/classes
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.394 sec
Running com.cloud.ha.XenServerFencerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Plugin - Network Juniper Contrail 
4.5.0-SNAPSHOT
[INFO] 
[WARNING] The POM for 
net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT is missing, no 
dependency information available
[INFO] 
[INFO] --- license-maven-plugin:2.5:check (cloudstack-checklicence) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-volume-cloudbyte ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

RE: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Matthew Midgett
In ACS 4.2 it's on template \ Zone Tab and then you can see the status of the 
DL. Also there is a refresh button which I think is a great improvement.


-Original Message-
From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com] 
Sent: Thursday, December 11, 2014 7:20 AM
To: dev@cloudstack.apache.org
Subject: Re: I am not able to register or delete a new Template/ISO in 
CloudStack 4.5

Nitin,
  Earlier the progress bar or an error was displayed on the template details 
page, do you if this was removed on purpose ?


 On 11-Dec-2014, at 5:18 pm, Nitin Mehta nitin.me...@citrix.com wrote:

 Try using -
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates
 ,+Sec
 ondary+storage+troubleshooting or Google(for pinpointed answers)

 Cheers,
 -Nitin

 On 11/12/14 3:41 PM, Abhinandan Prateek
 abhinandan.prat...@shapeblue.com wrote:

 It takes some time for the template to be downloaded. Recently when I 
 tried 4.3 I did not see any progress bar shown there, it was there in 
 older versions.

 If the template lies in your internal network then you need to set 
 global variable secstorage.allowed.internal.sites with the cidr of 
 the internal network. SSVM will then go thru the internal interface 
 to download these templates.

 -abhi


 On 11-Dec-2014, at 12:24 pm, Krunal Jain 
 krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

 Hello,

 When I am trying to register a new Template/ISO in CloudStack (v4.5), 
 it says registered and shows up in the list but the “state.ready” remains NO.

 Hence, when I try creating instance the Template/ISO is not shown for 
 selection and thus, am not able to provision it.
 Also, I am not able to delete the Template/ISO.

 Can anyone please help me with this?
 Thanks in advance!
 Regards,
 Krunal Jain | Senior Engineer – Cloud (Product Engineering)
 Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪ 
 kruna...@gmail.commailto:kruna...@gmail.com | Mobile:
 +91-92713-59024mailto:+91%2092713%2059024
 Sungard Availability Services, India | 
 www.sungardas.inhttp://www.sungardas.in/
 2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune - 
 411 014 http://www.sungardas.com/ http://blog.sungardas.com/ 
 http://www.youtube.com/user/SunGardAS
 https://plus.google.com/u/0/102459878242108588663/posts
 https://www.facebook.com/SunGardAS
 http://www.linkedin.com/company/sungard-availability-services
 https://twitter.com/SunGardAS
 CONFIDENTIALITY:  This e-mail (including any attachments) may contain 
 confidential, proprietary and privileged information, and 
 unauthorized disclosure or use is prohibited.  If you received this 
 e-mail in error, please notify the sender and delete this e-mail from your 
 system.

 Find out more about ShapeBlue and our range of CloudStack related 
 services

 IaaS Cloud Design 
 Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment 
 frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software
 Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
 CloudStack Infrastructure
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
 CloudStack Bootcamp Training
 Courseshttp://shapeblue.com/cloudstack-training/

 This email and any attachments to it may be confidential and are 
 intended solely for the use of the individual to whom it is 
 addressed. Any views or opinions expressed are solely those of the 
 author and do not necessarily represent those of Shape Blue Ltd or 
 related companies. If you are not the intended recipient of this 
 email, you must neither take any action based upon its contents, nor 
 copy or show it to anyone. Please contact the sender if you believe you have 
 received this email in error.
 Shape Blue Ltd is a company incorporated in England  Wales. 
 ShapeBlue Services India LLP is a company incorporated in India and 
 is operated under license from Shape Blue Ltd. Shape Blue Brasil 
 Consultoria Ltda is a company incorporated in Brasil and is operated 
 under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
 registered by The Republic of South Africa and is traded under 
 license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions 

RE: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Matthew Midgett
Edit ACS 4.4.2

-Original Message-
From: Matthew Midgett [mailto:clouds...@trick-solutions.com.INVALID] 
Sent: Thursday, December 11, 2014 7:40 AM
To: dev@cloudstack.apache.org
Subject: RE: I am not able to register or delete a new Template/ISO in 
CloudStack 4.5

In ACS 4.2 it's on template \ Zone Tab and then you can see the status of the 
DL. Also there is a refresh button which I think is a great improvement.


-Original Message-
From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
Sent: Thursday, December 11, 2014 7:20 AM
To: dev@cloudstack.apache.org
Subject: Re: I am not able to register or delete a new Template/ISO in 
CloudStack 4.5

Nitin,
  Earlier the progress bar or an error was displayed on the template details 
page, do you if this was removed on purpose ?


 On 11-Dec-2014, at 5:18 pm, Nitin Mehta nitin.me...@citrix.com wrote:

 Try using -
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates
 ,+Sec
 ondary+storage+troubleshooting or Google(for pinpointed answers)

 Cheers,
 -Nitin

 On 11/12/14 3:41 PM, Abhinandan Prateek
 abhinandan.prat...@shapeblue.com wrote:

 It takes some time for the template to be downloaded. Recently when I 
 tried 4.3 I did not see any progress bar shown there, it was there in 
 older versions.

 If the template lies in your internal network then you need to set 
 global variable secstorage.allowed.internal.sites with the cidr of 
 the internal network. SSVM will then go thru the internal interface 
 to download these templates.

 -abhi


 On 11-Dec-2014, at 12:24 pm, Krunal Jain 
 krunal.j...@sungardas.commailto:krunal.j...@sungardas.com wrote:

 Hello,

 When I am trying to register a new Template/ISO in CloudStack (v4.5), 
 it says registered and shows up in the list but the “state.ready” remains NO.

 Hence, when I try creating instance the Template/ISO is not shown for 
 selection and thus, am not able to provision it.
 Also, I am not able to delete the Template/ISO.

 Can anyone please help me with this?
 Thanks in advance!
 Regards,
 Krunal Jain | Senior Engineer – Cloud (Product Engineering)
 Email: krunal.j...@sungard.commailto:krunal.j...@sungard.com ▪ 
 kruna...@gmail.commailto:kruna...@gmail.com | Mobile:
 +91-92713-59024mailto:+91%2092713%2059024
 Sungard Availability Services, India | 
 www.sungardas.inhttp://www.sungardas.in/
 2nd Floor, Wing 4, Cluster D, MIDC, Kharadi Knowledge Park, Pune -
 411 014 http://www.sungardas.com/ http://blog.sungardas.com/ 
 http://www.youtube.com/user/SunGardAS
 https://plus.google.com/u/0/102459878242108588663/posts
 https://www.facebook.com/SunGardAS
 http://www.linkedin.com/company/sungard-availability-services
 https://twitter.com/SunGardAS
 CONFIDENTIALITY:  This e-mail (including any attachments) may contain 
 confidential, proprietary and privileged information, and 
 unauthorized disclosure or use is prohibited.  If you received this 
 e-mail in error, please notify the sender and delete this e-mail from your 
 system.

 Find out more about ShapeBlue and our range of CloudStack related 
 services

 IaaS Cloud Design 
 Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment
 frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software
 Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
 CloudStack Infrastructure
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
 CloudStack Bootcamp Training
 Courseshttp://shapeblue.com/cloudstack-training/

 This email and any attachments to it may be confidential and are 
 intended solely for the use of the individual to whom it is 
 addressed. Any views or opinions expressed are solely those of the 
 author and do not necessarily represent those of Shape Blue Ltd or 
 related companies. If you are not the intended recipient of this 
 email, you must neither take any action based upon its contents, nor 
 copy or show it to anyone. Please contact the sender if you believe you have 
 received this email in error.
 Shape Blue Ltd is a company incorporated in England  Wales. 
 ShapeBlue Services India LLP is a company incorporated in India and 
 is operated under license from Shape Blue Ltd. Shape Blue Brasil 
 Consultoria Ltda is a company incorporated in Brasil and is operated 
 under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
 registered by The Republic of South Africa and is traded under 
 license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 

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

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/3941/changes

Changes:

[talluri] CLOUDSTACK:8058: Fix test_reset_ssh_keypair.py for EIP setup

[talluri] CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals 
- The SSH to router was being done from wrong host

[talluri] CLOUDSTACK-8062: test_multiple_ip_ranges.py - Fix the test case to 
avoid using same vlan IP range in each test case

--
[...truncated 8521 lines...]
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/nexenta/target/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-volume-nexenta/4.6.0-SNAPSHOT/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.jar
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/nexenta/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-volume-nexenta/4.6.0-SNAPSHOT/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.pom

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
cloud-plugin-network-midonet ---
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Plugin - Network Juniper Contrail 
4.6.0-SNAPSHOT
[INFO] 
[INFO] Building jar: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/network-elements/midonet/target/cloud-plugin-network-midonet-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-network-midonet ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-network-midonet ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/network-elements/midonet/target/cloud-plugin-network-midonet-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-network-midonet/4.6.0-SNAPSHOT/cloud-plugin-network-midonet-4.6.0-SNAPSHOT.jar
[WARNING] The POM for 
net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT is missing, no 
dependency information available
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/network-elements/midonet/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-network-midonet/4.6.0-SNAPSHOT/cloud-plugin-network-midonet-4.6.0-SNAPSHOT.pom
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-volume-solidfire ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-solidfire ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-solidfire ---
[INFO] Compiling 9 source files to 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/solidfire/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-cloudbyte ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Compiling 13 source files to 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/cloudbyte/target/classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-hypervisor-vmware ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/hypervisors/vmware/target/surefire-reports

---
 T E S T S
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-sample ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/sample/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 

Re: [VOTE] Simplify CloudMonkey's branching/maintenance process

2014-12-11 Thread Rohit Yadav

Hi everyone,

Thanks for voting and for your feedback. The voting concludes today
after 72 hours since the initial email, we've 10 +1s, 0 -1s and 0 +0s
and with at least 3 +1s from PMC members the voting passes.

I'll go ahead and clean old branches, update release process wiki for
CloudMonkey and we'll follow the following process:

- master is the only main working branch
- branch based workflow where the aim is to make sure master is always
stable
- tags and rolling releases out of master
- CloudMonkey releases should be backward compatible with clean upgrades

On Wednesday 10 December 2014 10:17 PM, Suresh Sadhu wrote:

+1

-Original Message-
From: Rajani Karuturi [mailto:raj...@apache.org]
Sent: 10 December 2014 06:20
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Simplify CloudMonkey's branching/maintenance process

+1


On Tue, Dec 9, 2014 at 18:55 PM, Rohit Yadav rohit.ya...@shapeblue.com
wrote:

Hi,

CloudMonkey's git repo history is mostly linear and the work on master is 
simply getting synced on 5.3 branch. I want to ask the community if anyone has 
any objections on just keeping master as the working branch and have branches 
when they are needed (say documentation, feature work
etc) and once they are merged they can be removed. We have git tags to identify 
past release so is it also alright with everyone to remove the support branches 
such as 5.3/5.2 etc.

This way we will have:
- one main working branch (master)
- branch based workflow: feature branches for doing feature work, pull requests 
or reviewboard for bugfixes for non-committers
- master is aimed to remain stable
- master will have its own TravisCI and tests (in upcoming weeks)
- CloudMonkey aims for progressive/rolling releases that are backward 
compatible with older releases and have clean upgrades

For this please vote with your comments/suggestions;

+1  approve
+0  no opinion
-1  disapprove (and reason why)

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab PS. If you see any footer below, I did 
not add it :) Find out more about ShapeBlue and our range of CloudStack related 
services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//



CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software Engineeringhttp://shapeblue.com/cloudstack-software-
engineering/
CloudStack Infrastructure Supporthttp://shapeblue.com/ 
cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/ cloudstack-training/

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England  Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.



--
Sent from Windows Phone



--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England  Wales. 
ShapeBlue 

Jenkins build is still unstable: simulator-singlerun #775

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



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

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/3942/changes

Changes:

[w.zhou] [UI] bug fix: updateNetwork keep polling

--
[...truncated 7907 lines...]

---
 T E S T S
---
log4j:WARN No appenders could be found for logger 
(com.cloud.serializer.GsonHelper).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Building jar: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/s3/target/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-storage-image-s3 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/s3/target/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-s3/4.6.0-SNAPSHOT/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-swift ---
[debug] execute contextualize
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/s3/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-s3/4.6.0-SNAPSHOT/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.pom
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/swift/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-swift ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-swift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
cloud-plugin-storage-image-swift ---
[INFO] Building jar: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/swift/target/cloud-plugin-storage-image-swift-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-storage-image-swift ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default) @ 
cloud-plugin-storage-image-swift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-image-swift ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/swift/target/cloud-plugin-storage-image-swift-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-swift/4.6.0-SNAPSHOT/cloud-plugin-storage-image-swift-4.6.0-SNAPSHOT.jar
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/swift/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-swift/4.6.0-SNAPSHOT/cloud-plugin-storage-image-swift-4.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-default ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/default/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-default ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
cloud-plugin-storage-image-default ---
[INFO] Building jar: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/default/target/cloud-plugin-storage-image-default-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-storage-image-default ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default) @ 
cloud-plugin-storage-image-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-image-default ---
[INFO] Installing 

log rotation for catalina.out

2014-12-11 Thread Rajesh Battala
Hi All,

On 4.5 mgmt serve I see catalina.out log file is getting rotated daily.
But I didn't the configuration of the rotate file.
I have searched in /etc/logrotate.d/ and in log4j.
I didn't find pointers where the config is defined for the catalina.out to get 
log rotate.

Can anyone share the details.

Thanks
Rajesh Battala


Jenkins build is still unstable: simulator-singlerun #776

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Build failed in Jenkins: build-master #2053

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/2053/changes

Changes:

[w.zhou] CLOUDSTACK-8051: fix NPE in updateNetwork due to static nat rules 
exist but no StaticNat provider

--
[...truncated 5912 lines...]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-s3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/image/s3/target/surefire-reports

---
 T E S T S
---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Tests are skipped.
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Plugin - Storage Volume CloudByte Provider 
4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/volume/cloudbyte
 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-swift ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/image/swift/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-swift ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-swift ---
[INFO] Tests are skipped.
Running com.cloud.hypervisor.xenserver.resource.CitrixResourceBaseTest
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-solidfire ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-solidfire ---
[INFO] Compiling 9 source files to 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/volume/solidfire/target/classes

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-default ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/image/default/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-default ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-cloudbyte ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-sample ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/image/sample/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-sample ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-sample ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Compiling 13 source files to 
http://jenkins.buildacloud.org/job/build-master/ws/plugins/storage/volume/cloudbyte/target/classes
log4j:WARN No appenders could be found for logger 

[ACS 4.3] ASA 55xx

2014-12-11 Thread benoit lair
Hello Folks,


Do the ASA 55xx, could serve as a vpn gateway with a vpc ?



Thanks.

Regards, Benoit.


Re: log rotation for catalina.out

2014-12-11 Thread Pierre-Luc Dion
wouldn't be in tomcat's log4j?

On Thu, Dec 11, 2014 at 9:26 AM, Rajesh Battala rajesh.batt...@citrix.com
wrote:

 Hi All,

 On 4.5 mgmt serve I see catalina.out log file is getting rotated daily.
 But I didn't the configuration of the rotate file.
 I have searched in /etc/logrotate.d/ and in log4j.
 I didn't find pointers where the config is defined for the catalina.out to
 get log rotate.

 Can anyone share the details.

 Thanks
 Rajesh Battala



RE: log rotation for catalina.out

2014-12-11 Thread Rajesh Battala
I see only one log4j and that is controlling mgmt.log and api.log. 

-Original Message-
From: Pierre-Luc Dion [mailto:pdion...@apache.org] 
Sent: Thursday, December 11, 2014 8:12 PM
To: dev@cloudstack.apache.org
Subject: Re: log rotation for catalina.out

wouldn't be in tomcat's log4j?

On Thu, Dec 11, 2014 at 9:26 AM, Rajesh Battala rajesh.batt...@citrix.com
wrote:

 Hi All,

 On 4.5 mgmt serve I see catalina.out log file is getting rotated daily.
 But I didn't the configuration of the rotate file.
 I have searched in /etc/logrotate.d/ and in log4j.
 I didn't find pointers where the config is defined for the 
 catalina.out to get log rotate.

 Can anyone share the details.

 Thanks
 Rajesh Battala



Re: [ACS 4.3] ASA 55xx

2014-12-11 Thread benoit lair
Okay,

It works like a charm :)


2014-12-11 15:38 GMT+01:00 benoit lair kurushi4...@gmail.com:

 Hello Folks,


 Do the ASA 55xx, could serve as a vpn gateway with a vpc ?



 Thanks.

 Regards, Benoit.



Jenkins build is still unstable: simulator-singlerun #777

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Re: Pierre-Luc Dion as Jenkins Admin

2014-12-11 Thread Will Stevens
Thanks guys...  :)


*Will STEVENS*
Lead Developer

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

On Thu, Dec 11, 2014 at 2:04 AM, Daan Hoogland daan.hoogl...@gmail.com
wrote:

 Will, the people to arrange such a thing would be Hugo, David or
 Prasanna. He can ask any of them, I think.

 On Wed, Dec 10, 2014 at 11:23 PM, Will Stevens wstev...@cloudops.com
 wrote:
  I would like propose that we give Pierre-Luc Dion an Admin account on
  http://jenkins.buildacloud.org/.  He manages all of our Jenkins servers
  here at CloudOps and has Jenkins slaves ready to be added to the
  buildacloud pool.
 
  He has provided credentials and an endpoint for our machines to be added
 to
  the pool, but they have not yet been added.
 
  The system vms have not built in over a week because the
 'systemvmbuilder'
  is offline.  There are changes to the currently broken system vms (in
 4.5)
  which we would like to test to verify resolution, but we are currently
  blocked.
 
  He is very active in the community and is very knowledgeable in this
 space
  so I think he would be a valuable asset to help manage this infra.
 
  Cheers,
 
  *Will STEVENS*
  Lead Developer
 
  *CloudOps* *| *Cloud Solutions Experts
  420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
  w cloudops.com *|* tw @CloudOps_



 --
 Daan



Re: Ubuntu 14.04 support on host servers

2014-12-11 Thread Logan Barfield
Andrei,

Ubuntu 14.04 LTS works fine as a hypervisor host with the obvious exception
of the StatsCollector.  There is already a JIRA issue open for this that's
being worked on: https://issues.apache.org/jira/browse/CLOUDSTACK-3383


Thank You,

Logan Barfield
Tranquil Hosting

On Thu, Dec 11, 2014 at 2:46 AM, Rohit Yadav rohit.ya...@shapeblue.com
wrote:

 Hi Andrei,

 I use Ubuntu 14.04 as both KVM hosts and for running management/usage
 servers, it works for me.


 On Thursday 11 December 2014 01:59 AM, Andrei Mikhailovsky wrote:

 Hello guys,

 Does anyone know if ubuntu server 14.04 on host servers is currently
 supported in acs 4.4 branch? I've seen some issues with getting the usage
 stats for acs 4.2.1 ,so wondering if the latest acs is ready for the latest
 ubuntu server lts as a host server?

 Cheers

 Andrei


 --
 Regards,
 Rohit Yadav
 Software Architect, ShapeBlue
 M. +91 8826230892 | rohit.ya...@shapeblue.com
 Blog: bhaisaab.org | Twitter: @_bhaisaab
 PS. If you see any footer below, I did not add it :)

 Find out more about ShapeBlue and our range of CloudStack related services

 IaaS Cloud Design  Buildhttp://shapeblue.com/
 iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software Engineeringhttp://shapeblue.com/cloudstack-software-
 engineering/
 CloudStack Infrastructure Supporthttp://shapeblue.com/
 cloudstack-infrastructure-support/
 CloudStack Bootcamp Training Courseshttp://shapeblue.com/
 cloudstack-training/

 This email and any attachments to it may be confidential and are intended
 solely for the use of the individual to whom it is addressed. Any views or
 opinions expressed are solely those of the author and do not necessarily
 represent those of Shape Blue Ltd or related companies. If you are not the
 intended recipient of this email, you must neither take any action based
 upon its contents, nor copy or show it to anyone. Please contact the sender
 if you believe you have received this email in error. Shape Blue Ltd is a
 company incorporated in England  Wales. ShapeBlue Services India LLP is a
 company incorporated in India and is operated under license from Shape Blue
 Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
 and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
 a company registered by The Republic of South Africa and is traded under
 license from Shape Blue Ltd. ShapeBlue is a registered trademark.



Re: [RESULT][VOTE] Apache CloudStack 4.4.2

2014-12-11 Thread Support BG
Will do


From: Wei ZHOU ustcweiz...@gmail.com
Sent: Thursday, December 11, 2014 2:34 AM
To: dev@cloudstack.apache.org
Subject: Re: [RESULT][VOTE] Apache CloudStack 4.4.2

Hi Daan,
Can you cherry-pick 4eedfe53fcbab1d47b09eacaca1d803b67b6c4d2 to 4.4 ?
-Wei

2014-12-10 20:37 GMT+01:00 Daan Hoogland daan.hoogl...@gmail.com:

 This was stuck in my drafts, I had not send it due to the ldap issue
 that was not yet announced and then forgot. Sorry for that.

 Hi all,

 After 72 hours, the vote for CloudStack 4.4.2 *passes* with
 3 PMC + 1 non-PMC votes.

 +1 (PMC / binding)
 3 person

 +1 (non binding)
 1 person

 0
 1 person

 -1
 none

 Thanks to everyone participating.

 I will now prepare the release announcement to go out after 24 hours
 to give the mirrors time to catch up.



 --
 Daan



[GitHub] cloudstack pull request: Feature cenik123 vpcvrr 1.1.1

2014-12-11 Thread lsimons
Github user lsimons commented on the pull request:

https://github.com/apache/cloudstack/pull/33#issuecomment-66652799
  
Hey folks, should be public now, sorry, I didn't realize :)


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


Re: Status of ACS and OpenDayLight

2014-12-11 Thread Chip Childers
On Thu, Dec 11, 2014 at 11:36:43AM +, Mathias Mullins wrote:
 Hi everyone,
 
 Does anyone know the status of CloudStack and OpenDayLight connectivity? I 
 would like to learn how to make them work together to do more work with SDN.
 
 Thank you,
 Matt

IIRC, Hugo was working on that for a bit. Not sure where it got to
though.


Re: [ACS 4.3] ASA 55xx

2014-12-11 Thread Chip Childers
On Thu, Dec 11, 2014 at 04:14:59PM +0100, benoit lair wrote:
 Okay,
 
 It works like a charm :)

Good to hear!

 
 
 2014-12-11 15:38 GMT+01:00 benoit lair kurushi4...@gmail.com:
 
  Hello Folks,
 
 
  Do the ASA 55xx, could serve as a vpn gateway with a vpc ?
 
 
 
  Thanks.
 
  Regards, Benoit.
 


systemvm debian version

2014-12-11 Thread Pierre-Luc Dion
Hi,

Are we stuck with Debian 7.0.0 or we can use the latest debian version
7.7.0 ?
I know the VPNssl functionality require a specific swan version otherwise
it does not work with OSx.

Also, I guest upgrading Debian version is a kind of improvement so it
should go in jira and release cycle right?

Thanks,

PL


Re: systemvm debian version

2014-12-11 Thread Rohit Yadav

New systemvm templates in all branches (4.3, 4.4, 4.5) do use latest Debian 7.7.

On Thursday 11 December 2014 11:54 PM, Pierre-Luc Dion wrote:

Hi,

Are we stuck with Debian 7.0.0 or we can use the latest debian version
7.7.0 ?
I know the VPNssl functionality require a specific swan version otherwise
it does not work with OSx.

Also, I guest upgrading Debian version is a kind of improvement so it
should go in jira and release cycle right?

Thanks,

PL



--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England  Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


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

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/2054/changes



Build failed in Jenkins: build-4.5 #224

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/224/changes

Changes:

[min.chen] CLOUDSTACK-8061: Extracting volume when it is in migrating state 
causes

--
[...truncated 6012 lines...]
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-plugin-storage-image-sample ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample/target
 (includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-plugin-storage-image-sample ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-hypervisor-xenserver ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/hypervisors/xenserver/target/surefire-reports

---
 T E S T S
---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-image-sample ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-s3 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/s3/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-s3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/s3/target/surefire-reports

---
 T E S T S
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-volume-solidfire ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/volume/solidfire/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-volume-solidfire ---
[INFO] Compiling 4 source files to 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/volume/solidfire/target/test-classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-image-swift ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/swift/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-image-swift ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-image-swift ---
[INFO] Tests are skipped.
Running com.cloud.hypervisor.xenserver.resource.CitrixResourceBaseTest
[INFO] 
[INFO] --- license-maven-plugin:2.5:check (cloudstack-checklicence) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-plugin-storage-volume-cloudbyte ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/volume/cloudbyte/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-image-sample ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/plugins/storage/image/sample/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-image-sample ---
[INFO] Compiling 3 source files to 

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

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/3943/changes

Changes:

[w.zhou] CLOUDSTACK-8051: fix NPE in updateNetwork due to static nat rules 
exist but no StaticNat provider

[min.chen] CLOUDSTACK-8061: Extracting volume when it is in migrating state 
causes

--
[...truncated 7844 lines...]
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-storage-image-s3 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-image-s3 ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/s3/target/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-s3/4.6.0-SNAPSHOT/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.jar
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/s3/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-image-s3/4.6.0-SNAPSHOT/cloud-plugin-storage-image-s3-4.6.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Plugin - Network Juniper Contrail 
4.6.0-SNAPSHOT
[INFO] 
[WARNING] The POM for 
net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT is missing, no 
dependency information available
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-image-sample ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/sample/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-image-sample ---
[INFO] Compiling 3 source files to 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/image/sample/target/classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Building jar: 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/nexenta/target/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.jar
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-plugin-storage-volume-nexenta ---
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/nexenta/target/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.jar
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-volume-nexenta/4.6.0-SNAPSHOT/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.jar
[INFO] Installing 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/nexenta/pom.xml
 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-plugin-storage-volume-nexenta/4.6.0-SNAPSHOT/cloud-plugin-storage-volume-nexenta-4.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-solidfire ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-solidfire ---
[INFO] Compiling 9 source files to 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/solidfire/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-storage-volume-cloudbyte ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-storage-volume-cloudbyte ---
[INFO] Compiling 13 source files to 
http://jenkins.buildacloud.org/job/build-master-noredist/ws/plugins/storage/volume/cloudbyte/target/classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-plugin-hypervisor-vmware ---
[INFO] Surefire report directory: 

Review Request 28965: CLOUDSTACK-7881: Allow VPN IP range to be specified when creating a VPN

2014-12-11 Thread Logan B

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

Review request for cloudstack.


Repository: cloudstack-git


Description
---

Added optional Start IP and End IP fields to the Create Remote Access VPN 
confirmation in the UI.


Diffs
-

  ui/scripts/network.js f934f21 

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


Testing
---

Tested creating VPN with several inputs, including leaving the fields blank.

Results:

- No input: VPN deployed with globally specified VPN IP range.
- IP in only one field: VPN deployed with globally specified VPN IP range.
- IP in both fields: VPN deployed with client specified VPN IP range.
- Random data in one or both fields: VPN deployed with globally specified VPN 
IP range.


Thanks,

Logan B



Jenkins build is still unstable: simulator-singlerun #778

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Jenkins build is still unstable: simulator-singlerun #779

2014-12-11 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Re: Review Request 28891: CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly

2014-12-11 Thread Gaurav Aradhye

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

(Updated Dec. 12, 2014, 10:55 a.m.)


Review request for cloudstack and SrikanteswaraRao Talluri.


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


Repository: cloudstack-git


Description
---

The test cases try to download template/iso.


Diffs
-

  test/integration/component/test_ss_domain_limits.py 998bb8b 
  test/integration/component/test_ss_limits.py 4d6efc4 
  test/integration/component/test_ss_max_limits.py 49a1e4f 
  test/integration/component/test_ss_project_limits.py 0668f07 

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


Testing
---

N/A


Thanks,

Gaurav Aradhye



[GitHub] cloudstack pull request: CLOUDSTACK-8067: Fixed NPEs in MS log rel...

2014-12-11 Thread anshul1886
GitHub user anshul1886 opened a pull request:

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

CLOUDSTACK-8067: Fixed NPEs in MS log related to console proxy VM

Fixed NPEs in MS log related to console proxy VM

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

$ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-8067

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

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

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

This closes #56


commit 1115bc9cc6ebf2b321bb5a3ff6958d649150cfe5
Author: Anshul Gangwar anshul.gang...@citrix.com
Date:   2014-12-11T05:42:18Z

CLOUDSTACK-8067: Fixed NPEs in MS log related to console proxy VM




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


Re: Review Request 28748: CLOUDSTACK-8021: Change test cases to use host information from configurableData section in test_data.py

2014-12-11 Thread Gaurav Aradhye

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

(Updated Dec. 12, 2014, 12:55 p.m.)


Review request for cloudstack and SrikanteswaraRao Talluri.


Changes
---

Added rebased patch for 4.5


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


Repository: cloudstack-git


Description
---

Changing few test cases to use the host username, password from the 
configurableData section in test_data.py. Earlier they were reading the hard 
coded value. Removed old host_password value from test_data.py

Also fixed few pep8 issues.


Diffs
-

  test/integration/component/test_deploy_vgpu_vm.py 0284eab 
  test/integration/component/test_persistent_networks.py 4b1bc7a 
  test/integration/smoke/test_deploy_vgpu_enabled_vm.py f13ac92 

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


Testing
---

Tested test_persistent_networks.py
Other test cases not testable right now. Change is only in reading the config 
value.


File Attachments (updated)


0001-CLOUDSTACK-8021-Change-test-cases-to-use-host-inform.patch
  
https://reviews.apache.org/media/uploaded/files/2014/12/12/c34be7cc-b1f2-4f6e-8146-1788f7070d6c__0001-CLOUDSTACK-8021-Change-test-cases-to-use-host-inform.patch


Thanks,

Gaurav Aradhye