[GitHub] cloudstack pull request #1587: WIP: Removed the java dependency for packagin...

2016-06-08 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request:

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

WIP: Removed  the java dependency for packaging KVM agent.

Checked that JAVA_HOME env variable will be honoured.

So install KVM agent on tareget host with pre installed java.
define and export JAVA_HOME
start cloudstack-agent

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

$ git pull https://github.com/shapeblue/cloudstack kvm-agent

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

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


commit 079b8e491e3f51ff98fb917482fc6f199e47a580
Author: Abhinandan Prateek 
Date:   2016-06-09T04:59:34Z

Removed  the java dependency for packaging KVM agent.
Checked that JAVA_HOME env variable will be honoured.

So install KVM agent on tareget host with pre installed java.
define and export JAVA_HOME
start cloudstack-agent




---
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 issue #1586: CLOUDSTACK-9410 Data Disk shown as detached in XS

2016-06-08 Thread yvsubhash
Github user yvsubhash commented on the issue:

https://github.com/apache/cloudstack/pull/1586
  
@wido  Replacing the original name with 'detached is not correct as it is 
confusing. Anyway data disk being detached is captured in the state of the 
volume


---
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 issue #1464: [CLOUDSTACK-9337]Enhance vcenter.py to create data c...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1464
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 165
 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 issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread syed
Github user syed commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
LGTM based on the code review. :+1: 


---
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: LXC container template for CloudStack

2016-06-08 Thread Cloud List
Thanks Kishan.

Have tried downloading the template and create a container on my LXC
cluster (host is running Ubuntu), and it fails. Not too sure if it's
because I tried to spin off a CentOS 7 container on an Ubuntu 12.04 LXC
host?I understand that for container, the kernel of the guest container
must be the same as the host OS?

Thank you.


On Wed, Jun 8, 2016 at 4:40 PM, Kishan Kavala 
wrote:

> You can try this centos 7 template for LXC:
> http://download.cloud.com/templates/builtin/centos-7-x86_64.tar.gz
>
> -Original Message-
> From: Cloud List [mailto:cloud-l...@sg.or.id]
> Sent: Wednesday, June 08, 2016 1:35 PM
> To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
> Subject: Re: LXC container template for CloudStack
>
> Dear all,
>
> Anyone can point me to any URLs containing ready-to-use LXC container
> template for Cloudstack, ready for download?
>
> Thank you.
>
> -ip-
>
>
> On Mon, Jun 6, 2016 at 2:21 PM, Cloud List  wrote:
>
> > Dear all,
> >
> > I am trying to add an LXC cluster in addition to the existing running
> > KVM cluster in my CloudStack 4.8.0 test environment.
> >
> >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Support+in+
> > Cloudstack
> >
> > I understand that the LXC container template for CloudStack is not
> > provided / bundled by default, so we need to create one or download.
> > May I
> > know:
> >
> > (1) How do we create one? I follow the instruction on how to create
> > LXC template for Ubuntu here:
> >
> >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Template+cr
> > eation#LXCTemplatecreation-CreatingtemplateonUbuntu
> >
> > It requires us to install lxc (apt-get install lxc) but doing so will
> > remove cloudstack-agent package hosted on the same host.
> >
> > (2) Where can we download ready-to-use LXC container template for
> > CloudStack?
> >
> > Looking forward to your reply, thank you.
> >
> > Cheers.
> >
> > -ip-
> >
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


[GitHub] cloudstack issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
I would like to get at least one review of this before we merge it.  
@nvazquez would you be able 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 issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
Reran the test that failed that was not expected to fail and it passed now. 
 I think we are good to go here...


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


[GitHub] cloudstack issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread swill
Github user swill commented on the issue:

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


### CI RESULTS

```
Tests Run: 4
  Skipped: 0
   Failed: 0
   Errors: 0
 Duration: 0h 18m 33s
```



**Associated Uploads**

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

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


Uploads will be available until `2016-08-09 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 issue #1435: Dockerfile4.9

2016-06-08 Thread pdion891
Github user pdion891 commented on the issue:

https://github.com/apache/cloudstack/pull/1435
  
@swill, @runseb does one of you could LGTM or comment  thanks,


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


[GitHub] cloudstack issue #1470: Make the generated json files unique to prevent conc...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1470
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 164
 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 issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
Thanks @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.
---


[GitHub] cloudstack issue #1480: CLOUDSTACK-9342: Site to Site VPN PFS not being set ...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1480
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 163
 Hypervisor xenserver
 NetworkType Advanced
 Passed=72
 Failed=1
 Skipped=3

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


**Failed tests:**
* test_routers.py

 * test_04_restart_network_wo_cleanup 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_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 issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
I ran all of the usage tests against this PR.  The last two errors have 
always happened on this setup for me, so I don't think they are related to this 
test.  The first one looks like a cleanup issue.  I will run it again to 
verify...


---
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 issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread swill
Github user swill commented on the issue:

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


### CI RESULTS

```
Tests Run: 103
  Skipped: 0
   Failed: 1
   Errors: 2
 Duration: 4h 39m 38s
```

**Summary of the problem(s):**
```
FAIL: test_02_vpc_privategw_static_routes 
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
--
Traceback (most recent call last):
  File 
"/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
262, in test_02_vpc_privategw_static_routes
self.performVPCTests(vpc_off)
  File 
"/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
325, in performVPCTests
privateGw_1 = self.createPvtGw(vpc_1, "10.0.3.100", "10.0.3.101", 
acl1.id, vlan_1)
  File 
"/data/git/cs2/cloudstack/test/integration/smoke/test_privategw_acl.py", line 
595, in createPvtGw
self.fail("Failed to create Private Gateway ==> %s" % e)
AssertionError: Failed to create Private Gateway ==> Execute cmd: 
createprivategateway failed, due to: errorCode: 431, errorText:Network with 
vlan vlan://100 already exists in zone 1
--
Additional details in: /tmp/MarvinLogs/test_network_AVQEMB/results.txt
```

```
ERROR: Test Create/Delete a manual snap shot and verify
--
Traceback (most recent call last):
  File 
"/data/git/cs2/cloudstack/test/integration/component/test_project_usage.py", 
line 1376, in test_01_snapshot_usage
snapshot = Snapshot.create(self.apiclient, volumes[0].id)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1106, in 
create
return Snapshot(apiclient.createSnapshot(cmd).__dict__)
  File 
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", 
line 2857, in createSnapshot
response = self.connection.marvinRequest(command, 
response_type=response, method=method)
  File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", 
line 379, in marvinRequest
raise e
CloudstackAPIException: Execute cmd: createsnapshot failed, due to: 
errorCode: 530, errorText:KVM Snapshot is not supported: 1
--
Additional details in: /tmp/MarvinLogs/test_usage_AUEI82/results.txt
```

```
ERROR: Test Create/Delete a manual snap shot and verify
--
Traceback (most recent call last):
  File "/data/git/cs2/cloudstack/test/integration/component/test_usage.py", 
line 1300, in test_01_snapshot_usage
snapshot = Snapshot.create(self.apiclient, volumes[0].id)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1106, in 
create
return Snapshot(apiclient.createSnapshot(cmd).__dict__)
  File 
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", 
line 2857, in createSnapshot
response = self.connection.marvinRequest(command, 
response_type=response, method=method)
  File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", 
line 379, in marvinRequest
raise e
CloudstackAPIException: Execute cmd: createsnapshot failed, due to: 
errorCode: 530, errorText:KVM Snapshot is not supported: 1
--
Additional details in: /tmp/MarvinLogs/test_usage_AUEI82/results.txt
```



**Associated Uploads**

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

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

**`/tmp/MarvinLogs/test_usage_AUEI82:`**
* 

[GitHub] cloudstack issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
Should this set of test have the "basic" tag?  It only has the "sg" tag, 
which I am not targeting.


`/Users/swill/Dropbox/code/cs/cloudstack/test/integration/component/maint/test_multiple_ip_ranges.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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
Thanks for the feedback @remibergsma and @swill !

Hopefully the results come back positive.


---
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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
The tests run against basic networking hardly test the functionality of the 
network though.  Apparently most of the tests for the network are only for 
advanced networking.

I will run against advanced networking again now...


---
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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread remibergsma
Github user remibergsma commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
Can you also run one against advanced please @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.
---


[GitHub] cloudstack issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread swill
Github user swill commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
The above is a test against basic networking.


---
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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread swill
Github user swill commented on the issue:

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


### CI RESULTS

```
Tests Run: 22
  Skipped: 1
   Failed: 0
   Errors: 0
 Duration: 0h 32m 39s
```



**Associated Uploads**

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

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

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


Uploads will be available until `2016-08-08 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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread remibergsma
Github user remibergsma commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
@wido FYI all Python code is shared between basic/advanced and router/vpc 
so it's important to test both. Will try to look into it again in the next 
days. Not saying it's broken, just want to be careful. 


---
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 #1581: CLOUDSTACK-9404 Fixed ordering of network ACL...

2016-06-08 Thread pdube
Github user pdube closed the pull request at:

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


---
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 #1581: CLOUDSTACK-9404 Fixed ordering of network ACL...

2016-06-08 Thread pdube
GitHub user pdube reopened a pull request:

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

CLOUDSTACK-9404 Fixed ordering of network ACL rules being sent to the VR.

 The comparator was inverted.

Issue: https://issues.apache.org/jira/browse/CLOUDSTACK-9404

In this example, I created rules with the port numbers the same as the rule 
numbers.

Chain ACL_INBOUND_eth2 (1 references)
target prot opt source   destination
ACCEPT all  --  anywhere 225.0.0.50
ACCEPT all  --  anywhere vrrp.mcast.net
DROP   tcp  --  anywhere anywhere tcp 
dpt:netstat
DROP   tcp  --  anywhere anywhere tcp dpt:10
DROP   tcp  --  anywhere anywhere tcp dpt:5
DROP   tcp  --  anywhere anywhere tcp dpt:3
DROP   tcp  --  anywhere anywhere tcp dpt:2
DROP   all  --  anywhere anywhere

We can see above that the rules are inverted.

After the fix:

Chain ACL_INBOUND_eth2 (1 references)
target prot opt source   destination
ACCEPT all  --  anywhere 225.0.0.50
ACCEPT all  --  anywhere vrrp.mcast.net
DROP   tcp  --  anywhere anywhere tcp dpt:2
DROP   tcp  --  anywhere anywhere tcp dpt:3
DROP   tcp  --  anywhere anywhere tcp dpt:5
DROP   tcp  --  anywhere anywhere tcp dpt:10
DROP   tcp  --  anywhere anywhere tcp 
dpt:netstat
DROP   all  --  anywhere anywhere


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

$ git pull https://github.com/pdube/cloudstack network-acl-rules-order

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

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


commit caf4a48075e0f59b5d101efdd3ac6b1bee8f4f39
Author: Patrick Dube 
Date:   2016-06-02T17:15:38Z

Fixed ordering of network ACL rules being sent to the VR. The comparator 
was inverted

commit 4c97a3981dc0d543e02f62f2bb4fc2eb805545c6
Author: Patrick Dube 
Date:   2016-06-02T17:44:39Z

Added unit test to verify ordering

commit 9cdd23fdc77e643d886c3af8cb0a60f9c4ddf84f
Author: Patrick Dube 
Date:   2016-06-03T12:48:47Z

Added ASF license to unit test file




---
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 issue #1491: Fixes regarding VOLUME_DELETE events resulting from ...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1491
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 162
 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 issue #1585: CLOUDSTACK-9399 : NPE during deletion of host when c...

2016-06-08 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue:

https://github.com/apache/cloudstack/pull/1585
  
@nlivens Ah, I was not aware that that's how it works for network plug-ins.

The code LGTM. Thanks!


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


Re: Introducing Mukul

2016-06-08 Thread Wei ZHOU
Welcome Mukul!

2016-06-08 15:26 GMT+02:00 Mukul Rajarshi :

> Hello CloudStack team,
>
> My name is Mukul Rajarshi and I have joined Accelerite CloudPlatform
> testing team. Earlier I have worked on in storage systems, cloud computing,
> virtualization and data management systems.  This is the first time I am
> working on CloudStack in the process have followed posts/blogs from some of
> the members in this community and found them really helpful. Excited to be
> part of this community and hopefully would be to contribute in future.
>
> Currently I am trying putting up a scratchpad CloudStack environment on
> VirtualBox. Facing issue when I use KVM hypervisor, XenServer is fine. Let
> me know there are known issues or gotchas with KVM as a VM.
>
>
> ~Mukul
> www.accelerite.com
>
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


RE: Introducing Mukul

2016-06-08 Thread Timothy Lothering
Welcome Mukul!

-Original Message-
From: Paul Angus [mailto:paul.an...@shapeblue.com] 
Sent: Wednesday, 08 June 2016 3:42 PM
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: RE: Introducing Mukul

Hi Mukul,

Welcome.  VirtualBox can't  virtualise VT-x so can't pass it through to the 
guest (nested) hypervisor.
You can run XenServer in PV mode (but it's slow), KVM requires VT-x to be 
available so you won't be able to start the KVM modules on you CentOS/Ubuntu 
host.
You need to use VMware Workstation or Fusion Or use a full hypervisor.


Kind regards,

Paul Angus

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



-Original Message-
From: Mukul Rajarshi [mailto:mukul_rajar...@accelerite.com] 
Sent: 08 June 2016 14:27
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Introducing Mukul

Hello CloudStack team,

My name is Mukul Rajarshi and I have joined Accelerite CloudPlatform testing 
team. Earlier I have worked on in storage systems, cloud computing, 
virtualization and data management systems.  This is the first time I am 
working on CloudStack in the process have followed posts/blogs from some of the 
members in this community and found them really helpful. Excited to be part of 
this community and hopefully would be to contribute in future.

Currently I am trying putting up a scratchpad CloudStack environment on 
VirtualBox. Facing issue when I use KVM hypervisor, XenServer is fine. Let me 
know there are known issues or gotchas with KVM as a VM.


~Mukul
www.accelerite.com




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.



[GitHub] cloudstack issue #1586: CLOUDSTACK-9410 Data Disk shown as detached in XS

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1586
  
Thanks! Is there a issue attached to this PR or any additional information 
on why 'detached' isn't correct?


---
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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
@remi: Thanks for the feedback! @DaanHoogland reported a failure as well, 
but his second test succeeded without any problems.

I don't have experience with VPC, but as far as I can tell this PR does not 
touch any VPC code.

In Daan's original results the 
'test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL' test  went fine.

``Create a redundant VPC with two networks with two VMs in each network ... 
=== TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status : 
SUCCESS ===
ok``



---
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: Introducing Mukul

2016-06-08 Thread Paul Angus
Hi Mukul,

Welcome.  VirtualBox can't  virtualise VT-x so can't pass it through to the 
guest (nested) hypervisor.
You can run XenServer in PV mode (but it's slow), KVM requires VT-x to be 
available so you won't be able to start the KVM modules on you CentOS/Ubuntu 
host.
You need to use VMware Workstation or Fusion
Or use a full hypervisor.


Kind regards,

Paul Angus

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



-Original Message-
From: Mukul Rajarshi [mailto:mukul_rajar...@accelerite.com] 
Sent: 08 June 2016 14:27
To: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Subject: Introducing Mukul

Hello CloudStack team,

My name is Mukul Rajarshi and I have joined Accelerite CloudPlatform testing 
team. Earlier I have worked on in storage systems, cloud computing, 
virtualization and data management systems.  This is the first time I am 
working on CloudStack in the process have followed posts/blogs from some of the 
members in this community and found them really helpful. Excited to be part of 
this community and hopefully would be to contribute in future.

Currently I am trying putting up a scratchpad CloudStack environment on 
VirtualBox. Facing issue when I use KVM hypervisor, XenServer is fine. Let me 
know there are known issues or gotchas with KVM as a VM.


~Mukul
www.accelerite.com




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


Introducing Mukul

2016-06-08 Thread Mukul Rajarshi
Hello CloudStack team,

My name is Mukul Rajarshi and I have joined Accelerite CloudPlatform testing 
team. Earlier I have worked on in storage systems, cloud computing, 
virtualization and data management systems.  This is the first time I am 
working on CloudStack in the process have followed posts/blogs from some of the 
members in this community and found them really helpful. Excited to be part of 
this community and hopefully would be to contribute in future.

Currently I am trying putting up a scratchpad CloudStack environment on 
VirtualBox. Facing issue when I use KVM hypervisor, XenServer is fine. Let me 
know there are known issues or gotchas with KVM as a VM.


~Mukul
www.accelerite.com




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[GitHub] cloudstack pull request #1586: CLOUDSTACK-9410 Data Disk shown as detached i...

2016-06-08 Thread yvsubhash
GitHub user yvsubhash opened a pull request:

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

CLOUDSTACK-9410 Data Disk shown as detached in XS



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

$ git pull https://github.com/yvsubhash/cloudstack CLOUDSTACK-9410

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

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


commit 4ac8613ea39b96abbab24df7db5de8e1220acd26
Author: subhash yedugundla 
Date:   2016-06-08T12:29:45Z

CLOUDSTACK-9410 Data Disk shown as detached in XS




---
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 issue #872: Strongswan vpn feature

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/872
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 159
 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_vpc_vpn.py

 * test_01_redundant_vpc_site2site_vpn Failed

 * test_01_vpc_site2site_vpn 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_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 issue #1547: Fixes for VirtualRouters in Basic Networking, especi...

2016-06-08 Thread remibergsma
Github user remibergsma commented on the issue:

https://github.com/apache/cloudstack/pull/1547
  
I see some tests failing on VPCs:
```
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL
test_02_redundant_VPC_default_routes
```

Will rebuild from scratch to see if it fails again.


---
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 issue #1531: systemvmtemplate: fix build and upgrade to debian 7....

2016-06-08 Thread remibergsma
Github user remibergsma commented on the issue:

https://github.com/apache/cloudstack/pull/1531
  
Yeah, LGTM now with the changes. I didn't test a build, as I've no setup to 
do that.


---
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 issue #1585: CLOUDSTACK-9399 : NPE during deletion of host when c...

2016-06-08 Thread prashanthvarma
Github user prashanthvarma commented on the issue:

https://github.com/apache/cloudstack/pull/1585
  
PR contents:
1) Fix for this bug
2) Marvin test coverage for Nuage VSP device CRUD operations including 
verifications for this bug fix.

PEP8 & PyFlakes compliance of the added Marvin code:
CloudStack$
CloudStack$ pep8 --max-line-length=150 test/integration/plugins/nuagevsp/.py
CloudStack$ pyflakes test/integration/plugins/nuagevsp/.py
CloudStack$

Marvin Test Run:
CloudStack$ nosetests --with-marvin --marvin-config=nuage.cfg 
/test/integration/plugins/nuagevsp/test_nuage_vsp.py

Marvin Test Run Results:

Test Nuage VSP SDN plugin with basic Isolated Network functionality ... === 
TestName: test_nuage_vsp | Status : SUCCESS ===
ok
Test Nuage VSP device in the Nuage VSP Physical Network ... === TestName: 
test_nuage_vsp_device | Status : SUCCESS ===
ok

Ran 2 tests in 447.773s

OK

Marvin Test Run Logs:
[results.txt](https://github.com/apache/cloudstack/files/304392/results.txt)
[runinfo.txt](https://github.com/apache/cloudstack/files/304393/runinfo.txt)




---
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: LXC container template for CloudStack

2016-06-08 Thread Kishan Kavala
You can try this centos 7 template for LXC: 
http://download.cloud.com/templates/builtin/centos-7-x86_64.tar.gz

-Original Message-
From: Cloud List [mailto:cloud-l...@sg.or.id] 
Sent: Wednesday, June 08, 2016 1:35 PM
To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
Subject: Re: LXC container template for CloudStack

Dear all,

Anyone can point me to any URLs containing ready-to-use LXC container template 
for Cloudstack, ready for download?

Thank you.

-ip-


On Mon, Jun 6, 2016 at 2:21 PM, Cloud List  wrote:

> Dear all,
>
> I am trying to add an LXC cluster in addition to the existing running 
> KVM cluster in my CloudStack 4.8.0 test environment.
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Support+in+
> Cloudstack
>
> I understand that the LXC container template for CloudStack is not 
> provided / bundled by default, so we need to create one or download. 
> May I
> know:
>
> (1) How do we create one? I follow the instruction on how to create 
> LXC template for Ubuntu here:
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Template+cr
> eation#LXCTemplatecreation-CreatingtemplateonUbuntu
>
> It requires us to install lxc (apt-get install lxc) but doing so will 
> remove cloudstack-agent package hosted on the same host.
>
> (2) Where can we download ready-to-use LXC container template for 
> CloudStack?
>
> Looking forward to your reply, thank you.
>
> Cheers.
>
> -ip-
>



DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


[GitHub] cloudstack issue #1584: [BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud...

2016-06-08 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1584
  
@nvazquez I've tested and with this fix unable to reproduce your issue, can 
you help review and test this PR? Thanks.


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


Re: LXC container template for CloudStack

2016-06-08 Thread Cloud List
Dear all,

Anyone can point me to any URLs containing ready-to-use LXC container
template for Cloudstack, ready for download?

Thank you.

-ip-


On Mon, Jun 6, 2016 at 2:21 PM, Cloud List  wrote:

> Dear all,
>
> I am trying to add an LXC cluster in addition to the existing running KVM
> cluster in my CloudStack 4.8.0 test environment.
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Support+in+Cloudstack
>
> I understand that the LXC container template for CloudStack is not
> provided / bundled by default, so we need to create one or download. May I
> know:
>
> (1) How do we create one? I follow the instruction on how to create LXC
> template for Ubuntu here:
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Template+creation#LXCTemplatecreation-CreatingtemplateonUbuntu
>
> It requires us to install lxc (apt-get install lxc) but doing so will
> remove cloudstack-agent package hosted on the same host.
>
> (2) Where can we download ready-to-use LXC container template for
> CloudStack?
>
> Looking forward to your reply, thank you.
>
> Cheers.
>
> -ip-
>


Re: Master is frozen for the 4.9 release

2016-06-08 Thread Wido den Hollander

> Op 8 juni 2016 om 3:01 schreef Will Stevens :
> 
> 
> Yes. I agree. I need to get some commitment from someone to test it though.
> I need to figure out how to test it once it gets in. Any takers for
> validating this works after it goes in?

We tested it as it's running in production. In the PR ( 
https://github.com/apache/cloudstack/pull/1547 ) you can see that Daan als did 
tests which came out positive.

A additional pair of eyes on this one would be great so that it makes it in to 
4.9

Wido

> On Jun 7, 2016 8:54 PM, "ilya"  wrote:
> 
> Sounds like a bug fix to me.. Bug fixes should be allowed in my opinion.
> 
> On 6/7/16 4:07 AM, Wido den Hollander wrote:
> >> Op 28 mei 2016 om 0:34 schreef 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.
> >>
> >
> > I would like to get some attention for this PR:
> https://github.com/apache/cloudstack/pull/1547
> >
> > Currently in Basic Networking multiple ranges per VLAN/POD is broken, the
> VR doesn't take the additional IP addresses.
> >
> > That PR fixes that (and is running in production at us), but this has
> been broken since 4.7
> >
> > I would like 4.9 to have this fixed as it's a known issue right now. Can
> we do that?
> >
> > Wido
> >
> >> Cheers,
> >>
> >> Will


[GitHub] cloudstack issue #1572: CLOUDSTACK-9395: Add Virtio RNG device to Instances ...

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1572
  
Did you get a chance to take a look @remibergsma ?


---
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 issue #1531: systemvmtemplate: fix build and upgrade to debian 7....

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1531
  
LGTM

The packer stuff can be done afterwards


---
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 issue #1585: CLOUDSTACK-9399 : NPE during deletion of host when c...

2016-06-08 Thread wido
Github user wido commented on the issue:

https://github.com/apache/cloudstack/pull/1585
  
The Java code fix seems good to me, never hurts to check for NULL, right?


---
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 issue #1585: CLOUDSTACK-9399 : NPE during deletion of host when c...

2016-06-08 Thread nlivens
Github user nlivens commented on the issue:

https://github.com/apache/cloudstack/pull/1585
  
@mike-tutkowski, pinging you because I made changes upon your recent merge 
:)


---
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 #1585: CLOUDSTACK-9399 : NPE during deletion of host...

2016-06-08 Thread nlivens
GitHub user nlivens opened a pull request:

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

CLOUDSTACK-9399 : NPE during deletion of host when clusterId is null

In most network plugins, there's a Resource class which will handle the 
communication with the actual device / underlaying client / ... They're 
configured as a host, so ACS is able to send commands towards it. 

When they're configured as a host, the clusterId is not filled in since 
it's not relevant. Hence, the NPE while deleting this host because of ```long 
clusterId = host.getClusterId();```

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

$ git pull https://github.com/nlivens/cloudstack CLOUDSTACK-9399

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

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


commit ffe72ca227a518907bca396603a2641e10c5d02d
Author: Nick Livens 
Date:   2016-06-03T09:04:09Z

CLOUDSTACK-9399 : NPE during deletion of host when clusterId is null

commit a64f0b903e8c421dfef33b1a2c7347548b5f7fa9
Author: Prashanth Manthena 
Date:   2016-06-03T18:51:25Z

CLOUDSTACK-9399 : Marvin test coverage for Nuage VSP device CRUD operations




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


[GitHub] cloudstack issue #1511: 4.9/master bountycastle changes

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1511
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 158
 Hypervisor xenserver
 NetworkType Advanced
 Passed=68
 Failed=5
 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 16 runs

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

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

* test_volumes.py

 * test_06_download_detached_volume Failing since 3 runs

* test_vm_life_cycle.py

 * test_10_attachAndDetach_iso Failing since 3 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_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.
---