Advertisement
Guest User

Untitled

a guest
May 25th, 2018
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.28 KB | None | 0 0
  1. 2018-05-25 15:47:31,556 p=20746 u=root | [DEPRECATION WARNING]: DEFAULT_TASK_INCLUDES_STATIC option, include itself is
  2. deprecated and this setting will not matter in the future . This feature will
  3. be removed in version 2.8. Deprecation warnings can be disabled by setting
  4. deprecation_warnings=False in ansible.cfg.
  5. 2018-05-25 15:47:31,682 p=20746 u=root | [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use
  6. 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
  7. This feature will be removed in a future release. Deprecation warnings can be
  8. disabled by setting deprecation_warnings=False in ansible.cfg.
  9. 2018-05-25 15:47:31,682 p=20746 u=root | [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is
  10. discouraged. The module documentation details page may explain more about this
  11. rationale.. This feature will be removed in a future release. Deprecation
  12. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  13. 2018-05-25 15:47:32,281 p=20746 u=root | PLAY [localhost] ***************************************************************
  14. 2018-05-25 15:47:32,421 p=20746 u=root | TASK [Gathering Facts] *********************************************************
  15. 2018-05-25 15:47:37,134 p=20746 u=root | ok: [localhost]
  16. 2018-05-25 15:47:37,195 p=20746 u=root | TASK [Check for Ansible version] ***********************************************
  17. 2018-05-25 15:47:37,235 p=20746 u=root | ok: [localhost] => {
  18. "changed": false,
  19. "failed": false,
  20. "msg": "All assertions passed"
  21. }
  22. 2018-05-25 15:47:37,299 p=20746 u=root | TASK [Set build_vars variable] *************************************************
  23. 2018-05-25 15:47:37,345 p=20746 u=root | ok: [localhost]
  24. 2018-05-25 15:47:37,399 p=20746 u=root | TASK [Check YAML syntax] *******************************************************
  25. 2018-05-25 15:47:37,831 p=20746 u=root | ok: [localhost]
  26. 2018-05-25 15:47:37,889 p=20746 u=root | TASK [Check build_vars.yml] ****************************************************
  27. 2018-05-25 15:47:38,277 p=20746 u=root | ok: [localhost]
  28. 2018-05-25 15:47:38,353 p=20746 u=root | TASK [Include build variable files] ********************************************
  29. 2018-05-25 15:47:38,390 p=20746 u=root | ok: [localhost]
  30. 2018-05-25 15:47:38,453 p=20746 u=root | TASK [Include user credential file] ********************************************
  31. 2018-05-25 15:47:38,485 p=20746 u=root | ok: [localhost]
  32. 2018-05-25 15:47:38,544 p=20746 u=root | TASK [common : Check if package is installed] **********************************
  33. 2018-05-25 15:47:38,978 p=20746 u=root | [WARNING]: Consider using yum, dnf or zypper module rather than running rpm
  34.  
  35. 2018-05-25 15:47:38,979 p=20746 u=root | changed: [localhost]
  36. 2018-05-25 15:47:39,053 p=20746 u=root | TASK [common : Fail if package is not installed] *******************************
  37. 2018-05-25 15:47:39,093 p=20746 u=root | ok: [localhost] => {
  38. "changed": false,
  39. "failed": false,
  40. "msg": "All assertions passed"
  41. }
  42. 2018-05-25 15:47:39,161 p=20746 u=root | TASK [common : Verify that the ntp servers are dotted decimal notation] ********
  43. 2018-05-25 15:47:39,235 p=20746 u=root | TASK [common : Verify that the VSC system name is not longer than 32 characters] ***
  44. 2018-05-25 15:47:39,301 p=20746 u=root | TASK [common : Verify exactly 1 or 3 vsds are defined] *************************
  45. 2018-05-25 15:47:39,365 p=20746 u=root | TASK [common : Verify exactly 1 or 3 vstats(elastic search) are defined] *******
  46. 2018-05-25 15:47:39,456 p=20746 u=root | TASK [common : Verify VSD DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their m] ***
  47. 2018-05-25 15:47:39,550 p=20746 u=root | TASK [common : Verify VStat DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their management IPs] ***
  48. 2018-05-25 15:47:39,617 p=20746 u=root | TASK [common : Verify VNS Utils DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their IPs] ***
  49. 2018-05-25 15:47:39,702 p=20746 u=root | TASK [build : Clear host_vars directory] ***************************************
  50. 2018-05-25 15:47:40,247 p=20746 u=root | changed: [localhost]
  51. 2018-05-25 15:47:40,307 p=20746 u=root | TASK [build : Create the host_vars directory] **********************************
  52. 2018-05-25 15:47:40,580 p=20746 u=root | changed: [localhost]
  53. 2018-05-25 15:47:40,644 p=20746 u=root | TASK [common : Check for Ansible version] **************************************
  54. 2018-05-25 15:47:40,683 p=20746 u=root | ok: [localhost] => {
  55. "changed": false,
  56. "failed": false,
  57. "msg": "All assertions passed"
  58. }
  59. 2018-05-25 15:47:40,738 p=20746 u=root | TASK [common : get the paramiko version] ***************************************
  60. 2018-05-25 15:47:41,664 p=20746 u=root | changed: [localhost]
  61. 2018-05-25 15:47:41,726 p=20746 u=root | TASK [common : get the paramiko version] ***************************************
  62. 2018-05-25 15:47:41,765 p=20746 u=root | ok: [localhost] => {
  63. "changed": false,
  64. "failed": false,
  65. "msg": "All assertions passed"
  66. }
  67. 2018-05-25 15:47:41,820 p=20746 u=root | TASK [common : Check for supported host OS on Ansible host] ********************
  68. 2018-05-25 15:47:41,858 p=20746 u=root | ok: [localhost] => {
  69. "changed": false,
  70. "failed": false,
  71. "msg": "All assertions passed"
  72. }
  73. 2018-05-25 15:47:41,923 p=20746 u=root | TASK [common : Output installed packages yum] **********************************
  74. 2018-05-25 15:47:42,983 p=20746 u=root | [WARNING]: Consider using yum module rather than running yum
  75.  
  76. 2018-05-25 15:47:42,983 p=20746 u=root | changed: [localhost]
  77. 2018-05-25 15:47:43,038 p=20746 u=root | TASK [common : Output installed packages pip] **********************************
  78. 2018-05-25 15:47:43,902 p=20746 u=root | changed: [localhost]
  79. 2018-05-25 15:47:43,972 p=20746 u=root | TASK [common : Output installed group packages] ********************************
  80. 2018-05-25 15:47:47,669 p=20746 u=root | changed: [localhost]
  81. 2018-05-25 15:47:47,734 p=20746 u=root | TASK [common : Check if all pip packages are installed] ************************
  82. 2018-05-25 15:47:47,824 p=20746 u=root | TASK [common : Check if all yum packages are installed] ************************
  83. 2018-05-25 15:47:47,905 p=20746 u=root | ok: [localhost] => (item=epel-release) => {
  84. "changed": false,
  85. "failed": false,
  86. "item": "epel-release",
  87. "msg": "All assertions passed"
  88. }
  89. 2018-05-25 15:47:47,935 p=20746 u=root | ok: [localhost] => (item=python2-pip) => {
  90. "changed": false,
  91. "failed": false,
  92. "item": "python2-pip",
  93. "msg": "All assertions passed"
  94. }
  95. 2018-05-25 15:47:47,954 p=20746 u=root | ok: [localhost] => (item=python-devel.x86_64) => {
  96. "changed": false,
  97. "failed": false,
  98. "item": "python-devel.x86_64",
  99. "msg": "All assertions passed"
  100. }
  101. 2018-05-25 15:47:47,973 p=20746 u=root | ok: [localhost] => (item=python2-jmespath) => {
  102. "changed": false,
  103. "failed": false,
  104. "item": "python2-jmespath",
  105. "msg": "All assertions passed"
  106. }
  107. 2018-05-25 15:47:47,990 p=20746 u=root | ok: [localhost] => (item=openssl-devel) => {
  108. "changed": false,
  109. "failed": false,
  110. "item": "openssl-devel",
  111. "msg": "All assertions passed"
  112. }
  113. 2018-05-25 15:47:48,008 p=20746 u=root | ok: [localhost] => (item=sshpass) => {
  114. "changed": false,
  115. "failed": false,
  116. "item": "sshpass",
  117. "msg": "All assertions passed"
  118. }
  119. 2018-05-25 15:47:48,024 p=20746 u=root | ok: [localhost] => (item=git) => {
  120. "changed": false,
  121. "failed": false,
  122. "item": "git",
  123. "msg": "All assertions passed"
  124. }
  125. 2018-05-25 15:47:48,039 p=20746 u=root | ok: [localhost] => (item=python-netaddr) => {
  126. "changed": false,
  127. "failed": false,
  128. "item": "python-netaddr",
  129. "msg": "All assertions passed"
  130. }
  131. 2018-05-25 15:47:48,101 p=20746 u=root | TASK [common : Check if all yum group packages are installed] ******************
  132. 2018-05-25 15:47:48,170 p=20746 u=root | ok: [localhost] => (item=Development Tools) => {
  133. "changed": false,
  134. "failed": false,
  135. "item": "Development Tools",
  136. "msg": "All assertions passed"
  137. }
  138. 2018-05-25 15:47:48,232 p=20746 u=root | TASK [common : Find name of VSD QCOW2 File] ************************************
  139. 2018-05-25 15:47:48,318 p=20746 u=root | TASK [common : debug] **********************************************************
  140. 2018-05-25 15:47:48,400 p=20746 u=root | TASK [common : Verify that a VSD QCOW2 file was found] *************************
  141. 2018-05-25 15:47:48,484 p=20746 u=root | TASK [common : Register VSD QCOW2 variables with proper path and image locations for use in other playbooks] ***
  142. 2018-05-25 15:47:48,558 p=20746 u=root | TASK [common : Find name of VSD OVA File] **************************************
  143. 2018-05-25 15:47:48,631 p=20746 u=root | TASK [common : debug] **********************************************************
  144. 2018-05-25 15:47:48,700 p=20746 u=root | TASK [common : Verify that a VSD OVA file was found] ***************************
  145. 2018-05-25 15:47:48,772 p=20746 u=root | TASK [common : Register VSD OVA variables with proper path and image locations for use in other playbooks] ***
  146. 2018-05-25 15:47:48,842 p=20746 u=root | TASK [common : Find name of VSD Migration ISO File] ****************************
  147. 2018-05-25 15:47:48,910 p=20746 u=root | TASK [common : debug] **********************************************************
  148. 2018-05-25 15:47:48,967 p=20746 u=root | TASK [common : Verify that a VSD migration ISO file was found] *****************
  149. 2018-05-25 15:47:49,026 p=20746 u=root | TASK [common : Register VSD Migration ISO variables with proper path and image locations for use in other playbooks] ***
  150. 2018-05-25 15:47:49,089 p=20746 u=root | TASK [common : Set myvsds_check] ***********************************************
  151. 2018-05-25 15:47:49,114 p=20746 u=root | ok: [localhost]
  152. 2018-05-25 15:47:49,149 p=20746 u=root | TASK [common : Assign empty list to myvsds if it is undefined] *****************
  153. 2018-05-25 15:47:49,183 p=20746 u=root | ok: [localhost]
  154. 2018-05-25 15:47:49,220 p=20746 u=root | TASK [common : Verify that vsd_fqdn_global is defined] *************************
  155. 2018-05-25 15:47:49,271 p=20746 u=root | TASK [common : Create host_vars files for vsd] *********************************
  156. 2018-05-25 15:47:49,330 p=20746 u=root | TASK [common : Find name of VSC QCOW2 File] ************************************
  157. 2018-05-25 15:47:49,397 p=20746 u=root | TASK [common : debug] **********************************************************
  158. 2018-05-25 15:47:49,451 p=20746 u=root | TASK [common : Verify that a VSC QCOW2 file was found] *************************
  159. 2018-05-25 15:47:49,509 p=20746 u=root | TASK [common : Register VSC QCOW2 variables with proper path and image locations for use in other playbooks] ***
  160. 2018-05-25 15:47:49,562 p=20746 u=root | TASK [common : Find name of VSC OVA File] **************************************
  161. 2018-05-25 15:47:49,619 p=20746 u=root | TASK [common : debug] **********************************************************
  162. 2018-05-25 15:47:49,675 p=20746 u=root | TASK [common : Verify that a VSC OVA file was found] ***************************
  163. 2018-05-25 15:47:49,760 p=20746 u=root | TASK [common : Register VSC OVA variables with proper path and image locations for use in other playbooks] ***
  164. 2018-05-25 15:47:49,837 p=20746 u=root | TASK [common : Find name of VSC TIM File] **************************************
  165. 2018-05-25 15:47:49,902 p=20746 u=root | TASK [common : debug] **********************************************************
  166. 2018-05-25 15:47:49,963 p=20746 u=root | TASK [common : Verify that a VSC TIM file was found] ***************************
  167. 2018-05-25 15:47:50,021 p=20746 u=root | TASK [common : Register VSC TIM variables with proper path and image locations for use in other playbooks] ***
  168. 2018-05-25 15:47:50,077 p=20746 u=root | TASK [common : Set myvscs_check] ***********************************************
  169. 2018-05-25 15:47:50,107 p=20746 u=root | ok: [localhost]
  170. 2018-05-25 15:47:50,150 p=20746 u=root | TASK [common : Assign empty list to myvscs if it is undefined] *****************
  171. 2018-05-25 15:47:50,205 p=20746 u=root | ok: [localhost]
  172. 2018-05-25 15:47:50,254 p=20746 u=root | TASK [common : Create host_vars files for vsc] *********************************
  173. 2018-05-25 15:47:50,324 p=20746 u=root | TASK [common : Determine Major, Minor and Patch version from upgrade_from_version var] ***
  174. 2018-05-25 15:47:50,406 p=20746 u=root | TASK [common : Determine Major, Minor and Patch version from upgrade_to_version var] ***
  175. 2018-05-25 15:47:50,477 p=20746 u=root | TASK [common : Set minor upgrade path] *****************************************
  176. 2018-05-25 15:47:50,561 p=20746 u=root | TASK [common : Set major upgrade path] *****************************************
  177. 2018-05-25 15:47:50,639 p=20746 u=root | TASK [common : Set in-place upgrade flag] **************************************
  178. 2018-05-25 15:47:50,702 p=20746 u=root | TASK [common : Skip setting qcow2 or ova vars] *********************************
  179. 2018-05-25 15:47:50,760 p=20746 u=root | TASK [common : Find name of Stats VM QCOW2 File] *******************************
  180. 2018-05-25 15:47:50,823 p=20746 u=root | TASK [common : debug] **********************************************************
  181. 2018-05-25 15:47:50,892 p=20746 u=root | TASK [common : Verify that a Stats VM QCOW2 file was found] ********************
  182. 2018-05-25 15:47:50,957 p=20746 u=root | TASK [common : Register VSTAT QCOW2 variables with proper path and image locations for use in other playbooks] ***
  183. 2018-05-25 15:47:51,019 p=20746 u=root | TASK [common : Find name of Stats VM OVF/OVA File] *****************************
  184. 2018-05-25 15:47:51,088 p=20746 u=root | TASK [common : debug] **********************************************************
  185. 2018-05-25 15:47:51,149 p=20746 u=root | TASK [common : Verify that a Stats VM OVF file was found] **********************
  186. 2018-05-25 15:47:51,212 p=20746 u=root | TASK [common : Register VSTAT OVF/OVA variables with proper path and image locations for use in other playbooks] ***
  187. 2018-05-25 15:47:51,271 p=20746 u=root | TASK [common : Find name of VSTAT backup Package Files (EL7 architecture)] *****
  188. 2018-05-25 15:47:51,326 p=20746 u=root | TASK [common : debug] **********************************************************
  189. 2018-05-25 15:47:51,382 p=20746 u=root | TASK [common : Verify that VSTAT backup scripts are found] *********************
  190. 2018-05-25 15:47:51,439 p=20746 u=root | TASK [common : Register VSTAT backup script variables with proper path and script locations for use in other playbooks] ***
  191. 2018-05-25 15:47:51,499 p=20746 u=root | TASK [common : Find name of VSTAT upgrade Package Files (EL7 architecture)] ****
  192. 2018-05-25 15:47:51,562 p=20746 u=root | TASK [common : debug] **********************************************************
  193. 2018-05-25 15:47:51,628 p=20746 u=root | TASK [common : Verify that VSTAT upgrade scripts are found] ********************
  194. 2018-05-25 15:47:51,720 p=20746 u=root | TASK [common : Register VSTAT upgrade script variables with proper path and script locations for use in other playbooks] ***
  195. 2018-05-25 15:47:51,795 p=20746 u=root | TASK [common : Create host_vars files for vstat] *******************************
  196. 2018-05-25 15:47:51,876 p=20746 u=root | TASK [common : Find name of VSD QCOW2 File] ************************************
  197. 2018-05-25 15:47:51,966 p=20746 u=root | TASK [common : debug] **********************************************************
  198. 2018-05-25 15:47:52,047 p=20746 u=root | TASK [common : Verify that a VSD QCOW2 file was found] *************************
  199. 2018-05-25 15:47:52,158 p=20746 u=root | TASK [common : Register VSD QCOW2 variables with proper path and image locations for use in other playbooks] ***
  200. 2018-05-25 15:47:52,266 p=20746 u=root | TASK [common : Find name of VSD OVA File] **************************************
  201. 2018-05-25 15:47:52,372 p=20746 u=root | TASK [common : debug] **********************************************************
  202. 2018-05-25 15:47:52,469 p=20746 u=root | TASK [common : Verify that a VSD OVA file was found] ***************************
  203. 2018-05-25 15:47:52,560 p=20746 u=root | TASK [common : Register VSD OVA variables with proper path and image locations for use in other playbooks] ***
  204. 2018-05-25 15:47:52,646 p=20746 u=root | TASK [common : Find name of VSD Migration ISO File] ****************************
  205. 2018-05-25 15:47:52,734 p=20746 u=root | TASK [common : debug] **********************************************************
  206. 2018-05-25 15:47:52,826 p=20746 u=root | TASK [common : Verify that a VSD migration ISO file was found] *****************
  207. 2018-05-25 15:47:52,907 p=20746 u=root | TASK [common : Register VSD Migration ISO variables with proper path and image locations for use in other playbooks] ***
  208. 2018-05-25 15:47:52,992 p=20746 u=root | TASK [common : Set myvcins_check] **********************************************
  209. 2018-05-25 15:47:53,029 p=20746 u=root | ok: [localhost]
  210. 2018-05-25 15:47:53,074 p=20746 u=root | TASK [common : Assign empty list to myvcins if it is undefined] ****************
  211. 2018-05-25 15:47:53,111 p=20746 u=root | ok: [localhost]
  212. 2018-05-25 15:47:53,156 p=20746 u=root | TASK [common : Disable HA deployment for VCIN] *********************************
  213. 2018-05-25 15:47:53,218 p=20746 u=root | TASK [common : Create host_vars files for vcin] ********************************
  214. 2018-05-25 15:47:53,277 p=20746 u=root | TASK [common : Re-enabling HA testing based on VSD count] **********************
  215. 2018-05-25 15:47:53,335 p=20746 u=root | TASK [common : Find name of VNS UTIL QCOW2 File] *******************************
  216. 2018-05-25 15:47:53,390 p=20746 u=root | TASK [common : debug] **********************************************************
  217. 2018-05-25 15:47:53,455 p=20746 u=root | TASK [common : Verify that a VNS UTIL QCOW2 file was found] ********************
  218. 2018-05-25 15:47:53,517 p=20746 u=root | TASK [common : Register VNS UTIL QCOW2 variables with proper path and image locations for use in other playbooks] ***
  219. 2018-05-25 15:47:53,581 p=20746 u=root | TASK [common : Find name of VNS UTIL OVA File] *********************************
  220. 2018-05-25 15:47:53,658 p=20746 u=root | TASK [common : debug] **********************************************************
  221. 2018-05-25 15:47:53,724 p=20746 u=root | TASK [common : Verify that a VNS UTIL OVA file was found] **********************
  222. 2018-05-25 15:47:53,787 p=20746 u=root | TASK [common : Register VNS UTIL OVA variables with proper path and image locations for use in other playbooks] ***
  223. 2018-05-25 15:47:53,852 p=20746 u=root | TASK [common : Set myvnsutil_check] ********************************************
  224. 2018-05-25 15:47:53,878 p=20746 u=root | ok: [localhost]
  225. 2018-05-25 15:47:53,915 p=20746 u=root | TASK [common : Assign empty list to myvnsutils if it is undefined] *************
  226. 2018-05-25 15:47:53,955 p=20746 u=root | ok: [localhost]
  227. 2018-05-25 15:47:54,010 p=20746 u=root | TASK [common : Create host_vars files for vnsutil] *****************************
  228. 2018-05-25 15:47:54,103 p=20746 u=root | TASK [common : Find name of NSGV QCOW2 File] ***********************************
  229. 2018-05-25 15:47:54,637 p=20746 u=root | ok: [localhost]
  230. 2018-05-25 15:47:54,706 p=20746 u=root | TASK [common : debug] **********************************************************
  231. 2018-05-25 15:47:54,852 p=20746 u=root | TASK [common : Verify that a NSGV QCOW2 file was found] ************************
  232. 2018-05-25 15:47:54,959 p=20746 u=root | ok: [localhost] => {
  233. "changed": false,
  234. "failed": false,
  235. "msg": "All assertions passed"
  236. }
  237. 2018-05-25 15:47:54,998 p=20746 u=root | TASK [common : Register VNS UTIL QCOW2 variables with proper path and image locations for use in other playbooks] ***
  238. 2018-05-25 15:47:55,089 p=20746 u=root | ok: [localhost]
  239. 2018-05-25 15:47:55,135 p=20746 u=root | TASK [common : Find name of NSGV OVF File] *************************************
  240. 2018-05-25 15:47:55,220 p=20746 u=root | TASK [common : debug] **********************************************************
  241. 2018-05-25 15:47:55,298 p=20746 u=root | TASK [common : Verify that a NSGV OVF file was found] **************************
  242. 2018-05-25 15:47:55,379 p=20746 u=root | TASK [common : Register NSGV OVF variables with proper path and image locations for use in other playbooks] ***
  243. 2018-05-25 15:47:55,463 p=20746 u=root | TASK [common : Set mynsgvs_check] **********************************************
  244. 2018-05-25 15:47:55,489 p=20746 u=root | ok: [localhost]
  245. 2018-05-25 15:47:55,527 p=20746 u=root | TASK [common : Assign empty list to mynsgvs if it is undefined] ****************
  246. 2018-05-25 15:47:55,607 p=20746 u=root | TASK [common : Create host_vars files for nsgv] ********************************
  247. 2018-05-25 15:47:57,684 p=20746 u=root | changed: [localhost] => (item={u'target_server_type': u'kvm', u'cats_nsg_name': u'0026_VNF_NSG', u'hostname': u'0026_VNF_NSG', u'port3_bridge': u'vnf_NSG1P3', u'bootstrap_method': u'zfb_external', u'port2_bridge': u'vnf_NSG1P2', u'iso_file': u'0026_VNF_ORG_0026_VNF_NSG_20180525164725_zfb.iso', u'port1_bridge': u'br_INET', u'userdisk_path': u'/var/lib/libvirt/images/0026_VNF_NSG/usrdisk.qcow2', u'port4_bridge': u'vnf_NSG1P4', u'target_server': u'10.167.60.5', u'iso_path': u'/var/lib/libvirt/images/zfbisos'})
  248. 2018-05-25 15:47:57,740 p=20746 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Debian 14.04 based] ***
  249. 2018-05-25 15:47:57,815 p=20746 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Debian 16.04 based] ***
  250. 2018-05-25 15:47:57,883 p=20746 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Redhat el6 based] ***
  251. 2018-05-25 15:47:57,948 p=20746 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Redhat el7 based] ***
  252. 2018-05-25 15:47:58,010 p=20746 u=root | TASK [common : initialize vrs_target_os_is_supported to be evaluated for vrs supported target os types] ***
  253. 2018-05-25 15:47:58,070 p=20746 u=root | TASK [common : Set facts if vrs os type is set to a supported version] *********
  254. 2018-05-25 15:47:58,128 p=20746 u=root | TASK [common : assert] *********************************************************
  255. 2018-05-25 15:47:58,185 p=20746 u=root | TASK [common : debug] **********************************************************
  256. 2018-05-25 15:47:58,238 p=20746 u=root | TASK [common : debug] **********************************************************
  257. 2018-05-25 15:47:58,294 p=20746 u=root | TASK [common : debug] **********************************************************
  258. 2018-05-25 15:47:58,355 p=20746 u=root | TASK [common : debug] **********************************************************
  259. 2018-05-25 15:47:58,411 p=20746 u=root | TASK [common : Find name of VRS Package Files (EL6 architecture)] **************
  260. 2018-05-25 15:47:58,477 p=20746 u=root | TASK [common : debug] **********************************************************
  261. 2018-05-25 15:47:58,542 p=20746 u=root | TASK [common : Verify that VRS file was found] *********************************
  262. 2018-05-25 15:47:58,610 p=20746 u=root | TASK [common : Register VRS package variables with proper path and image locations for use in other playbooks (EL6 architecture)] ***
  263. 2018-05-25 15:47:58,676 p=20746 u=root | TASK [common : Find name of nuage DKMS Package Files (EL6 architecture)] *******
  264. 2018-05-25 15:47:58,743 p=20746 u=root | TASK [common : debug] **********************************************************
  265. 2018-05-25 15:47:58,817 p=20746 u=root | TASK [common : Verify that DKMS file was found] ********************************
  266. 2018-05-25 15:47:58,877 p=20746 u=root | TASK [common : Register DKMS package variables with proper path and image locations for use in other playbooks (EL6 architecture)] ***
  267. 2018-05-25 15:47:58,945 p=20746 u=root | TASK [common : Find name of VRS Package Files (EL7 architecture)] **************
  268. 2018-05-25 15:47:59,006 p=20746 u=root | TASK [common : debug] **********************************************************
  269. 2018-05-25 15:47:59,058 p=20746 u=root | TASK [common : Verify that VRS file was found] *********************************
  270. 2018-05-25 15:47:59,126 p=20746 u=root | TASK [common : Register VRS package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  271. 2018-05-25 15:47:59,185 p=20746 u=root | TASK [common : Find name of nuage DKMS Package Files (EL7 architecture)] *******
  272. 2018-05-25 15:47:59,239 p=20746 u=root | TASK [common : debug] **********************************************************
  273. 2018-05-25 15:47:59,329 p=20746 u=root | TASK [common : Verify that DKMS file was found] ********************************
  274. 2018-05-25 15:47:59,412 p=20746 u=root | TASK [common : Register DKMS package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  275. 2018-05-25 15:47:59,483 p=20746 u=root | TASK [common : Find name of Selinux Package Files (EL7 architecture)] **********
  276. 2018-05-25 15:47:59,547 p=20746 u=root | TASK [common : debug] **********************************************************
  277. 2018-05-25 15:47:59,609 p=20746 u=root | TASK [common : Register Selinux package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  278. 2018-05-25 15:47:59,683 p=20746 u=root | TASK [common : Find name of VRS python package file (Debian architecture)] *****
  279. 2018-05-25 15:47:59,748 p=20746 u=root | TASK [common : debug] **********************************************************
  280. 2018-05-25 15:47:59,810 p=20746 u=root | TASK [common : Verify that VRS python package file was found] ******************
  281. 2018-05-25 15:47:59,871 p=20746 u=root | TASK [common : Register VRS package path and VRS python package file name for use in other playbooks (Debian Architecture)] ***
  282. 2018-05-25 15:47:59,937 p=20746 u=root | TASK [common : Find name of VRS common package file (Debian architecture)] *****
  283. 2018-05-25 15:48:00,009 p=20746 u=root | TASK [common : debug] **********************************************************
  284. 2018-05-25 15:48:00,085 p=20746 u=root | TASK [common : Verify that VRS common package file was found] ******************
  285. 2018-05-25 15:48:00,160 p=20746 u=root | TASK [common : Register VRS common package file name for use in other playbooks (Debian Architecture)] ***
  286. 2018-05-25 15:48:00,233 p=20746 u=root | TASK [common : Find name of VRS switch package file (Debian architecture)] *****
  287. 2018-05-25 15:48:00,300 p=20746 u=root | TASK [common : debug] **********************************************************
  288. 2018-05-25 15:48:00,365 p=20746 u=root | TASK [common : Verify that VRS switch package file was found] ******************
  289. 2018-05-25 15:48:00,425 p=20746 u=root | TASK [common : Register VRS switch package file name for use in other playbooks (Debian Architecture)] ***
  290. 2018-05-25 15:48:00,485 p=20746 u=root | TASK [common : Find name of DKMS package file (Debian architecture)] ***********
  291. 2018-05-25 15:48:00,544 p=20746 u=root | TASK [common : debug] **********************************************************
  292. 2018-05-25 15:48:00,600 p=20746 u=root | TASK [common : Verify that DKMS package file was found] ************************
  293. 2018-05-25 15:48:00,664 p=20746 u=root | TASK [common : Register DKMS package path and package file name for use in other playbooks (Debian Architecture)] ***
  294. 2018-05-25 15:48:00,736 p=20746 u=root | TASK [common : Find name of VRS python package file (Debian architecture)] *****
  295. 2018-05-25 15:48:00,792 p=20746 u=root | TASK [common : debug] **********************************************************
  296. 2018-05-25 15:48:00,882 p=20746 u=root | TASK [common : Verify that VRS python package file was found] ******************
  297. 2018-05-25 15:48:00,956 p=20746 u=root | TASK [common : Register VRS package path and VRS python package file name for use in other playbooks (Debian Architecture)] ***
  298. 2018-05-25 15:48:01,027 p=20746 u=root | TASK [common : Find name of VRS common package file (Debian architecture)] *****
  299. 2018-05-25 15:48:01,096 p=20746 u=root | TASK [common : debug] **********************************************************
  300. 2018-05-25 15:48:01,158 p=20746 u=root | TASK [common : Verify that VRS common package file was found] ******************
  301. 2018-05-25 15:48:01,227 p=20746 u=root | TASK [common : Register VRS common package file name for use in other playbooks (Debian Architecture)] ***
  302. 2018-05-25 15:48:01,285 p=20746 u=root | TASK [common : Find name of VRS switch package file (Debian architecture)] *****
  303. 2018-05-25 15:48:01,345 p=20746 u=root | TASK [common : debug] **********************************************************
  304. 2018-05-25 15:48:01,421 p=20746 u=root | TASK [common : Verify that VRS switch package file was found] ******************
  305. 2018-05-25 15:48:01,492 p=20746 u=root | TASK [common : Register VRS switch package file name for use in other playbooks (Debian Architecture)] ***
  306. 2018-05-25 15:48:01,564 p=20746 u=root | TASK [common : Check if any of the VRSs have libnetwork_install set] ***********
  307. 2018-05-25 15:48:01,629 p=20746 u=root | TASK [common : Find name of libnetwork package Files (RH architecture)] ********
  308. 2018-05-25 15:48:01,708 p=20746 u=root | TASK [common : debug] **********************************************************
  309. 2018-05-25 15:48:01,791 p=20746 u=root | TASK [common : Verify that Libnetwork package file was found] ******************
  310. 2018-05-25 15:48:01,864 p=20746 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (RH architecture)] ***
  311. 2018-05-25 15:48:01,966 p=20746 u=root | TASK [common : Set libnetwork target path based on version (Ubuntu 14.04 architecture)] ***
  312. 2018-05-25 15:48:02,047 p=20746 u=root | TASK [common : Find name of libnetwork package files (Debian architecture)] ****
  313. 2018-05-25 15:48:02,124 p=20746 u=root | TASK [common : debug] **********************************************************
  314. 2018-05-25 15:48:02,197 p=20746 u=root | TASK [common : Verify that Libnetwork package file was found] ******************
  315. 2018-05-25 15:48:02,262 p=20746 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (Debian architecture)] ***
  316. 2018-05-25 15:48:02,324 p=20746 u=root | TASK [common : Set libnetwork target path based on version (Ubuntu 16.04 architecture)] ***
  317. 2018-05-25 15:48:02,384 p=20746 u=root | TASK [common : Find name of libnetwork package files (Debian architecture)] ****
  318. 2018-05-25 15:48:02,440 p=20746 u=root | TASK [common : debug] **********************************************************
  319. 2018-05-25 15:48:02,506 p=20746 u=root | TASK [common : Verify that libnetwork package file was found] ******************
  320. 2018-05-25 15:48:02,559 p=20746 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (Debian architecture)] ***
  321. 2018-05-25 15:48:02,618 p=20746 u=root | TASK [common : Set myvrss_check] ***********************************************
  322. 2018-05-25 15:48:02,650 p=20746 u=root | ok: [localhost]
  323. 2018-05-25 15:48:02,687 p=20746 u=root | TASK [common : Assign empty dict to myvrss if it is undefined] *****************
  324. 2018-05-25 15:48:02,715 p=20746 u=root | ok: [localhost]
  325. 2018-05-25 15:48:02,752 p=20746 u=root | TASK [common : Create host_vars files for vrs] *********************************
  326. 2018-05-25 15:48:02,824 p=20746 u=root | TASK [common : Find name of VSR QCOW2 File] ************************************
  327. 2018-05-25 15:48:02,892 p=20746 u=root | TASK [common : debug] **********************************************************
  328. 2018-05-25 15:48:02,963 p=20746 u=root | TASK [common : Verify that a VSR QCOW2 file was found] *************************
  329. 2018-05-25 15:48:03,035 p=20746 u=root | TASK [common : Register VSR QCOW2 variables with proper path and image locations for use in other playbooks] ***
  330. 2018-05-25 15:48:03,108 p=20746 u=root | TASK [common : Find name of VSR OVA File] **************************************
  331. 2018-05-25 15:48:03,195 p=20746 u=root | TASK [common : debug] **********************************************************
  332. 2018-05-25 15:48:03,267 p=20746 u=root | TASK [common : Verify that a VSR OVA file was found] ***************************
  333. 2018-05-25 15:48:03,353 p=20746 u=root | TASK [common : Register VSR OVA variables with proper path and image locations for use in other playbooks] ***
  334. 2018-05-25 15:48:03,457 p=20746 u=root | TASK [common : Set myvsrs_check] ***********************************************
  335. 2018-05-25 15:48:03,492 p=20746 u=root | ok: [localhost]
  336. 2018-05-25 15:48:03,542 p=20746 u=root | TASK [common : Assign empty list to myvsrs if it is undefined] *****************
  337. 2018-05-25 15:48:03,580 p=20746 u=root | ok: [localhost]
  338. 2018-05-25 15:48:03,628 p=20746 u=root | TASK [common : Create host_vars files for vsr] *********************************
  339. 2018-05-25 15:48:03,695 p=20746 u=root | TASK [common : create dns directory] *******************************************
  340. 2018-05-25 15:48:03,773 p=20746 u=root | TASK [common : Find name of VSTAT VM QCOW2 File] *******************************
  341. 2018-05-25 15:48:03,860 p=20746 u=root | TASK [common : Verify that VSTAT VM QCOW2 file was found] **********************
  342. 2018-05-25 15:48:03,941 p=20746 u=root | TASK [common : Copy vstat qcow2 image to dns directory] ************************
  343. 2018-05-25 15:48:04,024 p=20746 u=root | TASK [common : Find name of DNS VM QCOW2 File] *********************************
  344. 2018-05-25 15:48:04,091 p=20746 u=root | TASK [common : debug] **********************************************************
  345. 2018-05-25 15:48:04,158 p=20746 u=root | TASK [common : Verify that a DNS VM QCOW2 file was found] **********************
  346. 2018-05-25 15:48:04,213 p=20746 u=root | TASK [common : Register DNS QCOW2 variables with proper path and image locations for use in other playbooks] ***
  347. 2018-05-25 15:48:04,275 p=20746 u=root | TASK [common : Set mydns_check] ************************************************
  348. 2018-05-25 15:48:04,309 p=20746 u=root | ok: [localhost]
  349. 2018-05-25 15:48:04,344 p=20746 u=root | TASK [common : Assign empty list to mydnss if it is undefined] *****************
  350. 2018-05-25 15:48:04,377 p=20746 u=root | ok: [localhost]
  351. 2018-05-25 15:48:04,412 p=20746 u=root | TASK [common : Create host_vars files for dns] *********************************
  352. 2018-05-25 15:48:04,473 p=20746 u=root | TASK [common : Find name of Nuage OpenStack Package Files (RH architecture)] ***
  353. 2018-05-25 15:48:04,530 p=20746 u=root | TASK [common : debug] **********************************************************
  354. 2018-05-25 15:48:04,590 p=20746 u=root | TASK [common : Verify that Nuage OpenStack files were found] *******************
  355. 2018-05-25 15:48:04,646 p=20746 u=root | TASK [common : Register Nuage OpenStack package variables with proper path and image locations for use in other playbooks (RH architecture)] ***
  356. 2018-05-25 15:48:04,702 p=20746 u=root | TASK [common : Ensure that Nuage OS variables are set] *************************
  357. 2018-05-25 15:48:04,732 p=20746 u=root | ok: [localhost]
  358. 2018-05-25 15:48:04,767 p=20746 u=root | TASK [common : Set myoscs_check] ***********************************************
  359. 2018-05-25 15:48:04,800 p=20746 u=root | ok: [localhost]
  360. 2018-05-25 15:48:04,837 p=20746 u=root | TASK [common : Assign empty list to myoscs if it is undefined] *****************
  361. 2018-05-25 15:48:04,866 p=20746 u=root | ok: [localhost]
  362. 2018-05-25 15:48:04,901 p=20746 u=root | TASK [common : Create host_vars files for osc server] **************************
  363. 2018-05-25 15:48:04,991 p=20746 u=root | TASK [common : Set myoscomputes_check] *****************************************
  364. 2018-05-25 15:48:05,026 p=20746 u=root | ok: [localhost]
  365. 2018-05-25 15:48:05,079 p=20746 u=root | TASK [common : Assign empty list to myoscomputes if it is undefined] ***********
  366. 2018-05-25 15:48:05,114 p=20746 u=root | ok: [localhost]
  367. 2018-05-25 15:48:05,168 p=20746 u=root | TASK [common : Create host_vars files for os-compute server] *******************
  368. 2018-05-25 15:48:05,255 p=20746 u=root | TASK [common : Set myinfras_check] *********************************************
  369. 2018-05-25 15:48:05,406 p=20746 u=root | ok: [localhost]
  370. 2018-05-25 15:48:05,460 p=20746 u=root | TASK [common : Assign empty list to myinfras if it is undefined] ***************
  371. 2018-05-25 15:48:05,499 p=20746 u=root | ok: [localhost]
  372. 2018-05-25 15:48:05,552 p=20746 u=root | TASK [common : Create host_vars files for infra server] ************************
  373. 2018-05-25 15:48:05,631 p=20746 u=root | TASK [common : Set mycis_check] ************************************************
  374. 2018-05-25 15:48:05,677 p=20746 u=root | ok: [localhost]
  375. 2018-05-25 15:48:05,719 p=20746 u=root | TASK [common : Assign empty list to mycis if it is undefined] ******************
  376. 2018-05-25 15:48:05,772 p=20746 u=root | ok: [localhost]
  377. 2018-05-25 15:48:05,811 p=20746 u=root | TASK [common : Create host_vars files for cis] *********************************
  378. 2018-05-25 15:48:05,895 p=20746 u=root | TASK [common : Set mygvms] *****************************************************
  379. 2018-05-25 15:48:05,936 p=20746 u=root | ok: [localhost]
  380. 2018-05-25 15:48:05,990 p=20746 u=root | TASK [common : Assign empty list to mygvms if it is undefined] *****************
  381. 2018-05-25 15:48:06,028 p=20746 u=root | ok: [localhost]
  382. 2018-05-25 15:48:06,080 p=20746 u=root | TASK [common : Create host_vars files for gvms] ********************************
  383. 2018-05-25 15:48:06,158 p=20746 u=root | TASK [build : Create hosts file] ***********************************************
  384. 2018-05-25 15:48:07,712 p=20746 u=root | changed: [localhost]
  385. 2018-05-25 15:48:07,751 p=20746 u=root | TASK [build : Create the group_vars directory] *********************************
  386. 2018-05-25 15:48:07,974 p=20746 u=root | ok: [localhost]
  387. 2018-05-25 15:48:08,012 p=20746 u=root | TASK [build : Create group_vars/all file] **************************************
  388. 2018-05-25 15:48:09,306 p=20746 u=root | ok: [localhost]
  389. 2018-05-25 15:48:09,313 p=20746 u=root | [WARNING]: Could not match supplied host pattern, ignoring: vrss
  390.  
  391. 2018-05-25 15:48:09,314 p=20746 u=root | PLAY [vrss] ********************************************************************
  392. 2018-05-25 15:48:09,314 p=20746 u=root | skipping: no hosts matched
  393. 2018-05-25 15:48:09,315 p=20746 u=root | PLAY RECAP *********************************************************************
  394. 2018-05-25 15:48:09,315 p=20746 u=root | localhost : ok=53 changed=9 unreachable=0 failed=0
  395. 2018-05-25 15:48:10,447 p=22091 u=root | [DEPRECATION WARNING]: DEFAULT_TASK_INCLUDES_STATIC option, include itself is
  396. deprecated and this setting will not matter in the future . This feature will
  397. be removed in version 2.8. Deprecation warnings can be disabled by setting
  398. deprecation_warnings=False in ansible.cfg.
  399. 2018-05-25 15:48:10,630 p=22091 u=root | [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use
  400. 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
  401. This feature will be removed in a future release. Deprecation warnings can be
  402. disabled by setting deprecation_warnings=False in ansible.cfg.
  403. 2018-05-25 15:48:10,631 p=22091 u=root | [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is
  404. discouraged. The module documentation details page may explain more about this
  405. rationale.. This feature will be removed in a future release. Deprecation
  406. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  407. 2018-05-25 15:48:11,577 p=22091 u=root | PLAY [localhost] ***************************************************************
  408. 2018-05-25 15:48:11,963 p=22091 u=root | TASK [Gathering Facts] *********************************************************
  409. 2018-05-25 15:48:16,783 p=22091 u=root | ok: [localhost]
  410. 2018-05-25 15:48:16,857 p=22091 u=root | TASK [common : Set data file variables] ****************************************
  411. 2018-05-25 15:48:16,901 p=22091 u=root | ok: [localhost]
  412. 2018-05-25 15:48:16,965 p=22091 u=root | TASK [common : Include build variable files] ***********************************
  413. 2018-05-25 15:48:16,998 p=22091 u=root | ok: [localhost]
  414. 2018-05-25 15:48:17,049 p=22091 u=root | TASK [common : Include user credential file] ***********************************
  415. 2018-05-25 15:48:17,080 p=22091 u=root | ok: [localhost]
  416. 2018-05-25 15:48:17,125 p=22091 u=root | TASK [common : Check if build is required] *************************************
  417. 2018-05-25 15:48:21,705 p=22091 u=root | TASK [common : Stat the file] **************************************************
  418. 2018-05-25 15:48:22,177 p=22091 u=root | ok: [localhost]
  419. 2018-05-25 15:48:22,245 p=22091 u=root | TASK [common : assert] *********************************************************
  420. 2018-05-25 15:48:22,288 p=22091 u=root | ok: [localhost] => {
  421. "changed": false,
  422. "failed": false,
  423. "msg": "All assertions passed"
  424. }
  425. 2018-05-25 15:48:22,345 p=22091 u=root | TASK [common : Find md5 file] **************************************************
  426. 2018-05-25 15:48:22,765 p=22091 u=root | ok: [localhost]
  427. 2018-05-25 15:48:22,835 p=22091 u=root | TASK [common : Set variable to do build if md5 not found] **********************
  428. 2018-05-25 15:48:22,921 p=22091 u=root | TASK [common : Get the md5 value in the file we found] *************************
  429. 2018-05-25 15:48:23,325 p=22091 u=root | changed: [localhost]
  430. 2018-05-25 15:48:23,395 p=22091 u=root | TASK [common : debug] **********************************************************
  431. 2018-05-25 15:48:23,492 p=22091 u=root | TASK [common : Set variable to do build if md5s don't match] *******************
  432. 2018-05-25 15:48:23,569 p=22091 u=root | TASK [common : Stat the file] **************************************************
  433. 2018-05-25 15:48:23,894 p=22091 u=root | ok: [localhost]
  434. 2018-05-25 15:48:23,962 p=22091 u=root | TASK [common : assert] *********************************************************
  435. 2018-05-25 15:48:24,018 p=22091 u=root | ok: [localhost] => {
  436. "changed": false,
  437. "failed": false,
  438. "msg": "All assertions passed"
  439. }
  440. 2018-05-25 15:48:24,078 p=22091 u=root | TASK [common : Find md5 file] **************************************************
  441. 2018-05-25 15:48:24,394 p=22091 u=root | ok: [localhost]
  442. 2018-05-25 15:48:24,464 p=22091 u=root | TASK [common : Set variable to do build if md5 not found] **********************
  443. 2018-05-25 15:48:24,555 p=22091 u=root | TASK [common : Get the md5 value in the file we found] *************************
  444. 2018-05-25 15:48:24,837 p=22091 u=root | changed: [localhost]
  445. 2018-05-25 15:48:24,904 p=22091 u=root | TASK [common : debug] **********************************************************
  446. 2018-05-25 15:48:25,010 p=22091 u=root | TASK [common : Set variable to do build if md5s don't match] *******************
  447. 2018-05-25 15:48:25,092 p=22091 u=root | TASK [common : Check for Ansible version] **************************************
  448. 2018-05-25 15:48:25,157 p=22091 u=root | TASK [common : Check YAML syntax] **********************************************
  449. 2018-05-25 15:48:25,217 p=22091 u=root | TASK [common : Check build_vars.yml] *******************************************
  450. 2018-05-25 15:48:25,282 p=22091 u=root | TASK [common : Check if package is installed] **********************************
  451. 2018-05-25 15:48:25,345 p=22091 u=root | TASK [common : Fail if package is not installed] *******************************
  452. 2018-05-25 15:48:25,409 p=22091 u=root | TASK [common : Verify that the ntp servers are dotted decimal notation] ********
  453. 2018-05-25 15:48:25,476 p=22091 u=root | TASK [common : Verify that the VSC system name is not longer than 32 characters] ***
  454. 2018-05-25 15:48:25,538 p=22091 u=root | TASK [common : Verify exactly 1 or 3 vsds are defined] *************************
  455. 2018-05-25 15:48:25,601 p=22091 u=root | TASK [common : Verify exactly 1 or 3 vstats(elastic search) are defined] *******
  456. 2018-05-25 15:48:25,667 p=22091 u=root | TASK [common : Verify VSD DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their m] ***
  457. 2018-05-25 15:48:25,745 p=22091 u=root | TASK [common : Verify VStat DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their management IPs] ***
  458. 2018-05-25 15:48:25,815 p=22091 u=root | TASK [common : Verify VNS Utils DNS entries exist at server {{ dns_server_list[0] }}, and hostnames map to their IPs] ***
  459. 2018-05-25 15:48:25,879 p=22091 u=root | TASK [build : Clear host_vars directory] ***************************************
  460. 2018-05-25 15:48:25,945 p=22091 u=root | TASK [build : Create the host_vars directory] **********************************
  461. 2018-05-25 15:48:26,006 p=22091 u=root | TASK [common : Check for Ansible version] **************************************
  462. 2018-05-25 15:48:26,072 p=22091 u=root | TASK [common : get the paramiko version] ***************************************
  463. 2018-05-25 15:48:26,148 p=22091 u=root | TASK [common : get the paramiko version] ***************************************
  464. 2018-05-25 15:48:26,209 p=22091 u=root | TASK [common : Check for supported host OS on Ansible host] ********************
  465. 2018-05-25 15:48:26,282 p=22091 u=root | TASK [common : Output installed packages yum] **********************************
  466. 2018-05-25 15:48:26,352 p=22091 u=root | TASK [common : Output installed packages pip] **********************************
  467. 2018-05-25 15:48:26,409 p=22091 u=root | TASK [common : Output installed group packages] ********************************
  468. 2018-05-25 15:48:26,472 p=22091 u=root | TASK [common : Check if all pip packages are installed] ************************
  469. 2018-05-25 15:48:26,553 p=22091 u=root | TASK [common : Check if all yum packages are installed] ************************
  470. 2018-05-25 15:48:26,729 p=22091 u=root | TASK [common : Check if all yum group packages are installed] ******************
  471. 2018-05-25 15:48:26,833 p=22091 u=root | TASK [common : Find name of VSD QCOW2 File] ************************************
  472. 2018-05-25 15:48:26,909 p=22091 u=root | TASK [common : debug] **********************************************************
  473. 2018-05-25 15:48:27,013 p=22091 u=root | TASK [common : Verify that a VSD QCOW2 file was found] *************************
  474. 2018-05-25 15:48:27,122 p=22091 u=root | TASK [common : Register VSD QCOW2 variables with proper path and image locations for use in other playbooks] ***
  475. 2018-05-25 15:48:27,214 p=22091 u=root | TASK [common : Find name of VSD OVA File] **************************************
  476. 2018-05-25 15:48:27,306 p=22091 u=root | TASK [common : debug] **********************************************************
  477. 2018-05-25 15:48:27,392 p=22091 u=root | TASK [common : Verify that a VSD OVA file was found] ***************************
  478. 2018-05-25 15:48:27,474 p=22091 u=root | TASK [common : Register VSD OVA variables with proper path and image locations for use in other playbooks] ***
  479. 2018-05-25 15:48:27,555 p=22091 u=root | TASK [common : Find name of VSD Migration ISO File] ****************************
  480. 2018-05-25 15:48:27,625 p=22091 u=root | TASK [common : debug] **********************************************************
  481. 2018-05-25 15:48:27,694 p=22091 u=root | TASK [common : Verify that a VSD migration ISO file was found] *****************
  482. 2018-05-25 15:48:27,787 p=22091 u=root | TASK [common : Register VSD Migration ISO variables with proper path and image locations for use in other playbooks] ***
  483. 2018-05-25 15:48:27,878 p=22091 u=root | TASK [common : Set myvsds_check] ***********************************************
  484. 2018-05-25 15:48:27,953 p=22091 u=root | TASK [common : Assign empty list to myvsds if it is undefined] *****************
  485. 2018-05-25 15:48:28,052 p=22091 u=root | TASK [common : Verify that vsd_fqdn_global is defined] *************************
  486. 2018-05-25 15:48:28,150 p=22091 u=root | TASK [common : Create host_vars files for vsd] *********************************
  487. 2018-05-25 15:48:28,244 p=22091 u=root | TASK [common : Find name of VSC QCOW2 File] ************************************
  488. 2018-05-25 15:48:28,317 p=22091 u=root | TASK [common : debug] **********************************************************
  489. 2018-05-25 15:48:28,393 p=22091 u=root | TASK [common : Verify that a VSC QCOW2 file was found] *************************
  490. 2018-05-25 15:48:28,469 p=22091 u=root | TASK [common : Register VSC QCOW2 variables with proper path and image locations for use in other playbooks] ***
  491. 2018-05-25 15:48:28,551 p=22091 u=root | TASK [common : Find name of VSC OVA File] **************************************
  492. 2018-05-25 15:48:28,636 p=22091 u=root | TASK [common : debug] **********************************************************
  493. 2018-05-25 15:48:28,707 p=22091 u=root | TASK [common : Verify that a VSC OVA file was found] ***************************
  494. 2018-05-25 15:48:28,771 p=22091 u=root | TASK [common : Register VSC OVA variables with proper path and image locations for use in other playbooks] ***
  495. 2018-05-25 15:48:28,858 p=22091 u=root | TASK [common : Find name of VSC TIM File] **************************************
  496. 2018-05-25 15:48:28,946 p=22091 u=root | TASK [common : debug] **********************************************************
  497. 2018-05-25 15:48:29,027 p=22091 u=root | TASK [common : Verify that a VSC TIM file was found] ***************************
  498. 2018-05-25 15:48:29,099 p=22091 u=root | TASK [common : Register VSC TIM variables with proper path and image locations for use in other playbooks] ***
  499. 2018-05-25 15:48:29,165 p=22091 u=root | TASK [common : Set myvscs_check] ***********************************************
  500. 2018-05-25 15:48:29,233 p=22091 u=root | TASK [common : Assign empty list to myvscs if it is undefined] *****************
  501. 2018-05-25 15:48:29,293 p=22091 u=root | TASK [common : Create host_vars files for vsc] *********************************
  502. 2018-05-25 15:48:29,360 p=22091 u=root | TASK [common : Determine Major, Minor and Patch version from upgrade_from_version var] ***
  503. 2018-05-25 15:48:29,427 p=22091 u=root | TASK [common : Determine Major, Minor and Patch version from upgrade_to_version var] ***
  504. 2018-05-25 15:48:29,495 p=22091 u=root | TASK [common : Set minor upgrade path] *****************************************
  505. 2018-05-25 15:48:29,572 p=22091 u=root | TASK [common : Set major upgrade path] *****************************************
  506. 2018-05-25 15:48:29,641 p=22091 u=root | TASK [common : Set in-place upgrade flag] **************************************
  507. 2018-05-25 15:48:29,707 p=22091 u=root | TASK [common : Skip setting qcow2 or ova vars] *********************************
  508. 2018-05-25 15:48:29,773 p=22091 u=root | TASK [common : Find name of Stats VM QCOW2 File] *******************************
  509. 2018-05-25 15:48:29,853 p=22091 u=root | TASK [common : debug] **********************************************************
  510. 2018-05-25 15:48:29,949 p=22091 u=root | TASK [common : Verify that a Stats VM QCOW2 file was found] ********************
  511. 2018-05-25 15:48:30,046 p=22091 u=root | TASK [common : Register VSTAT QCOW2 variables with proper path and image locations for use in other playbooks] ***
  512. 2018-05-25 15:48:30,160 p=22091 u=root | TASK [common : Find name of Stats VM OVF/OVA File] *****************************
  513. 2018-05-25 15:48:30,247 p=22091 u=root | TASK [common : debug] **********************************************************
  514. 2018-05-25 15:48:30,333 p=22091 u=root | TASK [common : Verify that a Stats VM OVF file was found] **********************
  515. 2018-05-25 15:48:30,434 p=22091 u=root | TASK [common : Register VSTAT OVF/OVA variables with proper path and image locations for use in other playbooks] ***
  516. 2018-05-25 15:48:30,525 p=22091 u=root | TASK [common : Find name of VSTAT backup Package Files (EL7 architecture)] *****
  517. 2018-05-25 15:48:30,597 p=22091 u=root | TASK [common : debug] **********************************************************
  518. 2018-05-25 15:48:30,670 p=22091 u=root | TASK [common : Verify that VSTAT backup scripts are found] *********************
  519. 2018-05-25 15:48:30,747 p=22091 u=root | TASK [common : Register VSTAT backup script variables with proper path and script locations for use in other playbooks] ***
  520. 2018-05-25 15:48:30,810 p=22091 u=root | TASK [common : Find name of VSTAT upgrade Package Files (EL7 architecture)] ****
  521. 2018-05-25 15:48:30,874 p=22091 u=root | TASK [common : debug] **********************************************************
  522. 2018-05-25 15:48:30,954 p=22091 u=root | TASK [common : Verify that VSTAT upgrade scripts are found] ********************
  523. 2018-05-25 15:48:31,019 p=22091 u=root | TASK [common : Register VSTAT upgrade script variables with proper path and script locations for use in other playbooks] ***
  524. 2018-05-25 15:48:31,085 p=22091 u=root | TASK [common : Create host_vars files for vstat] *******************************
  525. 2018-05-25 15:48:31,188 p=22091 u=root | TASK [common : Find name of VSD QCOW2 File] ************************************
  526. 2018-05-25 15:48:31,292 p=22091 u=root | TASK [common : debug] **********************************************************
  527. 2018-05-25 15:48:31,394 p=22091 u=root | TASK [common : Verify that a VSD QCOW2 file was found] *************************
  528. 2018-05-25 15:48:31,503 p=22091 u=root | TASK [common : Register VSD QCOW2 variables with proper path and image locations for use in other playbooks] ***
  529. 2018-05-25 15:48:31,599 p=22091 u=root | TASK [common : Find name of VSD OVA File] **************************************
  530. 2018-05-25 15:48:31,700 p=22091 u=root | TASK [common : debug] **********************************************************
  531. 2018-05-25 15:48:31,792 p=22091 u=root | TASK [common : Verify that a VSD OVA file was found] ***************************
  532. 2018-05-25 15:48:31,896 p=22091 u=root | TASK [common : Register VSD OVA variables with proper path and image locations for use in other playbooks] ***
  533. 2018-05-25 15:48:32,000 p=22091 u=root | TASK [common : Find name of VSD Migration ISO File] ****************************
  534. 2018-05-25 15:48:32,081 p=22091 u=root | TASK [common : debug] **********************************************************
  535. 2018-05-25 15:48:32,154 p=22091 u=root | TASK [common : Verify that a VSD migration ISO file was found] *****************
  536. 2018-05-25 15:48:32,233 p=22091 u=root | TASK [common : Register VSD Migration ISO variables with proper path and image locations for use in other playbooks] ***
  537. 2018-05-25 15:48:32,299 p=22091 u=root | TASK [common : Set myvcins_check] **********************************************
  538. 2018-05-25 15:48:32,358 p=22091 u=root | TASK [common : Assign empty list to myvcins if it is undefined] ****************
  539. 2018-05-25 15:48:32,420 p=22091 u=root | TASK [common : Disable HA deployment for VCIN] *********************************
  540. 2018-05-25 15:48:32,478 p=22091 u=root | TASK [common : Create host_vars files for vcin] ********************************
  541. 2018-05-25 15:48:32,547 p=22091 u=root | TASK [common : Re-enabling HA testing based on VSD count] **********************
  542. 2018-05-25 15:48:32,611 p=22091 u=root | TASK [common : Find name of VNS UTIL QCOW2 File] *******************************
  543. 2018-05-25 15:48:32,673 p=22091 u=root | TASK [common : debug] **********************************************************
  544. 2018-05-25 15:48:32,740 p=22091 u=root | TASK [common : Verify that a VNS UTIL QCOW2 file was found] ********************
  545. 2018-05-25 15:48:32,813 p=22091 u=root | TASK [common : Register VNS UTIL QCOW2 variables with proper path and image locations for use in other playbooks] ***
  546. 2018-05-25 15:48:32,874 p=22091 u=root | TASK [common : Find name of VNS UTIL OVA File] *********************************
  547. 2018-05-25 15:48:32,945 p=22091 u=root | TASK [common : debug] **********************************************************
  548. 2018-05-25 15:48:33,006 p=22091 u=root | TASK [common : Verify that a VNS UTIL OVA file was found] **********************
  549. 2018-05-25 15:48:33,074 p=22091 u=root | TASK [common : Register VNS UTIL OVA variables with proper path and image locations for use in other playbooks] ***
  550. 2018-05-25 15:48:33,137 p=22091 u=root | TASK [common : Set myvnsutil_check] ********************************************
  551. 2018-05-25 15:48:33,203 p=22091 u=root | TASK [common : Assign empty list to myvnsutils if it is undefined] *************
  552. 2018-05-25 15:48:33,278 p=22091 u=root | TASK [common : Create host_vars files for vnsutil] *****************************
  553. 2018-05-25 15:48:33,337 p=22091 u=root | TASK [common : Find name of NSGV QCOW2 File] ***********************************
  554. 2018-05-25 15:48:33,398 p=22091 u=root | TASK [common : debug] **********************************************************
  555. 2018-05-25 15:48:33,467 p=22091 u=root | TASK [common : Verify that a NSGV QCOW2 file was found] ************************
  556. 2018-05-25 15:48:33,529 p=22091 u=root | TASK [common : Register VNS UTIL QCOW2 variables with proper path and image locations for use in other playbooks] ***
  557. 2018-05-25 15:48:33,626 p=22091 u=root | TASK [common : Find name of NSGV OVF File] *************************************
  558. 2018-05-25 15:48:33,708 p=22091 u=root | TASK [common : debug] **********************************************************
  559. 2018-05-25 15:48:33,781 p=22091 u=root | TASK [common : Verify that a NSGV OVF file was found] **************************
  560. 2018-05-25 15:48:33,854 p=22091 u=root | TASK [common : Register NSGV OVF variables with proper path and image locations for use in other playbooks] ***
  561. 2018-05-25 15:48:33,920 p=22091 u=root | TASK [common : Set mynsgvs_check] **********************************************
  562. 2018-05-25 15:48:33,978 p=22091 u=root | TASK [common : Assign empty list to mynsgvs if it is undefined] ****************
  563. 2018-05-25 15:48:34,079 p=22091 u=root | TASK [common : Create host_vars files for nsgv] ********************************
  564. 2018-05-25 15:48:34,196 p=22091 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Debian 14.04 based] ***
  565. 2018-05-25 15:48:34,278 p=22091 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Debian 16.04 based] ***
  566. 2018-05-25 15:48:34,363 p=22091 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Redhat el6 based] ***
  567. 2018-05-25 15:48:34,436 p=22091 u=root | TASK [common : Create facts to be used with vrs deploy if vrs is Redhat el7 based] ***
  568. 2018-05-25 15:48:34,515 p=22091 u=root | TASK [common : initialize vrs_target_os_is_supported to be evaluated for vrs supported target os types] ***
  569. 2018-05-25 15:48:34,586 p=22091 u=root | TASK [common : Set facts if vrs os type is set to a supported version] *********
  570. 2018-05-25 15:48:34,666 p=22091 u=root | TASK [common : assert] *********************************************************
  571. 2018-05-25 15:48:34,743 p=22091 u=root | TASK [common : debug] **********************************************************
  572. 2018-05-25 15:48:34,824 p=22091 u=root | TASK [common : debug] **********************************************************
  573. 2018-05-25 15:48:34,916 p=22091 u=root | TASK [common : debug] **********************************************************
  574. 2018-05-25 15:48:34,984 p=22091 u=root | TASK [common : debug] **********************************************************
  575. 2018-05-25 15:48:35,051 p=22091 u=root | TASK [common : Find name of VRS Package Files (EL6 architecture)] **************
  576. 2018-05-25 15:48:35,134 p=22091 u=root | TASK [common : debug] **********************************************************
  577. 2018-05-25 15:48:35,208 p=22091 u=root | TASK [common : Verify that VRS file was found] *********************************
  578. 2018-05-25 15:48:35,307 p=22091 u=root | TASK [common : Register VRS package variables with proper path and image locations for use in other playbooks (EL6 architecture)] ***
  579. 2018-05-25 15:48:35,397 p=22091 u=root | TASK [common : Find name of nuage DKMS Package Files (EL6 architecture)] *******
  580. 2018-05-25 15:48:35,470 p=22091 u=root | TASK [common : debug] **********************************************************
  581. 2018-05-25 15:48:35,552 p=22091 u=root | TASK [common : Verify that DKMS file was found] ********************************
  582. 2018-05-25 15:48:35,635 p=22091 u=root | TASK [common : Register DKMS package variables with proper path and image locations for use in other playbooks (EL6 architecture)] ***
  583. 2018-05-25 15:48:35,733 p=22091 u=root | TASK [common : Find name of VRS Package Files (EL7 architecture)] **************
  584. 2018-05-25 15:48:35,818 p=22091 u=root | TASK [common : debug] **********************************************************
  585. 2018-05-25 15:48:35,912 p=22091 u=root | TASK [common : Verify that VRS file was found] *********************************
  586. 2018-05-25 15:48:36,005 p=22091 u=root | TASK [common : Register VRS package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  587. 2018-05-25 15:48:36,100 p=22091 u=root | TASK [common : Find name of nuage DKMS Package Files (EL7 architecture)] *******
  588. 2018-05-25 15:48:36,183 p=22091 u=root | TASK [common : debug] **********************************************************
  589. 2018-05-25 15:48:36,283 p=22091 u=root | TASK [common : Verify that DKMS file was found] ********************************
  590. 2018-05-25 15:48:36,367 p=22091 u=root | TASK [common : Register DKMS package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  591. 2018-05-25 15:48:36,455 p=22091 u=root | TASK [common : Find name of Selinux Package Files (EL7 architecture)] **********
  592. 2018-05-25 15:48:36,536 p=22091 u=root | TASK [common : debug] **********************************************************
  593. 2018-05-25 15:48:36,628 p=22091 u=root | TASK [common : Register Selinux package variables with proper path and image locations for use in other playbooks (EL7 architecture)] ***
  594. 2018-05-25 15:48:36,722 p=22091 u=root | TASK [common : Find name of VRS python package file (Debian architecture)] *****
  595. 2018-05-25 15:48:36,804 p=22091 u=root | TASK [common : debug] **********************************************************
  596. 2018-05-25 15:48:36,892 p=22091 u=root | TASK [common : Verify that VRS python package file was found] ******************
  597. 2018-05-25 15:48:36,977 p=22091 u=root | TASK [common : Register VRS package path and VRS python package file name for use in other playbooks (Debian Architecture)] ***
  598. 2018-05-25 15:48:37,063 p=22091 u=root | TASK [common : Find name of VRS common package file (Debian architecture)] *****
  599. 2018-05-25 15:48:37,143 p=22091 u=root | TASK [common : debug] **********************************************************
  600. 2018-05-25 15:48:37,237 p=22091 u=root | TASK [common : Verify that VRS common package file was found] ******************
  601. 2018-05-25 15:48:37,351 p=22091 u=root | TASK [common : Register VRS common package file name for use in other playbooks (Debian Architecture)] ***
  602. 2018-05-25 15:48:37,440 p=22091 u=root | TASK [common : Find name of VRS switch package file (Debian architecture)] *****
  603. 2018-05-25 15:48:37,543 p=22091 u=root | TASK [common : debug] **********************************************************
  604. 2018-05-25 15:48:37,628 p=22091 u=root | TASK [common : Verify that VRS switch package file was found] ******************
  605. 2018-05-25 15:48:37,703 p=22091 u=root | TASK [common : Register VRS switch package file name for use in other playbooks (Debian Architecture)] ***
  606. 2018-05-25 15:48:37,778 p=22091 u=root | TASK [common : Find name of DKMS package file (Debian architecture)] ***********
  607. 2018-05-25 15:48:37,843 p=22091 u=root | TASK [common : debug] **********************************************************
  608. 2018-05-25 15:48:37,915 p=22091 u=root | TASK [common : Verify that DKMS package file was found] ************************
  609. 2018-05-25 15:48:37,996 p=22091 u=root | TASK [common : Register DKMS package path and package file name for use in other playbooks (Debian Architecture)] ***
  610. 2018-05-25 15:48:38,081 p=22091 u=root | TASK [common : Find name of VRS python package file (Debian architecture)] *****
  611. 2018-05-25 15:48:38,172 p=22091 u=root | TASK [common : debug] **********************************************************
  612. 2018-05-25 15:48:38,252 p=22091 u=root | TASK [common : Verify that VRS python package file was found] ******************
  613. 2018-05-25 15:48:38,343 p=22091 u=root | TASK [common : Register VRS package path and VRS python package file name for use in other playbooks (Debian Architecture)] ***
  614. 2018-05-25 15:48:38,426 p=22091 u=root | TASK [common : Find name of VRS common package file (Debian architecture)] *****
  615. 2018-05-25 15:48:38,519 p=22091 u=root | TASK [common : debug] **********************************************************
  616. 2018-05-25 15:48:38,628 p=22091 u=root | TASK [common : Verify that VRS common package file was found] ******************
  617. 2018-05-25 15:48:38,722 p=22091 u=root | TASK [common : Register VRS common package file name for use in other playbooks (Debian Architecture)] ***
  618. 2018-05-25 15:48:38,819 p=22091 u=root | TASK [common : Find name of VRS switch package file (Debian architecture)] *****
  619. 2018-05-25 15:48:38,896 p=22091 u=root | TASK [common : debug] **********************************************************
  620. 2018-05-25 15:48:38,963 p=22091 u=root | TASK [common : Verify that VRS switch package file was found] ******************
  621. 2018-05-25 15:48:39,037 p=22091 u=root | TASK [common : Register VRS switch package file name for use in other playbooks (Debian Architecture)] ***
  622. 2018-05-25 15:48:39,102 p=22091 u=root | TASK [common : Check if any of the VRSs have libnetwork_install set] ***********
  623. 2018-05-25 15:48:39,196 p=22091 u=root | TASK [common : Find name of libnetwork package Files (RH architecture)] ********
  624. 2018-05-25 15:48:39,283 p=22091 u=root | TASK [common : debug] **********************************************************
  625. 2018-05-25 15:48:39,369 p=22091 u=root | TASK [common : Verify that Libnetwork package file was found] ******************
  626. 2018-05-25 15:48:39,465 p=22091 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (RH architecture)] ***
  627. 2018-05-25 15:48:39,552 p=22091 u=root | TASK [common : Set libnetwork target path based on version (Ubuntu 14.04 architecture)] ***
  628. 2018-05-25 15:48:39,635 p=22091 u=root | TASK [common : Find name of libnetwork package files (Debian architecture)] ****
  629. 2018-05-25 15:48:39,709 p=22091 u=root | TASK [common : debug] **********************************************************
  630. 2018-05-25 15:48:39,774 p=22091 u=root | TASK [common : Verify that Libnetwork package file was found] ******************
  631. 2018-05-25 15:48:39,867 p=22091 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (Debian architecture)] ***
  632. 2018-05-25 15:48:39,956 p=22091 u=root | TASK [common : Set libnetwork target path based on version (Ubuntu 16.04 architecture)] ***
  633. 2018-05-25 15:48:40,045 p=22091 u=root | TASK [common : Find name of libnetwork package files (Debian architecture)] ****
  634. 2018-05-25 15:48:40,131 p=22091 u=root | TASK [common : debug] **********************************************************
  635. 2018-05-25 15:48:40,212 p=22091 u=root | TASK [common : Verify that libnetwork package file was found] ******************
  636. 2018-05-25 15:48:40,296 p=22091 u=root | TASK [common : Register libnetwork variables with proper path and image locations for use in other playbooks (Debian architecture)] ***
  637. 2018-05-25 15:48:40,367 p=22091 u=root | TASK [common : Set myvrss_check] ***********************************************
  638. 2018-05-25 15:48:40,433 p=22091 u=root | TASK [common : Assign empty dict to myvrss if it is undefined] *****************
  639. 2018-05-25 15:48:40,514 p=22091 u=root | TASK [common : Create host_vars files for vrs] *********************************
  640. 2018-05-25 15:48:40,581 p=22091 u=root | TASK [common : Find name of VSR QCOW2 File] ************************************
  641. 2018-05-25 15:48:40,674 p=22091 u=root | TASK [common : debug] **********************************************************
  642. 2018-05-25 15:48:40,760 p=22091 u=root | TASK [common : Verify that a VSR QCOW2 file was found] *************************
  643. 2018-05-25 15:48:40,855 p=22091 u=root | TASK [common : Register VSR QCOW2 variables with proper path and image locations for use in other playbooks] ***
  644. 2018-05-25 15:48:40,922 p=22091 u=root | TASK [common : Find name of VSR OVA File] **************************************
  645. 2018-05-25 15:48:40,988 p=22091 u=root | TASK [common : debug] **********************************************************
  646. 2018-05-25 15:48:41,053 p=22091 u=root | TASK [common : Verify that a VSR OVA file was found] ***************************
  647. 2018-05-25 15:48:41,115 p=22091 u=root | TASK [common : Register VSR OVA variables with proper path and image locations for use in other playbooks] ***
  648. 2018-05-25 15:48:41,185 p=22091 u=root | TASK [common : Set myvsrs_check] ***********************************************
  649. 2018-05-25 15:48:41,249 p=22091 u=root | TASK [common : Assign empty list to myvsrs if it is undefined] *****************
  650. 2018-05-25 15:48:41,305 p=22091 u=root | TASK [common : Create host_vars files for vsr] *********************************
  651. 2018-05-25 15:48:41,370 p=22091 u=root | TASK [common : create dns directory] *******************************************
  652. 2018-05-25 15:48:41,435 p=22091 u=root | TASK [common : Find name of VSTAT VM QCOW2 File] *******************************
  653. 2018-05-25 15:48:41,503 p=22091 u=root | TASK [common : Verify that VSTAT VM QCOW2 file was found] **********************
  654. 2018-05-25 15:48:41,571 p=22091 u=root | TASK [common : Copy vstat qcow2 image to dns directory] ************************
  655. 2018-05-25 15:48:41,639 p=22091 u=root | TASK [common : Find name of DNS VM QCOW2 File] *********************************
  656. 2018-05-25 15:48:41,713 p=22091 u=root | TASK [common : debug] **********************************************************
  657. 2018-05-25 15:48:41,805 p=22091 u=root | TASK [common : Verify that a DNS VM QCOW2 file was found] **********************
  658. 2018-05-25 15:48:41,890 p=22091 u=root | TASK [common : Register DNS QCOW2 variables with proper path and image locations for use in other playbooks] ***
  659. 2018-05-25 15:48:41,970 p=22091 u=root | TASK [common : Set mydns_check] ************************************************
  660. 2018-05-25 15:48:42,066 p=22091 u=root | TASK [common : Assign empty list to mydnss if it is undefined] *****************
  661. 2018-05-25 15:48:42,147 p=22091 u=root | TASK [common : Create host_vars files for dns] *********************************
  662. 2018-05-25 15:48:42,237 p=22091 u=root | TASK [common : Find name of Nuage OpenStack Package Files (RH architecture)] ***
  663. 2018-05-25 15:48:42,304 p=22091 u=root | TASK [common : debug] **********************************************************
  664. 2018-05-25 15:48:42,377 p=22091 u=root | TASK [common : Verify that Nuage OpenStack files were found] *******************
  665. 2018-05-25 15:48:42,447 p=22091 u=root | TASK [common : Register Nuage OpenStack package variables with proper path and image locations for use in other playbooks (RH architecture)] ***
  666. 2018-05-25 15:48:42,515 p=22091 u=root | TASK [common : Ensure that Nuage OS variables are set] *************************
  667. 2018-05-25 15:48:42,592 p=22091 u=root | TASK [common : Set myoscs_check] ***********************************************
  668. 2018-05-25 15:48:42,653 p=22091 u=root | TASK [common : Assign empty list to myoscs if it is undefined] *****************
  669. 2018-05-25 15:48:42,720 p=22091 u=root | TASK [common : Create host_vars files for osc server] **************************
  670. 2018-05-25 15:48:42,816 p=22091 u=root | TASK [common : Set myoscomputes_check] *****************************************
  671. 2018-05-25 15:48:42,893 p=22091 u=root | TASK [common : Assign empty list to myoscomputes if it is undefined] ***********
  672. 2018-05-25 15:48:42,970 p=22091 u=root | TASK [common : Create host_vars files for os-compute server] *******************
  673. 2018-05-25 15:48:43,036 p=22091 u=root | TASK [common : Set myinfras_check] *********************************************
  674. 2018-05-25 15:48:43,111 p=22091 u=root | TASK [common : Assign empty list to myinfras if it is undefined] ***************
  675. 2018-05-25 15:48:43,199 p=22091 u=root | TASK [common : Create host_vars files for infra server] ************************
  676. 2018-05-25 15:48:43,267 p=22091 u=root | TASK [common : Set mycis_check] ************************************************
  677. 2018-05-25 15:48:43,331 p=22091 u=root | TASK [common : Assign empty list to mycis if it is undefined] ******************
  678. 2018-05-25 15:48:43,411 p=22091 u=root | TASK [common : Create host_vars files for cis] *********************************
  679. 2018-05-25 15:48:43,489 p=22091 u=root | TASK [common : Set mygvms] *****************************************************
  680. 2018-05-25 15:48:43,571 p=22091 u=root | TASK [common : Assign empty list to mygvms if it is undefined] *****************
  681. 2018-05-25 15:48:43,644 p=22091 u=root | TASK [common : Create host_vars files for gvms] ********************************
  682. 2018-05-25 15:48:43,712 p=22091 u=root | TASK [build : Create hosts file] ***********************************************
  683. 2018-05-25 15:48:43,791 p=22091 u=root | TASK [build : Create the group_vars directory] *********************************
  684. 2018-05-25 15:48:43,853 p=22091 u=root | TASK [build : Create group_vars/all file] **************************************
  685. 2018-05-25 15:48:43,910 p=22091 u=root | TASK [common : Wrap-up build] **************************************************
  686. 2018-05-25 15:48:43,952 p=22091 u=root | [WARNING]: Could not match supplied host pattern, ignoring: vrss
  687.  
  688. 2018-05-25 15:48:43,953 p=22091 u=root | PLAY [vrss] ********************************************************************
  689. 2018-05-25 15:48:43,953 p=22091 u=root | skipping: no hosts matched
  690. 2018-05-25 15:48:43,953 p=22091 u=root | PLAY RECAP *********************************************************************
  691. 2018-05-25 15:48:43,954 p=22091 u=root | localhost : ok=12 changed=2 unreachable=0 failed=0
  692. 2018-05-25 15:48:45,568 p=23250 u=root | [DEPRECATION WARNING]: DEFAULT_TASK_INCLUDES_STATIC option, include itself is
  693. deprecated and this setting will not matter in the future . This feature will
  694. be removed in version 2.8. Deprecation warnings can be disabled by setting
  695. deprecation_warnings=False in ansible.cfg.
  696. 2018-05-25 15:48:45,593 p=23250 u=root | [DEPRECATION WARNING]: 'include' for playbook includes. You should use
  697. 'import_playbook' instead. This feature will be removed in version 2.8.
  698. Deprecation warnings can be disabled by setting deprecation_warnings=False in
  699. ansible.cfg.
  700. 2018-05-25 15:48:45,715 p=23250 u=root | [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use
  701. 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
  702. This feature will be removed in a future release. Deprecation warnings can be
  703. disabled by setting deprecation_warnings=False in ansible.cfg.
  704. 2018-05-25 15:48:45,716 p=23250 u=root | [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is
  705. discouraged. The module documentation details page may explain more about this
  706. rationale.. This feature will be removed in a future release. Deprecation
  707. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  708. 2018-05-25 15:48:45,722 p=23250 u=root | [DEPRECATION WARNING]: The use of 'static' has been deprecated. Use
  709. 'import_tasks' for static inclusion, or 'include_tasks' for dynamic inclusion.
  710. This feature will be removed in a future release. Deprecation warnings can be
  711. disabled by setting deprecation_warnings=False in ansible.cfg.
  712. 2018-05-25 15:48:45,816 p=23250 u=root | PLAY [nsgvs] *******************************************************************
  713. 2018-05-25 15:48:45,836 p=23250 u=root | TASK [nsgv-predeploy : Set local variable with vmname] *************************
  714. 2018-05-25 15:48:45,888 p=23250 u=root | ok: [0026_VNF_NSG]
  715. 2018-05-25 15:48:45,894 p=23250 u=root | TASK [check-node-running : include] ********************************************
  716. 2018-05-25 15:48:45,924 p=23250 u=root | included: /opt/nuage-metro/nuage-metro/roles/check-node-running/tasks/kvm.yml for 0026_VNF_NSG
  717. 2018-05-25 15:48:45,946 p=23250 u=root | TASK [check-node-running : List the Virtual Machines running] ******************
  718. 2018-05-25 15:48:47,090 p=23250 u=root | ok: [0026_VNF_NSG -> 10.167.60.5]
  719. 2018-05-25 15:48:47,108 p=23250 u=root | TASK [check-node-running : Verify that the VM is not running if not reachable] ***
  720. 2018-05-25 15:48:47,147 p=23250 u=root | TASK [check-node-running : Verify that the VM is running if reachable] *********
  721. 2018-05-25 15:48:47,182 p=23250 u=root | TASK [check-node-running : Set fact for node running] **************************
  722. 2018-05-25 15:48:47,251 p=23250 u=root | ok: [0026_VNF_NSG]
  723. 2018-05-25 15:48:47,264 p=23250 u=root | TASK [nsgv-predeploy : include] ************************************************
  724. 2018-05-25 15:48:47,352 p=23250 u=root | included: /opt/nuage-metro/nuage-metro/roles/nsgv-predeploy/tasks/kvm.yml for 0026_VNF_NSG
  725. 2018-05-25 15:48:47,411 p=23250 u=root | TASK [nsgv-predeploy : Query Target Server facts] ******************************
  726. 2018-05-25 15:48:52,328 p=23250 u=root | ok: [0026_VNF_NSG -> 10.167.60.5]
  727. 2018-05-25 15:48:52,393 p=23250 u=root | TASK [nsgv-predeploy : Include OS-specific variables.] *************************
  728. 2018-05-25 15:48:52,457 p=23250 u=root | ok: [0026_VNF_NSG]
  729. 2018-05-25 15:48:52,502 p=23250 u=root | TASK [nsgv-predeploy : Check target for supported OS] **************************
  730. 2018-05-25 15:48:52,571 p=23250 u=root | TASK [nsgv-predeploy : Check target memory] ************************************
  731. 2018-05-25 15:48:52,625 p=23250 u=root | TASK [nsgv-predeploy : Check target cores] *************************************
  732. 2018-05-25 15:48:52,692 p=23250 u=root | TASK [nsgv-predeploy : Check target bridges] ***********************************
  733. 2018-05-25 15:48:52,776 p=23250 u=root | TASK [nsgv-predeploy : Check if required OS packages are installed] ************
  734. 2018-05-25 15:48:53,457 p=23250 u=root | [WARNING]: Consider using yum, dnf or zypper module rather than running rpm
  735.  
  736. 2018-05-25 15:48:53,457 p=23250 u=root | changed: [0026_VNF_NSG -> 10.167.60.5]
  737. 2018-05-25 15:48:53,535 p=23250 u=root | TASK [nsgv-predeploy : Print rpm_check when verbosity >= 1] ********************
  738. 2018-05-25 15:48:53,651 p=23250 u=root | TASK [nsgv-predeploy : If RedHat, install packages for RedHat OS family distros] ***
  739. 2018-05-25 15:48:53,745 p=23250 u=root | TASK [nsgv-predeploy : Make sure libvirtd has started] *************************
  740. 2018-05-25 15:48:54,915 p=23250 u=root | ok: [0026_VNF_NSG -> 10.167.60.5]
  741. 2018-05-25 15:48:54,970 p=23250 u=root | TASK [nsgv-predeploy : List the Virtual Machines running] **********************
  742. 2018-05-25 15:48:55,453 p=23250 u=root | ok: [0026_VNF_NSG -> 10.167.60.5]
  743. 2018-05-25 15:48:55,502 p=23250 u=root | TASK [nsgv-predeploy : Set fact for VM already running] ************************
  744. 2018-05-25 15:48:55,555 p=23250 u=root | ok: [0026_VNF_NSG]
  745. 2018-05-25 15:48:55,614 p=23250 u=root | TASK [nsgv-predeploy : Create libvirt image directory] *************************
  746. 2018-05-25 15:48:56,253 p=23250 u=root | changed: [0026_VNF_NSG -> 10.167.60.5]
  747. 2018-05-25 15:48:56,331 p=23250 u=root | TASK [nsgv-predeploy : Copy the VM qcow image to virt images directory] ********
  748. 2018-05-25 15:49:17,978 p=23250 u=root | changed: [0026_VNF_NSG -> 10.167.60.5]
  749. 2018-05-25 15:49:18,059 p=23250 u=root | TASK [nsgv-predeploy : Create local temp directory] ****************************
  750. 2018-05-25 15:49:18,132 p=23250 u=root | TASK [nsgv-predeploy : Set Top-Level-Directory] ********************************
  751. 2018-05-25 15:49:18,226 p=23250 u=root | TASK [nsgv-predeploy : Generate ISO file] **************************************
  752. 2018-05-25 15:49:18,306 p=23250 u=root | TASK [nsgv-predeploy : Search for errors in the output of ZFB script] **********
  753. 2018-05-25 15:49:18,376 p=23250 u=root | TASK [nsgv-predeploy : Ensure NSGV has the correct configuration] **************
  754. 2018-05-25 15:49:18,450 p=23250 u=root | TASK [nsgv-predeploy : Copy the ISO image to virt images directory] ************
  755. 2018-05-25 15:49:18,512 p=23250 u=root | TASK [nsgv-predeploy : Display if skipping NSGV predeploy] *********************
  756. 2018-05-25 15:49:18,571 p=23250 u=root | TASK [nsgv-predeploy : Define VM] **********************************************
  757. 2018-05-25 15:49:19,192 p=23250 u=root | changed: [0026_VNF_NSG -> 10.167.60.5]
  758. 2018-05-25 15:49:19,271 p=23250 u=root | TASK [nsgv-predeploy : Autostart] **********************************************
  759. 2018-05-25 15:49:19,853 p=23250 u=root | ok: [0026_VNF_NSG -> 10.167.60.5]
  760. 2018-05-25 15:49:19,932 p=23250 u=root | TASK [nsgv-predeploy : Run VM] *************************************************
  761. 2018-05-25 15:49:22,826 p=23250 u=root | changed: [0026_VNF_NSG -> 10.167.60.5]
  762. 2018-05-25 15:49:22,890 p=23250 u=root | TASK [nsgv-predeploy : include] ************************************************
  763. 2018-05-25 15:49:22,975 p=23250 u=root | TASK [nsgv-predeploy : include] ************************************************
  764. 2018-05-25 15:49:22,999 p=23250 u=root | PLAY RECAP *********************************************************************
  765. 2018-05-25 15:49:23,000 p=23250 u=root | 0026_VNF_NSG : ok=16 changed=5 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement