Re: [PR] ITCO watchdog added [cloudstack]

2024-01-17 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1895726401

   @DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will 
be bundled with  KVM, XenServer and VMware SystemVM templates. 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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2024-01-17 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1895724098

   @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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2024-01-17 Thread via GitHub


codecov[bot] commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1895656782

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8282?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base 
[(`cb2b6ac`)](https://app.codecov.io/gh/apache/cloudstack/commit/cb2b6aca45c81de19a5d9f1bf31a2f022d7f8c31?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 13.11% compared to head 
[(`7712d87`)](https://app.codecov.io/gh/apache/cloudstack/pull/8282?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 13.12%.
   > Report is 24 commits behind head on 4.18.
   
   
   Additional details and impacted files
   
   
   ```diff
   @@ Coverage Diff  @@
   ##   4.18#8282  +/-   ##
   
   + Coverage 13.11%   13.12%   +0.01% 
   - Complexity 9133 9142   +9 
   
 Files  2720 2720  
 Lines257659   257744  +85 
 Branches  4017140182  +11 
   
   + Hits  3380233839  +37 
   - Misses   219566   219615  +49 
   + Partials   4291 4290   -1 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/cloudstack/pull/8282?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-12-18 Thread via GitHub


weizhouapache commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1859967662

   > > @DaanHoogland maybe we could add new action `inject-nmi` as well.
   > 
   > seems like a new PR, would you suggest a API/UI enhancement for that? 
(creating #8368)
   
   no, just a new option for action (which is set by vm.watchdog.action in 
agent.properties).


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-12-18 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1859885924

   > @DaanHoogland maybe we could add new action `inject-nmi` as well.
   
   seems like a new PR, would you suggest a API/UI enhancement for that? 
(creating #8368)


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-12-14 Thread via GitHub


weizhouapache commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1855522438

   tried to configure watchdog on kvm host, but no success.
   
   anyway, I think this is good to go. According to libvirt, itco is a valid 
model for watchdog.
   https://libvirt.org/formatdomain.html#watchdog-devices
   
   @DaanHoogland 
   maybe we could add new action `inject-nmi` as well.
   
   cc @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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-12-13 Thread via GitHub


weizhouapache commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1854618578

   Assigned to myself.  I will test it @DaanHoogland @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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1835623529

   [SF] Trillian test result (tid-8437)
   Environment: kvm-alma9 (x2), Advanced Networking with Mgmt server a9
   Total time taken: 55722 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr8282-t8437-kvm-alma9.zip
   Smoke tests completed. 108 look OK, 1 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_invalid_upgrade_kubernetes_cluster | `Failure` | 3621.93 | 
test_kubernetes_clusters.py
   test_02_upgrade_kubernetes_cluster | `Failure` | 3614.85 | 
test_kubernetes_clusters.py
   test_03_deploy_and_scale_kubernetes_cluster | `Failure` | 0.04 | 
test_kubernetes_clusters.py
   test_04_autoscale_kubernetes_cluster | `Failure` | 0.05 | 
test_kubernetes_clusters.py
   test_05_basic_lifecycle_kubernetes_cluster | `Failure` | 0.06 | 
test_kubernetes_clusters.py
   test_06_delete_kubernetes_cluster | `Failure` | 0.04 | 
test_kubernetes_clusters.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 0.04 | 
test_kubernetes_clusters.py
   test_08_upgrade_kubernetes_ha_cluster | `Failure` | 0.06 | 
test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.05 | 
test_kubernetes_clusters.py
   test_10_vpc_tier_kubernetes_cluster | `Failure` | 55.26 | 
test_kubernetes_clusters.py
   ContextSuite context=TestKubernetesCluster>:teardown | `Error` | 104.74 | 
test_kubernetes_clusters.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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1834032478

   @DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) 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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1834029494

   $%#
   @blueorangutan test alma9 kvm-alma9 keepEnv


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1834003282

   @blueorangutan test alma9 kvm-alm9 keepEnv


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1834004108

   @DaanHoogland [SL] unsupported parameters provided. Supported mgmt server os 
are: `centos7, centos6, suse15, alma8, ubuntu18, ubuntu22, ubuntu20, rocky8, 
alma9`. Supported hypervisors are: `kvm-centos6, kvm-centos7, kvm-rocky8, 
kvm-alma8, kvm-alma9, kvm-ubuntu18, kvm-ubuntu20, kvm-ubuntu22, kvm-suse15, 
vmware-55u3, vmware-60u2, vmware-65u2, vmware-67u3, vmware-70u1, vmware-70u2, 
vmware-70u3, vmware-80, vmware-80u1, xenserver-65sp1, xenserver-71, 
xenserver-74, xcpng74, xcpng76, xcpng80, xcpng81, xcpng82`


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1833914177

   Packaging result [SF]: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 7875


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1833809826

   @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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


blueorangutan commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1833810740

   @DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will 
be bundled with  KVM, XenServer and VMware SystemVM templates. 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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


weizhouapache commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1833390430

   > come to think of it, this is probably not the only thing needed. If anyone 
knows... ?
   
   @DaanHoogland 
   create a RHEL 9 env and test it ?


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] ITCO watchdog added [cloudstack]

2023-11-30 Thread via GitHub


DaanHoogland commented on PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#issuecomment-1833356611

   come to think of it, this is probably not the only thing needed. If anyone 
knows... ?


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org