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 6262 tasks_from : install.yml
6363
6464 # - import_playbook: portal.yml
65- - name : Open Ondemand server
65+ - name : Open Ondemand server (packages)
6666 include_role :
6767 name : osc.ood
6868 tasks_from : install-package.yml
6969 vars_from : " Rocky/{{ ansible_distribution_major_version }}.yml"
7070 # # 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"
7176 - name : Open Ondemand remote desktop
7277 import_role :
7378 name : openondemand
7479 tasks_from : vnc_compute.yml
80+ - name : Open Ondemand jupyter node
81+ import_role :
82+ name : openondemand
83+ tasks_from : jupyter_compute.yml
7584
7685 # - import_playbook: monitoring.yml:
7786 - import_role :
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ variable "cluster_image" {
2929 description = " single image for all cluster nodes, keyed by os_version - a convenience for CI"
3030 type = map (string )
3131 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 "
3535 }
3636}
3737
You can’t perform that action at this time.
0 commit comments