Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created June 9, 2015 18:08
Show Gist options
  • Save michaelrice/c783c2508f6181e89449 to your computer and use it in GitHub Desktop.
Save michaelrice/c783c2508f6181e89449 to your computer and use it in GitHub Desktop.
TASK: [galera_client | Install pip packages] **********************************
failed: [infra3_galera_container-07d97389] => (item=MySQL-python) => {"attempts": 5, "cmd": "/usr/local/bin/pip install MySQL-python", "failed": true, "item"
: "MySQL-python"}
msg: Task failed as maximum retries was encountered
failed: [infra2_galera_container-22db42b4] => (item=MySQL-python) => {"attempts": 5, "cmd": "/usr/local/bin/pip install MySQL-python", "failed": true, "item"
: "MySQL-python"}
msg: Task failed as maximum retries was encountered
failed: [infra1_galera_container-516a6f2d] => (item=MySQL-python) => {"attempts": 5, "cmd": "/usr/local/bin/pip install MySQL-python", "failed": true, "item"
: "MySQL-python"}
msg: Task failed as maximum retries was encountered
failed: [infra3_galera_container-07d97389] => (item=python-memcached) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-memcached", "failed": true
, "item": "python-memcached"}
msg: Task failed as maximum retries was encountered
failed: [infra2_galera_container-22db42b4] => (item=python-memcached) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-memcached", "failed": true
, "item": "python-memcached"}
msg: Task failed as maximum retries was encountered
failed: [infra1_galera_container-516a6f2d] => (item=python-memcached) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-memcached", "failed": true
, "item": "python-memcached"}
msg: Task failed as maximum retries was encountered
failed: [infra2_galera_container-22db42b4] => (item=pycrypto) => {"attempts": 5, "cmd": "/usr/local/bin/pip install pycrypto", "failed": true, "item": "pycry
pto"}
msg: Task failed as maximum retries was encountered
failed: [infra3_galera_container-07d97389] => (item=pycrypto) => {"attempts": 5, "cmd": "/usr/local/bin/pip install pycrypto", "failed": true, "item": "pycry
pto"}
msg: Task failed as maximum retries was encountered
failed: [infra1_galera_container-516a6f2d] => (item=pycrypto) => {"attempts": 5, "cmd": "/usr/local/bin/pip install pycrypto", "failed": true, "item": "pycry
pto"}
msg: Task failed as maximum retries was encountered
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/setup-infrastructure.retry
infra1_galera_container-516a6f2d : ok=18 changed=2 unreachable=0 failed=1
infra2_galera_container-22db42b4 : ok=18 changed=2 unreachable=0 failed=1
infra3_galera_container-07d97389 : ok=18 changed=2 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment