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

[edpm_ssh_known_hosts]Support non standard ssh port #438

Merged

Conversation

gibizer
Copy link
Contributor

@gibizer gibizer commented Oct 11, 2023

No description provided.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 11, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@gibizer gibizer force-pushed the non-standard-port branch 2 times, most recently from 3407d3b to d4e8bea Compare October 11, 2023 10:29
@gibizer gibizer marked this pull request as ready for review October 11, 2023 10:29
@openshift-ci openshift-ci bot requested review from frenzyfriday and slagle October 11, 2023 10:29
@gibizer gibizer requested review from rebtoor and removed request for slagle and frenzyfriday October 11, 2023 10:29
@softwarefactory-project-zuul
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://review.rdoproject.org/zuul/buildset/25f170c371404470b93f972b8d4cc6c9

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 53m 52s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 34m 20s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 4s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 6m 52s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 5m 45s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 12m 00s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 6m 52s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 6m 48s

@rebtoor
Copy link
Contributor

rebtoor commented Oct 11, 2023

recheck

retry_limit

@openshift-ci openshift-ci bot removed the lgtm label Oct 11, 2023
@openshift-ci openshift-ci bot added the lgtm label Oct 11, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gibizer, rebtoor

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

@softwarefactory-project-zuul
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://review.rdoproject.org/zuul/buildset/16392ddd569d4f73b0ecf55715713819

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 00m 45s
podified-multinode-edpm-deployment-crc FAILURE in 1h 42m 41s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 33m 12s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 6m 13s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 5m 27s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 10m 57s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 6m 05s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 6m 08s

@gibizer
Copy link
Contributor Author

gibizer commented Oct 11, 2023

recheck

2023-10-11 15:34:38.164 5 INFO config_tempest.constants [-] Uploading image 'cirros-0.5.2-x86_64-disk.img' from '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'�[00m
2023-10-11 15:34:38.166 5 CRITICAL tempest [-] Unhandled error: FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'
2023-10-11 15:34:38.166 5 ERROR tempest Traceback (most recent call last):
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/bin/discover-tempest-config", line 10, in <module>
2023-10-11 15:34:38.166 5 ERROR tempest     sys.exit(main())
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/main.py", line 597, in main
2023-10-11 15:34:38.166 5 ERROR tempest     config_tempest(
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/main.py", line 557, in config_tempest
2023-10-11 15:34:38.166 5 ERROR tempest     image.create_tempest_images(conf, retry_alt=retry_alt)
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 137, in create_tempest_images
2023-10-11 15:34:38.166 5 ERROR tempest     image_id = self.find_or_upload_image(image_id, name,
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 197, in find_or_upload_image
2023-10-11 15:34:38.166 5 ERROR tempest     image = self._upload_image(image_name, image_dest)
2023-10-11 15:34:38.166 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 246, in _upload_image
2023-10-11 15:34:38.166 5 ERROR tempest     with open(path, 'rb') as data:
2023-10-11 15:34:38.166 5 ERROR tempest FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'
2023-10-11 15:34:38.166 5 ERROR tempest �[00m
{0} setUpClass (tempest.scenario.test_network_basic_ops.TestNetworkBasicOps) ... SKIPPED: Neutron not available

@softwarefactory-project-zuul
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://review.rdoproject.org/zuul/buildset/8b5c09c1999e4896b45e2ac6bb675f02

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 09m 45s
podified-multinode-edpm-deployment-crc FAILURE in 1h 38m 43s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 41m 41s
✔️ edpm-ansible-molecule-edpm_podman SUCCESS in 6m 52s
✔️ edpm-ansible-molecule-edpm_module_load SUCCESS in 5m 59s
✔️ edpm-ansible-molecule-edpm_kernel SUCCESS in 13m 25s
✔️ edpm-ansible-molecule-edpm_libvirt SUCCESS in 8m 47s
✔️ edpm-ansible-molecule-edpm_nova SUCCESS in 8m 43s

@gibizer
Copy link
Contributor Author

gibizer commented Oct 12, 2023

recheck

2023-10-11 17:56:33.137 5 INFO config_tempest.constants [-] Uploading image 'cirros-0.5.2-x86_64-disk.img' from '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'�[00m
2023-10-11 17:56:33.139 5 CRITICAL tempest [-] Unhandled error: FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'
2023-10-11 17:56:33.139 5 ERROR tempest Traceback (most recent call last):
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/bin/discover-tempest-config", line 10, in <module>
2023-10-11 17:56:33.139 5 ERROR tempest     sys.exit(main())
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/main.py", line 597, in main
2023-10-11 17:56:33.139 5 ERROR tempest     config_tempest(
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/main.py", line 557, in config_tempest
2023-10-11 17:56:33.139 5 ERROR tempest     image.create_tempest_images(conf, retry_alt=retry_alt)
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 137, in create_tempest_images
2023-10-11 17:56:33.139 5 ERROR tempest     image_id = self.find_or_upload_image(image_id, name,
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 197, in find_or_upload_image
2023-10-11 17:56:33.139 5 ERROR tempest     image = self._upload_image(image_name, image_dest)
2023-10-11 17:56:33.139 5 ERROR tempest   File "/usr/lib/python3.9/site-packages/config_tempest/services/image.py", line 246, in _upload_image
2023-10-11 17:56:33.139 5 ERROR tempest     with open(path, 'rb') as data:
2023-10-11 17:56:33.139 5 ERROR tempest FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/tempest/openshift/etc/cirros-0.5.2-x86_64-disk.img'
2023-10-11 17:56:33.139 5 ERROR tempest �[00m

@openshift-ci openshift-ci bot merged commit 12963be into openstack-k8s-operators:main Oct 12, 2023
23 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.

2 participants