diff --git a/source/installation.rst b/source/installation.rst index 050853fc..358fed66 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/CentOS 7+ or Ubuntu 20.04, 22.04, 24.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..38882670 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -125,6 +125,17 @@ Some operating systems use `Software Collections`_ to satisfy these. sudo apt install ondemand + .. tab:: Ubuntu 24.04 + + .. code-block:: sh + + sudo apt install apt-transport-https ca-certificates + wget -O /tmp/ondemand-release-web_{{ ondemand_version }}.2-noble_all.deb https://apt.osc.edu/ondemand/{{ ondemand_version }}/ondemand-release-web_{{ ondemand_version }}.2-noble_all.deb + sudo apt install /tmp/ondemand-release-web_{{ ondemand_version }}.2-noble_all.deb + sudo apt update + + sudo apt install ondemand + .. tab:: Debian 12 .. code-block:: sh diff --git a/source/release-notes/v3.1-release-notes.rst b/source/release-notes/v3.1-release-notes.rst index 7ca2a790..71c2fafa 100644 --- a/source/release-notes/v3.1-release-notes.rst +++ b/source/release-notes/v3.1-release-notes.rst @@ -126,6 +126,14 @@ Upgrade directions sudo apt install /tmp/ondemand-release-web_3.1.0-jammy_all.deb sudo apt update + .. tab:: Ubuntu 24.04 + + .. code-block:: sh + + wget -O /tmp/ondemand-release-web_3.1.2-noble_all.deb https://apt.osc.edu/ondemand/3.1/ondemand-release-web_3.1.2-noble_all.deb + sudo apt install /tmp/ondemand-release-web_3.1.2-noble_all.deb + sudo apt update + #. Enable dependencies **RHEL/Rocky/AlmaLinux 8 & 9 only** diff --git a/source/requirements.rst b/source/requirements.rst index bd2a8599..86be35d8 100644 --- a/source/requirements.rst +++ b/source/requirements.rst @@ -22,6 +22,7 @@ At this time OnDemand only supports the following operating systems and architec "RedHat/Rocky Linux/AlmaLinux 9",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "Ubuntu 20.04",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`❌` "Ubuntu 22.04",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`❌` + "Ubuntu 24.04",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "Debian 12",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`✅` "Amazon Linux 2023",:raw-html:`✅`,:raw-html:`✅`,:raw-html:`❌` @@ -86,4 +87,4 @@ Sites have reported problems with Safari when using the shell application or ``n .. _`Google Chrome`: https://www.google.com/chrome/ .. _`Mozilla Firefox`: https://www.mozilla.org/en-US/firefox/new/ -.. _`Microsoft Edge`: https://www.microsoft.com/en-us/edge \ No newline at end of file +.. _`Microsoft Edge`: https://www.microsoft.com/en-us/edge