Actions
Task #6409
closedadd 'podman' transport for pulp-smash
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"} } } ] }
Updated by dkliban@redhat.com over 4 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by dkliban@redhat.com over 4 years ago
- Status changed from ASSIGNED to MODIFIED
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Actions