Hi, It looks like you're missing the user configuration files required to define your environment.
Here is the relevant section in OpenStack-Ansible's install guide: http://docs.openstack.org/developer/openstack-ansible/mitaka/install-guide/configure-initial.html And example configuration files: http://docs.openstack.org/developer/openstack-ansible/mitaka/install-guide/app-configfiles.html Feel free to drop by the #openstack-ansible channel on freenode if you have further questions or need any help during your deployment, there are usually people available to assist. Thanks On Thu, Jun 23, 2016 at 8:47 AM, Alioune <[email protected]> wrote: > Hi all, > > I'm trying to install OpenStack all in one using ansible but I got the > error bellow. > Someone knows how to solve this error? > > Regards, > > ERROR: > + openstack-ansible --forks 1 openstack-hosts-setup.yml > Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e > @/etc/openstack_deploy/user_variables.yml " > ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution > error: No user config loadaed > No openstack_user_config files are available in either the base location > or the conf.d directory > > + (( RETRY++ )) > + (( 1 != 0 && RETRY < MAX_RETRIES )) > + '[' 1 -gt 1 ']' > + openstack-ansible --forks 1 openstack-hosts-setup.yml > Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e > @/etc/openstack_deploy/user_variables.yml " > ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution > error: No user config loadaed > No openstack_user_config files are available in either the base location > or the conf.d directory > > + (( RETRY++ )) > + (( 1 != 0 && RETRY < MAX_RETRIES )) > + '[' 2 -gt 1 ']' > + openstack-ansible --forks 1 openstack-hosts-setup.yml -vvvv > Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e > @/etc/openstack_deploy/user_variables.yml " > ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution > error: No user config loadaed > No openstack_user_config files are available in either the base location > or the conf.d directory > > + (( RETRY++ )) > + (( 1 != 0 && RETRY < MAX_RETRIES )) > + '[' 3 -gt 1 ']' > + openstack-ansible --forks 1 openstack-hosts-setup.yml -vvvv > Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e > @/etc/openstack_deploy/user_variables.yml " > ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution > error: No user config loadaed > No openstack_user_config files are available in either the base location > or the conf.d directory > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
