Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test symfony microservice #136

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions inventory/vagrant/group_vars/crayfish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
crayfish_version_tag: dev
crayfish_db: "{{ claw_db }}"
crayfish_version_tag: "symfony-rewrite"

crayfish_fedora_base_url: "http://{{ hostvars[groups['tomcat'][0]].ansible_host }}:8080/fcrepo/rest"
crayfish_drupal_base_url: "http://{{ hostvars[groups['webserver'][0]].ansible_host }}:{{ apache_listen_port }}"
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
name: Islandora-Devops.cantaloupe
version: 1.0.0

- src: https://github.com/Islandora-Devops/ansible-role-crayfish
- src: https://github.com/whikloj/ansible-role-crayfish
name: Islandora-Devops.crayfish
version: 1.0.2
version: issue-1224

- src: https://github.com/Islandora-Devops/ansible-role-drupal-openseadragon
name: Islandora-Devops.drupal-openseadragon
Expand Down