Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. (venv) [root@supercomputer inventory]# ansible-playbook -i /root/kollaproj/venv/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e action=deploy /root/kollaproj/venv/share/kolla/ansible/site.yml
  2.  
  3. PLAY [Gather facts for all hosts] **********************************************
  4.  
  5. TASK [setup] *******************************************************************
  6. ok: [localhost]
  7.  
  8. PLAY [ceph-mon,ceph-osd,ceph-rgw] **********************************************
  9.  
  10. TASK [setup] *******************************************************************
  11. ok: [localhost]
  12.  
  13. TASK [common : include] ********************************************************
  14. skipping: [localhost]
  15.  
  16. TASK [common : Registering common role has run] ********************************
  17. skipping: [localhost]
  18.  
  19. TASK [ceph : include] **********************************************************
  20. skipping: [localhost]
  21.  
  22. PLAY [collectd] ****************************************************************
  23.  
  24. TASK [setup] *******************************************************************
  25. ok: [localhost]
  26.  
  27. TASK [common : include] ********************************************************
  28. skipping: [localhost]
  29.  
  30. TASK [common : Registering common role has run] ********************************
  31. skipping: [localhost]
  32.  
  33. TASK [collectd : include] ******************************************************
  34. skipping: [localhost]
  35.  
  36. PLAY [elasticsearch] ***********************************************************
  37.  
  38. TASK [setup] *******************************************************************
  39. ok: [localhost]
  40.  
  41. TASK [common : include] ********************************************************
  42. skipping: [localhost]
  43.  
  44. TASK [common : Registering common role has run] ********************************
  45. skipping: [localhost]
  46.  
  47. TASK [elasticsearch : include] *************************************************
  48. skipping: [localhost]
  49.  
  50. PLAY [influxdb] ****************************************************************
  51.  
  52. TASK [setup] *******************************************************************
  53. ok: [localhost]
  54.  
  55. TASK [common : include] ********************************************************
  56. skipping: [localhost]
  57.  
  58. TASK [common : Registering common role has run] ********************************
  59. skipping: [localhost]
  60.  
  61. TASK [influxdb : include] ******************************************************
  62. skipping: [localhost]
  63.  
  64. PLAY [telegraf] ****************************************************************
  65.  
  66. TASK [setup] *******************************************************************
  67. ok: [localhost]
  68.  
  69. TASK [common : include] ********************************************************
  70. skipping: [localhost]
  71.  
  72. TASK [common : Registering common role has run] ********************************
  73. skipping: [localhost]
  74.  
  75. TASK [telegraf : include] ******************************************************
  76. skipping: [localhost]
  77.  
  78. PLAY [haproxy] *****************************************************************
  79.  
  80. TASK [setup] *******************************************************************
  81. ok: [localhost]
  82.  
  83. TASK [common : include] ********************************************************
  84. included: /root/kollaproj/venv/share/kolla/ansible/roles/common/tasks/deploy.yml for localhost
  85.  
  86. TASK [common : include] ********************************************************
  87. included: /root/kollaproj/venv/share/kolla/ansible/roles/common/tasks/config.yml for localhost
  88.  
  89. TASK [common : Ensuring config directories exist] ******************************
  90. ok: [localhost] => (item=heka)
  91. ok: [localhost] => (item=kolla-toolbox)
  92. ok: [localhost] => (item=cron)
  93. ok: [localhost] => (item=cron/logrotate)
  94.  
  95. TASK [common : Copying over config.json files for services] ********************
  96. ok: [localhost] => (item=heka)
  97. ok: [localhost] => (item=kolla-toolbox)
  98. ok: [localhost] => (item=cron)
  99.  
  100. TASK [common : Copying over heka config files] *********************************
  101. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'aodh'})
  102. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'barbican'})
  103. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'elasticsearch'})
  104. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'global'})
  105. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'gnocchi'})
  106. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'haproxy'})
  107. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'horizon'})
  108. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'keepalived'})
  109. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'keystone'})
  110. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'mariadb'})
  111. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'openstack'})
  112. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'rabbitmq'})
  113. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-account-auditor'})
  114. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-account-reaper'})
  115. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-account-replicator'})
  116. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-account-server'})
  117. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-container-auditor'})
  118. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-container-replicator'})
  119. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-container-server'})
  120. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-container-updater'})
  121. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-object-auditor'})
  122. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-object-expirer'})
  123. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-object-replicator'})
  124. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-object-server'})
  125. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-object-updater'})
  126. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-proxy-server'})
  127. skipping: [localhost] => (item={u'src': u'swift', u'enabled': u'no', u'name': u'swift-rsyncd'})
  128.  
  129. TASK [common : Heka custom config file exists] *********************************
  130. ok: [localhost]
  131.  
  132. TASK [common : Copying over heka custom config file] ***************************
  133. skipping: [localhost]
  134.  
  135. TASK [common : Copying over cron logrotate config files] ***********************
  136. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'ansible'})
  137. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'aodh'})
  138. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'barbican'})
  139. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'ceilometer'})
  140. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'cinder'})
  141. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'cloudkitty'})
  142. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'elasticsearch'})
  143. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'glance'})
  144. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'global'})
  145. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'gnocchi'})
  146. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'haproxy'})
  147. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'heat'})
  148. skipping: [localhost] => (item={u'enabled': False, u'name': u'iscsid'})
  149. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'keepalived'})
  150. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'keystone'})
  151. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'magnum'})
  152. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'manila'})
  153. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'mariadb'})
  154. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'mistral'})
  155. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'murano'})
  156. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'neutron'})
  157. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'nova'})
  158. ok: [localhost] => (item={u'enabled': u'yes', u'name': u'rabbitmq'})
  159. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'sahara'})
  160. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'senlin'})
  161. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'swift'})
  162. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'watcher'})
  163.  
  164. TASK [common : include] ********************************************************
  165. included: /root/kollaproj/venv/share/kolla/ansible/roles/common/tasks/bootstrap.yml for localhost
  166.  
  167. TASK [common : Creating log volume] ********************************************
  168. An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: __call__() takes exactly 2 arguments (1 given)
  169. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_gGVxhp/ansible_module_kolla_docker.py\", line 195, in <module>\n import docker\n File \"/usr/lib/python2.7/site-packages/docker/__init__.py\", line 6, in <module>\n from .client import Client, AutoVersionClient, from_env # flake8: noqa\n File \"/usr/lib/python2.7/site-packages/docker/client.py\", line 5, in <module>\n import requests\n File \"/usr/lib/python2.7/site-packages/requests/__init__.py\", line 52, in <module>\n from .packages.urllib3.contrib import pyopenssl\n File \"/usr/lib/python2.7/site-packages/requests/packages/urllib3/contrib/pyopenssl.py\", line 47, in <module>\n from cryptography import x509\n File \"/usr/lib64/python2.7/site-packages/cryptography/x509/__init__.py\", line 8, in <module>\n from cryptography.x509.base import (\n File \"/usr/lib64/python2.7/site-packages/cryptography/x509/base.py\", line 14, in <module>\n from cryptography.hazmat.primitives.asymmetric import dsa, ec, rsa\n File \"/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py\", line 14, in <module>\n from cryptography.hazmat.backends.interfaces import RSABackend\n File \"/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py\", line 7, in <module>\n import pkg_resources\n File \"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py\", line 72, in <module>\n import packaging.requirements\n File \"/usr/lib/python2.7/site-packages/packaging/requirements.py\", line 59, in <module>\n MARKER_EXPR = originalTextFor(MARKER_EXPR())(\"marker\")\nTypeError: __call__() takes exactly 2 arguments (1 given)\n", "module_stdout": "", "msg": "MODULE FAILURE"}
  170. to retry, use: --limit @/root/kollaproj/venv/share/kolla/ansible/site.retry
  171.  
  172. PLAY RECAP *********************************************************************
  173. localhost : ok=15 changed=0 unreachable=0 failed=1
  174.  
  175. (venv) [root@supercomputer inventory]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement