Actions
Issue #4111
closedPulp3 Source Installer Not Working
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
I use Pulplift to run the pulp3-source-fedora28 box which runs the "ansible-pulp3/source-install.yml". When I vagrant up pulp3-source-fedora28
I get this error early on:
TASK [Gathering Facts] *********************************************************
fatal: [pulp3-source-fedora28]: FAILED! => {
"changed": false,
"rc": 127
}
MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDOUT:
/bin/sh: /usr/bin/python: No such file or directory
MODULE_STDERR:
Shared connection to 192.168.121.30 closed.
PLAY RECAP *********************************************************************
pulp3-source-fedora28 : ok=0 changed=0 unreachable=0 failed=1
Updated by amacdona@redhat.com about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
Added by amacdona@redhat.com about 6 years ago
Added by amacdona@redhat.com about 6 years ago
Revision c66699a9 | View on GitHub
Specify python interpreter in Vagrantfile
Also add documentation for this variable to all roles.
fixes #4111
Updated by amacdona@redhat.com about 6 years ago
- Status changed from ASSIGNED to POST
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Actions
Specify python interpreter in Vagrantfile
Also add documentation for this variable to all roles.
fixes #4111