Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Add molecule-podman driver #23

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

ziegenberg
Copy link
Contributor

As this image is superseding the ansible toolset image, it should aim at feature parity with its precursor.

This change adds the molecule podman driver, and its necessary dependencies. This also includes the containers.podman ansible collection, as written in the molecule-podman README.

Partly fixes: #20

@ssbarnea ssbarnea added the enhancement New feature or request label Mar 1, 2022
@ssbarnea
Copy link
Member

ssbarnea commented Mar 1, 2022

@ziegenberg Are you on https://matrix.to/#/#devtools:ansible.com -- it could prove useful. I see some problems building the image due to azure caused conflicts, unrelated to your change. We need to address these first.

@ziegenberg
Copy link
Contributor Author

Is this related to #18?

Now I'm on https://matrix.to/#/#devtools:ansible.com. My user handle is: @ziegenberg:matrix.org

But for today I'm already out of the office.

@ziegenberg
Copy link
Contributor Author

Hi @ssbarnea,
I think I've tracked it down to the azure.azcollection in /_build/requirements.yml which pins down azure-cli-core to 2.26.1 in requirements-azure.txt.

See: https://github.com/ansible-collections/azure/blob/dev/requirements-azure.txt

@ziegenberg
Copy link
Contributor Author

I gave it a shot and filed PR ansible-collections/azure#775. Let's see, where this goes. Sadly, the latest release v1.11.0 of azure.azcollection was just very recently (2022-01-18) and so I suspect, we are not gonna see this resolved too soon.

As this image is superseding the ansible toolset image, it should aim at
feature parity with its precursor.

This change adds the molecule podman driver, and its necessary
dependencies. This also includes the containers.podman ansible
collection, as written in the molecule-podman README.

See: ansible#20

Signed-off-by: Daniel Ziegenberg <[email protected]>
@ssbarnea ssbarnea changed the title Add podman molecule driver Add molecule-podman driver Mar 9, 2022
@ssbarnea ssbarnea merged commit 43fcdb8 into ansible:main Mar 9, 2022
@ziegenberg ziegenberg deleted the add-podman-driver branch March 10, 2022 12:11
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 16, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added
but the respective binaries are still missing.
This commit adds the neccesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some cli commands to check we do not remove
them inadvertantly and output some helpful version information at
build time.

Signed-off-by: Daniel Ziegenberg <[email protected]>
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 16, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
but the respective binaries are still missing.

This commit adds the necesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some CLI commands to check we do not remove
them inadvertently and output some helpful version information at
build time.

Signed-off-by: Daniel Ziegenberg <[email protected]>
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 16, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
but the respective binaries are still missing.

This commit adds the necesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some CLI commands to check we do not remove
them inadvertently and output some helpful version information at
build time.

Signed-off-by: Daniel Ziegenberg <[email protected]>
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 16, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
but the respective binaries are still missing.

This commit adds the necesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some CLI commands to check we do not remove
them inadvertently and output some helpful version information at
build time.

Signed-off-by: Daniel Ziegenberg <[email protected]>
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 17, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
but the respective binaries are still missing.

This commit adds the necesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some CLI commands to check we do not remove
them inadvertently and output some helpful version information at
build time.

There is also a workaround to make installing podman and docker
simultaneously possible. This is due to a conflict between the
packaged version of runc in the containerd.io package from Docker
and the CentOS 8 Stream native version packaged for Podman and Skopeo.
This can be changed once docker/containerd-packaging#231
is merged and available upstream via the Docker repository.
Cudos for the workaround:
https://faun.pub/how-to-install-simultaneously-docker-and-podman-on-rhel-8-centos-8-cb67412f321e

Signed-off-by: Daniel Ziegenberg <[email protected]>
ziegenberg added a commit to ziegenberg/creator-ee that referenced this pull request Mar 17, 2022
In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
but the respective binaries are still missing.

This commit adds the necesarry dependencies to the execution
enviroments bindep.txt.

This commit also adds some CLI commands to check we do not remove
them inadvertently and output some helpful version information at
build time.

There is also a workaround to make installing podman and docker
simultaneously possible. This is due to a conflict between the
packaged version of runc in the containerd.io package from Docker
and the CentOS 8 Stream native version packaged for Podman and Skopeo.
This can be changed once docker/containerd-packaging#231
is merged and available upstream via the Docker repository.
Cudos for the workaround:
https://faun.pub/how-to-install-simultaneously-docker-and-podman-on-rhel-8-centos-8-cb67412f321e

Signed-off-by: Daniel Ziegenberg <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional molecule drivers?
2 participants