commit | d96ace1d2cbd21b391ee57bd595ee15581dfba58 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Jan 26 14:46:21 2018 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Jan 26 14:46:21 2018 +0200 |
tree | ae5a8484c5640bb64b4bf1d6e2c1834eab52e734 | |
parent | 69e886b622869ef8b94fb37b3d0844c9e0b50b30 [diff] |
Use virtualenv for reclass-tools virtualenv /root/venv-reclass-tools Change-Id: Ie1a95ec99fa999d79fcb9594090417cb90f5e5f6
diff --git a/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml b/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml index 7b39455..689dcf4 100644 --- a/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml +++ b/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml
@@ -21,6 +21,8 @@ cmd: | set -e; apt-get -y install python-virtualenv python-pip build-essential python-dev libssl-dev; + [[ -d /root/venv-reclass-tools ]] || virtualenv /root/venv-reclass-tools; + . /root/venv-reclass-tools/bin/activate; pip install git+https://github.com/dis-xcom/reclass-tools; # Combine 'dns' role with compute nodes