Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Healthcheck for Kepler #834

Merged

Conversation

yadneshk
Copy link
Contributor

@yadneshk yadneshk commented Dec 3, 2024

Since Kepler container image doesn't have either "ss" or "netstat" commands, check it's health by making curl requests to port 8888.

@openshift-ci openshift-ci bot added the approved label Dec 3, 2024
@yadneshk yadneshk force-pushed the kepler_health branch 2 times, most recently from f46f402 to 27aa63c Compare December 3, 2024 13:17
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c31211a017864b3ab5dd9902f17d34bb

✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 29m 10s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 25m 13s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 17m 24s
✔️ edpm-ansible-tempest-multinode SUCCESS in 2h 05m 34s
✔️ edpm-ansible-molecule-edpm_bootstrap SUCCESS in 5m 51s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 5m 16s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 4m 00s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 7m 28s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 7m 56s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 8m 38s
✔️ edpm-ansible-molecule-edpm_frr SUCCESS in 6m 19s
✔️ edpm-ansible-molecule-edpm_iscsid SUCCESS in 3m 59s
✔️ edpm-ansible-molecule-edpm_ovn_bgp_agent SUCCESS in 6m 32s
✔️ edpm-ansible-molecule-edpm_ovs SUCCESS in 11m 34s
✔️ edpm-ansible-molecule-edpm_tripleo_cleanup SUCCESS in 3m 29s
✔️ edpm-ansible-molecule-edpm_tuned SUCCESS in 6m 01s
✔️ edpm-ansible-molecule-edpm_telemetry_power_monitoring SUCCESS in 6m 52s
✔️ edpm-ansible-molecule-edpm_update SUCCESS in 6m 25s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 20m 58s

@yadneshk
Copy link
Contributor Author

yadneshk commented Dec 4, 2024

recheck

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/58136a3a137043bdaa05d0fae89f825e

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 56m 03s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 18m 55s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 28m 15s
✔️ edpm-ansible-tempest-multinode SUCCESS in 1h 55m 35s
✔️ edpm-ansible-molecule-edpm_bootstrap SUCCESS in 5m 54s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 4m 56s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 4m 40s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 9m 34s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 9m 45s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 10m 44s
✔️ edpm-ansible-molecule-edpm_frr SUCCESS in 7m 07s
✔️ edpm-ansible-molecule-edpm_iscsid SUCCESS in 4m 43s
✔️ edpm-ansible-molecule-edpm_ovn_bgp_agent SUCCESS in 7m 42s
✔️ edpm-ansible-molecule-edpm_ovs SUCCESS in 12m 32s
✔️ edpm-ansible-molecule-edpm_tripleo_cleanup SUCCESS in 4m 15s
✔️ edpm-ansible-molecule-edpm_tuned SUCCESS in 5m 52s
✔️ edpm-ansible-molecule-edpm_telemetry_power_monitoring SUCCESS in 7m 41s
✔️ edpm-ansible-molecule-edpm_update SUCCESS in 6m 40s
adoption-standalone-to-crc-ceph-provider FAILURE in 2h 43m 43s

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3c4b01dd762e4de2a9610dc9456a4241

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 07m 44s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 20m 33s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 35m 22s
✔️ edpm-ansible-tempest-multinode SUCCESS in 1h 37m 53s
✔️ edpm-ansible-molecule-edpm_bootstrap SUCCESS in 7m 32s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 5m 21s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 3m 59s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 11m 25s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 10m 31s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 10m 58s
✔️ edpm-ansible-molecule-edpm_frr SUCCESS in 7m 41s
✔️ edpm-ansible-molecule-edpm_iscsid SUCCESS in 5m 21s
✔️ edpm-ansible-molecule-edpm_ovn_bgp_agent SUCCESS in 8m 35s
✔️ edpm-ansible-molecule-edpm_ovs SUCCESS in 12m 29s
✔️ edpm-ansible-molecule-edpm_tripleo_cleanup SUCCESS in 4m 38s
✔️ edpm-ansible-molecule-edpm_tuned SUCCESS in 6m 17s
✔️ edpm-ansible-molecule-edpm_telemetry_power_monitoring SUCCESS in 8m 38s
✔️ edpm-ansible-molecule-edpm_update SUCCESS in 7m 38s
adoption-standalone-to-crc-ceph-provider POST_FAILURE in 2h 55m 23s

Since Kepler container image doesn't have either "ss" or "netstat"
commands, check it's health by making curl requests to port 8888.
Copy link
Contributor

@paramite paramite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was confused with edpm_telemetry role with my first review.

@openshift-ci openshift-ci bot added the lgtm label Dec 12, 2024
Copy link
Contributor

openshift-ci bot commented Dec 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: paramite, slagle, yadneshk

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 0874fc3 into openstack-k8s-operators:main Dec 12, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants