I try to precheck kolla-ansible before deploy openstack but here is the problem and I don't know how to fix it. I followed this document to setup : https://github.com/hocchudong/ghichep-OpenStack/blob/master/13-Kolla/kolla-ansible/Kolla-Ansible-Docker.md Can anyone help?
UPDATE:
I fixed the missing sudo error by installing sshpass on controller and run this command on each node echo "user_name ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/user_name
When I prechecked, everything was fine, so I decided to deploy
kolla-ansible -i multinode deploy
0 Answers