Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.91 KB | None | 0 0
  1. [root@localhost kolla-openstack]# sudo kolla-ansible -i ./all-in-one  deploy
  2. Deploying Playbooks : ansible-playbook -i ./all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e action=deploy /usr/share/kolla-ansible/ansible/site.yml
  3. [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use
  4. 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
  5.  This feature will be removed in a future release. Deprecation warnings can be
  6. disabled by setting deprecation_warnings=False in ansible.cfg.
  7. [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is
  8.  discouraged. The module documentation details page may explain more about this
  9.  rationale.. This feature will be removed in a future release. Deprecation
  10. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  11.  [WARNING]: Found variable using reserved name: action
  12.  
  13.  
  14. PLAY [Gather facts for all hosts] **********************************************
  15.  
  16. TASK [setup] *******************************************************************
  17. ok: [localhost]
  18.  
  19. PLAY [Gather facts for all hosts (if using --limit)] ***************************
  20.  
  21. TASK [setup] *******************************************************************
  22. skipping: [localhost] => (item=localhost)
  23.  
  24. PLAY [Detect openstack_release variable] ***************************************
  25.  
  26. TASK [Get current kolla-ansible version number] ********************************
  27. skipping: [localhost]
  28.  
  29. TASK [Set openstack_release variable] ******************************************
  30. skipping: [localhost]
  31.  
  32. PLAY [Apply role prechecks] ****************************************************
  33.  
  34. TASK [prechecks : Checking the api_interface is present] ***********************
  35. skipping: [localhost]
  36.  
  37. TASK [prechecks : Checking the api_interface is active] ************************
  38. skipping: [localhost]
  39.  
  40. TASK [prechecks : Checking the api_interface configuration] ********************
  41. skipping: [localhost]
  42.  
  43. TASK [prechecks : Checking the api_interface ip address configuration] *********
  44. skipping: [localhost]
  45.  
  46. TASK [prechecks : Checking Docker version] *************************************
  47. skipping: [localhost]
  48.  
  49. TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] ***
  50. skipping: [localhost]
  51.  
  52. TASK [prechecks : Checking docker SDK version] *********************************
  53. skipping: [localhost]
  54.  
  55. TASK [prechecks : Checking Ansible version] ************************************
  56. skipping: [localhost]
  57.  
  58. PLAY [Apply role chrony] *******************************************************
  59.  
  60. TASK [common : include] ********************************************************
  61. skipping: [localhost]
  62.  
  63. TASK [common : Registering common role has run] ********************************
  64. skipping: [localhost]
  65.  
  66. TASK [chrony : include] ********************************************************
  67. skipping: [localhost]
  68.  
  69. PLAY [Apply role collectd] *****************************************************
  70.  
  71. TASK [common : include] ********************************************************
  72. skipping: [localhost]
  73.  
  74. TASK [common : Registering common role has run] ********************************
  75. skipping: [localhost]
  76.  
  77. TASK [collectd : include] ******************************************************
  78. skipping: [localhost]
  79.  
  80. PLAY [Apply role elasticsearch] ************************************************
  81.  
  82. TASK [common : include] ********************************************************
  83. skipping: [localhost]
  84.  
  85. TASK [common : Registering common role has run] ********************************
  86. skipping: [localhost]
  87.  
  88. TASK [elasticsearch : include] *************************************************
  89. skipping: [localhost]
  90.  
  91. PLAY [Apply role influxdb] *****************************************************
  92.  
  93. TASK [common : include] ********************************************************
  94. skipping: [localhost]
  95.  
  96. TASK [common : Registering common role has run] ********************************
  97. skipping: [localhost]
  98.  
  99. TASK [influxdb : include] ******************************************************
  100. skipping: [localhost]
  101.  
  102. PLAY [Apply role telegraf] *****************************************************
  103.  
  104. TASK [common : include] ********************************************************
  105. skipping: [localhost]
  106.  
  107. TASK [common : Registering common role has run] ********************************
  108. skipping: [localhost]
  109.  
  110. TASK [telegraf : include] ******************************************************
  111. skipping: [localhost]
  112.  
  113. PLAY [Apply role redis] ********************************************************
  114.  
  115. TASK [common : include] ********************************************************
  116. included: /usr/share/kolla-ansible/ansible/roles/common/tasks/deploy.yml for localhost
  117.  
  118. TASK [common : include] ********************************************************
  119. included: /usr/share/kolla-ansible/ansible/roles/common/tasks/config.yml for localhost
  120.  
  121. TASK [common : Ensuring config directories exist] ******************************
  122. changed: [localhost] => (item=fluentd)
  123. changed: [localhost] => (item=fluentd/input)
  124. changed: [localhost] => (item=fluentd/output)
  125. changed: [localhost] => (item=fluentd/format)
  126. changed: [localhost] => (item=fluentd/filter)
  127. changed: [localhost] => (item=kolla-toolbox)
  128. changed: [localhost] => (item=cron)
  129. changed: [localhost] => (item=cron/logrotate)
  130.  
  131. TASK [common : Copying over config.json files for services] ********************
  132. changed: [localhost] => (item={'value': {u'environment': {u'DUMMY_ENVIRONMENT': u'kolla_useless_env'}, u'image': u'kolla/centos-source-cron:pike', u'volumes': [u'/etc/kolla//cron/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cron'}, 'key': u'cron'})
  133. changed: [localhost] => (item={'value': {u'environment': {u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS'}, u'image': u'kolla/centos-source-fluentd:pike', u'volumes': [u'/etc/kolla//fluentd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'fluentd'}, 'key': u'fluentd'})
  134. changed: [localhost] => (item={'value': {u'environment': {u'ANSIBLE_LIBRARY': u'/usr/share/ansible', u'ANSIBLE_NOCOLOR': u'1'}, u'image': u'kolla/centos-source-kolla-toolbox:pike', u'privileged': True, u'volumes': [u'/etc/kolla//kolla-toolbox/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kolla_toolbox'}, 'key': u'kolla-toolbox'})
  135.  
  136. TASK [common : Copying over fluentd input config files] ************************
  137. changed: [localhost] => (item=00-global)
  138. changed: [localhost] => (item=01-syslog)
  139. changed: [localhost] => (item=02-mariadb)
  140. changed: [localhost] => (item=03-rabbitmq)
  141. changed: [localhost] => (item=04-openstack-wsgi)
  142.  
  143. TASK [common : Copying over fluentd output config files] ***********************
  144. changed: [localhost] => (item={u'enabled': True, u'name': u'00-local'})
  145. skipping: [localhost] => (item={u'enabled': False, u'name': u'01-es'})
  146.  
  147. TASK [common : Copying over fluentd format config files] ***********************
  148. changed: [localhost] => (item=apache_access)
  149. changed: [localhost] => (item=wsgi_access)
  150.  
  151. TASK [common : Copying over fluentd filter config files] ***********************
  152. changed: [localhost] => (item={u'dest': u'00-record_transformer', u'src': u'00-record_transformer'})
  153. changed: [localhost] => (item={u'dest': u'01-rewrite', u'src': u'01-rewrite-0.12'})
  154.  
  155. TASK [common : Copying over td-agent.conf] *************************************
  156. changed: [localhost] => (item=fluentd)
  157.  
  158. TASK [common : Copying over cron logrotate config files] ***********************
  159. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'ansible'})
  160. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'aodh'})
  161. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'barbican'})
  162. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'ceilometer'})
  163. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'ceph'})
  164. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'chrony'})
  165. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'cinder'})
  166. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'cloudkitty'})
  167. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'collectd'})
  168. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'congress'})
  169. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'designate'})
  170. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'elasticsearch'})
  171. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'etcd'})
  172. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'freezer'})
  173. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'glance'})
  174. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'global'})
  175. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'gnocchi'})
  176. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'grafana'})
  177. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'haproxy'})
  178. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'heat'})
  179. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'influxdb'})
  180. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'ironic'})
  181. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'ironic-inspector'})
  182. changed: [localhost] => (item={u'enabled': True, u'name': u'iscsid'})
  183. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'karbor'})
  184. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'keepalived'})
  185. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'keystone'})
  186. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'kibana'})
  187. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'kuryr'})
  188. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'magnum'})
  189. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'manila'})
  190. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'mariadb'})
  191. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'mistral'})
  192. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'mongodb'})
  193. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'murano'})
  194. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'neutron'})
  195. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'nova'})
  196. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'octavia'})
  197. skipping: [localhost] => (item={u'enabled': False, u'name': u'outward-rabbitmq'})
  198. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'panko'})
  199. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'rabbitmq'})
  200. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'rally'})
  201. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'sahara'})
  202. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'searchlight'})
  203. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'senlin'})
  204. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'skydive'})
  205. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'solum'})
  206. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'swift'})
  207. changed: [localhost] => (item={u'enabled': u'yes', u'name': u'tacker'})
  208. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'tempest'})
  209. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'trove'})
  210. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'watcher'})
  211. skipping: [localhost] => (item={u'enabled': u'no', u'name': u'zun'})
  212.  
  213. TASK [common : Check common containers] ****************************************
  214. changed: [localhost] => (item={'value': {u'environment': {u'DUMMY_ENVIRONMENT': u'kolla_useless_env'}, u'image': u'kolla/centos-source-cron:pike', u'volumes': [u'/etc/kolla//cron/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cron'}, 'key': u'cron'})
  215. changed: [localhost] => (item={'value': {u'environment': {u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS'}, u'image': u'kolla/centos-source-fluentd:pike', u'volumes': [u'/etc/kolla//fluentd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'fluentd'}, 'key': u'fluentd'})
  216. changed: [localhost] => (item={'value': {u'environment': {u'ANSIBLE_LIBRARY': u'/usr/share/ansible', u'ANSIBLE_NOCOLOR': u'1'}, u'image': u'kolla/centos-source-kolla-toolbox:pike', u'privileged': True, u'volumes': [u'/etc/kolla//kolla-toolbox/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kolla_toolbox'}, 'key': u'kolla-toolbox'})
  217.  
  218. TASK [common : include] ********************************************************
  219. included: /usr/share/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for localhost
  220.  
  221. TASK [common : Creating log volume] ********************************************
  222. changed: [localhost]
  223.  
  224. RUNNING HANDLER [common : Restart fluentd container] ***************************
  225. changed: [localhost]
  226.  
  227. RUNNING HANDLER [common : Restart kolla-toolbox container] *********************
  228. changed: [localhost]
  229.  
  230. RUNNING HANDLER [common : Initializing toolbox container using normal user] ****
  231. ok: [localhost]
  232.  
  233. RUNNING HANDLER [common : Restart cron container] ******************************
  234. changed: [localhost]
  235.  
  236. TASK [common : Registering common role has run] ********************************
  237. ok: [localhost]
  238.  
  239. TASK [redis : include] *********************************************************
  240. included: /usr/share/kolla-ansible/ansible/roles/redis/tasks/deploy.yml for localhost
  241.  
  242. TASK [redis : include] *********************************************************
  243. included: /usr/share/kolla-ansible/ansible/roles/redis/tasks/config.yml for localhost
  244.  
  245. TASK [redis : Ensuring config directories exist] *******************************
  246. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis-sentinel:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis-sentinel/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis_sentinel'}, 'key': u'redis-sentinel'})
  247. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'redis:/var/lib/redis/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis'}, 'key': u'redis'})
  248.  
  249. TASK [redis : Copying over default config.json files] **************************
  250. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis-sentinel:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis-sentinel/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis_sentinel'}, 'key': u'redis-sentinel'})
  251. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'redis:/var/lib/redis/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis'}, 'key': u'redis'})
  252.  
  253. TASK [redis : Copying over redis config files] *********************************
  254. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis-sentinel:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis-sentinel/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis_sentinel'}, 'key': u'redis-sentinel'})
  255. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'redis:/var/lib/redis/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis'}, 'key': u'redis'})
  256.  
  257. TASK [redis : Check redis containers] ******************************************
  258. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis-sentinel:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis-sentinel/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis_sentinel'}, 'key': u'redis-sentinel'})
  259. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-redis:pike', u'group': u'redis', u'volumes': [u'/etc/kolla//redis/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'redis:/var/lib/redis/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'redis'}, 'key': u'redis'})
  260.  
  261. RUNNING HANDLER [redis : Restart redis container] ******************************
  262. changed: [localhost]
  263.  
  264. RUNNING HANDLER [redis : Restart redis-sentinel container] *********************
  265. changed: [localhost]
  266.  
  267. PLAY [Apply role haproxy] ******************************************************
  268.  
  269. TASK [common : include] ********************************************************
  270. skipping: [localhost]
  271.  
  272. TASK [common : Registering common role has run] ********************************
  273. skipping: [localhost]
  274.  
  275. TASK [haproxy : include] *******************************************************
  276. skipping: [localhost]
  277.  
  278. PLAY [Apply role kibana] *******************************************************
  279.  
  280. TASK [common : include] ********************************************************
  281. skipping: [localhost]
  282.  
  283. TASK [common : Registering common role has run] ********************************
  284. skipping: [localhost]
  285.  
  286. TASK [kibana : include] ********************************************************
  287. skipping: [localhost]
  288.  
  289. PLAY [Apply role memcached] ****************************************************
  290.  
  291. TASK [memcached : include] *****************************************************
  292. included: /usr/share/kolla-ansible/ansible/roles/memcached/tasks/deploy.yml for localhost
  293.  
  294. TASK [memcached : include] *****************************************************
  295. included: /usr/share/kolla-ansible/ansible/roles/memcached/tasks/config.yml for localhost
  296.  
  297. TASK [memcached : Ensuring config directories exist] ***************************
  298. changed: [localhost] => (item=memcached)
  299.  
  300. TASK [memcached : Copying over config.json files for services] *****************
  301. changed: [localhost] => (item=memcached)
  302.  
  303. TASK [memcached : Check memcached container] ***********************************
  304. changed: [localhost]
  305.  
  306. RUNNING HANDLER [memcached : Restart memcached container] **********************
  307. changed: [localhost]
  308.  
  309. PLAY [Apply role mariadb] ******************************************************
  310.  
  311. TASK [common : include] ********************************************************
  312. skipping: [localhost]
  313.  
  314. TASK [common : Registering common role has run] ********************************
  315. skipping: [localhost]
  316.  
  317. TASK [mariadb : include] *******************************************************
  318. included: /usr/share/kolla-ansible/ansible/roles/mariadb/tasks/deploy.yml for localhost
  319.  
  320. TASK [mariadb : include] *******************************************************
  321. included: /usr/share/kolla-ansible/ansible/roles/mariadb/tasks/config.yml for localhost
  322.  
  323. TASK [mariadb : Ensuring config directories exist] *****************************
  324. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-mariadb:pike', u'group': u'mariadb', u'volumes': [u'/etc/kolla//mariadb/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'mariadb:/var/lib/mysql', u'kolla_logs:/var/log/kolla/'], u'container_name': u'mariadb'}, 'key': u'mariadb'})
  325.  
  326. TASK [mariadb : Copying over config.json files for services] *******************
  327. changed: [localhost]
  328.  
  329. TASK [mariadb : Copying over galera.cnf] ***************************************
  330. changed: [localhost]
  331.  
  332. TASK [mariadb : Copying over wsrep-notify.sh] **********************************
  333. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-mariadb:pike', u'group': u'mariadb', u'volumes': [u'/etc/kolla//mariadb/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'mariadb:/var/lib/mysql', u'kolla_logs:/var/log/kolla/'], u'container_name': u'mariadb'}, 'key': u'mariadb'})
  334.  
  335. TASK [mariadb : Check mariadb containers] **************************************
  336. changed: [localhost] => (item={'value': {u'enabled': True, u'image': u'kolla/centos-source-mariadb:pike', u'group': u'mariadb', u'volumes': [u'/etc/kolla//mariadb/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'mariadb:/var/lib/mysql', u'kolla_logs:/var/log/kolla/'], u'container_name': u'mariadb'}, 'key': u'mariadb'})
  337.  
  338. TASK [mariadb : include] *******************************************************
  339. included: /usr/share/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap.yml for localhost
  340.  
  341. TASK [mariadb : set_fact] ******************************************************
  342. ok: [localhost]
  343.  
  344. TASK [mariadb : include] *******************************************************
  345. included: /usr/share/kolla-ansible/ansible/roles/mariadb/tasks/lookup_cluster.yml for localhost
  346.  
  347. TASK [mariadb : Cleaning up temp file on localhost] ****************************
  348. ok: [localhost -> localhost]
  349.  
  350. TASK [mariadb : Creating temp file on localhost] *******************************
  351. ok: [localhost -> localhost]
  352.  
  353. TASK [mariadb : Creating mariadb volume] ***************************************
  354. changed: [localhost]
  355.  
  356. TASK [mariadb : Writing hostname of host with existing cluster files to temp file] ***
  357. skipping: [localhost]
  358.  
  359. TASK [mariadb : Registering host from temp file] *******************************
  360. ok: [localhost]
  361.  
  362. TASK [mariadb : Cleaning up temp file on localhost] ****************************
  363. ok: [localhost -> localhost]
  364.  
  365. TASK [mariadb : include] *******************************************************
  366. included: /usr/share/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for localhost
  367.  
  368. TASK [mariadb : Running MariaDB bootstrap container] ***************************
  369. fatal: [localhost]: FAILED! => {"changed": true, "msg": "Container exited with non-zero return code"}
  370.  
  371. RUNNING HANDLER [mariadb : restart slave mariadb] ******************************
  372.  
  373. RUNNING HANDLER [mariadb : restart master mariadb] *****************************
  374.     to retry, use: --limit @/usr/share/kolla-ansible/ansible/site.retry
  375.  
  376. PLAY RECAP *********************************************************************
  377. localhost                  : ok=49   changed=29   unreachable=0    failed=1  
  378.  
  379. Command failed ansible-playbook -i ./all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e action=deploy /usr/share/kolla-ansible/ansible/site.yml
  380. [root@localhost kolla-openstack]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement