Comment 6 for bug 1880579

Revision history for this message
John Fulton (jfulton-org) wrote :

For this error:

 ERROR! the role 'ceph' was not found in /home/stack/config-download/roles:/home/stack/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/stack/config-download

It looks like config-download was run manually without an ansible.cfg which references all the ansible modules on the undercloud. TripleO can generate an appropriate ansible.cfg in your home directory with:

 openstack tripleo config generate ansible

You can then move it to the config-download directory and re-run.