From f76dbbfafcdbc6acf6948f8dee60671211774567 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 8 Mar 2018 12:37:07 +0000 Subject: xci: OSA: Ensure proper constrains are applied to pip installations We need to make sure that the pip packages that we install are compatible with the OSA components. Change-Id: I87e80dc9b8fb862d9f9039d835b0908f752de3ca Signed-off-by: Markos Chandras --- xci/playbooks/roles/prepare-functest/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/playbooks/roles') diff --git a/xci/playbooks/roles/prepare-functest/tasks/main.yml b/xci/playbooks/roles/prepare-functest/tasks/main.yml index e781c4df..2797ce43 100644 --- a/xci/playbooks/roles/prepare-functest/tasks/main.yml +++ b/xci/playbooks/roles/prepare-functest/tasks/main.yml @@ -24,6 +24,7 @@ pip: name: "{{ functest_required_pip }}" state: present + extra_args: '-c https://raw.githubusercontent.com/openstack/requirements/{{ requirements_git_install_branch }}/upper-constraints.txt' - name: check if the gateway was already set shell: "ip a | grep {{ gateway_ip }}" -- cgit 1.2.3-korg