Advertisement
Guest User

Untitled

a guest
May 26th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.14 KB | None | 0 0
  1. (venv) ubuntu@r1-710-40:/opt/kolla$ kolla-ansible -i multinode bootstrap-servers
  2. Bootstrapping servers : ansible-playbook -e @/etc/kolla/globals.yml  -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e kolla_action=bootstrap-servers /opt/kolla/venv/share/kolla-ansible/ansible/kolla-host.yml  --inventory multinode
  3. [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
  4. ERROR! the role 'openstack.kolla.baremetal' was not found in /opt/kolla/venv/share/kolla-ansible/ansible/roles:/home/ubuntu/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/opt/kolla/venv/share/kolla-ansible/ansible
  5.  
  6. The error appears to be in '/opt/kolla/venv/share/kolla-ansible/ansible/kolla-host.yml': line 9, column 7, but may
  7. be elsewhere in the file depending on the exact syntax problem.
  8.  
  9. The offending line appears to be:
  10.  
  11.   roles:
  12.     - { role: openstack.kolla.baremetal,
  13.       ^ here
  14. Command failed ansible-playbook -e @/etc/kolla/globals.yml  -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e kolla_action=bootstrap-servers /opt/kolla/venv/share/kolla-ansible/ansible/kolla-host.yml  --inventory multinode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement