[GitHub] cloudstack pull request: Cloudstack 9339: Virtual Routers do not h...

2016-05-27 Thread dsclose
Github user dsclose commented on the pull request:

https://github.com/apache/cloudstack/pull/1519#issuecomment-222085574
  
@swill agreed; in particular, my note concerning the merge of lines 299 and 
300 - i've not even tested that locally - not had a chance to even figure out 
what it's doing!


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread karuturi
Github user karuturi commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-222093757
  
Why dont we change the default length in 
[GenericDaoBase](https://github.com/apache/cloudstack/blob/master/framework/db/src/com/cloud/utils/db/GenericDaoBase.java#L1510)
 and 
[api.Parameter](https://github.com/apache/cloudstack/blob/master/api/src/org/apache/cloudstack/api/Parameter.java#L47)
 ?
If possible, get it from some global constant


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread karuturi
Github user karuturi commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1567#discussion_r64875174
  
--- Diff: setup/db/db/schema-471to480.sql ---
@@ -27,3 +27,4 @@ ALTER TABLE `cloud`.`image_store` MODIFY COLUMN `url` 
varchar(2048);
 ALTER TABLE `cloud`.`template_store_ref` MODIFY COLUMN `url` varchar(2048);
 ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `url` varchar(2048);
 ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `download_url` 
varchar(2048);
+ALTER TABLE `cloud`.`upload` MODIFY COLUMN `url` varchar(2048);
--- End diff --

I think this table isnt used anymore. 


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread marcaurele
Github user marcaurele commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-222094671
  
Because not all varchar columns have been updated to a length of 2048 in 
the DB, so there will be a mismatche between API, VO and the database.


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread karuturi
Github user karuturi commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-222099870
  
ahh.. my bad.. thanks for the clarification.
so, we need to introduce a new CommandType.URL for api parameters and use 
java.net.URL in VOs.

LGTM in the current state as well as this fixes the issue. 👍



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


[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread koushik-das
Github user koushik-das commented on the pull request:

https://github.com/apache/cloudstack/pull/1563#issuecomment-222104760
  
Changes LGTM. Now the expected ping response can be configured in test_data 
based on OS type.
@nitt10prashant Please post the test execution result.


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Change template_host_ref...

2016-05-27 Thread wido
Github user wido closed the pull request at:

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


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


[GitHub] cloudstack pull request: Add lsb-release dependency to mgmt server...

2016-05-27 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1565#issuecomment-222106163
  
Merge this back to 4.7? Will we release a new 4.7 version?

Anyway, LGTM


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


CloudStack EU User Group

2016-05-27 Thread Steve Roles
Hi all - forgive the cross posting.

The full agenda has been confirmed for CloudStack European User Group on June 
16 in Berlin:

https://www.eventbrite.co.uk/e/cloudstack-european-user-group-tickets-23036757562

Would be great to see you guys there!

Best regards,


steve.ro...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue




[GitHub] cloudstack pull request: Automation for CLOUDSTACK-9217 script to ...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1322#issuecomment-222125996
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 64
 Hypervisor xenserver
 NetworkType Advanced
 Passed=70
 Failed=3
 Skipped=3

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


**Failed tests:**
* test_scale_vm.py

 * ContextSuite context=TestScaleVm>:setup Failing since 2 runs

* test_deploy_vm_iso.py

 * test_deploy_vm_from_iso Failing since 6 runs

* test_vm_life_cycle.py

 * test_10_attachAndDetach_iso Failing since 2 runs


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_vpc_vpn.py
test_over_provisioning.py
test_global_settings.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_disk_offerings.py


---
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: CloudStack EU User Group

2016-05-27 Thread Sally Khudairi
Thanks, Steve.
I'll add this to the Apache Weekly News Round-up, which will be published today.
Warm regards,
Sally
 = = = = =  vox +1 617 921 8656gvox +1 646 598 4616skype sallykhudairi

  From: Steve Roles 
 To: "dev@cloudstack.apache.org" ; 
"us...@cloudstack.apache.org" ; 
"market...@cloudstack.apache.org"  
 Sent: Friday, May 27, 2016 6:39 AM
 Subject: CloudStack EU User Group
   
 Hi all 
– forgive the cross posting.    The full agenda has been confirmed for 
CloudStack European User Group on June 16 in Berlin:    
https://www.eventbrite.co.uk/e/cloudstack-european-user-group-tickets-23036757562
    Would be great to see you guys there!     Best regards,    
steve.ro...@shapeblue.com 
www.shapeblue.com
@shapeblue  

  

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1423#issuecomment-222134484
  


### CI RESULTS

```
Tests Run: 85
  Skipped: 0
   Failed: 0
   Errors: 0
 Duration: 4h 16m 13s
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__May_26_2016_22_16_14_FKVNL2:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/DeployDataCenter__May_26_2016_22_16_14_FKVNL2/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/DeployDataCenter__May_26_2016_22_16_14_FKVNL2/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/DeployDataCenter__May_26_2016_22_16_14_FKVNL2/runinfo.txt)

**`/tmp/MarvinLogs/test_network_00QSMN:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_network_00QSMN/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_network_00QSMN/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_network_00QSMN/runinfo.txt)

**`/tmp/MarvinLogs/test_vpc_routers_8J7VCM:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_vpc_routers_8J7VCM/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_vpc_routers_8J7VCM/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1423/tmp/MarvinLogs/test_vpc_routers_8J7VCM/runinfo.txt)


Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



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


[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1423#issuecomment-222134718
  
This one is ready...


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


[GitHub] cloudstack pull request: Removed unused methods from XenServerConn...

2016-05-27 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request:

https://github.com/apache/cloudstack/pull/1557#issuecomment-222135268
  
@rodrigo93 thanks.
@DaanHoogland, @swill, @rhtyd can someone help us here with the note 
@rodrigo93 has highlighted?

I have sent an email to the secur...@cloudstack.apache.org that presents 
our perception of that, but we did not receive any feedback.


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


[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1564#issuecomment-222137481
  


### CI RESULTS

```
Tests Run: 85
  Skipped: 0
   Failed: 1
   Errors: 0
 Duration: 8h 48m 33s
```

**Summary of the problem(s):**
```
FAIL: Test create, assign, remove of an Internal LB with roundrobin http 
traffic to 3 vm's in a Redundant VPC
--
Traceback (most recent call last):
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 
617, in test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80
self.execute_internallb_roundrobin_tests(redundant_vpc_offering)
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 
635, in execute_internallb_roundrobin_tests
vpc = self.create_vpc(vpc_offering)
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 
363, in create_vpc
self.fail("Failed to create VPC due to %s" % e)
AssertionError: Failed to create VPC due to Job failed: {jobprocstatus : 0, 
created : u'2016-05-26T20:01:47+0200', jobresult : {errorcode : 530, errortext 
: u'Failed to create VPC'}, cmd : 
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid : 
u'6bc320da-234a-11e6-9445-5254001daa61', jobstatus : 2, jobid : 
u'3d062255-1891-4658-8ef0-a619a931a6db', jobresultcode : 530, jobresulttype : 
u'object', jobinstancetype : u'None', accountid : 
u'6bc303f1-234a-11e6-9445-5254001daa61'}
--
Additional details in: /tmp/MarvinLogs/test_network_UDVB3G/results.txt
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/runinfo.txt)

**`/tmp/MarvinLogs/test_network_UDVB3G:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/runinfo.txt)

**`/tmp/MarvinLogs/test_vpc_routers_ZNXREG:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/runinfo.txt)


Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



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


[GitHub] cloudstack pull request: Add lsb-release dependency to mgmt server...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1565#issuecomment-222138462
  


### CI RESULTS

```
Tests Run: 85
  Skipped: 0
   Failed: 1
   Errors: 0
 Duration: 8h 37m 08s
```

**Summary of the problem(s):**
```
FAIL: test_03_vpc_privategw_restart_vpc_cleanup 
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
--
Traceback (most recent call last):
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
274, in test_03_vpc_privategw_restart_vpc_cleanup
self.performVPCTests(vpc_off, restart_with_cleanup = True)
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
303, in performVPCTests
vpc_2 = self.createVPC(vpc_off, cidr = '10.0.2.0/24')
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
472, in createVPC
self.fail('Unable to create VPC due to %s ' % e)
AssertionError: Unable to create VPC due to Job failed: {jobprocstatus : 0, 
created : u'2016-05-26T23:28:40+0200', jobresult : {errorcode : 530, errortext 
: u'Failed to create VPC'}, cmd : 
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid : 
u'd11a1719-2357-11e6-92ce-5254001daa61', jobstatus : 2, jobid : 
u'7ae0f8ed-b922-46fc-b651-5fe657510310', jobresultcode : 530, jobresulttype : 
u'object', jobinstancetype : u'None', accountid : 
u'd119fe06-2357-11e6-92ce-5254001daa61'} 
--
Additional details in: /tmp/MarvinLogs/test_network_6QAMPX/results.txt
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__May_26_2016_17_40_22_9UMTAF:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/DeployDataCenter__May_26_2016_17_40_22_9UMTAF/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/DeployDataCenter__May_26_2016_17_40_22_9UMTAF/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/DeployDataCenter__May_26_2016_17_40_22_9UMTAF/runinfo.txt)

**`/tmp/MarvinLogs/test_network_6QAMPX:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_network_6QAMPX/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_network_6QAMPX/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_network_6QAMPX/runinfo.txt)

**`/tmp/MarvinLogs/test_vpc_routers_ITAGDW:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_vpc_routers_ITAGDW/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_vpc_routers_ITAGDW/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1565/tmp/MarvinLogs/test_vpc_routers_ITAGDW/runinfo.txt)


Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



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


[GitHub] cloudstack pull request: Add lsb-release dependency to mgmt server...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1565#issuecomment-222138895
  
Yes @wido, this will be merged into 4.7 and then forward merged.  This test 
has been flaky recently, so I think this is PR is ready since we have LGTMs 
from the previous PR as well.


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


[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1564#issuecomment-222139257
  
This test has been flaky recently and is unrelated to this PR.  I think 
this one is ready since we have reviews from the previous PR and the code has 
not changed.


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


[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1563#issuecomment-222140055
  


### CI RESULTS

```
Tests Run: 78
  Skipped: 0
   Failed: 2
   Errors: 4
 Duration: 7h 21m 57s
```

**Summary of the problem(s):**
```
ERROR: test suite for 
--
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
209, in run
self.setUp()
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
292, in setUp
self.setupContext(ancestor)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
315, in setupContext
try_run(context, names)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, 
in try_run
return func()
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 
296, in setUpClass
cls.template.download(cls.apiclient)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in 
download
elif 'Downloaded' in template.status:
TypeError: argument of type 'NoneType' is not iterable
--
Additional details in: /tmp/MarvinLogs/test_network_IGZRHU/results.txt
```

```
ERROR: test suite for 
--
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
209, in run
self.setUp()
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
292, in setUp
self.setupContext(ancestor)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
315, in setupContext
try_run(context, names)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, 
in try_run
return func()
  File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", 
line 835, in setUpClass
cls.template.download(cls.apiclient)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in 
download
elif 'Downloaded' in template.status:
TypeError: argument of type 'NoneType' is not iterable
--
Additional details in: /tmp/MarvinLogs/test_network_IGZRHU/results.txt
```

```
ERROR: test suite for 
--
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
209, in run
self.setUp()
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
292, in setUp
self.setupContext(ancestor)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
315, in setupContext
try_run(context, names)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, 
in try_run
return func()
  File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", 
line 293, in setUpClass
cls.template.download(cls.apiclient)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in 
download
elif 'Downloaded' in template.status:
TypeError: argument of type 'NoneType' is not iterable
--
Additional details in: /tmp/MarvinLogs/test_network_IGZRHU/results.txt
```

```
ERROR: test suite for 
--
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
209, in run
self.setUp()
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
292, in setUp
self.setupContext(ancestor)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line 
315, in setupContext
try_run(context, names)
  File 
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471, 
in try_run
return func()
  File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", 
line 472, in setUpClass
cls.template.download(cls.apiclient)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1350, in 
download
elif 'Downloaded' in template.status:
TypeError: argument of type 'NoneType' is not iterable
--
Additional details in: /tmp/Ma

[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread footplus
Github user footplus commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-222140436
  
Seems to break the registerIso command here... Will check exactly why.

``
2016-05-27 15:01:14,211 ERROR [c.c.a.ApiServer] 
(catalina-exec-1:ctx-56423a5c ctx-9b38033e) (logid:68ac142d) unhandled 
exception executing api command: [Ljava.lang.String;@475199b7
java.lang.NullPointerException
at 
com.cloud.template.TemplateAdapterBase.prepare(TemplateAdapterBase.java:149)
at 
com.cloud.template.TemplateAdapterBase.prepare(TemplateAdapterBase.java:317)
at 
com.cloud.template.HypervisorTemplateAdapter.prepare(HypervisorTemplateAdapter.java:124)
at 
com.cloud.template.TemplateManagerImpl.registerIso(TemplateManagerImpl.java:299)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:106)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at 
com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy179.registerIso(Unknown Source)
at 
org.apache.cloudstack.api.command.user.iso.RegisterIsoCmd.execute(RegisterIsoCmd.java:192)
at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:150)
at com.cloud.api.ApiServer.queueCommand(ApiServer.java:698)
at com.cloud.api.ApiServer.handleRequest(ApiServer.java:529)
at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:297)
at com.cloud.api.ApiServlet$1.run(ApiServlet.java:127)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:124)
at com.cloud.api.ApiServlet.doGet(ApiServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:600)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:299)
at 
org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
at 
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:732)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
``


---
If your project is set up for it, you can reply to this email and have your
reply appear on Git

[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1563#issuecomment-222140541
  
The failures seem relevant.  I do have periodic issues with similar tests 
in my CI env, so I will test this again to be sure there is an issue...


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-222141588
  
Ok, this is building in my CI environment right now, so I will see if it 
fails for me as well.  Thx...


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


Re: RM after 4.9

2016-05-27 Thread Rajani Karuturi
I volunteer to be the RM for next release

Thanks
On 03-May-2016 4:13 AM, "Will Stevens"  wrote:

> Hello All,
> As you all know, I am the RM for the 4.9 release.  Unfortunately, this is
> not a position I will be able to maintain for the long term, so we should
> start this discussion sooner rather than later.
>
> I am actively working to simplify the RM role by working towards the
> following goals:
> - Get the cloudstack repo moved to the 'apache-cloudstack' github org so we
> can use labels, etc so the community can better organize itself regarding
> the status of different PRs
> - Make it easier to setup distributed CI environments so the RM is not
> responsible for all the CI.
> - Build tooling to simplify contributing back the results of CI runs.
> - Improve our set of 'standard tests' to be more complete yet still
> manageable to be run on every PR.
>
> I will continue to work towards lowering the bar for the RM, but we need to
> start the conversation of who is next in line as the RM.  :)
>
> Cheers,
>
> Will
>


[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1307#issuecomment-222167149
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 65
 Hypervisor xenserver
 NetworkType Advanced
 Passed=71
 Failed=2
 Skipped=3

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


**Failed tests:**
* test_deploy_vm_iso.py

 * test_deploy_vm_from_iso Failing since 7 runs

* test_volumes.py

 * test_06_download_detached_volume Failed


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_vpc_vpn.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_vm_life_cycle.py
test_disk_offerings.py


---
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: RM after 4.9

2016-05-27 Thread Will Stevens
Woohoo!!!  Thank you Rajani.  This is awesome.  I will support you with CI
and will also be working out the final logistics to get the 'cloudstack'
repo moved from the 'apache' to 'apachecloudstack' github org which will
let us use github labels and such will let the community help track the
status of the different PRs, which will make a big difference for the RM
workload.

Let me know if you need anything.  :)

*Will STEVENS*
Lead Developer

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

On Fri, May 27, 2016 at 10:49 AM, Rajani Karuturi 
wrote:

> I volunteer to be the RM for next release
>
> Thanks
> On 03-May-2016 4:13 AM, "Will Stevens"  wrote:
>
> > Hello All,
> > As you all know, I am the RM for the 4.9 release.  Unfortunately, this is
> > not a position I will be able to maintain for the long term, so we should
> > start this discussion sooner rather than later.
> >
> > I am actively working to simplify the RM role by working towards the
> > following goals:
> > - Get the cloudstack repo moved to the 'apache-cloudstack' github org so
> we
> > can use labels, etc so the community can better organize itself regarding
> > the status of different PRs
> > - Make it easier to setup distributed CI environments so the RM is not
> > responsible for all the CI.
> > - Build tooling to simplify contributing back the results of CI runs.
> > - Improve our set of 'standard tests' to be more complete yet still
> > manageable to be run on every PR.
> >
> > I will continue to work towards lowering the bar for the RM, but we need
> to
> > start the conversation of who is next in line as the RM.  :)
> >
> > Cheers,
> >
> > Will
> >
>


[GitHub] cloudstack pull request: Cloudstack 9339: Virtual Routers do not h...

2016-05-27 Thread luhaijiao
Github user luhaijiao commented on the pull request:

https://github.com/apache/cloudstack/pull/1519#issuecomment-222182040
  
@dsclose we installed your updated commits  d582358 and bf285e1 ONLY in our 
environment to solve the RvR issue (VR network services intermittent hang due 
to public interface is up on backup VR), however, it's not working as expected, 
 the status of eth2 is still up on backup VR.  Do we need install all the 
commits ?  or it's probably our environment issue ?

Besides,  if we install all the commits,  the port forwarding and VPN seems 
getting broken.  We are investigating more.


---
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: RM after 4.9

2016-05-27 Thread Tutkowski, Mike
Thanks, Rajani! :)

From: Rajani Karuturi 
Sent: Friday, May 27, 2016 8:49 AM
To: dev@cloudstack.apache.org
Subject: Re: RM after 4.9

I volunteer to be the RM for next release

Thanks
On 03-May-2016 4:13 AM, "Will Stevens"  wrote:

> Hello All,
> As you all know, I am the RM for the 4.9 release.  Unfortunately, this is
> not a position I will be able to maintain for the long term, so we should
> start this discussion sooner rather than later.
>
> I am actively working to simplify the RM role by working towards the
> following goals:
> - Get the cloudstack repo moved to the 'apache-cloudstack' github org so we
> can use labels, etc so the community can better organize itself regarding
> the status of different PRs
> - Make it easier to setup distributed CI environments so the RM is not
> responsible for all the CI.
> - Build tooling to simplify contributing back the results of CI runs.
> - Improve our set of 'standard tests' to be more complete yet still
> manageable to be run on every PR.
>
> I will continue to work towards lowering the bar for the RM, but we need to
> start the conversation of who is next in line as the RM.  :)
>
> Cheers,
>
> Will
>


[DISCUSS] The Apache CloudStack Community Road Map

2016-05-27 Thread Paul Angus
Hey Guys,

We hear mutterings and rumblings from the CloudStack user base that they are 
unclear what's happening with CloudStack, and they're wondering if we've all 
lost interest.

There are a whole raft of things we can do to address that, but I really don't 
want to get into that debate without a glass of wine in my hand.

Instead I'd like to draw everyone's attention back to the roadmap page which 
Sebastien started.
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Roadmap

I think that we should clean up what is there from last year and update it. 
Then give the page some promience on the cloudstack.apache.org  so that 
everyone can see that we're still here and that we're still developing new 
features and enhancents.

I'm happy to get the ball rolling


Kind regards,

Paul Angus


paul.an...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue




[GitHub] cloudstack pull request: Cloudstack 9339: Virtual Routers do not h...

2016-05-27 Thread dsclose
Github user dsclose commented on the pull request:

https://github.com/apache/cloudstack/pull/1519#issuecomment-222195257
  
@luhaijiao I'd recommend trying e7a63be

Port forwarding works for me. I've not tried the VPN functionality.


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


[GitHub] cloudstack pull request: CLOUDSTACK-9385 - Ensure passwd srvr is r...

2016-05-27 Thread dsclose
GitHub user dsclose opened a pull request:

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

CLOUDSTACK-9385 - Ensure passwd srvr is restarts after keepalived 
transitions

Based on @ustcweizhou code suggestion. Tried on redundant and standalone 
virtual routers and works fine.

Needs to be checked on VPC routers.

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

$ git pull https://github.com/dsclose/cloudstack CLOUDSTACK-9385

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

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


commit c535e22e8cf310ca288a1b6566318b85bd98c347
Author: dean.close 
Date:   2016-05-27T17:09:31Z

CLOUDSTACK-9385 - Ensure that the password server is restarted after 
keepalived transitions.




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


[GitHub] cloudstack pull request: [CLOUDSTACK-9207] Test to verify restarti...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1304#issuecomment-11023
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 66
 Hypervisor xenserver
 NetworkType Advanced
 Passed=72
 Failed=0
 Skipped=3

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


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_vpc_vpn.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_vm_life_cycle.py
test_disk_offerings.py


---
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: [DISCUSS] The Apache CloudStack Community Road Map

2016-05-27 Thread Will Stevens
Nice initiative Paul.  Unfortunately I won't have much time over the next
couple weeks to support you on this (other than face to face next week).
Looking forward to seeing you then.  :)

*Will STEVENS*
Lead Developer

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

On Fri, May 27, 2016 at 12:16 PM, Paul Angus 
wrote:

> Hey Guys,
>
> We hear mutterings and rumblings from the CloudStack user base that they
> are unclear what's happening with CloudStack, and they're wondering if
> we've all lost interest.
>
> There are a whole raft of things we can do to address that, but I really
> don't want to get into that debate without a glass of wine in my hand.
>
> Instead I'd like to draw everyone's attention back to the roadmap page
> which Sebastien started.
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Roadmap
>
> I think that we should clean up what is there from last year and update
> it. Then give the page some promience on the cloudstack.apache.org  so
> that everyone can see that we're still here and that we're still developing
> new features and enhancents.
>
> I'm happy to get the ball rolling
>
>
> Kind regards,
>
> Paul Angus
>
>
> paul.an...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>


RE: [DISCUSS] The Apache CloudStack Community Road Map

2016-05-27 Thread Paul Angus
No problem Will,

Happy to take on the heavy lifting (mouse clicking).  + Rome wasn't built in a 
day and all that...

See you next week :)



Kind regards,

Paul Angus

paul.an...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue



-Original Message-
From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of 
Will Stevens
Sent: 27 May 2016 19:30
To: dev@cloudstack.apache.org
Subject: Re: [DISCUSS] The Apache CloudStack Community Road Map

Nice initiative Paul.  Unfortunately I won't have much time over the next 
couple weeks to support you on this (other than face to face next week).
Looking forward to seeing you then.  :)

*Will STEVENS*
Lead Developer

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

On Fri, May 27, 2016 at 12:16 PM, Paul Angus 
wrote:

> Hey Guys,
>
> We hear mutterings and rumblings from the CloudStack user base that 
> they are unclear what's happening with CloudStack, and they're 
> wondering if we've all lost interest.
>
> There are a whole raft of things we can do to address that, but I 
> really don't want to get into that debate without a glass of wine in my hand.
>
> Instead I'd like to draw everyone's attention back to the roadmap page 
> which Sebastien started.
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Roadmap
>
> I think that we should clean up what is there from last year and 
> update it. Then give the page some promience on the 
> cloudstack.apache.org  so that everyone can see that we're still here 
> and that we're still developing new features and enhancents.
>
> I'm happy to get the ball rolling
>
>
> Kind regards,
>
> Paul Angus
>
>
> paul.an...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK @shapeblue
>
>
>


[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1563#issuecomment-22200
  


### CI RESULTS

```
Tests Run: 85
  Skipped: 0
   Failed: 2
   Errors: 0
 Duration: 3h 59m 06s
```

**Summary of the problem(s):**
```
FAIL: Test redundant router internals
--
Traceback (most recent call last):
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py", 
line 831, in test_01_isolate_network_FW_PF_default_routes_egress_true
"Ping to outside world from VM should be successful!"
AssertionError: Ping to outside world from VM should be successful!
--
Additional details in: /tmp/MarvinLogs/test_network_87FU3R/results.txt
```

```
FAIL: Test redundant router internals
--
Traceback (most recent call last):
  File 
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py", 
line 279, in test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true
"Ping to outside world from VM should be successful!"
AssertionError: Ping to outside world from VM should be successful!
--
Additional details in: /tmp/MarvinLogs/test_network_87FU3R/results.txt
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_51_17_6Q3OHL:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_51_17_6Q3OHL/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_51_17_6Q3OHL/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_51_17_6Q3OHL/runinfo.txt)

**`/tmp/MarvinLogs/test_network_87FU3R:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_network_87FU3R/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_network_87FU3R/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_network_87FU3R/runinfo.txt)

**`/tmp/MarvinLogs/test_vpc_routers_2Y96KN:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_vpc_routers_2Y96KN/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_vpc_routers_2Y96KN/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1563/tmp/MarvinLogs/test_vpc_routers_2Y96KN/runinfo.txt)


Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



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


[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1563#issuecomment-22559
  
Again the same problems and they seem related to this PR, so we will need 
to review this...


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-22745
  


### CI RESULTS

```
Tests Run: 85
  Skipped: 0
   Failed: 0
   Errors: 0
 Duration: 3h 56m 33s
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_27_02_O0ILJL:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_27_02_O0ILJL/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_27_02_O0ILJL/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/DeployDataCenter__May_27_2016_15_27_02_O0ILJL/runinfo.txt)

**`/tmp/MarvinLogs/test_network_VEWE3L:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_network_VEWE3L/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_network_VEWE3L/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_network_VEWE3L/runinfo.txt)

**`/tmp/MarvinLogs/test_vpc_routers_OY7CL0:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_vpc_routers_OY7CL0/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_vpc_routers_OY7CL0/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1567/tmp/MarvinLogs/test_vpc_routers_OY7CL0/runinfo.txt)


Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1567#issuecomment-23495
  
This is coming back clean.  I will merge it...


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


IPv6 Hackathon next week

2016-05-27 Thread Wido den Hollander
Hi,

Next week I can't visit the conference in Montreal, but online I'd like to 
dedicate June 2nd and 3rd to work on IPv6:

- 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+in+Basic+Networking
- https://issues.apache.org/jira/browse/CLOUDSTACK-674

John Burwell from ShapeBlue will join, who else?

The stuff is all in my head and at PCextreme we already have some stuff running 
with IPv6 with our own hacky stuff.

A Google Hangouts will probably work best to talk and discuss stuff.

See: 
https://docs.google.com/spreadsheets/d/14U0E1YpgZvsBc88SHVojo-XzOLAKs-WFEkMxXlrAl_o

Wido


[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

2016-05-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: Add lsb-release dependency to mgmt server...

2016-05-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: CLOUDSTACK-9238: Fix URL length to 2048 f...

2016-05-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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


Build failed in Jenkins: build-master-jdk18 #528

2016-05-27 Thread jenkins
See 

Changes:

[koushik] CLOUDSTACK-9180: Optimize concurrent VM deployment operation on same

[jeff] Emit template UUID and class type over event bus when deleting

[jeff] Add lsb-release dependency to mgmt server and agent on Debian/Ubuntu.

[syed1.mushtaq] [CLOUDSTACK-9296] Start ipsec for client VPN

[m] Fix URL length to 2048 for all url fields in VO

[m] not needed on host table

[m] API: update url field max length

[Will Stevens] CLOUDSTACK-9369: Restrict default login to ldap/native users

[Will Stevens] CLOUDSTACK-9376: Restrict listTemplates API with filter=all for 
root

--
[...truncated 1220 lines...]
 T E S T S
---
Running com.cloud.upgrade.dao.DatabaseAccessObjectTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec - in 
com.cloud.upgrade.dao.DatabaseAccessObjectTest
Running com.cloud.upgrade.dao.DbUpgradeUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 sec - in 
com.cloud.upgrade.dao.DbUpgradeUtilsTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Jobs 4.9.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-jobs 
---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (cloudstack-checkstyle) @ 
cloud-framework-jobs ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-jobs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-jobs ---
[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:3.2:compile (default-compile) @ 
cloud-framework-jobs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-jobs ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-framework-jobs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-framework-jobs ---
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Cloud Engine Internal Components API 
4.9.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-engine-components-api ---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 

 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (cloudstack-checkstyle) @ 
cloud-engine-components-api ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-components-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-components-api ---
[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:3.2:compile (default-compile) @ 
cloud-engine-components-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-engine-components-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] 

[GitHub] cloudstack pull request: CLOUDSTACK-9200: Fixed failed to delete s...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1282#issuecomment-43971
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 67
 Hypervisor xenserver
 NetworkType Advanced
 Passed=68
 Failed=4
 Skipped=3

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


**Failed tests:**
* test_vpc_vpn.py

 * ContextSuite context=TestRVPCSite2SiteVpn>:setup Failed

 * ContextSuite context=TestVpcRemoteAccessVpn>:setup Failing since 2 runs

 * ContextSuite context=TestVpcSite2SiteVpn>:setup Failing since 2 runs

* test_vm_life_cycle.py

 * test_10_attachAndDetach_iso Failed


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_disk_offerings.py


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


Re: Build failed in Jenkins: build-master-jdk18 #528

2016-05-27 Thread Will Stevens
Sorry All, this was me.  I accidentally broke master while fixing some
merge conflicts from 4.8 -> master.

I am testing my fix now.  :)

*Will STEVENS*
Lead Developer

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

On Fri, May 27, 2016 at 4:06 PM,  wrote:

> See 
>
> Changes:
>
> [koushik] CLOUDSTACK-9180: Optimize concurrent VM deployment operation on
> same
>
> [jeff] Emit template UUID and class type over event bus when deleting
>
> [jeff] Add lsb-release dependency to mgmt server and agent on
> Debian/Ubuntu.
>
> [syed1.mushtaq] [CLOUDSTACK-9296] Start ipsec for client VPN
>
> [m] Fix URL length to 2048 for all url fields in VO
>
> [m] not needed on host table
>
> [m] API: update url field max length
>
> [Will Stevens] CLOUDSTACK-9369: Restrict default login to ldap/native users
>
> [Will Stevens] CLOUDSTACK-9376: Restrict listTemplates API with filter=all
> for root
>
> --
> [...truncated 1220 lines...]
>  T E S T S
> ---
> Running com.cloud.upgrade.dao.DatabaseAccessObjectTest
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec
> - in com.cloud.upgrade.dao.DatabaseAccessObjectTest
> Running com.cloud.upgrade.dao.DbUpgradeUtilsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 sec
> - in com.cloud.upgrade.dao.DbUpgradeUtilsTest
>
> Results :
>
> Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO]
> 
> [INFO] Building Apache CloudStack Framework - Jobs 4.9.0-SNAPSHOT
> [INFO]
> 
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> cloud-framework-jobs ---
> [INFO] Deleting <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/framework/jobs/target>
> (includes = [**/*], excludes = [])
> [INFO] Deleting <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/framework/jobs>
> (includes = [target, dist], excludes = [])
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.17:check (cloudstack-checkstyle) @
> cloud-framework-jobs ---
> [INFO] Starting audit...
> Audit done.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-jobs ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-jobs ---
> [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:3.2:compile (default-compile) @
> cloud-framework-jobs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 32 source files to <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/framework/jobs/target/classes
> >
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-jobs ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-jobs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/framework/jobs/target/test-classes
> >
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-jobs ---
> [INFO]
> [INFO]
> 
> [INFO] Building Apache CloudStack Cloud Engine Internal Components API
> 4.9.0-SNAPSHOT
> [INFO]
> 
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> cloud-engine-components-api ---
> [INFO] Deleting <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/engine/components-api/target>
> (includes = [**/*], excludes = [])
> [INFO] Deleting <
> http://jenkins.buildacloud.org/job/build-master-jdk18/ws/engine/components-api>
> (includes = [target, dist], excludes = [])
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.17:check (cloudstack-checkstyle) @
> cloud-engine-components-api ---
> [INFO] Starting audit...
> Audit done.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-engine-components-api ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-engine-components-api ---
> [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:3.2:compile (default-compile) @
> cloud-engine-components-api ---
>

Master is frozen for the 4.9 release

2016-05-27 Thread Will Stevens
Hey All,
I think I have done what I can do at this point.  I am sorry if you have a
PR that you wanted to get in that didn't make it.  I pushed my deadline for
the freeze a bit because I had a lot of PRs that were close and I was able
to get a bunch of them in.

I plan to wait about a week before I cut the first RC to give people a
chance to test master and get me the details of their testing.  This will
reduce the number of RCs we will need to have in order to get this release
out the door.

Please start testing master and let me know if you run into any issues.
There are a couple periodic issues that show up in my CI environments, so I
will probably spend some time to see if I can get those sorted out before I
cut the first release.

I plan to create a Github PR that will never be merged where I can post CI
results against master for this release so we can troubleshoot anything we
find.  This approach is mainly because my workflow with `upr` lets me post
results easily and include the logs for the run.

Cheers,

Will


[GitHub] cloudstack pull request:

2016-05-27 Thread pdion891
Github user pdion891 commented on the pull request:


https://github.com/apache/cloudstack/commit/8af677a0f0b2a74db74223fc3d0e2d3e9549e960#commitcomment-17654627
  
In pom.xml:
In pom.xml on line 91:
@rhtyd, did you get noredis to build with this new lib? on my side I need 
to change "install-non-oss.sh" to get it to work because the build does not 
find the 6.0 version of the lib.

@swill 


---
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: IPv6 Hackathon next week

2016-05-27 Thread Pierre-Luc Dion
That's cool,
we will check how we could conference you in!


On Fri, May 27, 2016 at 2:43 PM, Wido den Hollander  wrote:

> Hi,
>
> Next week I can't visit the conference in Montreal, but online I'd like to
> dedicate June 2nd and 3rd to work on IPv6:
>
> -
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+in+Basic+Networking
> - https://issues.apache.org/jira/browse/CLOUDSTACK-674
>
> John Burwell from ShapeBlue will join, who else?
>
> The stuff is all in my head and at PCextreme we already have some stuff
> running with IPv6 with our own hacky stuff.
>
> A Google Hangouts will probably work best to talk and discuss stuff.
>
> See:
> https://docs.google.com/spreadsheets/d/14U0E1YpgZvsBc88SHVojo-XzOLAKs-WFEkMxXlrAl_o
>
> Wido
>


[GitHub] cloudstack pull request: CLOUDSTACK-9198: Virtual router gets depl...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1278#issuecomment-76364
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 68
 Hypervisor xenserver
 NetworkType Advanced
 Passed=69
 Failed=4
 Skipped=3

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


**Failed tests:**
* test_vpc_vpn.py

 * ContextSuite context=TestRVPCSite2SiteVpn>:setup Failing since 2 runs

 * ContextSuite context=TestVpcRemoteAccessVpn>:setup Failing since 3 runs

 * ContextSuite context=TestVpcSite2SiteVpn>:setup Failing since 3 runs

* test_vm_life_cycle.py

 * test_10_attachAndDetach_iso Failing since 2 runs


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_login.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_disk_offerings.py


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


[GitHub] cloudstack pull request: CLOUDSTACK-8867: Added retry logic to rec...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1269#issuecomment-86696
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 69
 Hypervisor xenserver
 NetworkType Advanced
 Passed=73
 Failed=0
 Skipped=3

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


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_vpc_vpn.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_login.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_vm_life_cycle.py
test_disk_offerings.py


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


[GitHub] cloudstack pull request:

2016-05-27 Thread rhtyd
Github user rhtyd commented on the pull request:


https://github.com/apache/cloudstack/commit/8af677a0f0b2a74db74223fc3d0e2d3e9549e960#commitcomment-17655645
  
In pom.xml:
In pom.xml on line 91:
@pdion891 @swill get it here: https://github.com/rhtyd/cloudstack-nonoss


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


[GitHub] cloudstack pull request: CLOUDSTACK-9175: [VMware DRS] Adding new ...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1257#issuecomment-92187
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 70
 Hypervisor xenserver
 NetworkType Advanced
 Passed=73
 Failed=0
 Skipped=3

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


**Failed tests:**

**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm

**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_vpc_vpn.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_login.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_vm_life_cycle.py
test_disk_offerings.py


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