Merge pull request #318 from prmtl/change_forks_urls

Change URLs of PoC services to Mirantis forks
This commit is contained in:
Sebastian Kalinowski 2015-11-13 19:48:14 +01:00
commit d7b7226835

View File

@ -34,7 +34,7 @@
- get_url: url={{insecure_pub_key}} dest={{insecure_pub_key_path}}
- apt: name=debootstrap state=present
- file: path={{tftp_root}}/ubuntu state=directory
- git: repo=https://github.com/rustyrobot/fuel-bootstrap-image-builder dest={{image_builder_path}}
- git: repo=https://github.com/Mirantis/fuel-bootstrap-image-builder dest={{image_builder_path}}
- shell: "{{image_builder_path}}/bin/fuel-bootstrap-image 2>&1 | tee /tmp/image_build.log"
environment:
BOOTSTRAP_SSH_KEYS: "{{insecure_pub_key_path}}"
@ -53,7 +53,7 @@
- service: name=nginx state=restarted
# Install discovery service
- shell: pip install git+https://github.com/rustyrobot/discovery.git
- shell: pip install git+https://github.com/Mirantis/discovery.git
# Install bareon-api
# Workaround is required because pbr does not handle git-eggs correctly and fails to install fuel-agent