Skip to content
Merged
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
2 changes: 1 addition & 1 deletion ansible/idr-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setup IDR Docker nodes

- hosts: >
{{ idr_environment | default('idr') }}-dockermanager-hosts
{{ idr_environment | default('idr') }}-docker-hosts

roles:
- role: ome.docker
Expand Down
4 changes: 4 additions & 0 deletions ansible/openstack-create-pilotidr-servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
idr_vm_flavour: "{{ vm_flavour_large }}"
idr_vm_database: True
idr_vm_omeroreadwrite: True
idr_vm_dockerworker: True
idr_vm_extra_groups:
- "{{ idr_environment_idr }}-{{ idr_vm_storage_group }}"
- "{{ idr_vm_storage_group }}"
Expand All @@ -30,6 +31,9 @@
# these hosts in the individual pilot environments
- "{{ idr_parent_environment }}-pilotomero-hosts"
- "{{ idr_parent_environment }}-pilotdatabase-hosts"
# This extra group controls the deployment of the searchengine app
- searchengine-hosts
- "{{ idr_environment_idr }}-searchengine-hosts"
idr_vm_networks: >
{{ [ {'net-name': idr_parent_environment} ] +
((idr_network_storage | length > 0) |
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
# External IDR roles

- name: idr.openstack_idr_instance
version: 3.1.1
version: 3.1.2

- name: idr.openstack_idr_instance_network
version: 1.1.2
Expand Down