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

Migrate podman modules from Ansible into collection #2

Closed
sshnaidm opened this issue Mar 6, 2020 · 0 comments · Fixed by #3 or #8
Closed

Migrate podman modules from Ansible into collection #2

sshnaidm opened this issue Mar 6, 2020 · 0 comments · Fixed by #3 or #8
Assignees
Labels
enhancement New feature or request

Comments

@sshnaidm
Copy link
Member

sshnaidm commented Mar 6, 2020

using current migration scenario:
collection_migration/scenarios/containers/containers.yml

podman:
  connection:
    - buildah.py
    - podman.py
  modules:
    - cloud/podman/__init__.py
    - cloud/podman/podman_container_info.py
    - cloud/podman/podman_image_info.py
    - cloud/podman/podman_image.py
    - cloud/podman/podman_volume_info.py
  module_utils:
    - podman/common.py
    - podman/__init__.py
  integration:
    - connection_podman/*
    - podman_*/*
    - podman_*/*/*
    - setup_podman/*
    - setup_podman/*/*
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
1 participant