Tried to deploy VIO using LDAP authentication and received the following error:
INNER task execution failed.
Task execution failed. Task failed on the following nodes: ['10.x.x.45','10.x.x.46']. Refer logs for more details.
In /var/log/Jarvis/ansible.log, I see:
2015-07-01 18:53:22,936 p=561 u=jarvis | TASK: [config-controller | grant service role to service user on service tenant] ***
2015-07-01 18:53:24,172 p=561 u=jarvis | failed: [10.x.x.45] => {"failed": true}
2015-07-01 18:53:24,172 p=561 u=jarvis | msg: exception: 'No keystone users with name myusername@domain.com'
2015-07-01 18:53:24,172 p=561 u=jarvis | FATAL: all hosts have already failed -- aborting
During setup, I tested all LDAP connections and they were successful. The VIO deployment works when I configure local admin and password.
What am I missing in the setup?