Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.36 KB | None | 0 0
  1. # docker images
  2. #
  3.  
  4.  
  5.  
  6. root@kolla:/var/src/kolla# tools/kolla-ansible -i ansible/inventory/all-in-one -p ansible/site.yml deploy
  7. Deploying Playbooks : ansible-playbook -i ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e action=deploy ansible/site.yml
  8.  
  9. PLAY [ceph-mon;ceph-osd;ceph-rgw] *********************************************
  10.  
  11. GATHERING FACTS ***************************************************************
  12. ok: [localhost]
  13.  
  14. TASK: [common | Ensuring config directories exist] ****************************
  15. skipping: [localhost] => (item=rsyslog)
  16.  
  17. TASK: [common | Copying over config.json files for services] ******************
  18. skipping: [localhost] => (item=rsyslog)
  19.  
  20. TASK: [common | Copying over rsyslog.conf] ************************************
  21. skipping: [localhost] => (item=rsyslog)
  22.  
  23. TASK: [common | Starting rsyslog container] ***********************************
  24. skipping: [localhost]
  25.  
  26. TASK: [common | Starting kolla-ansible container] *****************************
  27. skipping: [localhost]
  28.  
  29. TASK: [common | Registering common role has run] ******************************
  30. skipping: [localhost]
  31.  
  32. TASK: [ceph | Ensuring config directories exist] ******************************
  33. skipping: [localhost] => (item=ceph-mon)
  34. skipping: [localhost] => (item=ceph-osd)
  35. skipping: [localhost] => (item=ceph-rgw)
  36.  
  37. TASK: [ceph | Copying over config.json files for services] ********************
  38. skipping: [localhost] => (item=ceph-mon)
  39. skipping: [localhost] => (item=ceph-osd)
  40. skipping: [localhost] => (item=ceph-rgw)
  41.  
  42. TASK: [ceph | Copying over ceph.conf] *****************************************
  43. skipping: [localhost] => (item=ceph-mon)
  44. skipping: [localhost] => (item=ceph-osd)
  45. skipping: [localhost] => (item=ceph-rgw)
  46.  
  47. TASK: [ceph | Cleaning up temp file on localhost] *****************************
  48. skipping: [localhost]
  49.  
  50. TASK: [ceph | Creating temp file on localhost] ********************************
  51. skipping: [localhost]
  52.  
  53. TASK: [ceph | Creating ceph_mon_conifg volume] ********************************
  54. skipping: [localhost]
  55.  
  56. TASK: [ceph | Writing hostname of host with existing cluster files to temp file] ***
  57. skipping: [localhost]
  58.  
  59. TASK: [ceph | Registering host from temp file] ********************************
  60. skipping: [localhost]
  61.  
  62. TASK: [ceph | Cleaning up temp file on localhost] *****************************
  63. skipping: [localhost]
  64.  
  65. TASK: [ceph | Generating initial Ceph keyrings and monmap] ********************
  66. skipping: [localhost]
  67.  
  68. TASK: [ceph | Starting ceph-mon container] ************************************
  69. skipping: [localhost]
  70.  
  71. TASK: [ceph | Setting host for cluster files] *********************************
  72. skipping: [localhost]
  73.  
  74. TASK: [ceph | Fetching Ceph keyrings] *****************************************
  75. skipping: [localhost]
  76.  
  77. TASK: [ceph | Reading json from variable] *************************************
  78. skipping: [localhost]
  79.  
  80. TASK: [ceph | Pushing Ceph keyring for OSDs] **********************************
  81. skipping: [localhost] => (item={# ceph_files['ceph.client.admin.keyring'] #})
  82.  
  83. TASK: [ceph | Pushing Ceph keyrings for Mons] *********************************
  84. skipping: [localhost] => (item={# ceph_files['ceph.client.admin.keyring'] #})
  85. skipping: [localhost] => (item={# ceph_files['ceph.client.mon.keyring'] #})
  86. skipping: [localhost] => (item={# ceph_files['ceph.client.radosgw.keyring'] #})
  87. skipping: [localhost] => (item={# ceph_files['ceph.monmap'] #})
  88.  
  89. TASK: [ceph | Pushing Ceph keyrings for RGWs] *********************************
  90. skipping: [localhost] => (item={# ceph_files['ceph.client.admin.keyring'] #})
  91. skipping: [localhost] => (item={# ceph_files['ceph.client.radosgw.keyring'] #})
  92.  
  93. TASK: [ceph | Starting ceph-mon container] ************************************
  94. skipping: [localhost]
  95.  
  96. TASK: [ceph | Looking up disks to bootstrap for Ceph] *************************
  97. skipping: [localhost]
  98.  
  99. TASK: [ceph | Reading data from variable] *************************************
  100. skipping: [localhost]
  101.  
  102. TASK: [ceph | Looking up disks to bootstrap for Ceph] *************************
  103. skipping: [localhost]
  104.  
  105. TASK: [ceph | Reading data from variable] *************************************
  106. skipping: [localhost]
  107.  
  108. TASK: [ceph | Bootstrapping Ceph OSDs] ****************************************
  109. skipping: [localhost]
  110.  
  111. TASK: [ceph | Bootstrapping Ceph Cache OSDs] **********************************
  112. skipping: [localhost]
  113.  
  114. TASK: [ceph | Looking up OSDs for Ceph] ***************************************
  115. skipping: [localhost]
  116.  
  117. TASK: [ceph | Reading data from variable] *************************************
  118. skipping: [localhost]
  119.  
  120. TASK: [ceph | Mounting Ceph OSD volumes] **************************************
  121. skipping: [localhost] => (item=osds)
  122.  
  123. TASK: [ceph | Gathering OSD IDs] **********************************************
  124. skipping: [localhost] => (item=osds)
  125.  
  126. TASK: [ceph | Starting ceph-osd container] ************************************
  127. skipping: [localhost] => (item=[{u'skipped': True, u'changed': False}, 'osds'])
  128.  
  129. TASK: [ceph | Starting ceph-rgw container] ************************************
  130. skipping: [localhost]
  131.  
  132. PLAY [cinder-api;glance-api;haproxy;keystone;mariadb;murano-api;neutron-server;nova-api;rabbitmq;swift-proxy-server;heat-api;murano-api] ***
  133.  
  134. GATHERING FACTS ***************************************************************
  135. ok: [localhost]
  136.  
  137. TASK: [common | Ensuring config directories exist] ****************************
  138. skipping: [localhost] => (item=rsyslog)
  139.  
  140. TASK: [common | Copying over config.json files for services] ******************
  141. skipping: [localhost] => (item=rsyslog)
  142.  
  143. TASK: [common | Copying over rsyslog.conf] ************************************
  144. skipping: [localhost] => (item=rsyslog)
  145.  
  146. TASK: [common | Starting rsyslog container] ***********************************
  147. skipping: [localhost]
  148.  
  149. TASK: [common | Starting kolla-ansible container] *****************************
  150. skipping: [localhost]
  151.  
  152. TASK: [common | Registering common role has run] ******************************
  153. skipping: [localhost]
  154.  
  155. TASK: [haproxy | Allowing non-local IP binding] *******************************
  156. skipping: [localhost]
  157.  
  158. TASK: [haproxy | Ensuring config directories exist] ***************************
  159. skipping: [localhost] => (item=keepalived)
  160. skipping: [localhost] => (item=haproxy)
  161.  
  162. TASK: [haproxy | Copying over config.json files for services] *****************
  163. skipping: [localhost] => (item=keepalived)
  164. skipping: [localhost] => (item=haproxy)
  165.  
  166. TASK: [haproxy | Copying over haproxy.cfg] ************************************
  167. skipping: [localhost] => (item=haproxy)
  168.  
  169. TASK: [haproxy | Copying over keepalived.conf] ********************************
  170. skipping: [localhost] => (item=keepalived)
  171.  
  172. TASK: [haproxy | Starting keepalived container] *******************************
  173. skipping: [localhost]
  174.  
  175. TASK: [haproxy | Starting haproxy container] **********************************
  176. skipping: [localhost]
  177.  
  178. TASK: [haproxy | Ensuring latest haproxy config is used] **********************
  179. skipping: [localhost]
  180.  
  181. TASK: [haproxy | Waiting for virtual IP to appear] ****************************
  182. skipping: [localhost]
  183.  
  184. PLAY [kibana] *****************************************************************
  185.  
  186. GATHERING FACTS ***************************************************************
  187. ok: [localhost]
  188.  
  189. TASK: [common | Ensuring config directories exist] ****************************
  190. skipping: [localhost] => (item=rsyslog)
  191.  
  192. TASK: [common | Copying over config.json files for services] ******************
  193. skipping: [localhost] => (item=rsyslog)
  194.  
  195. TASK: [common | Copying over rsyslog.conf] ************************************
  196. skipping: [localhost] => (item=rsyslog)
  197.  
  198. TASK: [common | Starting rsyslog container] ***********************************
  199. skipping: [localhost]
  200.  
  201. TASK: [common | Starting kolla-ansible container] *****************************
  202. skipping: [localhost]
  203.  
  204. TASK: [common | Registering common role has run] ******************************
  205. skipping: [localhost]
  206.  
  207. TASK: [kibana | Ensuring kibana config directories exist] *********************
  208. skipping: [localhost] => (item=kibana)
  209.  
  210. TASK: [kibana | Copying over config.json files for services] ******************
  211. skipping: [localhost] => (item=kibana)
  212.  
  213. TASK: [kibana | Copying over Kibana configuration file] ***********************
  214. skipping: [localhost] => (item=kibana)
  215.  
  216. TASK: [kibana | Starting Kibana container] ************************************
  217. skipping: [localhost]
  218.  
  219. PLAY [memcached] **************************************************************
  220.  
  221. GATHERING FACTS ***************************************************************
  222. ok: [localhost]
  223.  
  224. TASK: [memcached | Ensuring config directories exist] *************************
  225. ok: [localhost] => (item=memcached)
  226.  
  227. TASK: [memcached | Copying over config.json files for services] ***************
  228. ok: [localhost] => (item=memcached)
  229.  
  230. TASK: [memcached | Starting memcached container] ******************************
  231. failed: [localhost] => {"failed": true}
  232. msg: The requested image does not exist: 192.168.16.228:4000/kollaglue/ubuntu-binary-memcached:2.0.0
  233.  
  234. FATAL: all hosts have already failed -- aborting
  235.  
  236. PLAY RECAP ********************************************************************
  237.            to retry, use: --limit @/root/site.retry
  238.  
  239. localhost                  : ok=31   changed=0    unreachable=0    failed=1  
  240.  
  241. Command failed ansible-playbook -i ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e action=deploy ansible/site.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement