Bug 1909200 - python3-molecule-podman is out of date
Summary: python3-molecule-podman is out of date
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-molecule-podman
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: chedi toueiti
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-18 15:22 UTC by François Charlier
Modified: 2020-12-30 01:38 UTC (History)
1 user (show)

Fixed In Version: python-molecule-podman-0.3.0-1.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-12-30 01:38:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description François Charlier 2020-12-18 15:22:34 UTC
Description of problem:

python3-molecule-podman is out of date (0.1 in Fedora 33, 0.3 available in source repo)

It does not work (does nothing) with 

Version-Release number of selected component (if applicable):

python3-molecule-podman-0.1-1.fc33.noarch


How reproducible:

Always

Steps to Reproduce:
% dnf install python3-molecule python3-molecule-podman
[…]
% molecule --version
% molecule init role -d podman myTestRole
% cd myTestRole
% molecule create
% podman ps


Actual results:

# Output of `molecule --version`
molecule 3.1.5
    ansible:2.9.15 python:3.9
    delegated:3.1.5 from molecule
    docker:0.2 from molecule_docker
    podman:0.1 from molecule_podman

# Output of `molecule create`
[…]
--> Action: 'create'
Skipping, create action has no playbook.
[…]

# Output of `podman ps`
CONTAINER ID  IMAGE   COMMAND  CREATED  STATUS  PORTS   NAMES
# (nothing created)


Expected results (from a virtualenv with `pip install molecule[podman]`:
# Output of `molecule --version`
molecule 3.2.0 using python 3.9 
    ansible:2.9.15
    delegated:3.2.0 from molecule
    podman:0.3.0 from molecule_podman


# Output of `molecule create`
[…]
PLAYBOOK: create.yml ********
[…]
PLAY [Create] ***************
[…]

# Output of `podman ps`
CONTAINER ID  IMAGE                          COMMAND               CREATED             STATUS                 PORTS   NAMES
7f00ae14b6f9  docker.io/pycontribs/centos:8  bash -c while tru...  About a minute ago  Up About a minute ago          instance




Additional info:

Comment 1 Fedora Update System 2020-12-21 19:13:16 UTC
FEDORA-2020-dbaa3de2e4 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-dbaa3de2e4

Comment 2 Fedora Update System 2020-12-22 02:18:59 UTC
FEDORA-2020-dbaa3de2e4 has been pushed to the Fedora 33 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-dbaa3de2e4`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-dbaa3de2e4

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2020-12-30 01:38:09 UTC
FEDORA-2020-dbaa3de2e4 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.