File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -91,22 +91,22 @@ fail2ban
9191# Add `openhpc` group to add slurm users via creation of users on each node.
9292
9393[openondemand]
94- # Host to run Open Ondemand server on - subset of login
94+ # Host to run Open OnDemand server on - subset of login
9595
9696[openondemand_desktop]
97- # Subset of compute to run a interactive desktops on via Open Ondemand
97+ # Subset of compute to run a interactive desktops on via Open OnDemand
9898
9999[openondemand_jupyter]
100- # Subset of compute to run a Jupyter Notebook servers on via Open Ondemand
100+ # Subset of compute to run a Jupyter Notebook servers on via Open OnDemand
101101
102102[openondemand_rstudio]
103- # Subset of compute to run RStudio servers on via Open Ondemand
103+ # Subset of compute to run RStudio servers on via Open OnDemand
104104
105105[openondemand_matlab]
106- # Subset of compute to run RStudio servers on via Open Ondemand
106+ # Subset of compute to run a MATLAB interactive desktop on via Open OnDemand
107107
108108[openondemand_codeserver]
109- # Subset of compute to run a Codeserver VSCode instance on via Open Ondemand
109+ # Subset of compute to run a Codeserver VSCode instance on via Open OnDemand
110110
111111[etc_hosts]
112112# Hosts to manage /etc/hosts e.g. if no internal DNS. See ansible/roles/etc_hosts/README.md
@@ -217,4 +217,3 @@ extra_packages
217217# separately from the appliance. e.g
218218# pulp_host ansible_host=<VM-ip-address>
219219# Note the host name can't conflict with group names i.e can't be called `pulp` or `pulp_server`
220-
Original file line number Diff line number Diff line change @@ -44,27 +44,27 @@ login
4444openhpc
4545
4646[openondemand:children]
47- # Host to run Open Ondemand server on - subset of login
47+ # Host to run Open OnDemand server on - subset of login
4848login
4949
5050[openondemand_desktop:children]
51- # Subset of compute to run a interactive desktops on via Open Ondemand
51+ # Subset of compute to run a interactive desktops on via Open OnDemand
5252compute
5353
5454[openondemand_jupyter:children]
55- # Subset of compute to run a Jupyter Notebook servers on via Open Ondemand
55+ # Subset of compute to run a Jupyter Notebook servers on via Open OnDemand
5656compute
5757
5858[openondemand_rstudio:children]
59- # Subset of compute to run RStudio servers on via Open Ondemand
59+ # Subset of compute to run RStudio servers on via Open OnDemand
6060compute
6161
6262[openondemand_matlab:children]
63- # Subset of compute to run a MATLAB interactive desktop on via Open Ondemand
63+ # Subset of compute to run a MATLAB interactive desktop on via Open OnDemand
6464compute
6565
6666[openondemand_codeserver:children]
67- # Subset of compute to run a Codeserver VSCode instance on via Open Ondemand
67+ # Subset of compute to run a Codeserver VSCode instance on via Open OnDemand
6868compute
6969
7070[etc_hosts:children]
@@ -81,6 +81,9 @@ cluster
8181# Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'
8282cuda
8383
84+ [vgpu]
85+ # Hosts where vGPU/MIG should be configured - see docs/mig.md
86+
8487[eessi:children]
8588# Hosts on which EESSI stack should be configured
8689openhpc
You can’t perform that action at this time.
0 commit comments