Skip to content

Commit

Permalink
Merge pull request #318 from prmtl/change_forks_urls
Browse files Browse the repository at this point in the history
Change URLs of PoC services to Mirantis forks
  • Loading branch information
prmtl committed Nov 13, 2015
2 parents 358ec78 + b55c344 commit d7b7226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/playbooks/pxe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand All @@ -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
Expand Down

0 comments on commit d7b7226

Please sign in to comment.