From e3e916f6ddbbfa20abeb821803eb1b4431ef7e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Mon, 18 Jan 2016 18:45:21 +0100 Subject: [PATCH] Hardcode ansible version. We are not ready for 2.0 Change-Id: I15cf545cf9220addfc2feec3faf96aa24afdf6cc --- Dockerfile | 2 +- bootstrap/playbooks/files/ubuntu-ansible.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd22ecc4..a2221200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ADD run.sh /run.sh RUN apt-get update && apt-get upgrade -y RUN apt-get install -y python python-dev python-distribute python-pip openssh-client rsync libyaml-dev vim libffi-dev libssl-dev git sshpass -RUN pip install ansible +RUN pip install "ansible<2.0" RUN pip install gevent RUN pip install git+https://github.com/Mirantis/solar.git diff --git a/bootstrap/playbooks/files/ubuntu-ansible.sh b/bootstrap/playbooks/files/ubuntu-ansible.sh index 35a8c950..ad8414cb 100644 --- a/bootstrap/playbooks/files/ubuntu-ansible.sh +++ b/bootstrap/playbooks/files/ubuntu-ansible.sh @@ -8,4 +8,4 @@ sudo apt-get update sudo apt-get install -y python-setuptools python-dev autoconf g++ sudo easy_install pip sudo pip install -U pip -sudo pip install ansible +sudo pip install "ansible<2.0"