[GitHub] [cloudstack] Pearl1594 opened a new pull request #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
Pearl1594 opened a new pull request #3976: Enable sending hypervior host name via metadata URL: https://github.com/apache/cloudstack/pull/3976 ## Description Enable sending hypervisor host details via metadata for VR and Config Drive providers ## Types of changes - [ ] Bre

[GitHub] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599922930 @DaanHoogland I have an important delivery at work at the end of month, but after that I can help you implement this. ---

[GitHub] [cloudstack] DaanHoogland commented on issue #3915: Incorporate VR OOB start checks to properly HA the VR

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3915: Incorporate VR OOB start checks to properly HA the VR URL: https://github.com/apache/cloudstack/pull/3915#issuecomment-599932799 If this is of interest to you for having it in, yes. at the moment we are in a freeze and hopefully only one or two weeks.

[GitHub] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599936635 Packaging result: ✖centos6 ✖centos7 ✖debian. JID-1060 This is

[GitHub] [cloudstack] DaanHoogland commented on issue #3975: Issue #3974 Deploying mysql-ha jar file into its own path...

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3975: Issue #3974 Deploying mysql-ha jar file into its own path... URL: https://github.com/apache/cloudstack/pull/3975#issuecomment-599937047 @ggoodrich-ipp can you direct this fix to 4.13, please? ---

[GitHub] [cloudstack] Spaceman1984 commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3972: Updated upgrade paths URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599941510 @orangutan package This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack] Spaceman1984 commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3971: Updated upgrade path URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599941388 @orangutan package This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599942124 @rvalle in the case of `Wants`, if the dependency is present it will be started before the dependant, and shutdown after. if it is not or if it fails t

[GitHub] [cloudstack] Spaceman1984 edited a comment on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
Spaceman1984 edited a comment on issue #3971: Updated upgrade path URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599941388 @blueorangutan package This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack] Spaceman1984 edited a comment on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
Spaceman1984 edited a comment on issue #3972: Updated upgrade paths URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599941510 @blueorangutan package This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599944329 @Spaceman1984 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. -

[GitHub] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599944309 @Spaceman1984 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --

[GitHub] [cloudstack] weizhouapache commented on issue #3843: HTTP ERROR 503 - Service Unavailable

2020-03-17 Thread GitBox
weizhouapache commented on issue #3843: HTTP ERROR 503 - Service Unavailable URL: https://github.com/apache/cloudstack/issues/3843#issuecomment-599946889 @AlexanderKgr you can downgrade to specified version using yum if you use CentOS/RHEL, or apt if you use Ubuntu/Debian.

[GitHub] [cloudstack] Spaceman1984 commented on issue #3949: Fix CloudRuntimeException of migrated volume for Volume stats

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3949: Fix CloudRuntimeException of migrated volume for Volume stats URL: https://github.com/apache/cloudstack/pull/3949#issuecomment-599951663 @slavkap, I agree the NPE is not caused by this change. --

[GitHub] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599952352 @DaanHoogland, no no, I think your solution is better. No need to modify the script. I will try to test your proposal. Stopping mysql/mariadb sh

[GitHub] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599952901 @DaanHoogland also, is it .target or .service? I understand .target as a group of units, but is mariadb a target? -

[GitHub] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599955206 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1061 This is an automated message from th

[GitHub] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599958202 @rvalle I have not looked into the diff between target and service yet, missed that one. Need to look.

[GitHub] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599958029 Packaging result: ✖centos6 ✖centos7 ✖debian. JID-1063 This is

[GitHub] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599958027 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1062 This is an automated message from t

[cloudstack-primate] branch master updated: offering: add order for vpc offering

2020-03-17 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-primate.git The following commit(s) were added to refs/heads/master by this push: new c9c7cc3 offering: add order for vpc

[GitHub] [cloudstack] DaanHoogland edited a comment on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland edited a comment on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599958202 @rvalle I have not looked into the diff between target and service yet, missed that one. Need to look. Actually i may have completely goofed ther

[GitHub] [cloudstack] rhtyd commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package

2020-03-17 Thread GitBox
rhtyd commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package URL: https://github.com/apache/cloudstack/issues/3826#issuecomment-599961451 @alexanderbazhenoff it is expected to fail with older versions, this has been fixed for 4.14/master. The next major rel

[GitHub] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599963036 @DaanHoogland I will try to test tonight. might also switch to mariadb or test if the solution works with both databases. --

[GitHub] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599969588 @rvalle my use of target is due to an overzealous c&p action. I think it should be .service in both cases unless we decide to make it more versatile by

[GitHub] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599973235 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1064 This is

[GitHub] [cloudstack] blueorangutan commented on issue #3967: noVNC console integration

2020-03-17 Thread GitBox
blueorangutan commented on issue #3967: noVNC console integration URL: https://github.com/apache/cloudstack/pull/3967#issuecomment-599980673 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1065 This is an automated message fr

[GitHub] [cloudstack] DaanHoogland opened a new pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969 ## Description copy of PR #3649 on joint account for easier cooperation. Tested both cases: - Snapshot backed up on Secondary (stored on primary and sec

[GitHub] [cloudstack] DaanHoogland closed pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland closed pull request #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cloudstack] DaanHoogland opened a new pull request #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [cloudstack] DaanHoogland closed pull request #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland closed pull request #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62543 @blueorangutan package This is an automated message from the Apache Git Service.

[GitHub] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62708 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. ---

[cloudstack] branch snapshot-deletion-issues updated (a0bc85b -> 7121967)

2020-03-17 Thread gabriel
This is an automated email from the ASF dual-hosted git repository. gabriel pushed a change to branch snapshot-deletion-issues in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from a0bc85b rename options strings to *_OPTION add 7121967 Fix typo on deleteSnapshotOnSeco

[GitHub] [cloudstack] GabrielBrascher commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
GabrielBrascher commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600081395 @blueorangutan package This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600159692 @GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600171769 Packaging result: ✖centos6 ✖centos7 ✔debian. JID-1067 This is an automated message fro

[GitHub] [cloudstack] DaanHoogland commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600174457 @blueorangutan package This is an automated message from the Apache Git Service. To res

[GitHub] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600175161 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --

[GitHub] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-600180835 Trillian test result (tid-1254) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 26822 seconds Marvin logs:

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62708 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62543 @blueorangutan package This is an automated message from the Apache Git

[cloudstack] branch health-4.13 updated (79212f8 -> bda3185)

2020-03-17 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch health-4.13 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. discard 79212f8 please do not merge this;) add 19fb237 server: password is not displayed when reinstall a vm or

[GitHub] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600182764 @blueorangutan package This is an automated message from the Apache Git Service.

[GitHub] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600183044 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596899129 Trillian test result (tid-1220) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 60015 secon

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596897376 Trillian test result (tid-1221) Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 59511 secon

[GitHub] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600185007 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1068 This is an automated message fro

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596752430 Trillian test result (tid-1219) Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7 Total time taken: 28829 seco

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596462779 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1034 This is an automa

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596474655 @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596453624 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596460729 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1033 This is an automa

[GitHub] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596453262 @blueorangutan package This is an automated message from the Apache Git

[GitHub] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596441688 @blueorangutan package This is an automated message from the Apache Git

[GitHub] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600192833 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1069 This is an automated mess

[GitHub] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596474301 @blueorangutan test matrix This is an automated message from the Apache

[GitHub] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600194661 @blueorangutan test matrix This is an automated message from the Apache Git Serv

[GitHub] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600195148 @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smo

[GitHub] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-600262965 Trillian test result (tid-1255) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 36794 seconds Marvin logs:

[GitHub] [cloudstack] Slair1 commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2020-03-17 Thread GitBox
Slair1 commented on issue #3138: StrongSwan with several rightsubnet's - ikev1 URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-600265818 FYI, we upgrade from 4.9.3 to 4.11.3 and ran into this issue with BOTH ikev1 and ikev2 site-to-site VPNs. The other sides were Cisco A

[GitHub] [cloudstack] GabrielBrascher closed pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
GabrielBrascher closed pull request #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [cloudstack] DaanHoogland opened a new pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3969: Snapshot deletion issues URL: https://github.com/apache/cloudstack/pull/3969 ## Description copy of PR #3649 on joint account for easier cooperation. Tested both cases: - Snapshot backed up on Secondary (stored on primary and sec

[GitHub] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-600430791 Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1070 This is

[GitHub] [cloudstack] davidjumani commented on issue #3967: noVNC console integration

2020-03-17 Thread GitBox
davidjumani commented on issue #3967: noVNC console integration URL: https://github.com/apache/cloudstack/pull/3967#issuecomment-600447706 @ustcweizhou I've created this to use a java websocket proxy which supports client metrics reporting. Could you provide your comments -