File tree Expand file tree Collapse file tree 6 files changed +7
-9
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 4444 become : true
4545 - name : Reset ssh connection to allow user changes to affect ansible_user
4646 meta : reset_connection
47- - name : Set dnf releasever
48- ansible.builtin.copy :
49- dest : /etc/yum/vars/releasever
50- content : " {{ releasever }}"
51- become : true
5247
5348- hosts : systemd
5449 become : yes
Original file line number Diff line number Diff line change 11flavor = " vm.alaska.cpu.general.small"
22networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3- source_image_name = " openhpc-221118-1422.qcow2"
3+ source_image_name = " openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
4+ # source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
45ssh_keypair_name = " slurm-app-ci"
56security_groups = [" default" , " SSH" ]
67ssh_bastion_host = " 128.232.222.183"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ variable "create_nodes" {
1717variable "cluster_image" {
1818 description = " single image for all cluster nodes - a convenience for CI"
1919 type = string
20- default = " openhpc-221118-1422.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/12
20+ default = " openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
21+ # default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
22+ # default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
2123}
2224
2325module "cluster" {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ update_name: '*'
66update_state : latest
77update_exclude :
88 - grafana
9+ - apptainer # see https://github.com/stackhpc/ansible-slurm-appliance/pull/245
910update_disablerepo : omit
1011# Log changes during update here on localhost:
1112update_log_path : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/logs/{{ inventory_hostname }}-updates.log"
Original file line number Diff line number Diff line change 33 - src : stackhpc.nfs
44 version : v22.9.1
55 - src : https://github.com/stackhpc/ansible-role-openhpc.git
6- version : v0.16.0
6+ version : v0.17.0 # workaround for elrepo apptainer changes
77 name : stackhpc.openhpc
88 - src : https://github.com/stackhpc/ansible-node-exporter.git
99 version : feature/no-install
You can’t perform that action at this time.
0 commit comments