zipur

Untitled

Feb 13th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.78 KB | None | 0 0
  1. [root@bacchus ~]# ansible-playbook installer.yml
  2. [WARNING]: Could not match supplied host pattern, ignoring: all
  3.  
  4. [WARNING]: provided hosts list is empty, only localhost is available
  5.  
  6.  
  7. PLAY [Install Open Bacchus on Centos 7.x or RHEL 7.x] **********************************************************************************************************
  8.  
  9. TASK [Gathering Facts] *****************************************************************************************************************************************
  10. ok: [localhost]
  11.  
  12. TASK [Include settings] ****************************************************************************************************************************************
  13. ok: [localhost]
  14.  
  15. TASK [Ensure EPEL repo is enabled] *****************************************************************************************************************************
  16. changed: [localhost]
  17.  
  18. TASK [Install RPM dependencies] ********************************************************************************************************************************
  19. changed: [localhost]
  20.  
  21. TASK [Install MariaDB] *****************************************************************************************************************************************
  22. changed: [localhost]
  23.  
  24. TASK [Install RabbitMQ] ****************************************************************************************************************************************
  25. changed: [localhost]
  26.  
  27. TASK [Upgrade pip using pip itself] ****************************************************************************************************************************
  28. changed: [localhost]
  29.  
  30. TASK [Install Django] ******************************************************************************************************************************************
  31. changed: [localhost]
  32.  
  33. TASK [Install built-in encyrption] *****************************************************************************************************************************
  34. changed: [localhost]
  35.  
  36. TASK [Install Ovirt Engine SDK] ********************************************************************************************************************************
  37. changed: [localhost]
  38.  
  39. TASK [Install Python MySQL support] ****************************************************************************************************************************
  40. changed: [localhost]
  41.  
  42. TASK [Install Celery] ******************************************************************************************************************************************
  43. changed: [localhost]
  44.  
  45. TASK [Install Celery Beat] *************************************************************************************************************************************
  46. changed: [localhost]
  47.  
  48. TASK [Install Celery Results] **********************************************************************************************************************************
  49. changed: [localhost]
  50.  
  51. TASK [Install Flower] ******************************************************************************************************************************************
  52. changed: [localhost]
  53.  
  54. TASK [Start MySQL Server] **************************************************************************************************************************************
  55. changed: [localhost]
  56.  
  57. TASK [Start RabbitMQ Server] ***********************************************************************************************************************************
  58. changed: [localhost]
  59.  
  60. TASK [Create the database] *************************************************************************************************************************************
  61. changed: [localhost]
  62.  
  63. TASK [Create user on database] *********************************************************************************************************************************
  64. changed: [localhost]
  65.  
  66. TASK [Add RabbitMQ Vhost] **************************************************************************************************************************************
  67. changed: [localhost]
  68.  
  69. TASK [Create bacchus user on RabbitMQ] *************************************************************************************************************************
  70. changed: [localhost]
  71.  
  72. TASK [Add OS user for bacchus] *********************************************************************************************************************************
  73. changed: [localhost]
  74.  
  75. TASK [Create Bacchus installation directory] *******************************************************************************************************************
  76. changed: [localhost]
  77.  
  78. TASK [Retrieve Bacchus code from Github repository] ************************************************************************************************************
  79. changed: [localhost]
  80.  
  81. TASK [Session setting] *****************************************************************************************************************************************
  82. changed: [localhost]
  83.  
  84. TASK [Timezone setting] ****************************************************************************************************************************************
  85. changed: [localhost]
  86.  
  87. TASK [Database settings] ***************************************************************************************************************************************
  88. changed: [localhost]
  89.  
  90. TASK [Open Bacchus preflight check] ****************************************************************************************************************************
  91. changed: [localhost]
  92.  
  93. TASK [Open Bacchus migrate] ************************************************************************************************************************************
  94. changed: [localhost]
  95.  
  96. TASK [Create tools folder] *************************************************************************************************************************************
  97. changed: [localhost] => (item=tools)
  98. changed: [localhost] => (item=logs)
  99.  
  100. TASK [Create script files] *************************************************************************************************************************************
  101. changed: [localhost] => (item=start_bacchus.sh)
  102. changed: [localhost] => (item=stop_bacchus.sh)
  103. changed: [localhost] => (item=restart_bacchus.sh)
  104. changed: [localhost] => (item=status_bacchus.sh)
  105. changed: [localhost] => (item=start_worker.sh)
  106. changed: [localhost] => (item=stop_worker.sh)
  107. changed: [localhost] => (item=restart_worker.sh)
  108. changed: [localhost] => (item=status_worker.sh)
  109. changed: [localhost] => (item=start_server.sh)
  110. changed: [localhost] => (item=stop_server.sh)
  111. changed: [localhost] => (item=restart_server.sh)
  112. changed: [localhost] => (item=status_server.sh)
  113. changed: [localhost] => (item=start_beat.sh)
  114. changed: [localhost] => (item=stop_beat.sh)
  115. changed: [localhost] => (item=restart_beat.sh)
  116. changed: [localhost] => (item=status_beat.sh)
  117. changed: [localhost] => (item=start_flower.sh)
  118. changed: [localhost] => (item=stop_flower.sh)
  119. changed: [localhost] => (item=restart_flower.sh)
  120. changed: [localhost] => (item=status_flower.sh)
  121.  
  122. TASK [Flower start script] *************************************************************************************************************************************
  123. changed: [localhost]
  124.  
  125. TASK [Flower stop script] **************************************************************************************************************************************
  126. changed: [localhost]
  127.  
  128. TASK [Flower restart script] ***********************************************************************************************************************************
  129. changed: [localhost]
  130.  
  131. TASK [Flower status script] ************************************************************************************************************************************
  132. changed: [localhost]
  133.  
  134. TASK [Beat start script] ***************************************************************************************************************************************
  135. changed: [localhost]
  136.  
  137. TASK [Beat stop script] ****************************************************************************************************************************************
  138. changed: [localhost]
  139.  
  140. TASK [Beat restart script] *************************************************************************************************************************************
  141. changed: [localhost]
  142.  
  143. TASK [Beat status script] **************************************************************************************************************************************
  144. changed: [localhost]
  145.  
  146. TASK [Worker start script] *************************************************************************************************************************************
  147. changed: [localhost]
  148.  
  149. TASK [Worker stop script] **************************************************************************************************************************************
  150. changed: [localhost]
  151.  
  152. TASK [Worker restart script] ***********************************************************************************************************************************
  153. changed: [localhost]
  154.  
  155. TASK [Worker status script] ************************************************************************************************************************************
  156. changed: [localhost]
  157.  
  158. TASK [Server start script] *************************************************************************************************************************************
  159. changed: [localhost]
  160.  
  161. TASK [Server stop script] **************************************************************************************************************************************
  162. changed: [localhost]
  163.  
  164. TASK [Server restart script] ***********************************************************************************************************************************
  165. changed: [localhost]
  166.  
  167. TASK [Server status script] ************************************************************************************************************************************
  168. changed: [localhost]
  169. ---
  170.  
  171. TASK [Bacchus start script] ************************************************************************************************************************************
  172. changed: [localhost]
  173.  
  174. TASK [Bacchus stop script] *************************************************************************************************************************************
  175. changed: [localhost]
  176.  
  177. TASK [Bacchus restart script] **********************************************************************************************************************************
  178. changed: [localhost]
  179.  
  180. TASK [Bacchus status script] ***********************************************************************************************************************************
  181. changed: [localhost]
  182.  
  183. TASK [Create systemd service file] *****************************************************************************************************************************
  184. changed: [localhost]
  185.  
  186. TASK [Install systemd service] *********************************************************************************************************************************
  187. changed: [localhost]
  188.  
  189. TASK [Enable Bacchus Service] **********************************************************************************************************************************
  190. fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["systemctl", "daemon-reload;", "systemctl", "enable", "bacchus"], "delta": "0:00:00.005341", "end": "2018-02-13 16:31:11.365970", "msg": "non-zero return code", "rc": 1, "start": "2018-02-13 16:31:11.360629", "stderr": "Unknown operation 'daemon-reload;'.", "stderr_lines": ["Unknown operation 'daemon-reload;'."], "stdout": "", "stdout_lines": []}
  191. to retry, use: --limit @/root/installer.retry
  192.  
  193. PLAY RECAP *****************************************************************************************************************************************************
  194. localhost : ok=53 changed=51 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment