Install setup tools before coockicutter
Change-Id: Iaa86f13ad9de68f6e33daf9c50c8359a380611ed
Related: PROD-19389
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index e46c9d3..de9987a 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -252,6 +252,7 @@
- description: Create cluster model from cookiecutter templates
cmd: |
set -e;
+ sudo apt-get install python-setuptools -y
pip install cookiecutter
export GIT_SSL_NO_VERIFY=true; git clone https://gerrit.mcp.mirantis.net/mk/cookiecutter-templates /tmp/cookiecutter-templates