From ee674c56e42765d5fdfa85a7161bb46c0b814d60 Mon Sep 17 00:00:00 2001 From: Dmitry Shulyak Date: Wed, 2 Dec 2015 13:09:07 +0200 Subject: [PATCH] Use pip+git to install solar and solar-agent in Dockerfile --- Dockerfile | 6 +++--- setup.cfg | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a495649c..05bcb3db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,11 +9,11 @@ ADD run.sh /run.sh RUN apt-get update RUN apt-get install -y python python-dev python-distribute python-pip \ - libyaml-dev vim libffi-dev libssl-dev + libyaml-dev vim libffi-dev libssl-dev git RUN pip install ansible -RUN pip install https://github.com/Mirantis/solar/archive/master.zip -RUN pip install https://github.com/Mirantis/solar-agent/archive/master.zip +RUN pip install git+https://github.com/Mirantis/solar.git +RUN pip install git+https://github.com/Mirantis/solar-agent.git RUN ansible-playbook -v -i "localhost," -c local /celery.yaml --tags install diff --git a/setup.cfg b/setup.cfg index c04609d3..f2c1ca3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = solar +version = 0.0.1 author = Mirantis Inc. author-email = product@mirantis.com summary = Deployment tool