[GitHub] blueorangutan commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
| Skipped | 1.12 | 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

[GitHub] mike-tutkowski commented on issue #2294: Adding allocated IOPS to storage pool response

2017-10-11 Thread git
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] syed opened a new pull request #2294: Adding used IOPS to storage pool response

2017-10-11 Thread git
for monitoring if we have reached the IOPS limit on a storage cluster. cc: @mike-tutkowski 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

[GitHub] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
ase `range[0]` is not a number and the method returns -1 ---- 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,

[GitHub] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
anPart: vlanAuthority.split(",")) { +if (vlanPart == null || vlanPart.isEmpty()) { Review comment: what about `StringUtils.isBlank` here? This is an automated message from the Apache Git Service. To respond to the

[GitHub] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
` here? 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.apac

[GitHub] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
1); +final List vlans2 = expandVlanUri(vlanRange2); +if (vlans1 == null || vlans2 == null) { Review comment: if one of them is null, the result is `true`? This means that they overlap? ---- This is an automated message from the

[GitHub] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
helps to reduce the number of IFs inside of IFs ---- 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] rafaelweingartner commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
ve one if inception 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 Infrastr

[GitHub] rafaelweingartner commented on a change in pull request #2284: CLOUDSTACK-10103: Cloudian Connector for CloudStack

2017-10-11 Thread git
that I am against the code the way it is; I only wanted to call attention to a point that can help us to reduce the barrier for newcomers. The more readable and understandable a code is at first sight, the easier it is for newcomers to start working with it. P.S. sorry for the lo

[GitHub] borisstoyanov commented on issue #2048: CLOUDSTACK-9880: Expansion of Management IP Range.

2017-10-11 Thread git
to the failures. 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

[GitHub] rhtyd commented on a change in pull request #2284: CLOUDSTACK-10103: Cloudian Connector for CloudStack

2017-10-11 Thread git
OrEmpty(groupId)) { +return null; +} +LOG.debug("Trying to find Cloudian group with id=" + groupId); +try { + final HttpResponse response = get(String.format("/group?groupId=%s", groupId)); +checkResponseOK(response); +

[GitHub] rhtyd commented on a change in pull request #2284: CLOUDSTACK-10103: Cloudian Connector for CloudStack

2017-10-11 Thread git
/// + +public boolean addGroup(final CloudianGroup group) { Review comment: Runtime exceptions are suitably thrown by checkResponseTimeOut and other methods. The boolean value may be used to ascertain whether the operation was successful or not. Throwing and catching exceptions will ultimately be similar pattern. ---- 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 #2286: CLOUDSTACK-9993: Have basic constraint in CA certificate

2017-10-11 Thread git
rhtyd closed pull request #2286: CLOUDSTACK-9993: Have basic constraint in CA certificate URL: https://github.com/apache/cloudstack/pull/2286 This is an automated message from the Apache Git Service. To respond

[GitHub] rhtyd commented on issue #2286: CLOUDSTACK-9993: Have basic constraint in CA certificate

2017-10-11 Thread git
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] rafaelweingartner commented on issue #2283: WIP CLOUDSTACK-10105: Maven standard

2017-10-11 Thread git
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] marcaurele commented on issue #2283: WIP CLOUDSTACK-10105: Maven standard

2017-10-11 Thread git
R is ready, I'll squash them, and maintain the rebase until the merge. 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. F

[GitHub] rhtyd closed pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack

2017-10-11 Thread git
rhtyd closed pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack URL: https://github.com/apache/cloudstack/pull/2287 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] blueorangutan commented on issue #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
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

[GitHub] rhtyd commented on issue #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
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 #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
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 #2048: CLOUDSTACK-9880: Expansion of Management IP Range.

2017-10-11 Thread git
? 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] resmo commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
' +}] +}); +} +}, + +forgedTransmits: { +label: 'label.forged.trasmits', Review comment: same typo This is an automated message from the Apache Git

[GitHub] resmo commented on a change in pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
-------- 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 #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
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 a change in pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack

2017-10-11 Thread git
} + +private abstract class Item { +String name; + +public Item(final String nm) { +name = nm; +} + +public abstract String toMetricsString(); +} + +class ItemVM extends Item { Review comment: What approach should we take?

[GitHub] rhtyd commented on a change in pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack

2017-10-11 Thread git
Review comment: I kept this method to follow the hierarical metrics output at host level in a zone; splitting may make redundant loops. ---- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] blueorangutan commented on issue #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
. 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

[GitHub] rhtyd commented on issue #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
and others @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

[GitHub] blueorangutan commented on issue #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-10-11 Thread git
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

[GitHub] DaanHoogland commented on issue #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-10-11 Thread git
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] rafaelweingartner commented on a change in pull request #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
planations. 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] DaanHoogland closed pull request #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-10-11 Thread git
DaanHoogland closed pull request #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type URL: https://github.com/apache/cloudstack/pull/2246 This is an automated message from the Apache Git Service

[GitHub] rhtyd commented on issue #2244: CLOUDSTACK-10054:Volume download times out in 3600 seconds

2017-10-11 Thread git
. 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

[GitHub] mrunalinikankariya commented on a change in pull request #2054: CLOUDSTACK-9886 : After restarting cloudstack-management , It takes time to connect hosts

2017-10-11 Thread git
. 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

[GitHub] mrunalinikankariya commented on issue #2244: CLOUDSTACK-10054:Volume download times out in 3600 seconds

2017-10-11 Thread git
() It will start failing on lower java versions 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

[GitHub] mrunalinikankariya commented on issue #2292: CLOUDSTACK-10108:ConfigKey based approach for reading 'ping' configua?

2017-10-11 Thread git
SUCCESSFUL=== Hypervisor = 0ba599dd-6e4a-4b60-9b08-98e53481f24c Host state is Up ===final results are now copied to: /tmp//MarvinLogs/test_host_TERH92=== This is an automated message from the Apache Git Service. To respond

[GitHub] mrunalinikankariya commented on issue #2292: CLOUDSTACK-10108:ConfigKey based approach for reading 'ping' configua?

2017-10-11 Thread git
](https://github.com/apache/cloudstack/files/1374815/runinfo.txt) Attached marvin test result 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

[GitHub] rhtyd commented on issue #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
. 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

[GitHub] rhtyd opened a new pull request #2293: CLOUDSTACK-10047: DVSwitch fixes and improvements

2017-10-11 Thread git
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

[GitHub] mrunalinikankariya opened a new pull request #2292: CLOUDSTACK-10108:ConfigKey based approach for reading 'ping' configua?

2017-10-11 Thread git
of DB. So, replaced it with ConfigKey based approach 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

[GitHub] blueorangutan commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
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

[GitHub] blueorangutan commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
. 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

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-11 Thread git
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] mrunalinikankariya commented on issue #2270: CLOUDSTACK-10085 : Upload volume from local fails when global config max.account.seconday.storage is set to -1

2017-10-10 Thread git
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

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
ill passing `deviceNumber` to be used as key when plugging in a dvswitch `nic` device, I removed the `setKey(30)` as `setKey` is again called, its usage is redundant and unnecessary. This is an automated message from the Apache

[GitHub] blueorangutan commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
csi_vm.py test_deploy_vgpu_enabled_vm | Skipped | 1.19 | 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

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
. 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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
. 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

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
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 a change in pull request #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
reduce our test scopes, I chose to keep it that way. IMO it's not a problem as long as the key is unique, being negative/positive is not a problem. This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
. 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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
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 #2181: CLOUDSTACK-9957 Annotations

2017-10-10 Thread git
t_deploy_vgpu_enabled_vm | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py test_3d_gpu_support | Skipped | 0.06 | test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] rhtyd commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
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 #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
. 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

[GitHub] blueorangutan commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
csi_vm.py test_deploy_vgpu_enabled_vm | Skipped | 1.19 | 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

[GitHub] mike-tutkowski commented on issue #2081: CLOUDSTACK-9894 Separate creation and backup operations for a volume snapshot

2017-10-10 Thread git
). It seems a problem has been introduced into master. I can e-mail the list. 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

[GitHub] blueorangutan commented on issue #2048: CLOUDSTACK-9880: Expansion of Management IP Range.

2017-10-10 Thread git
nabled_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 #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-10-10 Thread git
ulator.py test_deploy_vgpu_enabled_vm | Skipped | 0.03 | test_deploy_vgpu_enabled_vm.py test_3d_gpu_support | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to th

[GitHub] mike-tutkowski commented on issue #2081: CLOUDSTACK-9894 Separate creation and backup operations for a volume snapshot

2017-10-10 Thread git
. 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 #2282: CLOUDSTACK-10104:Optimize database transactions in ListDomain API to improve performance

2017-10-10 Thread git
_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] rafaelweingartner commented on issue #2189: CLOUDSTACK-10006: Internal DRS-like load balancing implementation for Vmware

2017-10-10 Thread git
on your cloud production environment with caution. [1] https://github.com/Autonomiccs/autonomiccs-platform [2] https://github.com/Autonomiccs/cloud-traces This is an automated message from the Apache Git Service. To respond

[GitHub] rafaelweingartner commented on issue #2189: CLOUDSTACK-10006: Internal DRS-like load balancing implementation for Vmware

2017-10-10 Thread git
on your cloud production environment with caution. 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

[GitHub] blueorangutan commented on issue #2250: CLOUDSTACK-10057: listNetworkOfferings now returns the correct number of offerings.

2017-10-10 Thread git
Skipped | 0.04 | 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

[GitHub] rafaelweingartner commented on issue #2283: WIP CLOUDSTACK-10105: Maven standard

2017-10-10 Thread git
) 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

[GitHub] blueorangutan commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-10-10 Thread git
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

[GitHub] rafaelweingartner opened a new pull request #2291: Fix validation for parameter "vm.password.length"

2017-10-10 Thread git
accepting values bigger than 10. This PR changes the validation method to accept any number >= 6. We also change other inconsistencies in error messages presented to users. in near by validations This is an automated message from t

[GitHub] DaanHoogland closed pull request #2074: CLOUDSTACK-9899 Url validation disabling

2017-10-10 Thread git
DaanHoogland closed pull request #2074: CLOUDSTACK-9899 Url validation disabling URL: https://github.com/apache/cloudstack/pull/2074 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] DaanHoogland closed pull request #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
DaanHoogland closed pull request #2061: CLOUDSTACK-8308 automation test for Delta Snapshot URL: https://github.com/apache/cloudstack/pull/2061 This is an automated message from the Apache Git Service. To respond

[GitHub] DaanHoogland commented on issue #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
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 #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
che 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 #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
. 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

[GitHub] DaanHoogland commented on issue #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
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 #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
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

[GitHub] blueorangutan commented on issue #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-10-10 Thread git
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 #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-10 Thread git
------ 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 #2257: CLOUDSTACK-10060:ListUsage API always displays the Virtual size as '0' for Usage type=9 (snapshot)

2017-10-10 Thread git
| 0.03 | test_deploy_vgpu_enabled_vm.py test_3d_gpu_support | Skipped | 0.03 | 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

[GitHub] blueorangutan commented on issue #2290: WIP: add track id to async api calls

2017-10-10 Thread git
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] DaanHoogland commented on a change in pull request #2290: WIP: add track id to async api calls

2017-10-10 Thread git
we can throw it here. 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] rafaelweingartner commented on a change in pull request #2290: WIP: add track id to async api calls

2017-10-10 Thread git
not found), it means that something else further down the deployment process will break, right? If this is the case, I think we could stop the processing here and throw a runtime exception. This is an automated message from the Apache Git

[GitHub] blueorangutan commented on issue #2290: WIP: add track id to async api calls

2017-10-10 Thread git
. 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

[GitHub] DaanHoogland commented on issue #2290: WIP: add track id to async api calls

2017-10-10 Thread git
DaanHoogland commented on issue #2290: WIP: add track id to async api calls URL: https://github.com/apache/cloudstack/pull/2290#issuecomment-335484114 @blueorangutan package This is an automated message from the Apache Git

[GitHub] rafaelweingartner commented on a change in pull request #2284: CLOUDSTACK-10103: Cloudian Connector for CloudStack

2017-10-10 Thread git
CloudianGroup group) { Review comment: What about throwing a runtime exception (a custom one) if it is not possible to add this `group` object? It feels more natural for a method to throw an exception if it fails than to return a Boolean indicating its status. The same applies for the

[GitHub] rafaelweingartner commented on a change in pull request #2284: CLOUDSTACK-10103: Cloudian Connector for CloudStack

2017-10-10 Thread git
nse); +if (response.getStatusLine().getStatusCode() == HttpStatus.SC_NO_CONTENT || Review comment: what about putting the boolean condition `response.getStatusLine().getStatusCode() == HttpStatus.SC_NO_CONTENT || response.getEntity() == null || response.getEntity().getCon

[GitHub] rafaelweingartner commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
time I am not able to review or work much with you guys ;) 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

[GitHub] DaanHoogland opened a new pull request #2290: WIP: add track id to async api calls

2017-10-10 Thread git
. 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

[GitHub] rafaelweingartner commented on a change in pull request #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
Do you understand why we are using negative values there? 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 que

[GitHub] rafaelweingartner commented on a change in pull request #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
lue as IDs. 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.

[GitHub] DaanHoogland commented on a change in pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack

2017-10-10 Thread git
); +} + +private abstract class Item { +String name; + +public Item(final String nm) { +name = nm; +} + +public abstract String toMetricsString(); +} + +class ItemVM extends Item { Review comment: a lot of doublures in field

[GitHub] DaanHoogland commented on a change in pull request #2287: CLOUDSTACK-9998: Prometheus Exporter for CloudStack

2017-10-10 Thread git
d) { Review comment: I would love to see this method split. It doesn't fit in my mind. Guess it doesn't differ for the functionality. ---- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] resmo commented on issue #2288: CLOUDSTACK-10107: For VMware VMs add devices without unit number

2017-10-10 Thread git
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 #2289: [4.11/master] Smoketest Health Check

2017-10-10 Thread git
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-10-10 Thread git
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 #2289: [4.11/master] Smoketest Health Check

2017-10-10 Thread git
. 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

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

2017-10-10 Thread git
. 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

[GitHub] rhtyd closed pull request #2225: [master] Smoketest health checkrun

2017-10-10 Thread git
rhtyd closed pull request #2225: [master] Smoketest health checkrun URL: https://github.com/apache/cloudstack/pull/2225 This is an automated message from the Apache Git Service. To respond to the message, please log

<    1   2   3   4   5   6   7   8   9   10   >