/
v2.3.9.0 Default Slurm Application Environment
v2.3.9.0 Default Slurm Application Environment
Pull Down the Default Slurm Environment Assets as a JSON Payload:
The packages for
jq
andcurl
are required:yum install jq curl
CentOS EoL: You may need to ensure yum can still function due to recent End of Life cycle from RedHat for CentOS 7. The following command is an example mitigation for an internet-dependent yum repository:
sed -i -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*.repo yum clean all
Pull down from the MGMT_SERVER default assets for customization:
curl -X GET http://${MGMT_SERVER_IP}:5000/v1/env/slurm | jq > default-slurm-env.json
The asset will look like:
, multiple selections available,
Related content
v2.3.9.0 Customizing the Slurm Application Environment
v2.3.9.0 Customizing the Slurm Application Environment
More like this
v2.3.9.0 Validating Migratable VM and Slurm Communications
v2.3.9.0 Validating Migratable VM and Slurm Communications
Read with this
(v2.3.0.0) Default Slurm Application Environment
(v2.3.0.0) Default Slurm Application Environment
More like this
(v2.2.0.1) Integrating with Slurm Cluster
(v2.2.0.1) Integrating with Slurm Cluster
More like this
(v2.2.0.2) Integrating with Slurm Cluster
(v2.2.0.2) Integrating with Slurm Cluster
More like this
(v2.2.0.0) Integrating with Slurm Cluster
(v2.2.0.0) Integrating with Slurm Cluster
More like this