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

Add execution environment metadata #87

Closed
wants to merge 1 commit into from

Conversation

AlanCoding
Copy link

SUMMARY

The https://github.com/ansible/ansible-builder tool under development creates execution container images from a list of collections, and pre-loads the image with the collections and the dependencies needed to run their modules & plugins.

I went through thing listed in the requirements: entry of DOCUMENTATION strings here, you can see those here:

https://github.com/AlanCoding/collection-dependencies-demo/blob/dd568760a0ccc8fe5c38ca149e78e62ca6af50bb/sniff_req/discovered.json#L169-L179

Many of these are plain-english descriptions of something that's needed.

I've taken the actionable (installable) packages mentioned there and put them a format that will be recognized by ansible-builder. This will still require ansible/ansible-builder#59 to fully work.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

N/A

ADDITIONAL INFORMATION

These files can still be moved around if desired.

I saw that there was no real overlap with test-requirements.txt

Add libraries for SELinux content
Add library for the at library
@AlanCoding
Copy link
Author

Closing, because these are likely already installed on the platforms that need them

@AlanCoding AlanCoding closed this Sep 10, 2020
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.

None yet

1 participant