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

Execution enviroment for the collection to run on #322

Open
sean-m-sullivan opened this issue Oct 11, 2021 · 0 comments
Open

Execution enviroment for the collection to run on #322

sean-m-sullivan opened this issue Oct 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@sean-m-sullivan
Copy link
Contributor

sean-m-sullivan commented Oct 11, 2021

/kind feature

Description
Create an Execution environment that this collection can run on. Base idea is to get the functionality of quay.io/repository/podman/stable, as an execution environment. Whether that is using the base execution environment image and building on that, or taking the podman image and building the execution environment builds into it.

Steps to reproduce the issue:

  1. Try to run any podman module/command on an Execution enviroment.

Describe the results you received:
Depending on how I build it, get either

podman run localhost/ee_tools ansible localhost -m ansible.builtin.shell -a 'podman images'
REPOSITORY  TAG         IMAGE ID    CREATED     SIZEtime="2021-10-07T20:03:22Z" level=warning msg="\"/\" is not a shared mount, this could cause issues or missing mounts with rootless containers"
time="2021-10-07T20:03:22Z" level=warning msg="using rootless single mapping into the namespace. This might break some images. Check /etc/subuid and /etc/subgid for adding sub*ids"

or

Errors were encountered while running the playbook:
ERROR! Invalid callback for stdout specified: awx_display...
[HINT] To see the full error message try ':stdout'
[HINT] After it's fixed, try to ':rerun' the playbook

Describe the results you expected:
things to work.

Additional information you deem important (e.g. issue happens only occasionally):
This is the working dir where I've been storing info trying to do this, but thought this would be a good candidate for a collection to then store it in, or use it.

This may be out of the scope of whats is expected here, but thought it might be a good place to broach the subject.

@sshnaidm sshnaidm added the enhancement New feature or request label Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants