[GitHub] [cloudstack] dhlaluku opened a new pull request #3222: volume: fix volume metrics view from returning sensitive info to end user

2019-03-13 Thread GitBox
dhlaluku opened a new pull request #3222: volume: fix volume metrics view from returning sensitive info to end user URL: https://github.com/apache/cloudstack/pull/3222 ## Description The listVolumeMetrics API response does not honor the volume detail visibility restrictions set for

[GitHub] [cloudstack] dhlaluku commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user

2019-03-13 Thread GitBox
dhlaluku commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user URL: https://github.com/apache/cloudstack/pull/3222#issuecomment-472329149 @rhtyd please add appropriate labels for this PR @blueorangutan package ---

[GitHub] [cloudstack] blueorangutan commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user

2019-03-13 Thread GitBox
blueorangutan commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user URL: https://github.com/apache/cloudstack/pull/3222#issuecomment-472329183 @dhlaluku a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack] blueorangutan commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user

2019-03-13 Thread GitBox
blueorangutan commented on issue #3222: volume: fix volume metrics view from returning sensitive info to end user URL: https://github.com/apache/cloudstack/pull/3222#issuecomment-472335290 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2630 ---

[GitHub] [cloudstack] shwstppr opened a new pull request #3223: server: allows compute offering with or without constraints

2019-03-13 Thread GitBox
shwstppr opened a new pull request #3223: server: allows compute offering with or without constraints URL: https://github.com/apache/cloudstack/pull/3223 ## Description Changes allow admin to create compute offerings with unconstrained CPU, Memory or constrained range CPU, memory which

[GitHub] [cloudstack] 3guboff opened a new issue #3224: Cannot create (add) template for KVM (QCOW2)

2019-03-13 Thread GitBox
3guboff opened a new issue #3224: Cannot create (add) template for KVM (QCOW2) URL: https://github.com/apache/cloudstack/issues/3224 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ Templates ~~~ # CLOUDSTACK VERSION ~~~ 4.11.2.0 ~~~ # CONFIGURATI

[GitHub] [cloudstack] rhtyd opened a new pull request #3225: css: fix computer diagram margin that blocks down arrow

2019-03-13 Thread GitBox
rhtyd opened a new pull request #3225: css: fix computer diagram margin that blocks down arrow URL: https://github.com/apache/cloudstack/pull/3225 **Problem**: Down arrow key of the vertical scroll bar in the VM deployment wizard does not work. **Root Cause**: The computer diagram on th

[cloudstack-cloudmonkey] branch master updated: config: Fix prompt to use the same profile name as loaded

2019-03-13 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git The following commit(s) were added to refs/heads/master by this push: new 6544270 config: Fix prompt to us

[GitHub] [cloudstack] DennisKonrad commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow

2019-03-13 Thread GitBox
DennisKonrad commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow URL: https://github.com/apache/cloudstack/pull/3225#issuecomment-472357023 Hi @rhtyd, I think this is already fixed in #3183 We also added some code in response to questions/suggesti

[GitHub] [cloudstack] DennisKonrad commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow

2019-03-13 Thread GitBox
DennisKonrad commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow URL: https://github.com/apache/cloudstack/pull/3225#issuecomment-472359238 I double checked this, and the down arrow is also not clickable with #3183. So this is no duplicate @rhtyd ---

[GitHub] [cloudstack] DennisKonrad commented on issue #3183: Improvements after jquery update

2019-03-13 Thread GitBox
DennisKonrad commented on issue #3183: Improvements after jquery update URL: https://github.com/apache/cloudstack/pull/3183#issuecomment-472359599 ![image](https://user-images.githubusercontent.com/33484272/54270860-a2bdf800-4580-11e9-96c5-770e888a82ef.png) This is how it looks now

[GitHub] [cloudstack] ustcweizhou commented on issue #3224: Cannot create (add) template for KVM (QCOW2)

2019-03-13 Thread GitBox
ustcweizhou commented on issue #3224: Cannot create (add) template for KVM (QCOW2) URL: https://github.com/apache/cloudstack/issues/3224#issuecomment-472360815 cloudstack does not support qcow2 image files with suffix .img the suffix must be .qcow2 --

[GitHub] [cloudstack] rhtyd commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow

2019-03-13 Thread GitBox
rhtyd commented on issue #3225: ui: fix computer diagram css margin that blocks down arrow URL: https://github.com/apache/cloudstack/pull/3225#issuecomment-472362705 Thanks @DennisKonrad This is an automated message from the

[GitHub] [cloudstack] ustcweizhou commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service

2019-03-13 Thread GitBox
ustcweizhou commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service URL: https://github.com/apache/cloudstack/pull/3210#issuecomment-472367223 tested ok in 4.11.2 LGTM This is an automated message

[GitHub] [cloudstack] dhlaluku opened a new pull request #3158: Allow users of all types to create L2 networks

2019-03-13 Thread GitBox
dhlaluku opened a new pull request #3158: Allow users of all types to create L2 networks URL: https://github.com/apache/cloudstack/pull/3158 ## Description Allow users of all types to create L2 guest networks Also fixes #3081 ## Types of cha

[GitHub] [cloudstack] dhlaluku closed pull request #3158: Allow users of all types to create L2 networks

2019-03-13 Thread GitBox
dhlaluku closed pull request #3158: Allow users of all types to create L2 networks URL: https://github.com/apache/cloudstack/pull/3158 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [cloudstack] rhtyd opened a new pull request #3226: server: add support for sorting zones in UI/api

2019-03-13 Thread GitBox
rhtyd opened a new pull request #3226: server: add support for sorting zones in UI/api URL: https://github.com/apache/cloudstack/pull/3226 **Problem**: Not able to configure a sort order for the zone that are listed in various views in the UI. **Root Cause**: There was no mechanism to a

[GitHub] [cloudstack] rhtyd commented on issue #3226: server: add support for sorting zones in UI/api

2019-03-13 Thread GitBox
rhtyd commented on issue #3226: server: add support for sorting zones in UI/api URL: https://github.com/apache/cloudstack/pull/3226#issuecomment-472390925 @borisstoyanov @PaulAngus hold testing until master is available again. This introduces an upgrade path that is missing between 4.12 and

[GitHub] [cloudstack] rhtyd closed pull request #3226: [WIP] server: add support for sorting zones in UI/api

2019-03-13 Thread GitBox
rhtyd closed pull request #3226: [WIP] server: add support for sorting zones in UI/api URL: https://github.com/apache/cloudstack/pull/3226 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack] dhlaluku closed pull request #3220: ui: allow user template sharing through UI

2019-03-13 Thread GitBox
dhlaluku closed pull request #3220: ui: allow user template sharing through UI URL: https://github.com/apache/cloudstack/pull/3220 This is an automated message from the Apache Git Service. To respond to the message, please lo

[cloudstack] branch null-file-created-during-migration-fixed created (now 3ce9f46)

2019-03-13 Thread gabriel
This is an automated email from the ASF dual-hosted git repository. gabriel pushed a change to branch null-file-created-during-migration-fixed in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 3ce9f46 Remove code that generated /var/lib/libvirt/images/null on target ho

[cloudstack] 01/01: Remove code that generated /var/lib/libvirt/images/null on target host

2019-03-13 Thread gabriel
This is an automated email from the ASF dual-hosted git repository. gabriel pushed a commit to branch null-file-created-during-migration-fixed in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 3ce9f4665398c8f2255aaaf5450336e9f37fcb89 Author: GabrielBrascher AuthorDate: Wed

[cloudstack] branch null-file-created-during-migration-fixed deleted (was 3ce9f46)

2019-03-13 Thread gabriel
This is an automated email from the ASF dual-hosted git repository. gabriel pushed a change to branch null-file-created-during-migration-fixed in repository https://gitbox.apache.org/repos/asf/cloudstack.git. was 3ce9f46 Remove code that generated /var/lib/libvirt/images/null on target ho

[GitHub] [cloudstack] DaanHoogland commented on issue #3170: NotImplemented as a local exception

2019-03-13 Thread GitBox
DaanHoogland commented on issue #3170: NotImplemented as a local exception URL: https://github.com/apache/cloudstack/pull/3170#issuecomment-472521708 @blueorangutan test This is an automated message from the Apache Git Service

[GitHub] [cloudstack] blueorangutan commented on issue #3170: NotImplemented as a local exception

2019-03-13 Thread GitBox
blueorangutan commented on issue #3170: NotImplemented as a local exception URL: https://github.com/apache/cloudstack/pull/3170#issuecomment-472521833 @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -

[GitHub] [cloudstack] GabrielBrascher commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service

2019-03-13 Thread GitBox
GabrielBrascher commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service URL: https://github.com/apache/cloudstack/pull/3210#issuecomment-472524325 All checks have passed (Travis, Jenkins, Trillian) passed and we have 3 LGTMs. I also tested and it worked. @rhtyd th

[GitHub] [cloudstack] rhtyd commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service

2019-03-13 Thread GitBox
rhtyd commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service URL: https://github.com/apache/cloudstack/pull/3210#issuecomment-472550216 @GabrielBrascher sorry forgot about that amidst dayjob work. I can do that tomorrow, or if you'd prefer you nay push your chang

[GitHub] [cloudstack] GabrielBrascher commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service

2019-03-13 Thread GitBox
GabrielBrascher commented on issue #3210: systemd: Fix -Dpid arg passing to systemd usage service URL: https://github.com/apache/cloudstack/pull/3210#issuecomment-472551610 No problem @rhtyd, thanks! This is an automated mess

[GitHub] [cloudstack] blueorangutan commented on issue #3170: NotImplemented as a local exception

2019-03-13 Thread GitBox
blueorangutan commented on issue #3170: NotImplemented as a local exception URL: https://github.com/apache/cloudstack/pull/3170#issuecomment-472624634 Trillian test result (tid-3420) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 15676 seconds

[GitHub] [cloudstack] falcon78921 commented on issue #3166: scripts/network/exdhcp: cleaned up code in dhcpd_edithosts.py

2019-03-13 Thread GitBox
falcon78921 commented on issue #3166: scripts/network/exdhcp: cleaned up code in dhcpd_edithosts.py URL: https://github.com/apache/cloudstack/pull/3166#issuecomment-472666295 @borisstoyanov @DaanHoogland I'm just following up on this PR. If there's anything else I need to do, please let me

[GitHub] [cloudstack] shwstppr closed pull request #3223: server: allows compute offering with or without constraints

2019-03-13 Thread GitBox
shwstppr closed pull request #3223: server: allows compute offering with or without constraints URL: https://github.com/apache/cloudstack/pull/3223 This is an automated message from the Apache Git Service. To respond to the