Skip to content

Commit c0132a8

Browse files
committed
fix builds not in stackhpc env
1 parent c24717d commit c0132a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ openondemand_desktop_partition: standard
44
#openondemand_dashboard_support_url:
55
#openondemand_dashboard_docs_url:
66
#openondemand_filesapp_paths:
7-
ondemand_package: ondemand-"{{ ondemand_package_version }}"
8-
ondemand_package_version: '3.1.10'

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
# NB: Variables prefixed ood_ are all from https://github.com/OSC/ood-ansible
77

8+
ondemand_package_version: '3.1.10' # used in ansible/cleanup.yml
9+
ondemand_package: ondemand-"{{ ondemand_package_version }}" # osc.ood role var controlling installed package
10+
811
openondemand_servername: "{{ hostvars[groups['openondemand'].0].ansible_host if groups['openondemand'] else '' }}"
912

1013
openondemand_auth: basic_pam

0 commit comments

Comments
 (0)