Skip to content

Instantly share code, notes, and snippets.

@a1git
Created February 10, 2020 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/29ad3a1919fbf7b2dae1310ca61eb708 to your computer and use it in GitHub Desktop.
Save a1git/29ad3a1919fbf7b2dae1310ca61eb708 to your computer and use it in GitHub Desktop.
TASK [nova : Create cell0 mappings] **************************************************************************************************************************************
ok: [localhost -> localhost]
TASK [nova : include_tasks] **********************************************************************************************************************************************
skipping: [localhost]
TASK [Bootstrap upgrade] *************************************************************************************************************************************************
skipping: [localhost]
PLAY [Bootstrap nova cell databases] *************************************************************************************************************************************
TASK [Bootstrap deploy] **************************************************************************************************************************************************
TASK [common : include_tasks] ********************************************************************************************************************************************
skipping: [localhost]
TASK [common : Registering common role has run] **************************************************************************************************************************
skipping: [localhost]
TASK [nova-cell : Creating Nova cell database] ***************************************************************************************************************************
ok: [localhost]
TASK [nova-cell : Creating Nova cell database user and setting permissions] **********************************************************************************************
ok: [localhost]
TASK [service-rabbitmq : nova-cell | Ensure RabbitMQ vhosts exist] *******************************************************************************************************
TASK [service-rabbitmq : nova-cell | Ensure RabbitMQ users exist] ********************************************************************************************************
FAILED - RETRYING: nova-cell | Ensure RabbitMQ users exist (5 retries left).
FAILED - RETRYING: nova-cell | Ensure RabbitMQ users exist (4 retries left).
FAILED - RETRYING: nova-cell | Ensure RabbitMQ users exist (3 retries left).
FAILED - RETRYING: nova-cell | Ensure RabbitMQ users exist (2 retries left).
FAILED - RETRYING: nova-cell | Ensure RabbitMQ users exist (1 retries left).
failed: [localhost -> localhost] (item={u'vhost': u'/', u'user': u'openstack'}) => {"action": "rabbitmq_user", "ansible_loop_var": "item", "attempts": 5, "changed": false, "cmd": "/usr/sbin/rabbitmqctl -q -n rabbit list_users", "item": {"password": "SPkLpsfJfJtbKMV6rnEBnLiOXoERR85JK8YeOlAB", "user": "openstack", "vhost": "/"}, "msg": "Error:********@lol'. Please see diagnostics information and suggestions below.\n\nMost common reasons for this are:\n\n * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)\n * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)\n * Target node is not running\n\nIn addition to the diagnostics info below:\n\n * See the CLI, clustering and networking guides on http://rabbitmq.com/documentation.html to learn more\n * Consult server logs on node rabbit@lol\n\nDIAGNOSTICS\n===========\n\nattempted to contact:********@lol'\n * effective user's home directory: /var/lib/rabbitmq\n * Erlang cookie hash: oOhkSzoVv3IHIewv+bvhIQ==", "rc": 69, "stderr": "Error: unable to perform an operation on node 'rabbit@lol'. Please see diagnostics information and suggestions below.\n\nMost common reasons for this are:\n\n * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)\n * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)\n * Target node is not running\n\nIn addition to the diagnostics info below:\n\n * See the CLI, clustering and networking guides on http://rabbitmq.com/documentation.html to learn more\n * Consult server logs on node rabbit@lol\n\nDIAGNOSTICS\n===========\n\nattempted to contact: [rabbit@lol]\n\nrabbit@lol:\n * unable to connect to epmd (port 4369) on lol: address (cannot connect to host/port)\n\n\nCurrent node details:\n * node name: 'rabbitmqcli-6296-rabbit@lol'\n * effective user's home directory: /var/lib/rabbitmq\n * Erlang cookie hash: oOhkSzoVv3IHIewv+bvhIQ==\n\n", "stderr_lines": ["Error: unable to perform an operation on node 'rabbit@lol'. Please see diagnostics information and suggestions below.", "", "Most common reasons for this are:", "", " * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)", " * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)", " * Target node is not running", "", "In addition to the diagnostics info below:", "", " * See the CLI, clustering and networking guides on http://rabbitmq.com/documentation.html to learn more", " * Consult server logs on node rabbit@lol", "", "DIAGNOSTICS", "===========", "", "attempted to contact: [rabbit@lol]", "", "rabbit@lol:", " * unable to connect to epmd (port 4369) on lol: address (cannot connect to host/port)", "", "", "Current node details:", " * node name: 'rabbitmqcli-6296-rabbit@lol'", " * effective user's home directory: /var/lib/rabbitmq", " * Erlang cookie hash: oOhkSzoVv3IHIewv+bvhIQ==", ""], "stdout": "", "stdout_lines": []}
PLAY RECAP ***************************************************************************************************************************************************************
localhost : ok=190 changed=7 unreachable=0 failed=1 skipped=131 rescued=0 ignored=0
@Aixleft723
Copy link

hello,how to fix this problem,i'd met this problem now?

@Razor-Sec
Copy link

solved ?

@a1git
Copy link
Author

a1git commented Jun 1, 2021

i had to destroy all containers, all the data and restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment