Advertisement
Guest User

Untitled

a guest
Aug 13th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. TASK [os_keystone : Create database for service] **************************************************************************************************************************************************************
  2. task path: /etc/ansible/roles/os_keystone/tasks/db_setup.yml:30
  3. <infra1_keystone_container-13ff4be4> Task is delegated to infra1_utility_container-50c9c133.
  4. <infra1_keystone_container-13ff4be4> Task is delegated to infra1_utility_container-50c9c133. Adding its physical host infra1
  5. <infra1_keystone_container-13ff4be4> The "physical_host" variable of "infra1" has been found to have a corresponding host entry in inventory.
  6. <infra1_keystone_container-13ff4be4> The "physical_host" variable of "infra1" terminates at "172.16.33.111" using the host variable "ansible_host".
  7. <infra1_keystone_container-13ff4be4> The "physical_host" variable of "infra1" has been found to have a corresponding host entry in inventory.
  8. <infra1_keystone_container-13ff4be4> The "physical_host" variable of "infra1" terminates at "172.16.33.111" using the host variable "ansible_host".
  9. container_name: "infra1_utility_container-50c9c133"
  10. physical_host: "infra1"
  11. Container confirmed
  12. Container type "lxc"
  13. Using module file /etc/ansible/ansible_collections/community/mysql/plugins/modules/mysql_db.py
  14. Pipelining is enabled.
  15. container_name: "infra1_utility_container-50c9c133"
  16. physical_host: "infra1"
  17. Container confirmed
  18. Container type "lxc"
  19. <infra1> ESTABLISH SSH CONNECTION FOR USER: root
  20. <infra1> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/0fbb4d5943 infra1 'lxc-attach --clear-env --name infra1_utility_container-50c9c133 -- su - root -c '"'"'/bin/sh -c '"'"'"'"'"'"'"'"'/openstack/venvs/utility-23.1.0.dev9/bin/python && sleep 0'"'"'"'"'"'"'"'"''"'"''
  21. <infra1> rc=1, stdout and stderr censored due to no log
  22. <infra1> Failed to connect to the host via ssh: <error censored due to no log>
  23. failed: [infra1_keystone_container-13ff4be4 -> 172.16.33.128] (item=None) => {
  24. "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
  25. "changed": false
  26. }
  27. fatal: [infra1_keystone_container-13ff4be4]: FAILED! => {
  28. "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
  29. "changed": false
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement