-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(ansible_ee): introduce Ansible Execution Environment image build #123
Closed
FoSix
wants to merge
9
commits into
main
from
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
Closed
feat(ansible_ee): introduce Ansible Execution Environment image build #123
FoSix
wants to merge
9
commits into
main
from
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
from
October 18, 2023 12:00
590d62f
to
b711085
Compare
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
from
October 18, 2023 12:02
b711085
to
b8fa407
Compare
A Preview PR in PanDev repo has been created. You can view it here. |
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
from
October 18, 2023 13:09
9af845b
to
5239d51
Compare
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
3 times, most recently
from
October 18, 2023 14:14
026b0ec
to
e95f296
Compare
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
from
October 19, 2023 07:07
e95f296
to
16d4bcc
Compare
FoSix
force-pushed
the
120-move-ansible-execution-env-build-to-upgrade-assurance-repo
branch
from
October 19, 2023 07:53
001425c
to
1d6b1e0
Compare
FoSix
requested review from
alperenkose,
adambaumeister and
horiagunica
as code owners
October 19, 2023 08:27
@jamesholland-uk @shinmog - gentlemen, what do you think about this CI, should we keep it here, next to |
this will be moved to a separate repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
CI for building the Ansible EE that can be used with Ansible Tower or AWX.
Motivation and Context
Palo Ansible Collection cannot be used with the default EE shipped with AWX, as that one lacks the required Python packages. It's the same situation when one would like to use the panos-upgrade-assurance package and corresponding Ansible modules. This PR introduces a small CI workflow that grabs all requirements for both the Ansible collection and panos-upgrade-assurance and builds an Ansible Execution Environment Docker image, by extending the default EE.
Although this PR does not introduce any changes to the code itself, it's still marked as a feature release.
How Has This Been Tested?
tested on a AWX instance
Screenshots (if appropriate)
Types of changes
Checklist