Clone os_tempest and it's dependencies in nodepool

While running quickstart.sh locally, these repos needs to clonned
by the nodepool so that while running tempest using os_tempest
it does not complains.

Change-Id: I3a537e057e24a38a37178ad510d341ca062a3c0e
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-11-11 19:19:21 +05:30
parent 4107aacbec
commit 2ab94b7f7c

View File

@ -37,6 +37,9 @@
line: "git+file:///opt/stack/{{ item }}/#egg={{ item }}"
with_items:
- "browbeat"
- "ansible-config_template"
- "ansible-role-python_venv_build"
- "openstack-ansible-os_tempest"
- "tripleo-ha-utils"
- name: Create /opt/cache/files directory