Add workaround for bareon-api installation since pbr does not work with git sources
This commit is contained in:
parent
164d8ebb5e
commit
5f17cadcb5
@ -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 &'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user