Skip to content

Commit 3c70674

Browse files
authored
Merge pull request #314 from stackhpc/feat/oodv3
Update to Open OnDemand v3.0.1
2 parents 7eb855e + e137a6b commit 3c70674

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
tasks_from: install.yml
4646

4747
- name: Include distribution variables for osc.ood
48-
include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky.yml"
48+
include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/8.yml"
4949
# FUTURE: install-apps.yml - this is git clones
5050

5151
# - import_playbook: portal.yml

ansible/roles/openondemand/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- include_role:
1111
name: osc.ood
1212
tasks_from: install-package.yml
13-
vars_from: Rocky.yml
13+
vars_from: Rocky/8.yml
1414
public: yes # Expose the vars from this role to the rest of the play
1515
# can't set vars: from a dict hence the workaround above
1616

environments/.stackhpc/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "cluster_name" {
1313
variable "cluster_image" {
1414
description = "single image for all cluster nodes - a convenience for CI"
1515
type = string
16-
default = "openhpc-230922-0940-434e190f" # https://github.com/stackhpc/ansible-slurm-appliance/pull/313
16+
default = "openhpc-230926-1343-e3d3e307" # https://github.com/stackhpc/ansible-slurm-appliance/pull/314
1717
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
1818
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
1919
}

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# or include regex special characters.
1414
openondemand_host_regex: "{{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
1515

16-
ondemand_package: ondemand-2.0.29
16+
ondemand_package: ondemand-3.0.1
1717

1818
openondemand_dashboard_links: # TODO: should really only be deployed if grafana is deployed and proxying configured
1919
- name: Grafana

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ roles:
1919
# No versions available
2020
- src: https://github.com/OSC/ood-ansible.git
2121
name: osc.ood
22-
version: v2.0.8
22+
version: v3.0.6
2323

2424
collections:
2525
- name: containers.podman

0 commit comments

Comments
 (0)