Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. TASK [prechecks : Check if all rabbit hostnames are resolvable] ****************
  2. ok: [localhost] => (item=localhost)
  3. fatal: [localhost]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'ansible_hostname'\n\nThe error appears to have been in '/root/kollaproj/venv/share/kolla/ansible/roles/prechecks/tasks/port_checks.yml': line 442, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Check if all rabbit hostnames are resolvable\n ^ here\n"}
  4. to retry, use: --limit @/root/kollaproj/venv/share/kolla/ansible/prechecks.retry
  5.  
  6. PLAY RECAP *********************************************************************
  7. compute01 : ok=0 changed=0 unreachable=1 failed=0
  8. control01 : ok=0 changed=0 unreachable=1 failed=0
  9. control02 : ok=0 changed=0 unreachable=1 failed=0
  10. control03 : ok=0 changed=0 unreachable=1 failed=0
  11. localhost : ok=56 changed=0 unreachable=0 failed=1
  12. monitoring01 : ok=0 changed=0 unreachable=1 failed=0
  13. network01 : ok=0 changed=0 unreachable=1 failed=0
  14. storage01 : ok=0 changed=0 unreachable=1 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement