Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

gracefully check is already bootstrapped and pip is installed #28

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

Conversation

rutsky
Copy link

@rutsky rutsky commented Mar 10, 2016

Removes scary (ignored) error messages during playing:

TASK [defunctzombie.coreos-bootstrap : Check if bootstrap is needed] ***********
fatal: [master]: FAILED! => {"changed": false, "failed": true, "rc": 1, "stderr": "",
"stdout": "stat: cannot stat '/home/core/.bootstrapped': No such file or directory\r\n",
"stdout_lines": ["stat: cannot stat '/home/core/.bootstrapped': No such file or directory"]}
...ignoring

TASK [defunctzombie.coreos-bootstrap : Check if we need to install pip] ********
fatal: [master]: FAILED! => {"changed": false, "cmd": "PATH=/home/core/bin:$PATH
python -m pip --version", "delta": "0:00:00.031284", "end": "2016-03-09 20:42:58.787796",
"failed": true, "rc": 1, "start": "2016-03-09 20:42:58.756512",
"stderr": "/home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available
(required by /home/core/pypy/bin/pypy)\n/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0:
no version information available (required by /home/core/pypy/bin/pypy)\n/home/core/pypy/bin/pypy:
No module named pip", "stdout": "", "stdout_lines": [], "warnings": []}
...ignoring

Removes scary error messages during playing:

TASK [defunctzombie.coreos-bootstrap : Check if bootstrap is needed] ***********
fatal: [master]: FAILED! => {"changed": false, "failed": true, "rc": 1, "stderr": "",
"stdout": "stat: cannot stat '/home/core/.bootstrapped': No such file or directory\r\n",
"stdout_lines": ["stat: cannot stat '/home/core/.bootstrapped': No such file or directory"]}
...ignoring

TASK [defunctzombie.coreos-bootstrap : Check if we need to install pip] ********
fatal: [master]: FAILED! => {"changed": false, "cmd": "PATH=/home/core/bin:$PATH
python -m pip --version", "delta": "0:00:00.031284", "end": "2016-03-09 20:42:58.787796",
"failed": true, "rc": 1, "start": "2016-03-09 20:42:58.756512",
"stderr": "/home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available
(required by /home/core/pypy/bin/pypy)\n/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0:
no version information available (required by /home/core/pypy/bin/pypy)\n/home/core/pypy/bin/pypy:
No module named pip", "stdout": "", "stdout_lines": [], "warnings": []}
...ignoring
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant