Closed jpodivin closed 2 weeks ago
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/2ff7d5d455b84281be59e7d1fa33f7fb
:heavy_check_mark: openstack-k8s-operators-content-provider SUCCESS in 3h 40m 25s :heavy_check_mark: podified-multinode-edpm-deployment-crc SUCCESS in 1h 48m 01s :x: cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 8m 44s :heavy_check_mark: edpm-ansible-molecule-edpm_bootstrap SUCCESS in 5m 57s :heavy_check_mark: edpm-ansible-molecule-edpm_podman SUCCESS in 4m 51s :heavy_check_mark: edpm-ansible-molecule-edpm_module_load SUCCESS in 4m 24s :heavy_check_mark: edpm-ansible-molecule-edpm_kernel SUCCESS in 8m 25s :heavy_check_mark: edpm-ansible-molecule-edpm_libvirt SUCCESS in 7m 59s :heavy_check_mark: edpm-ansible-molecule-edpm_nova SUCCESS in 8m 35s :heavy_check_mark: edpm-ansible-molecule-edpm_frr SUCCESS in 6m 07s :heavy_check_mark: edpm-ansible-molecule-edpm_iscsid SUCCESS in 4m 20s :heavy_check_mark: edpm-ansible-molecule-edpm_ovn_bgp_agent SUCCESS in 6m 39s :heavy_check_mark: edpm-ansible-molecule-edpm_ovs SUCCESS in 12m 24s :heavy_check_mark: edpm-ansible-molecule-edpm_tripleo_cleanup SUCCESS in 3m 49s :heavy_check_mark: cifmw-data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 3h 12m 09s
recheck
The connection to the server oauth-openshift.apps-crc.testing was refused - did you specify the right host or port?
Can not login to the CRC cluster. Sleeping...
Checking login to the cluster 18...
WARNING: Using insecure TLS client config. Setting this option is not supported!
@jpodivin PR is more than fine for me but i'm testing it downstream just to be extra sure about its impact. As long as that test will pass, i'll give my lgtm
.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jpodivin, slagle
The full list of commands accepted by this bot can be found here.
The pull request process is described here
We have accumulated quite a bit of idiosyncracies in our python code. This doesn't resolve all of them by any means, but it does take care of some of the most egregious ones. Dead code, useless imports, duplication and typos are all included.
None of these changes should alter the way our code works. I've tried to avoid veering into full on refactor with this. That being said there is one minor change of
osp.edpm.haskey
filter API. However the filter in question is only used by one role, so it shouldn't have any adverse effects.Normally I would squash this. But since most of these are rather disjoint issues, I can't help but feel that it would make a mess of blame for whoever will follow. So I'm keeping the commits separate, unless people insist on squashing.