File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- - hosts : basic_users
1+ - hosts : basic_users:!builder
22 become : yes
33 tags :
44 - basic_users
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "cluster_name" {
1313variable "cluster_image" {
1414 description = " single image for all cluster nodes - a convenience for CI"
1515 type = string
16- default = " openhpc-231027-0916-893570de " # https://github.com/stackhpc/ansible-slurm-appliance/pull/324
16+ default = " openhpc-231206-1648-9d6aa4e4 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/340
1717 # default = "Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
1818}
1919
Original file line number Diff line number Diff line change 1313# or include regex special characters.
1414openondemand_host_regex : " {{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
1515
16- ondemand_package : ondemand-3.0.1
16+ ondemand_package : ondemand-3.0.3
1717
1818# Add grafana to dashboard links to OOD only if grafana group is available
1919openondemand_dashboard_links_grafana :
You can’t perform that action at this time.
0 commit comments