[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
daos etc these days) 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 #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
les APIs for example. 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 I

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
.api.EntityReference; + +import java.util.Date; + +/** + * @since 4.11 Review comment: Remove since comment. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
should we say 'Last commented by' and 'Comment'. The word 'annotation' may be used to highlight some text, the feature here allows admins to put comments on entities/resources... is it too late to reconsider renaming the APIs and naming as `comments`?

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
11 Review comment: Remove since comment. 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 ser

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
esponse.ListResponse; + +/** + * @since 4.11 Review comment: Comments not necessary 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

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
;) Review comment: Add version field in this argument to state from which version this change was introduced. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
Review comment: We can use current context to find out the account, remove the comments. -------- 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 s

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
: Consider modern variable naming? Let's use `LOG` or `LOGGER` ? 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.

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
nt: Reformat code, move methods below variables. 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 servi

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
e.AnnotationResponse; + +/** + * @since 4.11 Review comment: Same as previous cmd class, remove command, add authorized and versions field in the APICommand annotation. This is an automated message from the Apache Git

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 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 #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
equestHasSensitiveInfo = false, responseHasSensitiveInfo = false) +public class AddAnnotationCmd extends BaseCmd{ Review comment: Fix styling, space after `BaseCmd`. This is an automated message from the Apache Git Service. To

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 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] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
ject.Inject; +import java.util.ArrayList; +import java.util.List; + +/** + * @since 4.11 Review comment: Remove since comment. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations

2017-07-23 Thread git
String APINAME = "addAnnotation"; Review comment: Move static variable above the methods, likely in the beginning on the class. ---- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
| Skipped | 0.05 | test_primary_storage.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

[GitHub] rhtyd commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with names of deleted roles

2017-07-23 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 #2094: Agent logrotation

2017-07-23 Thread git
rhtyd commented on issue #2094: Agent logrotation URL: https://github.com/apache/cloudstack/pull/2094#issuecomment-317245488 @The-Loeki thanks, can you squash your changes and include the JIRA id in the git commit message

[GitHub] rhtyd commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-23 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 #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-23 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 #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-23 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

[GitHub] blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-23 Thread git
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

[GitHub] blueorangutan commented on issue #1933: CLOUDSTACK-9569: add router.aggregation.command.each.timeout to agent?

2017-07-23 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 #1933: CLOUDSTACK-9569: add router.aggregation.command.each.timeout to agent?

2017-07-23 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] borisstoyanov commented on issue #2194: CLOUDSTACK-10009: fix test_data.py remove item "templateregister", and fix tests to use default template

2017-07-23 Thread git
"lastname": "User", "roleid": "3765fd9d-6de7-11e7-b818-0663c0010710", "rolename": "User", "roletype": "User", "state": "enabled", "username&qu

[GitHub] rhtyd commented on issue #2194: CLOUDSTACK-10009: fix test_data.py remove item "templateregister", and fix tests to use default template

2017-07-23 Thread git
= TestName: test_user_key_renew_same_account | Status : FAILED ===` 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] rhtyd commented on issue #2194: CLOUDSTACK-10009: fix test_data.py remove item "templateregister", and fix tests to use default template

2017-07-23 Thread git
an 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 #2085: CLOUDSTACK-9891 no password log for copy user in ssvm setup

2017-07-23 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 #1798: CLOUDSTACK-9631: API: affinitygroupids or affinitygroupnames must be given

2017-07-23 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 #2164: CLOUDSTACK-9982: Introduce PhysicalSize as response in listTemplates API

2017-07-23 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] blueorangutan commented on issue #1969: CLOUDSTACK-9667 Enable resourcecount.check.interval by default

2017-07-23 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 #2052: [4.9] new backported fixes

2017-07-23 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 #2046: CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls

2017-07-23 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 #2164: CLOUDSTACK-9982: Introduce PhysicalSize as response in listTemplates API

2017-07-23 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 #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-07-23 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 closed pull request #926: [4.10] CLOUDSTACK-7984: Collect network statistics for VMs on shared network (KVM implementation)

2017-07-23 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] rhtyd commented on issue #1470: Make the generated json files unique to prevent concurrency issues

2017-07-23 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 #1470: Make the generated json files unique to prevent concurrency issues

2017-07-23 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 #1470: Make the generated json files unique to prevent concurrency issues

2017-07-23 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 #2052: [4.9] new backported fixes

2017-07-23 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] rhtyd commented on issue #2052: [4.9] new backported fixes

2017-07-23 Thread git
rhtyd commented on issue #2052: [4.9] new backported fixes URL: https://github.com/apache/cloudstack/pull/2052#issuecomment-317260620 @blueorangutan test matrix This is an automated message from the Apache Git Service

[GitHub] blueorangutan commented on issue #1557: Removed unused methods from XenServerConnectionPool

2017-07-23 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 #2000: CLOUDSTACK-8873: add zonename in load balancer response

2017-07-23 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 #2000: CLOUDSTACK-8873: add zonename in load balancer response

2017-07-23 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 closed pull request #1864: [Ignore][Defunct][Experimental] WIP Debian8 systemvmtemplate

2017-07-23 Thread git
rhtyd closed pull request #1864: [Ignore][Defunct][Experimental] WIP Debian8 systemvmtemplate URL: https://github.com/apache/cloudstack/pull/1864 This is an automated message from the Apache Git Service. To respond

[GitHub] rhtyd commented on issue #1864: [Ignore][Defunct][Experimental] WIP Debian8 systemvmtemplate

2017-07-23 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 opened a new pull request #2198: CLOUDSTACK-10013: Migrate to Debian9 for systemvmtemplate

2017-07-23 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 #2115: [4.9] Smoketests Health

2017-07-23 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 #2085: CLOUDSTACK-9891 no password log for copy user in ssvm setup

2017-07-23 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 #1969: CLOUDSTACK-9667 Enable resourcecount.check.interval by default

2017-07-23 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 #2085: CLOUDSTACK-9891 no password log for copy user in ssvm setup

2017-07-23 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 #1357: [4.9] CLOUDSTACK-8958: release dedicated ip range in domain removal

2017-07-23 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 #2038: ipv6: Allow all ICMPv6 traffic if -1 is provided as a ICMP type

2017-07-23 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 issue #1357: [4.9] CLOUDSTACK-8958: release dedicated ip range in domain removal

2017-07-23 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 #2164: CLOUDSTACK-9982: Introduce PhysicalSize as response in listTemplates API

2017-07-23 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 #1557: Removed unused methods from XenServerConnectionPool

2017-07-23 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 #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

2017-07-23 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 #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-07-23 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 closed pull request #2118: CLOUDSTACK-8830 : VM snapshot creation fails for 12 min

2017-07-23 Thread git
rhtyd closed pull request #2118: CLOUDSTACK-8830 : VM snapshot creation fails for 12 min URL: https://github.com/apache/cloudstack/pull/2118 This is an automated message from the Apache Git Service. To respond

[GitHub] rhtyd commented on issue #1546: [WIP][4.10+/long-term] Moving towards Java8 and Spring4

2017-07-23 Thread git
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 opened a new pull request #2197: CLOUDSTACK-10012: Embedded Jetty for CloudStack

2017-07-23 Thread git
<rohit.ya...@shapeblue.com> 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] rhtyd closed pull request #1546: [WIP][4.10+/long-term] Moving towards Java8 and Spring4

2017-07-23 Thread git
rhtyd closed pull request #1546: [WIP][4.10+/long-term] Moving towards Java8 and Spring4 URL: https://github.com/apache/cloudstack/pull/1546 This is an automated message from the Apache Git Service. To respond

[GitHub] blueorangutan commented on issue #1470: Make the generated json files unique to prevent concurrency issues

2017-07-23 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 #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-23 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 #2046: CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls

2017-07-23 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 #2087: [CLOUDSTACK-9910] API: display zone capacity data only to admin

2017-07-23 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 #2039: rbd: Use libvirt to create new volumes and not rados-java

2017-07-23 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 #2046: CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls

2017-07-23 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 #2087: [CLOUDSTACK-9910] API: display zone capacity data only to admin

2017-07-23 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 #2047: CLOUDSTACK-8186: make setRemoved to null possible

2017-07-23 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 #2047: CLOUDSTACK-8186: make setRemoved to null possible

2017-07-23 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 #2168: CLOUDSTACK-9986: Consider overcommit ratios with total/threshold values

2017-07-23 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 #2168: CLOUDSTACK-9986: Consider overcommit ratios with total/threshold values

2017-07-23 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 #1269: CLOUDSTACK-8867: Added retry logic to reconnect to host on connection termination to console

2017-07-23 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 #2000: CLOUDSTACK-8873: add zonename in load balancer response

2017-07-23 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 #1269: CLOUDSTACK-8867: Added retry logic to reconnect to host on connection termination to console

2017-07-23 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 #1269: CLOUDSTACK-8867: Added retry logic to reconnect to host on connection termination to console

2017-07-23 Thread git
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

[GitHub] blueorangutan commented on issue #2087: [CLOUDSTACK-9910] API: display zone capacity data only to admin

2017-07-23 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] cloudmonger commented on issue #2194: CLOUDSTACK-10009: fix test_data.py remove item "templateregister", and fix tests to use default template

2017-07-23 Thread git
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 #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-23 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 #2038: ipv6: Allow all ICMPv6 traffic if -1 is provided as a ICMP type

2017-07-23 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 #1969: CLOUDSTACK-9667 Enable resourcecount.check.interval by default

2017-07-23 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 #2046: CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls

2017-07-23 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 #2046: CLOUDSTACK-7958: Add configuration for limit to CIDRs for Admin API calls

2017-07-23 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 #1269: CLOUDSTACK-8867: Added retry logic to reconnect to host on connection termination to console

2017-07-23 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 #1269: CLOUDSTACK-8867: Added retry logic to reconnect to host on connection termination to console

2017-07-23 Thread git
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

[GitHub] rhtyd commented on issue #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

2017-07-23 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 #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-07-23 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 #2039: rbd: Use libvirt to create new volumes and not rados-java

2017-07-23 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 #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-23 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 #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-07-23 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 #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

2017-07-23 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 #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-23 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] blueorangutan commented on issue #1557: Removed unused methods from XenServerConnectionPool

2017-07-23 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 #1930: CLOUDSTACK-9687: if the allocated amount is 0 the capacity updates ar?

2017-07-23 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] fmaximus commented on a change in pull request #2193: CLOUDSTACK-10007 Isolation methods

2017-07-24 Thread git
The constructor would first add it to the set, before removing it. Would it be possible to use getIsolationMethod()? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] fmaximus commented on a change in pull request #2193: CLOUDSTACK-10007 Isolation methods

2017-07-24 Thread git
rn methodPrefix.toString(); Review comment: 'methodPrefix.toString()' is redundant 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 specifi

[GitHub] fmaximus commented on a change in pull request #2193: CLOUDSTACK-10007 Isolation methods

2017-07-24 Thread git
a"); final PhysicalNetwork.IsolationMethod isolationMethod = PhysicalNetwork.IsolationMethod.getIsolationMethod("bla"); assertEquals(method, isolationMethod); } ``` This is an automated

[GitHub] fmaximus commented on a change in pull request #2193: CLOUDSTACK-10007 Isolation methods

2017-07-24 Thread git
prvdr : UNKNOWN_PROVIDER;` 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

<    4   5   6   7   8   9   10   11   12   13   >