File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ . /.github /CODEOWNERS
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "create_nodes" {
17
17
variable "cluster_image" {
18
18
description = " single image for all cluster nodes - a convenience for CI"
19
19
type = string
20
- default = " ohpc-fatimage- 230217-1455-8da3c5a7 " # https://github.com/stackhpc/ansible-slurm-appliance /pull/250
20
+ default = " openhpc- 230217-1440.qcow2 " # https://github.com/stackhpc/slurm_image_builder /pull/15
21
21
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
22
22
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
23
23
}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ grafana_address: "{{ hostvars[groups['grafana'].0].api_address }}"
21
21
22
22
# ############################ bootstrap: local user configuration #########################
23
23
24
- # Parameters for these users replicate what gets created using image openhpc-220526-1354.qcow2 image + appliance run.
25
24
# Note RockyLinux 8.5 defines system user/groups in range 201-999
26
25
appliances_local_users_ansible_user_name : " {{ ansible_ssh_user | default(ansible_user) }}"
27
26
appliances_local_users_podman : # also used in environments/common/inventory/group_vars/all/podman.yml:podman_users
Original file line number Diff line number Diff line change @@ -18,9 +18,15 @@ openhpc_slurmdbd_host: "{{ openhpc_slurm_control_host }}"
18
18
openhpc_slurm_partitions :
19
19
- name : " compute"
20
20
openhpc_packages_default :
21
+ # system packages
22
+ - podman
23
+ # OpenHPC packages
21
24
- slurm-libpmi-ohpc # to allow intel mpi to work properly
22
25
- ohpc-gnu12-openmpi4-perf-tools # for hpctests
23
26
- openblas-gnu12-ohpc # for hpctests (HPL)
27
+ # EPEL packages:
28
+ - apptainer
29
+ - podman-compose
24
30
openhpc_packages_extra : []
25
31
openhpc_packages : " {{ openhpc_packages_default + openhpc_packages_extra }}"
26
32
openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
Original file line number Diff line number Diff line change 3
3
- src : stackhpc.nfs
4
4
version : v22.9.1
5
5
- src : https://github.com/stackhpc/ansible-role-openhpc.git
6
- version : v0.17 .0 # workaround for elrepo apptainer changes
6
+ version : v0.18 .0 # requires/uses openhpc v2.6.1
7
7
name : stackhpc.openhpc
8
8
- src : https://github.com/stackhpc/ansible-node-exporter.git
9
9
version : feature/no-install
17
17
name : cloudalchemy.grafana
18
18
version : service-state
19
19
# No versions available
20
- - src : https://github.com/stackhpc /ood-ansible.git
20
+ - src : https://github.com/OSC /ood-ansible.git
21
21
name : osc.ood
22
- version : shpc/releasever # based on v2.0.8
22
+ version : v2.0.8
23
23
24
24
collections :
25
25
- name : containers.podman
You can’t perform that action at this time.
0 commit comments