Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.91 KB | None | 0 0
  1. Executing Ansible
  2. 172.16.134.190 | SUCCESS => {
  3. "changed": false,
  4. "ping": "pong"
  5. }
  6. [DEPRECATION WARNING]: Included file '/u01/scripts/tasks/filestorage/create_env.yml' not found, however since this include is not explicitly marked as 'static: yes', we will try and include
  7. it dynamically later. In the future, this will be an error unless 'static: no' is used on the include task. If you do not want missing includes to be considered dynamic, use 'static: yes'
  8. on the include or set the global ansible.cfg options to make all inclues static for tasks and/or handlers.
  9. This feature will be removed in a future release. Deprecation warnings can be
  10. disabled by setting deprecation_warnings=False in ansible.cfg.
  11.  
  12. PLAY [filestorage] *************************************************************
  13.  
  14. TASK [setup] *******************************************************************
  15. Tuesday 20 March 2018 18:22:19 +0300 (0:00:00.069) 0:00:00.069 *********
  16. ok: [172.16.134.190]
  17.  
  18. TASK [Create Environment] ******************************************************
  19. Tuesday 20 March 2018 18:22:20 +0300 (0:00:00.588) 0:00:00.657 *********
  20. skipping: [172.16.134.190]
  21.  
  22. TASK [Set System Name] *********************************************************
  23. Tuesday 20 March 2018 18:22:20 +0300 (0:00:00.031) 0:00:00.689 *********
  24. ok: [172.16.134.190]
  25.  
  26. TASK [set adapter list filestorage] ********************************************
  27. Tuesday 20 March 2018 18:22:20 +0300 (0:00:00.037) 0:00:00.726 *********
  28. ok: [172.16.134.190]
  29.  
  30. TASK [Set adapter list] ********************************************************
  31. Tuesday 20 March 2018 18:22:20 +0300 (0:00:00.039) 0:00:00.766 *********
  32. skipping: [172.16.134.190]
  33.  
  34. TASK [Create directory tree filestorage] ***************************************
  35. Tuesday 20 March 2018 18:22:20 +0300 (0:00:00.031) 0:00:00.797 *********
  36. changed: [172.16.134.190] => (item=config)
  37. ok: [172.16.134.190] => (item=config/adapters)
  38. changed: [172.16.134.190] => (item=adapters)
  39. ok: [172.16.134.190] => (item=tmp)
  40.  
  41. TASK [Copy Static] *************************************************************
  42. Tuesday 20 March 2018 18:22:21 +0300 (0:00:00.936) 0:00:01.733 *********
  43. included: /u01/scripts/tasks/common/copystatic/main.yml for 172.16.134.190
  44.  
  45. TASK [Copy version file] *******************************************************
  46. Tuesday 20 March 2018 18:22:21 +0300 (0:00:00.050) 0:00:01.784 *********
  47. ok: [172.16.134.190]
  48.  
  49. TASK [Create Environment] ******************************************************
  50. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.687) 0:00:02.471 *********
  51. included: /u01/scripts/tasks/common/welcome/welcome.yml for 172.16.134.190
  52.  
  53. TASK [Creating alias file] *****************************************************
  54. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.062) 0:00:02.534 *********
  55. changed: [172.16.134.190]
  56.  
  57. TASK [Add alias file to bashrc] ************************************************
  58. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.226) 0:00:02.761 *********
  59. ok: [172.16.134.190]
  60.  
  61. TASK [Add functions to bash_alias file] ****************************************
  62. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.318) 0:00:03.079 *********
  63. skipping: [172.16.134.190]
  64.  
  65. TASK [Add functions to bash_alias file] ****************************************
  66. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.037) 0:00:03.117 *********
  67. ok: [172.16.134.190]
  68.  
  69. TASK [Creating profile.d file] *************************************************
  70. Tuesday 20 March 2018 18:22:22 +0300 (0:00:00.226) 0:00:03.343 *********
  71. changed: [172.16.134.190]
  72.  
  73. TASK [Add message to profile.d file] *******************************************
  74. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.229) 0:00:03.573 *********
  75. ok: [172.16.134.190]
  76.  
  77. TASK [Creating welcome screen] *************************************************
  78. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.223) 0:00:03.796 *********
  79. changed: [172.16.134.190]
  80.  
  81. TASK [install adapters] ********************************************************
  82. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.228) 0:00:04.025 *********
  83. included: /u01/scripts/tasks/filestorage/filestorage_install.yml for 172.16.134.190
  84.  
  85. TASK [Set adapter name] ********************************************************
  86. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.122) 0:00:04.148 *********
  87. ok: [172.16.134.190]
  88.  
  89. TASK [Echo adapter service name] ***********************************************
  90. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.045) 0:00:04.193 *********
  91. ok: [172.16.134.190] => {
  92. "msg": "Installing service rrm-filestorage-app on host 172.16.134.190 and inventory host 172.16.134.190"
  93. }
  94.  
  95. TASK [Set System Service Name rrm-filestorage-app] *****************************
  96. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.048) 0:00:04.242 *********
  97. ok: [172.16.134.190]
  98.  
  99. TASK [Set System config file rrm-filestorage-app] ******************************
  100. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.046) 0:00:04.289 *********
  101. ok: [172.16.134.190]
  102.  
  103. TASK [stop adapter service rrm-filestorage-app] ********************************
  104. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.047) 0:00:04.336 *********
  105. skipping: [172.16.134.190]
  106.  
  107. TASK [stop adapter service rrm-filestorage-app] ********************************
  108. Tuesday 20 March 2018 18:22:23 +0300 (0:00:00.042) 0:00:04.378 *********
  109. fatal: [172.16.134.190]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find the requested service rrm-filestorage-app-filestorage.service: cannot check nor set state"}
  110. ...ignoring
  111.  
  112. TASK [Stop Monit] **************************************************************
  113. Tuesday 20 March 2018 18:22:24 +0300 (0:00:00.339) 0:00:04.718 *********
  114. skipping: [172.16.134.190]
  115.  
  116. TASK [Stop Monit] **************************************************************
  117. Tuesday 20 March 2018 18:22:24 +0300 (0:00:00.041) 0:00:04.759 *********
  118. skipping: [172.16.134.190]
  119.  
  120. TASK [Create adapter directory rrm-filestorage-app] ****************************
  121. Tuesday 20 March 2018 18:22:24 +0300 (0:00:00.042) 0:00:04.802 *********
  122. ok: [172.16.134.190]
  123.  
  124. TASK [Create adapter log directory rrm-filestorage-app] ************************
  125. Tuesday 20 March 2018 18:22:24 +0300 (0:00:00.241) 0:00:05.043 *********
  126. ok: [172.16.134.190]
  127.  
  128. TASK [adapter service template rrm-filestorage-app] ****************************
  129. Tuesday 20 March 2018 18:22:24 +0300 (0:00:00.242) 0:00:05.286 *********
  130. ok: [172.16.134.190]
  131.  
  132. TASK [adapter config template rrm-filestorage-app] *****************************
  133. Tuesday 20 March 2018 18:22:25 +0300 (0:00:00.505) 0:00:05.791 *********
  134. ok: [172.16.134.190]
  135.  
  136. TASK [Copy logback xml] ********************************************************
  137. Tuesday 20 March 2018 18:22:25 +0300 (0:00:00.492) 0:00:06.283 *********
  138. changed: [172.16.134.190]
  139.  
  140. TASK [add info to monitoring file rrm-filestorage-app] *************************
  141. Tuesday 20 March 2018 18:22:26 +0300 (0:00:00.647) 0:00:06.930 *********
  142. changed: [172.16.134.190]
  143.  
  144. TASK [set adapter_jmx_port rrm-filestorage-app] ********************************
  145. Tuesday 20 March 2018 18:22:26 +0300 (0:00:00.366) 0:00:07.297 *********
  146. changed: [172.16.134.190]
  147. [WARNING]: Consider using template or lineinfile module rather than running sed
  148.  
  149.  
  150. TASK [set adapter_module_alias_server_port rrm-filestorage-app] ****************
  151. Tuesday 20 March 2018 18:22:27 +0300 (0:00:00.491) 0:00:07.789 *********
  152. changed: [172.16.134.190]
  153.  
  154. TASK [Generate global Start/Stop script] ***************************************
  155. Tuesday 20 March 2018 18:22:27 +0300 (0:00:00.244) 0:00:08.033 *********
  156. changed: [172.16.134.190]
  157.  
  158. TASK [Copy adapter base jar file rrm-filestorage-app] **************************
  159. Tuesday 20 March 2018 18:22:27 +0300 (0:00:00.242) 0:00:08.276 *********
  160. changed: [172.16.134.190]
  161.  
  162. TASK [Copy adapter lib dir rrm-filestorage-app] ********************************
  163. Tuesday 20 March 2018 18:22:28 +0300 (0:00:00.549) 0:00:08.825 *********
  164. changed: [172.16.134.190]
  165.  
  166. TASK [Check data dir existence] ************************************************
  167. Tuesday 20 March 2018 18:22:29 +0300 (0:00:01.621) 0:00:10.447 *********
  168. ok: [172.16.134.190]
  169.  
  170. TASK [Create data directory tree rrm-filestorage-app] **************************
  171. Tuesday 20 March 2018 18:22:30 +0300 (0:00:00.239) 0:00:10.686 *********
  172. changed: [172.16.134.190]
  173.  
  174. TASK [Change directory permissions rrm-filestorage-app] ************************
  175. Tuesday 20 March 2018 18:22:30 +0300 (0:00:00.244) 0:00:10.931 *********
  176. changed: [172.16.134.190]
  177.  
  178. TASK [Change config file permissions rrm-filestorage-app] **********************
  179. Tuesday 20 March 2018 18:22:30 +0300 (0:00:00.264) 0:00:11.195 *********
  180. changed: [172.16.134.190]
  181.  
  182. TASK [Create symlink Adapter Service rrm-filestorage-app] **********************
  183. Tuesday 20 March 2018 18:22:30 +0300 (0:00:00.243) 0:00:11.439 *********
  184. skipping: [172.16.134.190]
  185.  
  186. TASK [enable adapter service rrm-filestorage-app] ******************************
  187. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.042) 0:00:11.481 *********
  188. skipping: [172.16.134.190]
  189.  
  190. TASK [Start adapter service rrm-filestorage-app] *******************************
  191. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.042) 0:00:11.523 *********
  192. skipping: [172.16.134.190]
  193.  
  194. TASK [Create file for rrm-filestorage-app service] *****************************
  195. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.042) 0:00:11.566 *********
  196. changed: [172.16.134.190]
  197.  
  198. TASK [Add rrm-filestorage-app service] *****************************************
  199. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.240) 0:00:11.806 *********
  200. changed: [172.16.134.190]
  201.  
  202. TASK [Execute systemctl daemon-reload rrm-filestorage-app] *********************
  203. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.239) 0:00:12.046 *********
  204. changed: [172.16.134.190]
  205.  
  206. TASK [enable adapter service rrm-filestorage-app] ******************************
  207. Tuesday 20 March 2018 18:22:31 +0300 (0:00:00.294) 0:00:12.340 *********
  208. changed: [172.16.134.190]
  209.  
  210. TASK [Start adapter service rrm-filestorage-app] *******************************
  211. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.310) 0:00:12.651 *********
  212. changed: [172.16.134.190]
  213.  
  214. TASK [Move old file] ***********************************************************
  215. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.296) 0:00:12.948 *********
  216. skipping: [172.16.134.190]
  217.  
  218. TASK [Add monit file] **********************************************************
  219. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.039) 0:00:12.987 *********
  220. skipping: [172.16.134.190]
  221.  
  222. TASK [Enable Monit for rrm-filestorage-app] ************************************
  223. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.040) 0:00:13.027 *********
  224. skipping: [172.16.134.190]
  225.  
  226. TASK [Reload monit for rrm-filestorage-app] ************************************
  227. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.039) 0:00:13.067 *********
  228. skipping: [172.16.134.190]
  229.  
  230. TASK [Start Monit] *************************************************************
  231. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.037) 0:00:13.105 *********
  232. skipping: [172.16.134.190]
  233.  
  234. TASK [Start Monit] *************************************************************
  235. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.041) 0:00:13.146 *********
  236. skipping: [172.16.134.190]
  237.  
  238. TASK [erase adapter service rrm-filestorage-app] *******************************
  239. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.042) 0:00:13.188 *********
  240. skipping: [172.16.134.190]
  241.  
  242. TASK [erase adapter service rrm-filestorage-app] *******************************
  243. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.041) 0:00:13.230 *********
  244. skipping: [172.16.134.190]
  245.  
  246. TASK [Erase file for service] **************************************************
  247. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.040) 0:00:13.270 *********
  248. skipping: [172.16.134.190]
  249.  
  250. TASK [Erase symlink Adapter Service rrm-filestorage-app] ***********************
  251. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.046) 0:00:13.317 *********
  252. skipping: [172.16.134.190]
  253.  
  254. TASK [Install front] ***********************************************************
  255. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.039) 0:00:13.356 *********
  256. skipping: [172.16.134.190] => (item={u'config_name': u'app.config.js', u'frontend_name': u'fs-front', u'frontend_cfg_path': u'dist'})
  257.  
  258. TASK [Install Balancer] ********************************************************
  259. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.049) 0:00:13.405 *********
  260. skipping: [172.16.134.190] => (item={u'config_name': u'app.config.js', u'frontend_name': u'fs-front', u'balancer_true': u'true', u'frontend_cfg_path': u'dist'})
  261.  
  262. PLAY RECAP *********************************************************************
  263. 172.16.134.190 : ok=39 changed=19 unreachable=0 failed=0
  264.  
  265. Tuesday 20 March 2018 18:22:32 +0300 (0:00:00.037) 0:00:13.443 *********
  266. ===============================================================================
  267. Copy adapter lib dir rrm-filestorage-app -------------------------------- 1.62s
  268. Create directory tree filestorage --------------------------------------- 0.94s
  269. Copy version file ------------------------------------------------------- 0.69s
  270. Copy logback xml -------------------------------------------------------- 0.65s
  271. setup ------------------------------------------------------------------- 0.59s
  272. Copy adapter base jar file rrm-filestorage-app -------------------------- 0.55s
  273. adapter service template rrm-filestorage-app ---------------------------- 0.51s
  274. adapter config template rrm-filestorage-app ---------------------------- 0.49s
  275. set adapter_jmx_port rrm-filestorage-app -------------------------------- 0.49s
  276. add info to monitoring file rrm-filestorage-app ------------------------- 0.37s
  277. stop adapter service rrm-filestorage-app -------------------------------- 0.34s
  278. Add alias file to bashrc ------------------------------------------------ 0.32s
  279. enable adapter service rrm-filestorage-app ------------------------------ 0.31s
  280. Start adapter service rrm-filestorage-app ------------------------------- 0.30s
  281. Execute systemctl daemon-reload rrm-filestorage-app --------------------- 0.29s
  282. Change directory permissions rrm-filestorage-app ------------------------ 0.26s
  283. set adapter_module_alias_server_port rrm-filestorage-app ---------------- 0.24s
  284. Create data directory tree rrm-filestorage-app -------------------------- 0.24s
  285. Change config file permissions rrm-filestorage-app ---------------------- 0.24s
  286. Create adapter log directory rrm-filestorage-app ------------------------ 0.24s
  287. Playbook run took 0 days, 0 hours, 0 minutes, 13 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement