Use pip+git to install solar and solar-agent in Dockerfile

This commit is contained in:
Dmitry Shulyak 2015-12-02 13:09:07 +02:00
parent c5b9783815
commit ee674c56e4
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
[metadata]
name = solar
version = 0.0.1
author = Mirantis Inc.
author-email = product@mirantis.com
summary = Deployment tool