Advertisement
snadge

osa galera issue

Jun 15th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. TASK [galera_client : include_tasks] ***************************************************************************************************************************************************************
  2. task path: /etc/ansible/roles/galera_client/tasks/main.yml:33
  3. <infra1_utility_container-4ea3b71f> Task "" has been omitted from the job because the conditional "[u'galera_use_ssl | bool']" was evaluated as "False"
  4. Read vars_file 'defaults/repo_packages/openstack_services.yml'
  5. Read vars_file 'defaults/{{ install_method }}_install.yml'
  6.  
  7. TASK [galera_server : Fail when the host is not in galera_cluster_members] *************************************************************************************************************************
  8. task path: /etc/ansible/roles/galera_server/tasks/main.yml:16
  9. <infra1_utility_container-4ea3b71f> The "physical_host" variable of "infra1" has been found to have a corresponding host entry in inventory.
  10. <infra1_utility_container-4ea3b71f> The "physical_host" variable of "infra1" terminates at "10.11.0.103" using the host variable "ansible_host".
  11. container_name: "infra1_utility_container-4ea3b71f"
  12. physical_host: "infra1"
  13. Container confirmed
  14. Container type "lxc"
  15. fatal: [infra1_utility_container-4ea3b71f]: FAILED! => {
  16. "changed": false,
  17. "msg": "The host infra1_utility_container-4ea3b71f must be in galera_cluster_members."
  18. }
  19.  
  20. PLAY RECAP *****************************************************************************************************************************************************************************************
  21. infra1 : ok=30 changed=0 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0
  22. infra1_repo_container-c0f78cef : ok=35 changed=2 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0
  23. infra1_utility_container-4ea3b71f : ok=12 changed=0 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement