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

libssh connection: stop using PlayContext.verbosity #626

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

felixfontein
Copy link
Contributor

SUMMARY

Right now libssh cannot be used with ansible-core devel (to be 2.18) since the deprecated PlayContext.verbosity has been removed. (This currently makes the nightly community.routeros tests fail.)

Fixes #541.

Similar to #625.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

libssh

@felixfontein
Copy link
Contributor Author

This actually also fixes (at least) some errors that let the nightly tests of this collection fail, see for example https://github.com/ansible-collections/ansible.netcommon/actions/runs/8639352911/job/23685500335

Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/2e305e459f2344fc87c6be0ae0483e9d

ansible-test-network-integration-junos-vsrx-netconf-python36-stable29 NODE_FAILURE Node request 200-0007134182 failed in 0s (non-voting)
ansible-test-network-integration-junos-vsrx-netconf-python36-stable211 NODE_FAILURE Node request 200-0007134198 failed in 0s
ansible-test-network-integration-junos-vsrx-netconf-python39-stable212 NODE_FAILURE Node request 200-0007134199 failed in 0s
ansible-test-network-integration-junos-vsrx-netconf-python39 NODE_FAILURE Node request 200-0007134183 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-python36-stable29 NODE_FAILURE Node request 200-0007134195 failed in 0s (non-voting)
ansible-test-network-integration-junos-vsrx-network_cli-python36-stable211 NODE_FAILURE Node request 200-0007134180 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-python39-stable212 NODE_FAILURE Node request 200-0007134197 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-python39 NODE_FAILURE Node request 200-0007134200 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-libssh-python36-stable29 NODE_FAILURE Node request 200-0007134102 failed in 0s (non-voting)
ansible-test-network-integration-junos-vsrx-network_cli-libssh-python36-stable211 NODE_FAILURE Node request 200-0007134212 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-libssh-python39-stable212 NODE_FAILURE Node request 200-0007134104 failed in 0s
ansible-test-network-integration-junos-vsrx-network_cli-libssh-python39 NODE_FAILURE Node request 200-0007134105 failed in 0s
ansible-test-network-integration-vyos-paramiko-python39-devel NODE_FAILURE Node request 200-0007134106 failed in 0s
ansible-test-network-integration-vyos-paramiko-python39-stable214 NODE_FAILURE Node request 200-0007134107 failed in 0s
ansible-test-network-integration-vyos-paramiko-python39-stable213 NODE_FAILURE Node request 200-0007134108 failed in 0s
ansible-test-network-integration-vyos-paramiko-python39-stable212 NODE_FAILURE Node request 200-0007134109 failed in 0s
ansible-test-network-integration-vyos-paramiko-python36-stable29 NODE_FAILURE Node request 200-0007134110 failed in 0s (non-voting)
ansible-test-network-integration-vyos-libssh-python39-devel NODE_FAILURE Node request 200-0007134111 failed in 0s
ansible-test-network-integration-vyos-libssh-python39-stable214 NODE_FAILURE Node request 200-0007134112 failed in 0s
ansible-test-network-integration-vyos-libssh-python39-stable213 NODE_FAILURE Node request 200-0007134113 failed in 0s
ansible-test-network-integration-vyos-libssh-python39-stable212 NODE_FAILURE Node request 200-0007134114 failed in 0s
ansible-test-network-integration-vyos-libssh-python36-stable29 NODE_FAILURE Node request 200-0007134115 failed in 0s
✔️ build-ansible-collection SUCCESS in 13m 01s
ansible-test-network-integration-ansible-netcommon-junos-vsrx-netconf-python39 NODE_FAILURE Node request 200-0007134116 failed in 0s
ansible-tox-linters FAILURE in 11m 05s
✔️ ansible-galaxy-importer SUCCESS in 4m 58s

@rohitthakur2590 rohitthakur2590 merged commit 84c8607 into ansible-collections:main Apr 11, 2024
54 of 55 checks passed
@felixfontein felixfontein deleted the verbosity branch April 11, 2024 19:33
@felixfontein
Copy link
Contributor Author

@rohitthakur2590 thanks for reviewing and merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PlayContext.verbosity is deprecated warning appearing when using the network_cli connection plugin
2 participants