Skip to content

Commit 3fa1605

Browse files
authored
Rm rhel9 (#290)
* rm login hosts for VDIs * rm login hosts for VDIs for awesim
1 parent 0e47f2b commit 3fa1605

File tree

6 files changed

+0
-316
lines changed

6 files changed

+0
-316
lines changed

apps.awesim.org/apps/bc_desktop/pitzer-rhel9.yml.erb

Lines changed: 0 additions & 148 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<%-
22
args = [ "--partition", "quick", "--nodes", "1", "--ntasks-per-node", "1" ]
33
args.concat ["--licenses", "#{licenses}"] unless licenses.empty?
4-
5-
container_lookup = {
6-
'ascend-login' => '/apps/project/ondemand/singularity/mate-rhel8/mate-rhel8.sif',
7-
'pitzer-rhel9-login' => '/apps/project/ondemand/lightdesktop_base/rhel9/rhel9.sif',
8-
}
94
-%>
105
---
116
batch_connect:
@@ -21,10 +16,6 @@ batch_connect:
2116
export SLURM_EXPORT_ENV=ALL
2217
script:
2318
native:
24-
<%- if ['ascend-login', 'pitzer-rhel9-login'].include?(cluster) -%>
25-
singularity_container: "<%= container_lookup[cluster] %>"
26-
<%- else -%>
2719
<%- args.each do |arg| -%>
2820
- "<%= arg %>"
2921
<%- end -%>
30-
<%- end -%>

apps.awesim.org/apps/bc_desktop/vdi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ attributes:
2828
widget: select
2929
options:
3030
- "pitzer"
31-
- ["pitzer rhel9", "pitzer-rhel9-login" ]
3231
- "ascend"
3332
- "cardinal"
3433
desktop:

ondemand.osc.edu/apps/bc_desktop/pitzer-rhel9.yml.erb

Lines changed: 0 additions & 148 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<%-
22
args = [ "--partition", "quick", "--nodes", "1", "--ntasks-per-node", "1" ]
33
args.concat ["--licenses", "#{licenses}"] unless licenses.empty?
4-
5-
container_lookup = {
6-
'ascend-login' => '/apps/project/ondemand/singularity/mate-rhel8/mate-rhel8.sif',
7-
'pitzer-rhel9-login' => '/apps/project/ondemand/lightdesktop_base/rhel9/rhel9.sif',
8-
}
94
-%>
105
---
116
batch_connect:
@@ -21,10 +16,6 @@ batch_connect:
2116
export SLURM_EXPORT_ENV=ALL
2217
script:
2318
native:
24-
<%- if ['ascend-login', 'pitzer-rhel9-login'].include?(cluster) -%>
25-
singularity_container: "<%= container_lookup[cluster] %>"
26-
<%- else -%>
2719
<%- args.each do |arg| -%>
2820
- "<%= arg %>"
2921
<%- end -%>
30-
<%- end -%>

ondemand.osc.edu/apps/bc_desktop/vdi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ attributes:
2828
widget: select
2929
options:
3030
- "pitzer"
31-
- ["pitzer rhel9", "pitzer-rhel9-login" ]
3231
- "ascend"
3332
- "cardinal"
3433
desktop:

0 commit comments

Comments
 (0)