Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. root@controller:/etc/kolla#
  2. root@controller:/etc/kolla#
  3. root@controller:/etc/kolla# kolla-ansible prechecks
  4. Pre-deployment checking : ansible-playbook -i /usr/local/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /usr/local/share/kolla/ansible/prechecks.yml
  5.  
  6. PLAY [all] *********************************************************************
  7.  
  8. TASK [setup] *******************************************************************
  9. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: gather_subset"}
  10.  
  11. NO MORE HOSTS LEFT *************************************************************
  12. to retry, use: --limit @/usr/local/share/kolla/ansible/prechecks.retry
  13.  
  14. PLAY RECAP *********************************************************************
  15. localhost : ok=0 changed=0 unreachable=0 failed=1
  16.  
  17. Command failed ansible-playbook -i /usr/local/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /usr/local/share/kolla/ansible/prechecks.yml
  18. root@controller:/etc/kolla#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement