oci-hpc
oci-hpc copied to clipboard
enhancement to support ubuntu in computing node
for HPC field. sometimes customer will use ubuntu to deploy computing node, and I failed to test ubuntu as computing node and found the current version doesn't support it. do we have a plan to support it? for ubuntu version , it can be 18.04 or latest version. thanks
The latest version of v2.10.0 support Ubuntu deployment.
@ruzhuchen1 Could you point to a specific Ubuntu image you think works? I tried multiple and failed. The latest problem is that this deployment script tries to manipulate /etc/network/interfaces.d/
, although Ubuntu expects netplan configuration.
The latest version of v2.10.0 support Ubuntu deployment.
What does this mean that this is supported, practically speaking? When I go through the terraform provisioning prompts, in Oracle Console, using the latest version of HPC Cluster app (v2.10.2.1
) from the Oracle Marketplace, there is no option for an Ubuntu image, for either head/bastion node or compute nodes. CC @arnaudfroidmont
Any update on this @arnaudfroidmont @ruzhuchen1 ?
Ubuntu 20.04 and 22.04 will work for the stack. It means you can select the platform images and everything will run fine. For HPC images, we cannot legally share Ubuntu modified images, so reach out to your HPC support contact at OCI and we’ll help you get started on those.
Ubuntu 20.04 and 22.04 will work for the stack. It means you can select the platform images and everything will run fine. For HPC images, we cannot legally share Ubuntu modified images, so reach out to your HPC support contact at OCI and we’ll help you get started on those.
OK, will do. Thank you.