File tree Expand file tree Collapse file tree 6 files changed +18
-11
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 6 files changed +18
-11
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 1
- flavor = " vm.alaska .cpu.general.small"
1
+ flavor = " vm.ska .cpu.general.small"
2
2
networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3
- source_image_name = " openhpc-230110-1629 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/14
3
+ source_image_name = " openhpc-230217-1440 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/15
4
4
# source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
5
5
ssh_keypair_name = " slurm-app-ci"
6
6
security_groups = [" default" , " SSH" ]
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 = " openhpc-230110-1629 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/14
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
}
@@ -31,22 +31,22 @@ module "cluster" {
31
31
vnic_type = " direct"
32
32
key_pair = " slurm-app-ci"
33
33
control_node = {
34
- flavor: " vm.alaska .cpu.general.quarter"
34
+ flavor: " vm.ska .cpu.general.quarter"
35
35
image: var.cluster_image
36
36
}
37
37
login_nodes = {
38
38
login- 0 : {
39
- flavor: " vm.alaska .cpu.general.small"
39
+ flavor: " vm.ska .cpu.general.small"
40
40
image: var.cluster_image
41
41
}
42
42
}
43
43
compute_types = {
44
44
small: {
45
- flavor: " vm.alaska .cpu.general.small"
45
+ flavor: " vm.ska .cpu.general.small"
46
46
image: var.cluster_image
47
47
}
48
48
extra: {
49
- flavor: " vm.alaska .cpu.general.small"
49
+ flavor: " vm.ska .cpu.general.small"
50
50
image: var.cluster_image
51
51
}
52
52
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.
24
+ # Parameters for these users are consistent with the "fat" image build from https://github.com/stackhpc/slurm_image_builder
25
25
# Note RockyLinux 8.5 defines system user/groups in range 201-999
26
26
appliances_local_users_ansible_user_name : " {{ ansible_ssh_user | default(ansible_user) }}"
27
27
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