-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add per-admin parameter to Panorama push #366
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change requires a certain minimum version of PAN-OS, which is present in the docstring, so that's good.
However, it also requires a certain minimum version of pan-os-python, which is not reflected in the code right now. You can configure this as min_pandevice_version
. However, you can't actually do that until you know which version of pan-os-python is going to contain the change for admin specific push. So pan-os-python needs to release that first, then this code can reflect that.
Thanks @shinmog, that all makes sense. The change in pan-os-python is merged and awaiting release. It didn't pass all the tests, but that was the issue in CI with the version of the poetry action (and also poetry itself got a version upgrade), and that change is also merged. So do we 1) push the pan-os-python CI change from develop to master, 2) rerun the CI tests on my PR in pan-os-python, 3) push the changes from the PR from develop to master, 4) get the pan-os-python version and put it into this PR per your note, 5) release pan-os-ansible? Phew! |
Let me know if there are any other modifications needed for us to go live with this PR @shinmog? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
🎉 This PR is included in version 2.13.0 🎉 The release is available on Ansible Galaxy and GitHub release
|
Description
Adding support for the PAN-OS 10.2 feature of Administrator-Level Push from Panorama to Managed Devices
Depends upon supporting change in pan-os-python.
Motivation and Context
Motivation is adding support for a new PAN-OS feature, and also to support adding this feature in pan-os-ansible (ref - will close this issue)
How Has This Been Tested?
Tested locally, with Panorama 11.0.0 and managed firewall 10.2.3
Screenshots (if appropriate)
Types of changes
Checklist