blob: 150c6a9b022ea17da05c6f3aa0e0cb7a1cd52790 [file] [log] [blame]
{%- macro MACRO_INSTALL_RECLASS_TOOLS() %}
- description: Install reclass-tools python package from repo
cmd: |
set -e;
export LC_ALL=en_US.UTF-8;
apt-get install -y build-essential python-dev virtualenv python-virtualenv;
virtualenv venv-reclass-tools;
. venv-reclass-tools/bin/activate;
pip install git+https://gerrit.mcp.mirantis.com/mcp/tcp-qa-reclass-tools
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 1, delay: 1}
skip_fail: false
{%- endmacro %}