diff --git a/source/authentication/oidc.rst b/source/authentication/oidc.rst index ea6bc87f..52c476c5 100644 --- a/source/authentication/oidc.rst +++ b/source/authentication/oidc.rst @@ -12,7 +12,7 @@ The following prerequisites need to be satisfied: .. note:: - OnDemand repos provide the ``httpd24-mod_auth_openidc`` RPM for RHEL 7 and CentOS 7 as it must be built against SCL Apache. The OnDemand repos also have the ``mod_auth_openidc`` RPM for RHEL 8 and Rocky 8 that are newer than what the OS provides to make use of some newer features. + The OnDemand repos have the ``mod_auth_openidc`` RPM for RHEL 8 and Rocky 8 that are newer than what the OS provides to make use of some newer features. The following is an example :program:`ood-portal-generator` configuration file: diff --git a/source/how-tos/debug/debug-apache.rst b/source/how-tos/debug/debug-apache.rst index 6ee58e9a..fa137564 100644 --- a/source/how-tos/debug/debug-apache.rst +++ b/source/how-tos/debug/debug-apache.rst @@ -23,13 +23,6 @@ Restart services .. tabs:: - .. tab:: RHEL/CentOS 7 - - .. code-block:: sh - - sudo systemctl try-restart httpd24-httpd - - .. tab:: RHEL/Rocky 8 & 9 .. code-block:: sh @@ -61,12 +54,6 @@ Or you're using the wrong hostname in your browser. .. tabs:: - .. tab:: RHEL/CentOS 7 - - .. code-block:: sh - - sudo /opt/rh/httpd24/root/sbin/httpd -S - .. tab:: RHEL/Rocky 8 & 9 .. code-block:: sh diff --git a/source/how-tos/monitoring/prometheus.rst b/source/how-tos/monitoring/prometheus.rst index 05d53b04..65192e44 100644 --- a/source/how-tos/monitoring/prometheus.rst +++ b/source/how-tos/monitoring/prometheus.rst @@ -33,7 +33,6 @@ For yum/dnf based systems the `ondemand_exporter`_ can be installed via RPM. The RPM will install the following files that should work out of the box: -- **RHEL/CentOS 7 only**: /opt/rh/httpd24/root/etc/httpd/conf.d/ondemand_exporter.conf - **RHEL/Rocky/AlmaLinux 8 & 9 only**: /etc/httpd/conf.d/ondemand_exporter.conf - /etc/sudoers.d/ondemand_exporter @@ -41,12 +40,6 @@ Ensure that the new Apache configuration is loaded by restarting Apache .. tabs:: - .. tab:: RHEL/CentOS 7 - - .. code-block:: sh - - sudo systemctl restart httpd24-httpd - .. tab:: RHEL/Rocky/Alma Linux 8 & 9 .. code-block:: sh @@ -82,13 +75,6 @@ Check for the `ondemand_exporter Latest Release`_ version number. Replace ``VER .. tabs:: - .. tab:: RHEL/CentOS 7 - - .. code-block:: sh - - sudo install -o root -g root -m 0440 /tmp/${ARCHIVE}/files/apache.conf /opt/rh/httpd24/root/etc/httpd/conf.d/ondemand_exporter.conf - sudo systemctl restart httpd24-httpd - .. tab:: RHEL/Rocky/Alma Linux 8 & 9 .. code-block:: sh diff --git a/source/installation.rst b/source/installation.rst index 050853fc..e88a21fc 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -6,7 +6,7 @@ Installation The OnDemand host machine needs to be setup *similarly* to a login node. This means that it will need: -- RedHat/CentOS 7+ or Ubuntu 20.04-22.04 or Debian 12 or Amazon Linux 2023 +- RedHat/RockyLinux/AlmaLinux 8+ or Ubuntu 20.04-22.04 or Debian 12 or Amazon Linux 2023 - the resource manager (e.g., Torque, Slurm, or LSF) client binaries and libraries used by the batch servers installed - configuration on both OnDemand node **and batch servers** to be able to diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 0c715268..110b352a 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -33,13 +33,6 @@ Some operating systems use `Software Collections`_ to satisfy these. .. tabs:: - .. tab:: CentOS 7 - - .. code-block:: sh - - sudo yum install centos-release-scl epel-release - - .. tab:: RockyLinux/Alma Linux 8 .. code-block:: sh @@ -79,14 +72,6 @@ Some operating systems use `Software Collections`_ to satisfy these. .. tabs:: - .. tab:: RedHat/CentOS 7 - - .. code-block:: sh - - sudo yum install https://yum.osc.edu/ondemand/{{ ondemand_version }}/ondemand-release-web-{{ ondemand_version }}-1.el7.noarch.rpm - - sudo yum install ondemand - .. tab:: RedHat/Rocky Linux/AlmaLinux 8 .. code-block:: sh @@ -149,14 +134,6 @@ Some operating systems use `Software Collections`_ to satisfy these. .. tabs:: - .. tab:: RHEL/CentOS 7 - - .. code-block:: sh - - sudo systemctl start httpd24-httpd - sudo systemctl enable httpd24-httpd - - .. tab:: RHEL/Rocky 8 & 9 .. code-block:: sh diff --git a/source/installation/resource-manager/test.rst b/source/installation/resource-manager/test.rst index d223c720..65d1d9d8 100644 --- a/source/installation/resource-manager/test.rst +++ b/source/installation/resource-manager/test.rst @@ -22,18 +22,6 @@ configuration files. #. We will now list all available tasks that we can run: - .. rubric:: If your operating system is CentOS 7 or RHEL 7, run this command: - - .. code-block:: sh - - scl enable ondemand -- bin/rake -T test:jobs - # rake test:jobs # Test all clusters - # rake test:jobs:cluster1 # Test the cluster: cluster1 - # rake test:jobs:cluster2 # Test the cluster: cluster2 - - - .. rubric:: Otherwise, run this command: - .. code-block:: sh source /opt/ood/ondemand/enable diff --git a/source/reference/files/nginx-stage-yml.rst b/source/reference/files/nginx-stage-yml.rst index 0ec04f0d..37d189c5 100644 --- a/source/reference/files/nginx-stage-yml.rst +++ b/source/reference/files/nginx-stage-yml.rst @@ -788,16 +788,12 @@ Configuration Options min_uid: 1000 Example - Using CentOS 6 + Define new minimum UID .. code-block:: yaml min_uid: 500 - .. note:: - - For RHEL6 and CentOS 6 the user id's begin at ``500``. - .. _disabled_shell: .. describe:: disabled_shell (String) diff --git a/source/reference/files/submit-yml/basic-bc-options.rst b/source/reference/files/submit-yml/basic-bc-options.rst index 6cfc4bdf..9832409c 100644 --- a/source/reference/files/submit-yml/basic-bc-options.rst +++ b/source/reference/files/submit-yml/basic-bc-options.rst @@ -235,7 +235,7 @@ Basic Batch Connect Options # careful now, we can't override run_file or we have to # change it here too! This also doesn't account for timeout, # if it's provided. - IMAGE=/opt/images/centos7.sif + IMAGE=/opt/images/el9.sif singularity exec -p $IMAGE /bin/bash script.sh .. describe:: script_file (String, "./script.sh") diff --git a/source/requirements.rst b/source/requirements.rst index bd2a8599..9f372325 100644 --- a/source/requirements.rst +++ b/source/requirements.rst @@ -17,7 +17,6 @@ At this time OnDemand only supports the following operating systems and architec :header: "","x86_64","aarch64/arm64","ppc64le" :stub-columns: 1 - "RedHat/CentOS 7",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "RedHat/Rocky Linux/AlmaLinux 8",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "RedHat/Rocky Linux/AlmaLinux 9",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "Ubuntu 20.04",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`❌`