Skip to content

Commit f55e878

Browse files
committed
Remove remaining references to CentOS/RHEL7
1 parent 3cf52ec commit f55e878

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

ansible/molecule/ftp/molecule.yml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ provisioner:
4040
docker-hosts:
4141
# This should allow docker-in-docker to work
4242
docker_storage_driver: vfs
43-
# Versions 17.12.1.ce-1.el7.centos to latest (18.09.0-3.el7.x86_64)
44-
# have a bug that prevents testing on travis:
45-
# https://github.com/docker/for-linux/issues/219
46-
docker_version: 17.09.1.ce-1.el7.centos
4743
idr-ftp-hosts:
4844
# Override configuration for testing
4945
anonymous_ftp_emails:

ansible/vars/openstack-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ idr_environment_idr: idr
55
# REQUIRED: List of public SSH keys
66
idr_keypair_keys:
77
# Change these to match the image and flavours in your OpenStack cloud
8-
vm_image: CentOS 7
8+
vm_image: Rocky Linux 9
99
vm_flavour: m1.large
1010
vm_flavour_large: m1.xlarge
1111
vm_flavour_medium: m1.medium

docs/deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploying the IDR
22

3-
The IDR runs on CentOS 7 64-bit servers only.
3+
The IDR runs on Rocky Linux 9 64-bit servers only.
44

55

66
## Overview of the playbooks
@@ -63,7 +63,7 @@ If you are using a static inventory run:
6363

6464
If you provisioned your servers using the OpenStack playbook and are using the IDR dynamic inventory run:
6565

66-
ansible-playbook -i ../inventories/openstack-idr.py --diff -u centos idr-00-preinstall.yml idr-01-install-idr.yml idr-02-services.yml idr-03-postinstall.yml
66+
ansible-playbook -i ../inventories/openstack-idr.py --diff -u rocky idr-00-preinstall.yml idr-01-install-idr.yml idr-02-services.yml idr-03-postinstall.yml
6767

6868
If this completes successfully you should be able to access a public OMERO.web at the IP of the `idr-proxy` server.
6969
If an update requires a reboot of a server the Ansible connection will be interrupted.

docs/idr-ansible.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ansible-playbook -i ../inventories/openstack-idr.py --diff openstack-create-infr
1212
# Security risk, only enable this when you setup a server with a new SSH key
1313
export ANSIBLE_HOST_KEY_CHECKING=False
1414
export OS_PROXY_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
15-
ansible-playbook -i ../inventories/openstack-idr.py --diff -u centos idr-00-preinstall.yml idr-01-install-idr.yml idr-03-postinstall.yml
15+
ansible-playbook -i ../inventories/openstack-idr.py --diff -u rokcy idr-00-preinstall.yml idr-01-install-idr.yml idr-03-postinstall.yml

docs/operating-procedures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following directories are not essential but you may wish to also back them u
107107
If you used the OpenStack provisioning playbook, these are all separate volumes that can be backed up using the OpenStack clients.
108108

109109
### Restoration
110-
If you need to restore the IDR, it is sufficient to restore these directories into a clean CentOS 7 server before running the deployment playbooks, which will take the existing data into account when installing the IDR.
110+
If you need to restore the IDR, it is sufficient to restore these directories into a clean Rocky Linux 9 server before running the deployment playbooks, which will take the existing data into account when installing the IDR.
111111
The OpenStack provisioning playbook includes optional parameters to specify existing volumes to be copied.
112112

113113
### New releases

docs/provisioning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In particular, you must define a list of SSH public key(s), for example:
5959

6060
- idr_keypair_keys: ["ssh-rsa SSH_PUBLIC_KEY"]
6161

62-
You must have a [CentOS 7 cloud image](https://cloud.centos.org/centos/7/images/) (or equivalent) available.
62+
You must have a [Rocky Linux 9 cloud image](https://rockylinux.org/cloud-images/) (or equivalent) available.
6363

6464
Ensure you can login to OpenStack from the command line using [an OpenStack RC file](http://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html) or equivalent, and run:
6565

@@ -82,7 +82,7 @@ This will be fixed when the `openstack` command-line client supports this featur
8282
## Other platforms
8383

8484
You should be able to install the IDR on other clouds or physical hardware by provisioning the resources yourself.
85-
All servers must be running CentOS 7.
85+
All servers must be running Rocky Linux 9.
8686
An example static inventory is included in [`inventories/ansible-hosts`](../inventories/ansible-hosts).
8787

8888
For a minimal install you must have one host in each of:

0 commit comments

Comments
 (0)