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

A couple changes I had to make to run the project successfully. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samiqs
Copy link

@samiqs samiqs commented Jul 15, 2016

fatal: [core-01]: FAILED! => {"failed": true, "msg": "Failed to get information on remote file (/home/core/get-pip.py): MODULE FAILURE"}

to fix I replaced:
[coreos:vars]
ansible_python_interpreter="PATH=/home/core/bin:$PATH python"

with

ansible_python_interpreter=/home/core/bin/python

second issue:

TASK [Install docker-py] *******************************************************
fatal: [core-01]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to find required executable pip"}

resolved by adding executable to ansible pip command.

Also added *.retry files to .gitignore and updated the docker pull request in website playbook

fatal: [core-01]: FAILED! => {"failed": true, "msg": "Failed to get information on remote file (/home/core/get-pip.py): MODULE FAILURE"}

to fix I replaced:
[coreos:vars]
ansible_python_interpreter="PATH=/home/core/bin:$PATH python"

with

ansible_python_interpreter=/home/core/bin/python

second issue:

TASK [Install docker-py] *******************************************************
fatal: [core-01]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to find required executable pip"}

resolved by adding executable to ansible pip command.

Also added *.retry files to .gitignore and updated the docker pull request in website playbook
@jgarcia-radius
Copy link

I found that similar changes helped me as well.

@jgarcia-radius jgarcia-radius mentioned this pull request May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants