Skip to content

Commit

Permalink
Merge pull request #402 from dshulyak/use_git
Browse files Browse the repository at this point in the history
Use pip+git to install solar and solar-agent in Dockerfile
  • Loading branch information
loles committed Dec 2, 2015
2 parents c5b9783 + ee674c5 commit 38f79d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = solar
version = 0.0.1
author = Mirantis Inc.
author-email = product@mirantis.com
summary = Deployment tool
Expand Down

0 comments on commit 38f79d8

Please sign in to comment.