Skip to content

Commit dd7adea

Browse files
authored
Merge pull request #414 from stackhpc/feat/ood-jupyter-fatimage
Move jupyter openondemand installation to fatimage
2 parents 04e0bb9 + 6563356 commit dd7adea

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

ansible/fatimage.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,25 @@
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:

environments/.stackhpc/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)