File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 62
62
tasks_from : install.yml
63
63
64
64
# - import_playbook: portal.yml
65
- - name : Open Ondemand server
65
+ - name : Open Ondemand server (packages)
66
66
include_role :
67
67
name : osc.ood
68
68
tasks_from : install-package.yml
69
69
vars_from : " Rocky/{{ ansible_distribution_major_version }}.yml"
70
70
# # FUTURE: install-apps.yml - this is git clones
71
+ - name : Open Ondemand server (apps)
72
+ include_role :
73
+ name : osc.ood
74
+ tasks_from : install-apps.yml
75
+ vars_from : " Rocky/{{ ansible_distribution_major_version }}.yml"
71
76
- name : Open Ondemand remote desktop
72
77
import_role :
73
78
name : openondemand
74
79
tasks_from : vnc_compute.yml
80
+ - name : Open Ondemand jupyter node
81
+ import_role :
82
+ name : openondemand
83
+ tasks_from : jupyter_compute.yml
75
84
76
85
# - import_playbook: monitoring.yml:
77
86
- import_role :
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ variable "cluster_image" {
29
29
description = " single image for all cluster nodes, keyed by os_version - a convenience for CI"
30
30
type = map (string )
31
31
default = {
32
- # https://github.com/stackhpc/ansible-slurm-appliance/pull/410
33
- RL8: " openhpc-RL8-240712-1426-6830f97b "
34
- RL9: " openhpc-ofed-RL9-240712-1425-6830f97b "
32
+ # https://github.com/stackhpc/ansible-slurm-appliance/pull/414
33
+ RL8: " openhpc-RL8-240723-0907-b560bf4c "
34
+ RL9: " openhpc-ofed-RL9-240723-0907-b560bf4c "
35
35
}
36
36
}
37
37
You can’t perform that action at this time.
0 commit comments