From 2ab94b7f7c175663ed9a1eb8e5049b70301ea710 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Mon, 11 Nov 2019 19:19:21 +0530 Subject: [PATCH] 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) --- roles/nodepool-setup/tasks/clone-ci-repos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/nodepool-setup/tasks/clone-ci-repos.yml b/roles/nodepool-setup/tasks/clone-ci-repos.yml index 251685da8..99caff2c8 100644 --- a/roles/nodepool-setup/tasks/clone-ci-repos.yml +++ b/roles/nodepool-setup/tasks/clone-ci-repos.yml @@ -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