[GitHub] [cloudstack] rhtyd commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
rhtyd commented on issue #3240: [WIP DO NOT MERGE] api: instance and template 
details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479778898
 
 
   Thanks for reporting the issue @borisstoyanov - the issue was missing role 
permission/authorization for the new API. I've fixed it.
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and 
template details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479779170
 
 
   @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 to 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] [cloudstack] rhtyd commented on issue #3250: [WIP DO NOT MERGE] server: compute offering for specified domain(s) and zone(s)

2019-04-04 Thread GitBox
rhtyd commented on issue #3250: [WIP DO NOT MERGE] server: compute offering for 
specified domain(s) and zone(s)
URL: https://github.com/apache/cloudstack/pull/3250#issuecomment-479781130
 
 
   Due to similarities and avoid merge conflicts, let's port changes from this 
PR  to https://github.com/apache/cloudstack/pull/3248 @shwstppr 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd edited a comment on issue #3250: [WIP DO NOT MERGE] server: compute offering for specified domain(s) and zone(s)

2019-04-04 Thread GitBox
rhtyd edited a comment on issue #3250: [WIP DO NOT MERGE] server: compute 
offering for specified domain(s) and zone(s)
URL: https://github.com/apache/cloudstack/pull/3250#issuecomment-479781130
 
 
   Due to similarities and avoid merge conflicts, let's port changes from this 
PR  to https://github.com/apache/cloudstack/pull/3248 @shwstppr and then close 
this PR.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
rhtyd commented on issue #3256: ui: show complete domain for accounts (#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-479781864
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
rhtyd commented on issue #3257: server: fix for vm snapshot search (#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-479782140
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3256: ui: show complete domain for accounts 
(#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-479782082
 
 
   @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 to 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] [cloudstack] blueorangutan commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3257: server: fix for vm snapshot search 
(#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-479782365
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] anuragaw opened a new pull request #3258: [WIP DO NOT MERGE] Configure hiding table columns through config.js file

2019-04-04 Thread GitBox
anuragaw opened a new pull request #3258:  [WIP DO NOT MERGE] Configure hiding 
table columns through config.js file
URL: https://github.com/apache/cloudstack/pull/3258
 
 
   ## Description
   
   We want to support hiding table columns, specifically in metrics table, 
through config file so that users can make the relevant bits hidden as per 
their organization. Current work will support the metrics table but can be 
extended to any table with minimal work in future.
   
   
   
   
   
   
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   Testing and further documentation in progress and will be updated with 
proper notes.
   
   
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3258: [WIP DO NOT MERGE] Configure hiding table columns through config.js file

2019-04-04 Thread GitBox
rhtyd commented on issue #3258:  [WIP DO NOT MERGE] Configure hiding table 
columns through config.js file
URL: https://github.com/apache/cloudstack/pull/3258#issuecomment-479784599
 
 
   At some point, let's merge this with PR 
https://github.com/apache/cloudstack/pull/3217 otherwise this will lead to 
merge conflicts for related features extending/using config.js


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and 
template details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479788190
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2676


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3256: ui: show complete domain for accounts 
(#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-479790326
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2677


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] borisstoyanov commented on issue #3245: [WIP DO NOT MERGE] server: allows compute offering with or without constraints

2019-04-04 Thread GitBox
borisstoyanov commented on issue #3245: [WIP DO NOT MERGE] server: allows 
compute offering with or without constraints
URL: https://github.com/apache/cloudstack/pull/3245#issuecomment-479791178
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3245: [WIP DO NOT MERGE] server: allows compute offering with or without constraints

2019-04-04 Thread GitBox
blueorangutan commented on issue #3245: [WIP DO NOT MERGE] server: allows 
compute offering with or without constraints
URL: https://github.com/apache/cloudstack/pull/3245#issuecomment-479791323
 
 
   @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] rhtyd commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
rhtyd commented on issue #3240: [WIP DO NOT MERGE] api: instance and template 
details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479791587
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and 
template details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479791652
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] rhtyd commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-04-04 Thread GitBox
rhtyd commented on issue #3138: StrongSwan with several rightsubnet's - ikev1
URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-479820987
 
 
   @andrijapanic I'll get back to you soon, need time to digest and evaluate 
pros vs cons etc.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] borisstoyanov commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
borisstoyanov commented on issue #3256: ui: show complete domain for accounts 
(#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-479821801
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3256: ui: show complete domain for accounts 
(#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-479822125
 
 
   @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] 1605200517 closed issue #3237: Allow a global CIDR list source managed by third party

2019-04-04 Thread GitBox
1605200517 closed issue #3237: Allow a global CIDR list source managed by third 
party
URL: https://github.com/apache/cloudstack/issues/3237
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] 1605200517 commented on issue #3237: Allow a global CIDR list source managed by third party

2019-04-04 Thread GitBox
1605200517 commented on issue #3237: Allow a global CIDR list source managed by 
third party
URL: https://github.com/apache/cloudstack/issues/3237#issuecomment-479823704
 
 
   current workaround is to use tags and external cron


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] onitake commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-04-04 Thread GitBox
onitake commented on issue #3138: StrongSwan with several rightsubnet's - ikev1
URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-479826561
 
 
   @dudarra Can you have a look if this helps? Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dudarra commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-04-04 Thread GitBox
dudarra commented on issue #3138: StrongSwan with several rightsubnet's - ikev1
URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-479841251
 
 
   Yes, will do a test with riverbed and cloudstack! report to follow!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd opened a new pull request #3259: [WIP DO NOT MERGE] server: export granular volume bytes and iops metrics

2019-04-04 Thread GitBox
rhtyd opened a new pull request #3259: [WIP DO NOT MERGE] server: export 
granular volume bytes and iops metrics
URL: https://github.com/apache/cloudstack/pull/3259
 
 
   *Problem*: The VM metrics has aggregated volume bytes read/write and iops 
metrics but not on per volume basis.
   *Root Cause*: The volume stats sub-system is not used to export the metrics, 
the support is not available for VMware.
   *Solution*: Use the volume stats sub-system and DB table to export the 
metrics via the listVolumes and listVolumeMetrics API, and implement support 
for VMware.
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] borisstoyanov commented on issue #3241: [WIP DO NOT MERGE] Allow users to share templates with Accounts or Projects through the

2019-04-04 Thread GitBox
borisstoyanov commented on issue #3241: [WIP DO NOT MERGE] Allow users to share 
templates with Accounts or Projects through the
URL: https://github.com/apache/cloudstack/pull/3241#issuecomment-479850061
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3241: [WIP DO NOT MERGE] Allow users to share templates with Accounts or Projects through the

2019-04-04 Thread GitBox
blueorangutan commented on issue #3241: [WIP DO NOT MERGE] Allow users to share 
templates with Accounts or Projects through the
URL: https://github.com/apache/cloudstack/pull/3241#issuecomment-479850220
 
 
   @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] anuragaw commented on issue #3258: [WIP DO NOT MERGE] Configure hiding table columns through config.js file

2019-04-04 Thread GitBox
anuragaw commented on issue #3258:  [WIP DO NOT MERGE] Configure hiding table 
columns through config.js file
URL: https://github.com/apache/cloudstack/pull/3258#issuecomment-479851413
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3258: [WIP DO NOT MERGE] Configure hiding table columns through config.js file

2019-04-04 Thread GitBox
blueorangutan commented on issue #3258:  [WIP DO NOT MERGE] Configure hiding 
table columns through config.js file
URL: https://github.com/apache/cloudstack/pull/3258#issuecomment-479851678
 
 
   @anuragaw 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 to 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] [cloudstack] nvazquez commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
nvazquez commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via 
UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479856529
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload 
via UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479856753
 
 
   @nvazquez 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 to 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] [cloudstack] nvazquez removed a comment on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
nvazquez removed a comment on issue #3251: [WIP DO NOT MERGE] Add local ISO 
upload via UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479631341
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3258: [WIP DO NOT MERGE] Configure hiding table columns through config.js file

2019-04-04 Thread GitBox
blueorangutan commented on issue #3258:  [WIP DO NOT MERGE] Configure hiding 
table columns through config.js file
URL: https://github.com/apache/cloudstack/pull/3258#issuecomment-479857860
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2678


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload 
via UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479862694
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2679


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
blueorangutan commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload 
via UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479864935
 
 
   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] nvazquez commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via UI

2019-04-04 Thread GitBox
nvazquez commented on issue #3251: [WIP DO NOT MERGE] Add local ISO upload via 
UI
URL: https://github.com/apache/cloudstack/pull/3251#issuecomment-479864900
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3199: Fix ip and ip cidr column sorting in tables

2019-04-04 Thread GitBox
blueorangutan commented on issue #3199: Fix ip and ip cidr column sorting in 
tables
URL: https://github.com/apache/cloudstack/pull/3199#issuecomment-479873456
 
 
   Trillian test result (tid-3466)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 18622 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3199-t3466-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 50 look OK, 20 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | 
test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | 
test_resource_accounting.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestISOUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestLBRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestNatRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestPublicIPUsage>:setup | `Error` | 0.00 | 
test_usage.py
   ContextSuite context=TestSnapshotUsage>:setup | `Error` | 0.00 | 
test_usage.py
   ContextSuite context=TestVmUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVolumeUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVpnUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | 
test_router_dns.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | 
test_router_dnsservice.py
   ContextSuite context=TestRouterIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   ContextSuite context=TestVPCIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 0.19 | 
test_routers_network_ops.py
   test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 0.19 | 
test_routers_network_ops.py
   ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 1.43 | 
test_routers_network_ops.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | 
test_routers.py
   test_01_sys_vm_start | `Failure` | 0.14 | test_secondary_storage.py
   test_02_sys_template_ready | `Failure` | 0.14 | test_secondary_storage.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 0.26 | 
test_service_offerings.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.06 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.04 | test_ss

[GitHub] [cloudstack] blueorangutan commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3257: server: fix for vm snapshot search 
(#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-479880531
 
 
   Trillian test result (tid-3467)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 17175 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3257-t3467-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 50 look OK, 20 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | 
test_reset_vm_on_reboot.py
   test_01_so_removal_resource_update | `Error` | 1.41 | 
test_resource_accounting.py
   ContextSuite context=TestISOUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestLBRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestNatRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestPublicIPUsage>:setup | `Error` | 0.00 | 
test_usage.py
   ContextSuite context=TestSnapshotUsage>:setup | `Error` | 0.00 | 
test_usage.py
   ContextSuite context=TestVmUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVolumeUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVpnUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | 
test_router_dns.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | 
test_router_dnsservice.py
   test_02_routervm_iptables_policies | `Error` | 1.30 | 
test_routers_iptables_default_policy.py
   test_01_single_VPC_iptables_policies | `Error` | 4.38 | 
test_routers_iptables_default_policy.py
   test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 1.42 | 
test_routers_network_ops.py
   test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 1.40 | 
test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Error` | 6.09 | 
test_routers_network_ops.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Error` | 5.99 | 
test_routers_network_ops.py
   test_03_RVR_Network_check_router_state | `Error` | 5.99 | 
test_routers_network_ops.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | 
test_routers.py
   test_01_sys_vm_start | `Failure` | 0.11 | test_secondary_storage.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 2.24 | 
test_service_offerings.py
   ContextSuite context=TestCreateVolume>:setup | `Error` | 0.00 | 
test_volumes.py
   ContextSuite context=TestVolumes>:setup | `Error` | 0.00 | test_volumes.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.04 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.03 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_05_stop_ssvm | `Failure` 

[GitHub] [cloudstack] blueorangutan commented on issue #3245: [WIP DO NOT MERGE] server: allows compute offering with or without constraints

2019-04-04 Thread GitBox
blueorangutan commented on issue #3245: [WIP DO NOT MERGE] server: allows 
compute offering with or without constraints
URL: https://github.com/apache/cloudstack/pull/3245#issuecomment-479973406
 
 
   Trillian test result (tid-3468)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 29608 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3245-t3468-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_accounts.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_affinity_groups_projects.py
   Intermittent failure detected: /marvin/tests/smoke/test_async_job.py
   Intermittent failure detected: /marvin/tests/smoke/test_iso.py
   Smoke tests completed. 66 look OK, 4 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_create_iso_with_no_checksum | `Error` | 65.87 | test_iso.py
   ContextSuite context=TestAccounts>:setup | `Error` | 0.00 | test_accounts.py
   ContextSuite context=TestAddVmToSubDomain>:setup | `Error` | 0.00 | 
test_accounts.py
   test_DeleteDomain | `Error` | 1.54 | test_accounts.py
   test_forceDeleteDomain | `Error` | 1.39 | test_accounts.py
   ContextSuite context=TestRemoveUserFromAccount>:setup | `Error` | 5.72 | 
test_accounts.py
   ContextSuite context=TestDeployVmWithAffinityGroup>:setup | `Error` | 0.00 | 
test_affinity_groups_projects.py
   test_query_async_job_result | `Error` | 0.00 | test_async_job.py
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and template details are free text

2019-04-04 Thread GitBox
blueorangutan commented on issue #3240: [WIP DO NOT MERGE] api: instance and 
template details are free text
URL: https://github.com/apache/cloudstack/pull/3240#issuecomment-479995421
 
 
   Trillian test result (tid-3469)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 33155 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3240-t3469-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 69 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_05_rvpc_multi_tiers | `Failure` | 413.21 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 440.47 | test_vpc_redundant.py
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3256: ui: show complete domain for accounts (#2994)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3256: ui: show complete domain for accounts 
(#2994)
URL: https://github.com/apache/cloudstack/pull/3256#issuecomment-47078
 
 
   Trillian test result (tid-3470)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 28438 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3256-t3470-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 69 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_network_garbage_collector_nics | `Failure` | 290.00 | 
test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Failure` | 421.44 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 454.14 | test_vpc_redundant.py
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3241: [WIP DO NOT MERGE] Allow users to share templates with Accounts or Projects through the

2019-04-04 Thread GitBox
blueorangutan commented on issue #3241: [WIP DO NOT MERGE] Allow users to share 
templates with Accounts or Projects through the
URL: https://github.com/apache/cloudstack/pull/3241#issuecomment-480046870
 
 
   Trillian test result (tid-3471)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 31556 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3241-t3471-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 70 look OK, 0 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] nvazquez commented on issue #3239: KVM: Fix agents dont reconnect post maintenance

2019-04-04 Thread GitBox
nvazquez commented on issue #3239: KVM: Fix agents dont reconnect post 
maintenance
URL: https://github.com/apache/cloudstack/pull/3239#issuecomment-480056309
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3239: KVM: Fix agents dont reconnect post maintenance

2019-04-04 Thread GitBox
blueorangutan commented on issue #3239: KVM: Fix agents dont reconnect post 
maintenance
URL: https://github.com/apache/cloudstack/pull/3239#issuecomment-480056599
 
 
   @nvazquez 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 to 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] [cloudstack] blueorangutan commented on issue #3239: KVM: Fix agents dont reconnect post maintenance

2019-04-04 Thread GitBox
blueorangutan commented on issue #3239: KVM: Fix agents dont reconnect post 
maintenance
URL: https://github.com/apache/cloudstack/pull/3239#issuecomment-480063576
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2680


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] nvazquez commented on issue #3239: [WIP DO NOT MERGE] KVM: Fix agents dont reconnect post maintenance

2019-04-04 Thread GitBox
nvazquez commented on issue #3239: [WIP DO NOT MERGE] KVM: Fix agents dont 
reconnect post maintenance
URL: https://github.com/apache/cloudstack/pull/3239#issuecomment-480077218
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3239: [WIP DO NOT MERGE] KVM: Fix agents dont reconnect post maintenance

2019-04-04 Thread GitBox
blueorangutan commented on issue #3239: [WIP DO NOT MERGE] KVM: Fix agents dont 
reconnect post maintenance
URL: https://github.com/apache/cloudstack/pull/3239#issuecomment-480077282
 
 
   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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] [cloudstack] anuragaw commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
anuragaw commented on issue #3257: server: fix for vm snapshot search (#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-480150323
 
 
   Lgtm


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw removed a comment on issue #2823: api: project: tag: User not allowed to tag project created by him

2019-04-04 Thread GitBox
anuragaw removed a comment on issue #2823: api: project: tag: User not allowed 
to tag project created by him
URL: https://github.com/apache/cloudstack/issues/2823#issuecomment-467334784
 
 
   I'm working on this issue and should have a fix for it out to review next 
week.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] shwstppr commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
shwstppr commented on issue #3257: server: fix for vm snapshot search (#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-480157367
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3257: server: fix for vm snapshot search (#3208)

2019-04-04 Thread GitBox
blueorangutan commented on issue #3257: server: fix for vm snapshot search 
(#3208)
URL: https://github.com/apache/cloudstack/pull/3257#issuecomment-480157455
 
 
   @shwstppr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 to 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