Skip to content

Instantly share code, notes, and snippets.

@danehans
Created May 9, 2016 16:47
Show Gist options
  • Save danehans/55aacbc36f6f56416240e39689326fda to your computer and use it in GitHub Desktop.
Save danehans/55aacbc36f6f56416240e39689326fda to your computer and use it in GitHub Desktop.
kolla_magnum_errors
TASK: [rabbitmq | Running RabbitMQ bootstrap container] ***********************
failed: [localhost] => {"failed": true}
msg: The requested image does not exist: 10.30.118.91:4000/kollaglue/ubuntu-source-rabbitmq:2.0.0
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/site.retry
localhost : ok=90 changed=30 unreachable=0 failed=1
root@k03-13:~/kolla#
root@k03-13:~/kolla# docker images | grep rabb
10.30.118.91:4000/kollaglue/ubuntu-source-rabbitmq 2.0.1 eed9b4fe2543 17 hours ago 274.7 MB
root@k03-13:~/kolla# docker images | grep heka
10.30.118.91:4000/kollaglue/ubuntu-source-heka 2.0.1 5373d82ed63c 17 hours ago 281.1 MB
10.30.118.91:4000/kollaglue/ubuntu-source-heka 2.0.0 ab84ffd217dd 2 weeks ago 289.5 MB
root@k03-13:~/kolla#
root@k03-13:~/kolla#
root@k03-13:~/kolla# docker images | grep maria
10.30.118.91:4000/kollaglue/ubuntu-source-mariadb 2.0.1 c9d0972d93fe 17 hours ago 439.4 MB
10.30.118.91:4000/kollaglue/ubuntu-source-mariadb 2.0.0 f894d267b4ed 2 weeks ago 447.9 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment