Chandan Kumar
a818303f05
Set gather_facts to false while calling tempest playbook
By default gather_facts is always true and tempest playbook runs tempest as a root user for creating some directories and once the tempest run finish, The ansible user dir is changed to /root and any other playbook called with gather_facts to false have same /root directory leading to failure in other playbooks where ansible user dir is used. Setting gather_facts to false fixes the issue Change-Id: Ia696afa16a995dfc7c91373f6d162425fe39c7a9 Signed-off-by: Chandan Kumar <chkumar@redhat.com>
Team and repository tags
Extra roles for tripleo-quickstart
These Ansible role are extending the functionality of tripleo-quickstart to do end-to-end deployment and testing of TripleO.
The documentation of each role is located in the individual role folders, and general usage information is in the tripleo-quickstart documentation.
Description