generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Aireos is not supported with network_cli as we move to collections in 2.10 #119
Comments
ganeshrn
added a commit
to ganeshrn/community.network
that referenced
this issue
Sep 25, 2020
Fixes: ansible-collections#119 * For platforms using persistent allow network_cli connection type In ansible 2.6 `network_cli` connection was added as first class connection, however some of the community platform code was not updated to use `network_cli`. * Deprecate local connection type for platforms that use persistent connection framework and have cliconf and terminal plugins implemented.
@t1hom7as Can you test the |
patchback bot
pushed a commit
that referenced
this issue
Oct 15, 2020
* Allow network_cli type for platforms using persistent connection Fixes: #119 * For platforms using persistent allow network_cli connection type In ansible 2.6 `network_cli` connection was added as first class connection, however some of the community platform code was not updated to use `network_cli`. * Deprecate local connection type for platforms that use persistent connection framework and have cliconf and terminal plugins implemented. * add changelog * Fix review comments * minor updates * remove unwanted space * FIx more santiy issues * fix review comments (cherry picked from commit b5629d7)
felixfontein
pushed a commit
that referenced
this issue
Oct 15, 2020
… (#133) * Allow network_cli type for platforms using persistent connection Fixes: #119 * For platforms using persistent allow network_cli connection type In ansible 2.6 `network_cli` connection was added as first class connection, however some of the community platform code was not updated to use `network_cli`. * Deprecate local connection type for platforms that use persistent connection framework and have cliconf and terminal plugins implemented. * add changelog * Fix review comments * minor updates * remove unwanted space * FIx more santiy issues * fix review comments (cherry picked from commit b5629d7) Co-authored-by: Ganesh Nalawade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Note: I have been doing this on 2.9.11, but actively trying to migrate to collections ready for 2.10.
As we go to 2.10, the new aireos_config is now in the community.network collection, as per the documentation: https://docs.ansible.com/ansible/latest/collections/community/network/aireos_config_module.html
This leads us to: https://github.com/ansible-collections/community.network#supported-connections
Which states that only network_cli or httpapi can be used.
Inside of https://docs.ansible.com/ansible/latest/network/user_guide/platform_index.html there is not aireos, so I think this has been missed when migrating to this new collection and out of Ansible base.
ISSUE TYPE
COMPONENT NAME
community.network
community.network.aireos_config
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Ansible AWX 14.1 - Centos 8
macOS 10.15.6
STEPS TO REPRODUCE
site.yaml:
main.yml:
EXPECTED RESULTS
The playbook to be executed correctly.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: