Skip to content

Commit

Permalink
Merge pull request #410 from loles/solar
Browse files Browse the repository at this point in the history
Upgrade pbr before installing solar
  • Loading branch information
pigmej committed Dec 3, 2015
2 parents 8f5eccb + a6684a1 commit a6dfc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/playbooks/solar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- hosts: all
sudo: yes
tasks:
# upgrade pbr first, old version throws strange errors
- shell: pip install pbr -U
# Setup development env for solar
- shell: pip install -e . chdir=/vagrant
- shell: pip install git+git://github.com/Mirantis/solar-agent.git
Expand Down

0 comments on commit a6dfc72

Please sign in to comment.