File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ If you are deploying the IDR platform on OpenStack you should have a good workin
16
16
17
17
All documents assume extensive knowledge of [ OMERO] ( https://www.openmicroscopy.org/site/support/omero5/sysadmins/ ) .
18
18
19
- Ansible 2.3 is required.
19
+ Ansible 2.9 is required.
20
20
Some Ansible tasks can take a long time, such as pulling Docker images.
21
21
If you see lost connections you can try setting a keep-alive in your ` .ssh/config ` file, e.g. ` ServerAliveInterval 30 ` .
22
22
Original file line number Diff line number Diff line change 134
134
# External IDR roles
135
135
136
136
- name : idr.openstack_idr_instance
137
- version : 3.1.2
137
+ version : 4.0.0
138
138
139
139
- name : idr.openstack_idr_instance_network
140
140
version : 1.1.2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The production (public-facing) IDR (3 servers):
11
11
12
12
## Ansible prerequisites
13
13
14
- Almost all of the provisioning and deployment in the IDR is done using Ansible 2.1 .
14
+ All of the provisioning and deployment in the IDR is done using Ansible 2.10 .
15
15
All ansible commands should be run from a shell in the [ ` ansible ` ] ( ../ansible ) directory.
16
16
17
17
cd ../ansible
You can’t perform that action at this time.
0 commit comments