New collection: paloaltonetworks.panos #63
Replies: 4 comments 11 replies
-
hello @jamesholland-uk , thanks for submitting the collection for review! |
Beta Was this translation helpful? Give feedback.
-
Ansible Collections Checklist (short version)For details about the following points, refer to the Collection Requirements. Every comment should say whether the reviewer expects it to be addressed, or whether it's optional. Note for reviewers: If you don't know how to check any of the points below, please ask maintainers of the collection you're reviewing or a Steering Committee member for clarifications in comments of corresponding inclusion discussion. Public availability and communication:
Standards and documentation:
Collection management:
Tests: Note for reviewers: If you don't know how to check the points below, please ask maintainers of the collection you're reviewing how you can do it.
|
Beta Was this translation helpful? Give feedback.
-
Hi @jamesholland-uk @Andersson007 I did run the sanity tests and I got quite a number of results particularly Additionally, virtually all files tripped on this one:
Given that the collection is licensed with Apache License, I wonder whether the licensing rules checkbox should be ticked. And last but not least, @jamesholland-uk mentioned the tests are always executed but, in the .PHONY: old-sanity
old-sanity: ## Sanity tests for Ansible v2.9 and Ansible v2.10
ansible-test sanity -v --skip-test pylint --skip-test rstcheck --python $(python_version)
.PHONY: new-sanity
new-sanity: ## Sanity tests for Ansible v2.11 and above
ansible-test sanity -v --skip-test pylint --python $(python_version) which is not how we treat our good friend from ansible.module_utils.urls import open_url # pylint: disable=import-error But clearly that would not be the preferred way to handle the issues pointed by |
Beta Was this translation helpful? Give feedback.
-
Thanks for the comments and reviews folks. I see there are a number of items to work through. I will message back on this thread with an update as things progress. Thanks again |
Beta Was this translation helpful? Give feedback.
-
Ansible collection with modules that automate configuration and operational tasks on Palo Alto Networks' Next Generation Firewalls, both physical and virtualized form factors, using the PAN-OS API.
Ansible Galaxy: https://galaxy.ansible.com/paloaltonetworks/panos
GitHub: https://github.com/PaloAltoNetworks/pan-os-ansible
Issues Tracker: https://github.com/PaloAltoNetworks/pan-os-ansible/issues
GitHub Handles: @jamesholland-uk @shinmog
Is the collection part of Automation Hub: Yes
We meet Collection Requirements: Yes
Beta Was this translation helpful? Give feedback.
All reactions