Add workaround for bareon-api installation since pbr does not work with git sources

This commit is contained in:
Evgeniy L 2015-10-29 18:20:10 +03:00
parent 164d8ebb5e
commit 5f17cadcb5

View File

@ -57,5 +57,7 @@
- shell: 'discovery-scan --ssh_key {{insecure_pub_key_path}} &' - shell: 'discovery-scan --ssh_key {{insecure_pub_key_path}} &'
# Install bareon-api # Install bareon-api
# Workaround is required because pbr does not handle git-eggs correctly and fails to install fuel-agent
- shell: 'pip install git+git://github.com/prmtl/fuel-agent.git@detach_from_nailgun#egg=fuel_agent'
- shell: pip install git+https://github.com/Mirantis/bareon-api.git - shell: pip install git+https://github.com/Mirantis/bareon-api.git
- shell: 'bareon-api &' - shell: 'bareon-api &'