[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320489106
 
 
   Trillian test result (tid-1324)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 34463 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1324-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_templates.py
   Test completed. 51 look OK, 3 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 426.94 | 
test_privategw_acl.py
   test_04_extract_template | `Error` | 5.11 | test_templates.py
   test_03_delete_template | `Error` | 5.10 | test_templates.py
   test_01_create_template | `Error` | 65.73 | test_templates.py
   test_01_nic | `Error` | 222.92 | test_nic.py
   test_03_delete_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_02_revert_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_01_create_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
   test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.01 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage usage metrics

2017-08-05 Thread git
blueorangutan commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary 
storage usage metrics
URL: https://github.com/apache/cloudstack/pull/2035#issuecomment-320475163
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-923
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage usage metrics

2017-08-05 Thread git
rhtyd commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage 
usage metrics
URL: https://github.com/apache/cloudstack/pull/2035#issuecomment-320473515
 
 
   LGTM
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage usage metrics

2017-08-05 Thread git
blueorangutan commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary 
storage usage metrics
URL: https://github.com/apache/cloudstack/pull/2035#issuecomment-320473460
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage usage metrics

2017-08-05 Thread git
rhtyd commented on issue #2035: CLOUDSTACK-9867:VM snapshot on primary storage 
usage metrics
URL: https://github.com/apache/cloudstack/pull/2035#issuecomment-320473430
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[cloudstack] branch master updated: CLOUDSTACK-9861: Expire VM snapshots after configured duration (#2026)

2017-08-05 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new d7f5b92  CLOUDSTACK-9861: Expire VM snapshots after configured 
duration (#2026)
d7f5b92 is described below

commit d7f5b929b25d4b0c9af8736da68a43ce84b8dc47
Author: Abhinandan Prateek 
AuthorDate: Sun Aug 6 03:43:17 2017 +0530

CLOUDSTACK-9861: Expire VM snapshots after configured duration (#2026)

Default value of the account level global config vmsnapshot.expire.interval 
is -1 that conforms to legacy behaviour. A positive value will expire the VM 
snapshots for the respective account in that many hours.
---
 .../com/cloud/vm/snapshot/VMSnapshotManager.java   |  6 
 .../cloud/storage/snapshot/SnapshotManager.java|  4 +++
 .../storage/snapshot/SnapshotSchedulerImpl.java| 38 ++
 .../cloud/vm/snapshot/VMSnapshotManagerImpl.java   | 13 +++-
 4 files changed, 60 insertions(+), 1 deletion(-)

diff --git 
a/engine/components-api/src/com/cloud/vm/snapshot/VMSnapshotManager.java 
b/engine/components-api/src/com/cloud/vm/snapshot/VMSnapshotManager.java
index ce8a818..8245600 100644
--- a/engine/components-api/src/com/cloud/vm/snapshot/VMSnapshotManager.java
+++ b/engine/components-api/src/com/cloud/vm/snapshot/VMSnapshotManager.java
@@ -19,12 +19,18 @@ package com.cloud.vm.snapshot;
 
 import java.util.List;
 
+import org.apache.cloudstack.framework.config.ConfigKey;
+
 import com.cloud.agent.api.RestoreVMSnapshotCommand;
 import com.cloud.utils.component.Manager;
 import com.cloud.vm.UserVmVO;
 import com.cloud.vm.VMInstanceVO;
 
 public interface VMSnapshotManager extends VMSnapshotService, Manager {
+
+static final ConfigKey VMSnapshotExpireInterval = new 
ConfigKey("Advanced", Integer.class, "vmsnapshot.expire.interval", 
"-1",
+"VM Snapshot expire interval in hours", true, 
ConfigKey.Scope.Account);
+
 public static final int VMSNAPSHOTMAX = 10;
 
 /**
diff --git a/server/src/com/cloud/storage/snapshot/SnapshotManager.java 
b/server/src/com/cloud/storage/snapshot/SnapshotManager.java
index 606109f..9b6eb88 100644
--- a/server/src/com/cloud/storage/snapshot/SnapshotManager.java
+++ b/server/src/com/cloud/storage/snapshot/SnapshotManager.java
@@ -32,6 +32,10 @@ import org.apache.cloudstack.framework.config.ConfigKey;
  *
  */
 public interface SnapshotManager {
+public static final int HOURLYMAX = 8;
+public static final int DAILYMAX = 8;
+public static final int WEEKLYMAX = 8;
+public static final int MONTHLYMAX = 12;
 public static final int DELTAMAX = 16;
 
 static final ConfigKey SnapshotHourlyMax = new 
ConfigKey(Integer.class, "snapshot.max.hourly", "Snapshots", "8",
diff --git a/server/src/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java 
b/server/src/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java
index f6c1379..7af1c19 100644
--- a/server/src/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java
+++ b/server/src/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java
@@ -22,6 +22,7 @@ import java.util.List;
 import java.util.Map;
 import java.util.Timer;
 import java.util.TimerTask;
+import java.util.concurrent.TimeUnit;
 
 import javax.inject.Inject;
 import javax.naming.ConfigurationException;
@@ -64,6 +65,9 @@ import com.cloud.utils.db.DB;
 import com.cloud.utils.db.GlobalLock;
 import com.cloud.utils.db.SearchCriteria;
 import com.cloud.utils.db.TransactionLegacy;
+import com.cloud.vm.snapshot.VMSnapshotManager;
+import com.cloud.vm.snapshot.VMSnapshotVO;
+import com.cloud.vm.snapshot.dao.VMSnapshotDao;
 
 @Component
 public class SnapshotSchedulerImpl extends ManagerBase implements 
SnapshotScheduler {
@@ -87,6 +91,12 @@ public class SnapshotSchedulerImpl extends ManagerBase 
implements SnapshotSchedu
 protected ApiDispatcher _dispatcher;
 @Inject
 protected AccountDao _acctDao;
+@Inject
+protected SnapshotApiService _snapshotService;
+@Inject
+protected VMSnapshotDao _vmSnapshotDao;
+@Inject
+protected VMSnapshotManager _vmSnaphostManager;
 
 protected AsyncJobDispatcher _asyncDispatcher;
 
@@ -153,6 +163,13 @@ public class SnapshotSchedulerImpl extends ManagerBase 
implements SnapshotSchedu
 } finally {
 scanLock.releaseRef();
 }
+
+try {
+deleteExpiredVMSnapshots();
+}
+catch (Exception e) {
+s_logger.warn("Error in expiring vm snapshots", e);
+}
 }
 
 private void checkStatusOfCurrentlyExecutingSnapshots() {
@@ -220,6 +237,27 @@ public class SnapshotSchedulerImpl extends ManagerBase 
implements SnapshotSchedu
 }
 
 @DB
+protected void deleteExpiredVMSnapshots() {
+Date now = new Date();
+List vmSnapshots = _vmSnapshotDao.listAll();
+for (VMSnapshotVO vmSnapshot : vmSnapshot

[GitHub] rhtyd commented on issue #2026: CLOUDSTACK-9861: Expire VM snapshots after configured duration

2017-08-05 Thread git
rhtyd commented on issue #2026: CLOUDSTACK-9861: Expire VM snapshots after 
configured duration
URL: https://github.com/apache/cloudstack/pull/2026#issuecomment-320473203
 
 
   LGTM, code review and test results. Merging this.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd closed pull request #2026: CLOUDSTACK-9861: Expire VM snapshots after configured duration

2017-08-05 Thread git
rhtyd closed pull request #2026: CLOUDSTACK-9861: Expire VM snapshots after 
configured duration
URL: https://github.com/apache/cloudstack/pull/2026
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1775: CLOUDSTACK-9606: While IP address is released, tag are not deleted.

2017-08-05 Thread git
rhtyd commented on issue #1775: CLOUDSTACK-9606: While IP address is released, 
tag are not deleted.
URL: https://github.com/apache/cloudstack/pull/1775#issuecomment-320473127
 
 
   @priyankparihar fix the conflicts please
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[cloudstack] branch master updated: CLOUDSTACK-9608: Errored State and Abandoned state Templates are not displayed on UI. (#1774)

2017-08-05 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 3614f8a  CLOUDSTACK-9608: Errored State and Abandoned state Templates 
are not displayed on UI. (#1774)
3614f8a is described below

commit 3614f8aae29f3e084671b5269d2429fa7f355978
Author: Mowgli 
AuthorDate: Sun Aug 6 03:40:26 2017 +0530

CLOUDSTACK-9608: Errored State and Abandoned state Templates are not 
displayed on UI. (#1774)

Errored and Abandoned Templates should also be displayed on UI so that user 
has the accessibility to delete the template even before the clean up thread is 
run. Refer - CLOUDSTACK-9608
---
 server/src/com/cloud/api/query/QueryManagerImpl.java| 3 ++-
 server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java | 6 --
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/server/src/com/cloud/api/query/QueryManagerImpl.java 
b/server/src/com/cloud/api/query/QueryManagerImpl.java
index 9ed1cde..1c5c70c 100644
--- a/server/src/com/cloud/api/query/QueryManagerImpl.java
+++ b/server/src/com/cloud/api/query/QueryManagerImpl.java
@@ -3092,6 +3092,7 @@ public class QueryManagerImpl extends 
MutualExclusiveIdsManagerBase implements Q
 boolean showDomr = ((templateFilter != TemplateFilter.selfexecutable) 
&& (templateFilter != TemplateFilter.featured));
 HypervisorType hypervisorType = 
HypervisorType.getType(cmd.getHypervisor());
 
+
 return searchForTemplatesInternal(id, cmd.getTemplateName(), 
cmd.getKeyword(), templateFilter, false, null,
 cmd.getPageSizeVal(), cmd.getStartIndex(), cmd.getZoneId(), 
hypervisorType, showDomr,
 cmd.listInReadyState(), permittedAccounts, caller, 
listProjectResourcesCriteria, tags, showRemovedTmpl,
@@ -3355,7 +3356,7 @@ public class QueryManagerImpl extends 
MutualExclusiveIdsManagerBase implements Q
 if (showRemovedTmpl) {
 uniqueTmplPair = 
_templateJoinDao.searchIncludingRemovedAndCount(sc, searchFilter);
 } else {
-sc.addAnd("templateState", SearchCriteria.Op.IN, new 
State[]{State.Active, State.NotUploaded, State.UploadInProgress});
+sc.addAnd("templateState", SearchCriteria.Op.IN, new 
State[]{State.Active, State.UploadAbandoned, State.UploadError, 
State.NotUploaded, State.UploadInProgress});
 uniqueTmplPair = _templateJoinDao.searchAndCount(sc, searchFilter);
 }
 
diff --git a/server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java 
b/server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java
index 53f0429..67105d0 100644
--- a/server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java
+++ b/server/src/com/cloud/api/query/dao/TemplateJoinDaoImpl.java
@@ -105,7 +105,9 @@ public class TemplateJoinDaoImpl extends 
GenericDaoBaseWithTagInformation sc = tmpltIdPairSearch.create();
 if (!showRemoved) {
-sc.setParameters("templateState", 
VirtualMachineTemplate.State.Active, VirtualMachineTemplate.State.NotUploaded, 
VirtualMachineTemplate.State.UploadInProgress);
+sc.setParameters("templateState", 
VirtualMachineTemplate.State.Active, 
VirtualMachineTemplate.State.UploadAbandoned, 
VirtualMachineTemplate.State.UploadError 
,VirtualMachineTemplate.State.NotUploaded, 
VirtualMachineTemplate.State.UploadInProgress);
 }
 sc.setParameters("tempZonePairIN", labels);
 List vms = searchIncludingRemoved(sc, 
searchFilter, null, false);

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" '].


[GitHub] rhtyd closed pull request #1774: CLOUDSTACK-9608: Errored State and Abandoned state Templates are not ?

2017-08-05 Thread git
rhtyd closed pull request #1774: CLOUDSTACK-9608: Errored State and Abandoned 
state Templates are not ?
URL: https://github.com/apache/cloudstack/pull/1774
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned state Templates are not ?

2017-08-05 Thread git
rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned 
state Templates are not ?
URL: https://github.com/apache/cloudstack/pull/1774#issuecomment-320473097
 
 
   LGTM, merging based on above code reviews and test results.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned state Templates are not ?

2017-08-05 Thread git
rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned 
state Templates are not ?
URL: https://github.com/apache/cloudstack/pull/1774#issuecomment-320473054
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned state Templates are not ?

2017-08-05 Thread git
rhtyd commented on issue #1774: CLOUDSTACK-9608: Errored State and Abandoned 
state Templates are not ?
URL: https://github.com/apache/cloudstack/pull/1774#issuecomment-320473054
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[cloudstack] branch master updated: CLOUDSTACK-10034: Use libvirt to create new volumes and not rados-java (#2039)

2017-08-05 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 2867080  CLOUDSTACK-10034: Use libvirt to create new volumes and not 
rados-java (#2039)
2867080 is described below

commit 28670809791d9853c21693fbbd80154c9f66824f
Author: Wido den Hollander 
AuthorDate: Sun Aug 6 00:04:21 2017 +0200

CLOUDSTACK-10034: Use libvirt to create new volumes and not rados-java 
(#2039)

Since libvirt 1.2.2 libvirt will properly create volumes
using RBD format 2.

We can use libvirt to creates the volumes which strips a bit of
code from the CloudStack Agent's responsbility.

RBD format 2 is already used by all volumes created by CloudStack.

This format is the most recent format of RBD and is still actively
being developed.

This removes the support for Ubuntu 12.04 as that does not have the
proper libvirt version available.

Signed-off-by: Wido den Hollander w...@widodh.nl

We can use libvirt to creates the volumes which strips a bit of
code from the CloudStack Agent's responsbility.

RBD format 2 is already used by all volumes created by CloudStack.

This format is the most recent format of RBD and is still actively
being developed.

This removes the support for Ubuntu 12.04 as that does not have the
proper libvirt version available.

Signed-off-by: Wido den Hollander 
---
 debian/control |  3 +-
 .../kvm/storage/LibvirtStorageAdaptor.java | 78 +-
 2 files changed, 19 insertions(+), 62 deletions(-)

diff --git a/debian/control b/debian/control
index fed6622..f402325 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Description: CloudStack server library
 
 Package: cloudstack-agent
 Architecture: all
-Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime, cloudstack-common (= ${source:Version}), lsb-base (>= 4.0), 
libcommons-daemon-java, openssh-client, qemu-kvm (>= 1.0), libvirt-bin (>= 
0.9.8), uuid-runtime, iproute, ebtables, vlan, jsvc, ipset, python-libvirt, 
ethtool, iptables, lsb-release, init-system-helpers (>= 1.14~)
+Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime, cloudstack-common (= ${source:Version}), lsb-base (>= 4.0), 
libcommons-daemon-java, openssh-client, qemu-kvm (>= 1.0), libvirt-bin (>= 
1.2.2), uuid-runtime, iproute, ebtables, vlan, jsvc, ipset, python-libvirt, 
ethtool, iptables, lsb-release, init-system-helpers (>= 1.14~)
+Recommends: init-system-helpers
 Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
 Description: CloudStack agent
  The CloudStack agent is in charge of managing shared computing resources in
diff --git 
a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
 
b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
index 6e8ba30..96bb068 100644
--- 
a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
+++ 
b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java
@@ -659,25 +659,25 @@ public class LibvirtStorageAdaptor implements 
StorageAdaptor {
 s_logger.info("Attempting to create volume " + name + " (" + 
pool.getType().toString() + ") in pool "
 + pool.getUuid() + " with size " + size);
 
-switch (pool.getType()){
-case RBD:
-return createPhysicalDiskOnRBD(name, pool, format, 
provisioningType, size);
-case NetworkFilesystem:
-case Filesystem:
-switch (format){
-case QCOW2:
-return createPhysicalDiskByQemuImg(name, pool, format, 
provisioningType, size);
-case RAW:
-return createPhysicalDiskByQemuImg(name, pool, format, 
provisioningType, size);
-case DIR:
-return createPhysicalDiskByLibVirt(name, pool, format, 
provisioningType, size);
-case TAR:
+switch (pool.getType()) {
+case RBD:
 return createPhysicalDiskByLibVirt(name, pool, format, 
provisioningType, size);
+case NetworkFilesystem:
+case Filesystem:
+switch (format) {
+case QCOW2:
+return createPhysicalDiskByQemuImg(name, pool, format, 
provisioningType, size);
+case RAW:
+return createPhysicalDiskByQemuImg(name, pool, format, 
provisioningType, size);
+case DIR:
+return createPhysicalDiskByLibVirt(name, pool, format, 
provisioningType, size);
+case TAR:
+  

[GitHub] rhtyd closed pull request #2039: rbd: Use libvirt to create new volumes and not rados-java

2017-08-05 Thread git
rhtyd closed pull request #2039: rbd: Use libvirt to create new volumes and not 
rados-java
URL: https://github.com/apache/cloudstack/pull/2039
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2225: [master] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2225: [master] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2225#issuecomment-320469976
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-922
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd opened a new pull request #2225: [master] Smoketest health checkrun

2017-08-05 Thread git
rhtyd opened a new pull request #2225: [master] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2225
 
 
   This to run Trillian smoketests on master branch.
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2225: [master] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2225: [master] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2225#issuecomment-320467462
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] borisstoyanov commented on issue #2203: [CLOUDSTACK-10029] All private, public, and guest interfaceses are marked as untagged ca?

2017-08-05 Thread git
borisstoyanov commented on issue #2203: [CLOUDSTACK-10029] All private, public, 
and guest interfaceses are marked as untagged ca?
URL: https://github.com/apache/cloudstack/pull/2203#issuecomment-320467406
 
 
   Thanks @konstantintrushin 
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1246: CLOUDSTACK-9165 unable to use reserved IP range in a network for exte?

2017-08-05 Thread git
rhtyd commented on issue #1246: CLOUDSTACK-9165 unable to use reserved IP range 
in a network for exte?
URL: https://github.com/apache/cloudstack/pull/1246#issuecomment-320467188
 
 
   Test failures may or may not be related to PR changes, I'll kick a Trillian 
run for master branch.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1246: CLOUDSTACK-9165 unable to use reserved IP range in a network for exte?

2017-08-05 Thread git
blueorangutan commented on issue #1246: CLOUDSTACK-9165 unable to use reserved 
IP range in a network for exte?
URL: https://github.com/apache/cloudstack/pull/1246#issuecomment-320466858
 
 
   Trillian test result (tid-1318)
   Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 54246 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1246-t1318-vmware-55u3.zip
   Intermitten failure detected: 
/marvin/tests/smoke/test_deploy_vgpu_enabled_vm.py
   Intermitten failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermitten failure detected: 
/marvin/tests/smoke/test_nested_virtualization.py
   Intermitten failure detected: /marvin/tests/smoke/test_network.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers.py
   Intermitten failure detected: /marvin/tests/smoke/test_volumes.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Test completed. 48 look OK, 9 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_VPC_nics_after_destroy | `Failure` | 800.83 | test_vpc_router_nics.py
   test_01_create_volume | `Failure` | 191.10 | test_volumes.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
505.15 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
502.77 | test_routers_network_ops.py
   test_06_router_advanced | `Failure` | 0.02 | test_routers.py
   test_05_router_basic | `Failure` | 0.03 | test_routers.py
   test_04_rvpc_privategw_static_routes | `Failure` | 784.07 | 
test_privategw_acl.py
   test_09_reboot_router | `Error` | 5.11 | test_routers.py
   test_08_start_router | `Error` | 160.96 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 166.05 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 206.33 | test_routers.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 787.90 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 823.39 | 
test_privategw_acl.py
   test_reboot_router | `Error` | 579.63 | test_network.py
   test_nested_virtualization_vmware | `Error` | 444.07 | 
test_nested_virtualization.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 278.00 | 
test_internal_lb.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 293.29 | 
test_internal_lb.py
   test_3d_gpu_support | `Error` | 521.04 | test_deploy_vgpu_enabled_vm.py
   test_08_resize_volume | Skipped | 5.12 | test_volumes.py
   test_07_resize_fail | Skipped | 15.27 | test_volumes.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
   test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
   test_01_scale_vm | Skipped | 66.46 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.03 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_06_verify_guest_lspci_again | Skipped | 0.00 | 
test_deploy_virtio_scsi_vm.py
   test_05_change_vm_ostype_restart | Skipped | 0.00 | 
test_deploy_virtio_scsi_vm.py
   test_04_verify_guest_lspci | Skipped | 0.00 | test_deploy_virtio_scsi_vm.py
   test_03_verify_libvirt_attach_disk | Skipped | 0.00 | 
test_deploy_virtio_scsi_vm.py
   test_02_verify_libvirt_after_restart | Skipped | 0.00 | 
test_deploy_virtio_scsi_vm.py
   test_01_verify_libvirt | Skipped | 0.00 | test_deploy_virtio_scsi_vm.py
   test_deploy_vgpu_enabled_vm | Skipped | 1.16 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320452963
 
 
   @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + 
vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320452934
 
 
   @blueorangutan test matrix
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320452789
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-921
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA 
and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320450642
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-920
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320450495
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320450440
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320450375
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-919
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA 
and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320447860
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
rhtyd commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM 
HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320447854
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA 
and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320389265
 
 
   Trillian test result (tid-1313)
   Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 58785 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1960-t1313-vmware-55u3.zip
   Intermitten failure detected: 
/marvin/tests/smoke/test_deploy_vgpu_enabled_vm.py
   Intermitten failure detected: /marvin/tests/smoke/test_ha_for_host.py
   Intermitten failure detected: /marvin/tests/smoke/test_ha_kvm_agent.py
   Intermitten failure detected: /marvin/tests/smoke/test_ha_kvm.py
   Intermitten failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermitten failure detected: 
/marvin/tests/smoke/test_nested_virtualization.py
   Intermitten failure detected: /marvin/tests/smoke/test_network.py
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers.py
   Intermitten failure detected: /marvin/tests/smoke/test_volumes.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Test completed. 47 look OK, 14 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_VPC_nics_after_destroy | `Failure` | 615.82 | test_vpc_router_nics.py
   test_01_create_volume | `Failure` | 207.08 | test_volumes.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
507.98 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
495.57 | test_routers_network_ops.py
   test_06_router_advanced | `Failure` | 0.02 | test_routers.py
   test_05_router_basic | `Failure` | 0.02 | test_routers.py
   test_04_rvpc_privategw_static_routes | `Failure` | 1020.52 | 
test_privategw_acl.py
   test_01_single_VPC_iptables_policies | `Error` | 378.42 | 
test_routers_iptables_default_policy.py
   test_01_single_VPC_iptables_policies | `Error` | 429.07 | 
test_routers_iptables_default_policy.py
   test_09_reboot_router | `Error` | 5.10 | test_routers.py
   test_08_start_router | `Error` | 166.00 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 161.00 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 206.29 | test_routers.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 839.13 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 884.75 | 
test_privategw_acl.py
   test_01_nic | `Error` | 434.41 | test_nic.py
   test_reboot_router | `Error` | 569.48 | test_network.py
   test_nested_virtualization_vmware | `Error` | 418.72 | 
test_nested_virtualization.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 303.33 | 
test_internal_lb.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 318.58 | 
test_internal_lb.py
   test_ha_stop_agent_host_is_degraded | `Error` | 0.26 | test_ha_kvm_agent.py
   test_ha_kill_agent_host_is_degraded | `Error` | 0.26 | test_ha_kvm_agent.py
   test_remove_ha_provider_not_possible | `Error` | 0.13 | test_ha_kvm.py
   test_hostha_enable_ha_when_host_inMaintenance | `Error` | 0.16 | 
test_ha_kvm.py
   test_hostha_enable_ha_when_host_disconected | `Error` | 5.16 | test_ha_kvm.py
   test_hostha_enable_ha_when_host_disabled | `Error` | 5.14 | test_ha_kvm.py
   test_hostha_enable_feature_valid | `Error` | 5.18 | test_ha_kvm.py
   test_hostha_disable_feature_valid | `Error` | 5.15 | test_ha_kvm.py
   test_hostha_configure_default_driver | `Error` | 5.13 | test_ha_kvm.py
   test_enable_ha_when_host_powerstate_on | `Error` | 15.51 | test_ha_kvm.py
   test_disable_oobm_ha_state_ineligible | `Error` | 0.12 | test_ha_kvm.py
   test_configure_ha_provider_valid | `Error` | 5.16 | test_ha_kvm.py
   test_configure_ha_provider_invalid | `Error` | 0.11 | test_ha_kvm.py
   test_list_ha_for_host_valid | `Error` | 0.05 | test_ha_for_host.py
   test_list_ha_for_host_invalid | `Error` | 0.05 | test_ha_for_host.py
   test_list_ha_for_host | `Error` | 0.05 | test_ha_for_host.py
   test_enable_ha_for_host_invalid | `Error` | 0.05 | test_ha_for_host.py
   test_enable_ha_for_host | `Error` | 0.05 | test_ha_for_host.py
   test_disable_ha_for_host_invalid | `Error` | 0.05 | test_ha_for_host.py
   test_disable_ha_for_host | `Error` | 0.05 | test_ha_for_host.py
   test_3d_gpu_support | `Error` | 635.66 | test_deploy_vgpu_enabled_vm.py
   test_08_resize_volume | Skipped | 5.10 | test_volumes.py
   test_07_resize_fail | Skipped | 10.24 | test_volumes.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skip

[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-319706261
 
 
   Trillian test result (tid-1303)
   Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 54181 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1303-vmware-55u3.zip
   Intermitten failure detected: /marvin/tests/smoke/test_list_ids_parameter.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Test completed. 49 look OK, 5 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
`Failure` | 434.54 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | `Failure` | 1359.24 | 
test_vpc_redundant.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
411.11 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
420.23 | test_routers_network_ops.py
   test_04_rvpc_privategw_static_routes | `Failure` | 831.03 | 
test_privategw_acl.py
   test_02_vpc_privategw_static_routes | `Failure` | 489.08 | 
test_privategw_acl.py
   test_01_vpc_site2site_vpn | `Error` | 513.93 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | `Error` | 704.79 | test_vpc_vpn.py
   ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | 
test_list_ids_parameter.py
   test_08_resize_volume | Skipped | 10.17 | test_volumes.py
   test_07_resize_fail | Skipped | 15.44 | test_volumes.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
   test_01_scale_vm | Skipped | 63.39 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA 
and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320203952
 
 
   Trillian test result (tid-1312)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 42812 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1960-t1312-kvm-centos7.zip
   Intermitten failure detected: 
/marvin/tests/smoke/test_affinity_groups_projects.py
   Intermitten failure detected: /marvin/tests/smoke/test_affinity_groups.py
   Intermitten failure detected: 
/marvin/tests/smoke/test_deploy_virtio_scsi_vm.py
   Intermitten failure detected: /marvin/tests/smoke/test_ha_kvm_agent.py
   Intermitten failure detected: /marvin/tests/smoke/test_ha_kvm.py
   Intermitten failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermitten failure detected: /marvin/tests/smoke/test_network.py
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers.py
   Intermitten failure detected: /marvin/tests/smoke/test_volumes.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Test completed. 50 look OK, 11 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_VPC_nics_after_destroy | `Failure` | 353.76 | test_vpc_router_nics.py
   test_06_router_advanced | `Failure` | 0.01 | test_routers.py
   test_05_router_basic | `Failure` | 0.02 | test_routers.py
   test_04_rvpc_privategw_static_routes | `Failure` | 404.89 | 
test_privategw_acl.py
   test_enable_ha_when_host_powerstate_on | `Failure` | 105.45 | test_ha_kvm.py
   test_09_reboot_router | `Error` | 5.09 | test_routers.py
   test_08_start_router | `Error` | 35.22 | test_routers.py
   test_04_restart_network_wo_cleanup | `Error` | 40.24 | test_routers.py
   test_03_restart_network_cleanup | `Error` | 80.44 | test_routers.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 333.56 | 
test_privategw_acl.py
   test_01_nic | `Error` | 156.65 | test_nic.py
   test_reboot_router | `Error` | 317.09 | test_network.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 161.98 | 
test_internal_lb.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Error` | 177.17 | 
test_internal_lb.py
   test_ha_stop_agent_host_is_degraded | `Error` | 0.19 | test_ha_kvm_agent.py
   test_ha_kill_agent_host_is_degraded | `Error` | 0.20 | test_ha_kvm_agent.py
   test_hostha_enable_ha_when_host_inMaintenance | `Error` | 0.20 | 
test_ha_kvm.py
   ContextSuite context=TestDeployVirtioSCSIVM>:teardown | `Error` | 114.61 | 
test_deploy_virtio_scsi_vm.py
   test_DeployVmAntiAffinityGroup_in_project | `Error` | 70.56 | 
test_affinity_groups_projects.py
   test_DeployVmAntiAffinityGroup | `Error` | 70.60 | test_affinity_groups.py
   test_change_service_offering_for_vm_with_snapshots | Skipped | 0.00 | 
test_vm_snapshots.py
   test_09_copy_delete_template | Skipped | 0.01 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
   test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.03 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_nested_virtualization_vmware | Skipped | 0.00 | 
test_nested_virtualization.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_hostha_enable_feature_without_setting_provider | Skipped | 0.02 | 
test_hostha_simulator.py
   test_hostha_enable_feature_valid | Skipped | 0.02 | test_hostha_simulator.py
   test_hostha_disable_feature_valid | Skipped | 0.02 | test_hostha_simulator.py
   test_hostha_configure_invalid_provider | Skipped | 0.02 | 
test_hostha_simulator.py
   test_hostha_configure_default_driver | Skipped | 0.02 | 
test_hostha_simulator.py
   test_ha_verify_fsm_recovering | Skipped | 0.01 | test_hostha_simulator.py
   test_ha_verify_fsm_fenced | Skipped | 0.02 | test_hostha_simulator.py
   test_ha_verify_fsm_degraded | Skipped | 0.02 | test_hostha_simulator.py
   test_ha_verify_fsm_available | Skipped | 0.02 | test_hostha_simulator.py
   test_ha_multiple_mgmt_server_ownership | Skipped | 0.01 | 
test_hostha_simulator.py
   test_ha_list_providers | Skipped | 0.02 | test_hostha_simulator.py
   test_ha_enabledisable_across_clusterzones | Skipped | 0.01 | 
test_hostha_simulator.py
   test_ha_enable_feature_invalid | Skipped | 0.02 | test_hostha_simulator.py
   test_ha_disable_feature_invalid | Skipped | 0.01 | test_hostha_simulator.py
   test_configure_ha_provider_valid | Skipped | 0.02 | test_hostha_simulator.py
   test_configure_ha_provider_invalid | Skipped | 0.02 | 
test_hostha_simul

[GitHub] blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-08-05 Thread git
blueorangutan commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA 
and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-320210365
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been 
kicked to run smoke tests
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-319676741
 
 
   Trillian test result (tid-1301)
   Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
   Total time taken: 62466 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1301-xenserver-65sp1.zip
   Intermitten failure detected: /marvin/tests/smoke/test_network.py
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermitten failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Test completed. 48 look OK, 6 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_VPC_nics_after_destroy | `Failure` | 812.63 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | `Failure` | 588.92 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Failure` | 1516.22 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 691.29 | 
test_vpc_redundant.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
526.14 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
555.73 | test_routers_network_ops.py
   test_04_rvpc_privategw_static_routes | `Failure` | 1125.08 | 
test_privategw_acl.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
`Error` | 723.56 | test_vpc_redundant.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 967.94 | 
test_privategw_acl.py
   test_01_nic | `Error` | 368.15 | test_nic.py
   test_reboot_router | `Error` | 629.12 | test_network.py
   test_09_copy_delete_template | Skipped | 0.01 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.01 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320209975
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-319574096
 
 
   Trillian test result (tid-1302)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33441 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1302-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Test completed. 52 look OK, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 484.01 | 
test_privategw_acl.py
   test_01_nic | `Error` | 257.84 | test_nic.py
   test_03_delete_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_02_revert_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_01_create_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_09_copy_delete_template | Skipped | 0.01 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.03 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-319485906
 
 
   @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + 
vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320199393
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320199262
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320222490
 
 
   @blueorangutan test matrix
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320372303
 
 
   Trillian test result (tid-1314)
   Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
   Total time taken: 43451 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1314-xenserver-65sp1.zip
   Intermitten failure detected: /marvin/tests/smoke/test_network.py
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Test completed. 49 look OK, 5 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_05_rvpc_multi_tiers | `Failure` | 402.51 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Failure` | 1375.24 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 409.54 | 
test_vpc_redundant.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
420.12 | test_routers_network_ops.py
   test_04_rvpc_privategw_static_routes | `Failure` | 662.34 | 
test_privategw_acl.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
`Error` | 310.90 | test_vpc_redundant.py
   ContextSuite context=TestRedundantIsolateNetworks>:teardown | `Error` | 
291.21 | test_routers_network_ops.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 742.04 | 
test_privategw_acl.py
   test_01_nic | `Error` | 348.26 | test_nic.py
   test_reboot_router | `Error` | 382.77 | test_network.py
   test_09_copy_delete_template | Skipped | 0.01 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.01 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320208111
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-912
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320220926
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-914
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320447806
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320209839
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320347072
 
 
   Trillian test result (tid-1315)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 30824 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1315-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_nic.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Test completed. 52 look OK, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 406.48 | 
test_privategw_acl.py
   test_01_nic | `Error` | 212.97 | test_nic.py
   test_03_delete_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_02_revert_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_01_create_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320222594
 
 
   @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + 
vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320429456
 
 
   Trillian test result (tid-1316)
   Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33266 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1316-vmware-55u3.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Test completed. 52 look OK, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
383.66 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
340.38 | test_routers_network_ops.py
   test_04_rvpc_privategw_static_routes | `Failure` | 593.39 | 
test_privategw_acl.py
   test_08_resize_volume | Skipped | 5.11 | test_volumes.py
   test_07_resize_fail | Skipped | 10.31 | test_volumes.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_01_scale_vm | Skipped | 33.65 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
rhtyd commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320447776
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun

2017-08-05 Thread git
blueorangutan commented on issue #2217: [4.9] Smoketest health checkrun
URL: https://github.com/apache/cloudstack/pull/2217#issuecomment-320429456
 
 
   Trillian test result (tid-1316)
   Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33266 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2217-t1316-vmware-55u3.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Test completed. 52 look OK, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
383.66 | test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
340.38 | test_routers_network_ops.py
   test_04_rvpc_privategw_static_routes | `Failure` | 593.39 | 
test_privategw_acl.py
   test_08_resize_volume | Skipped | 5.11 | test_volumes.py
   test_07_resize_fail | Skipped | 10.31 | test_volumes.py
   test_09_copy_delete_template | Skipped | 0.02 | test_templates.py
   test_06_copy_template | Skipped | 0.00 | test_templates.py
   test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
   test_01_scale_vm | Skipped | 33.65 | test_scale_vm.py
   test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
   test_vm_nic_adapter_vmxnet3 | Skipped | 0.00 | test_nic_adapter_type.py
   test_06_copy_iso | Skipped | 0.00 | test_iso.py
   test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services