Skip to content

Instantly share code, notes, and snippets.

@jruels
Created September 30, 2014 17:42
Show Gist options
  • Save jruels/fc79bc7fcbdfe16e6a6e to your computer and use it in GitHub Desktop.
Save jruels/fc79bc7fcbdfe16e6a6e to your computer and use it in GitHub Desktop.
horizon fail
#/usr/local/bin/pip install --allow-all-external /opt/horizon_master
Requirement already satisfied (use --upgrade to upgrade): pbr>=0.6,!=0.7,<1.0 in /usr/local/lib/python2.7/dist-packages (from horizon==2014.2.dev319.g4d688be)
Downloading/unpacking Django>=1.4.2,<1.7 (from horizon==2014.2.dev319.g4d688be)
http://rpc-slushee.rackspace.com/python_packages/10.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
Downloading Django-1.6.7-py2.py3-none-any.whl (6.7MB): 6.7MB downloaded
Downloading/unpacking django-compressor>=1.4 (from horizon==2014.2.dev319.g4d688be)
http://rpc-slushee.rackspace.com/python_packages/10.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
Downloading django_compressor-1.4-py2.py3-none-any.whl (114kB): 114kB downloaded
Downloading/unpacking django-openstack-auth>=1.1.7 (from horizon==2014.2.dev319.g4d688be)
http://rpc-slushee.rackspace.com/python_packages/10.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
Could not find a version that satisfies the requirement django-openstack-auth>=1.1.7 (from horizon==2014.2.dev319.g4d688be) (from versions: 1.1.5, 1.1.6)
Cleaning up...
No distributions matching the version for django-openstack-auth>=1.1.7 (from horizon==2014.2.dev319.g4d688be)
Storing debug log for failure in /root/.pip/pip.log
--
TASK: [openstack_common | Install service source] *****************************
failed: [ucctr103_horizon_container-b75c59bc] => {"ansible_job_id": "406336117393.1051", "attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip install --allow-all-external /opt/horizon_master", "failed": true, "finished": 1}
msg: Task failed as maximum retries was encountered
failed: [ucctr102_horizon_container-4a9c0022] => {"ansible_job_id": "406336117393.1052", "attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip install --allow-all-external /opt/horizon_master", "failed": true, "finished": 1}
msg: Task failed as maximum retries was encountered
failed: [ucctr101_horizon_container-e41e79d0] => {"ansible_job_id": "406336117393.1089", "attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip install --allow-all-external /opt/horizon_master", "failed": true, "finished": 1}
msg: Task failed as maximum retries was encountered
<job 406336117393.1051> FAILED on ucctr103_horizon_container-b75c59bc
<job 406336117393.1089> FAILED on ucctr101_horizon_container-e41e79d0
<job 406336117393.1052> FAILED on ucctr102_horizon_container-4a9c0022
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/horizon-all.retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment