Project

Profile

Help

Task #6409

closed

add 'podman' transport for pulp-smash

Added by dkliban@redhat.com about 4 years ago. Updated almost 4 years ago.

Status:
CLOSED - COMPLETE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 70
Quarter:

Description

pulp-smash currently supports three types of transports for the CLI client: local, ssh, and kubectl. When Pulp 3 is deployed using Podman (in a single container), none of the existing transports can be used to execute commands inside the container. In these instances, 'podman' needs to be used to execute a command. The podman command needs to be executed locally in the following manner:

podman exec -it pulp-container-name /some/command --with-argument

pulp-smash users will be able to specify the following config to run tests against pulp 3 in a container running with podman:

{
    "pulp": {
        "auth": ["admin", "admin"],
        "selinux enabled": false,
        "version": "3"
    },
    "hosts": [
        {
            "hostname": "localhost",
            "roles": {
                "api": {"port": 24817, "scheme": "http", "service": "nginx"},
                "content": {"port": 24816, "scheme": "http", "service": "pulp_content_app"},
                "pulp resource manager": {},
                "pulp workers": {},
                "redis": {},
                "shell": {"transport": "podman"}
            }
        }
    ]
}
Actions #1

Updated by dkliban@redhat.com about 4 years ago

  • Description updated (diff)
Actions #2

Updated by dkliban@redhat.com about 4 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #3

Updated by rchan about 4 years ago

  • Sprint set to Sprint 70
Actions #4

Updated by mdellweg about 4 years ago

  • Assignee set to mdellweg
Actions #5

Updated by mdellweg about 4 years ago

  • Status changed from NEW to ASSIGNED
Actions #6

Updated by dkliban@redhat.com about 4 years ago

  • Description updated (diff)
Actions #7

Updated by dkliban@redhat.com about 4 years ago

  • Status changed from ASSIGNED to MODIFIED
Actions #8

Updated by dkliban@redhat.com almost 4 years ago

  • Status changed from MODIFIED to CLOSED - COMPLETE

Also available in: Atom PDF