Skip to content

Commit 86344de

Browse files
committed
Merge branch 'prod2312' into prod2312-merger
2 parents 0bd5b82 + bc96d78 commit 86344de

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

environments/nrel/inventory/group_vars/openhpc/overrides.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
openhpc_install_type: generic # i.e. don't want OpenHPC
22
openhpc_packages_extra_nrel: # extra indirection to allow lab environment to filter this
3-
- bzip2
4-
- curl
5-
- fio
6-
- libaio
7-
- libaio-devel
8-
- git
9-
- gzip
10-
- make
11-
- patch
12-
- tar
13-
- unzip
14-
- wget
15-
- xz
16-
- zstd
17-
- tmux
18-
- vim
19-
- nano
20-
- python39-devel
21-
22-
- slurm-libpmi-ohpc
23-
- slurm-sview-ohpc
24-
- slurm-libpmi-ohpc
25-
- docs-ohpc
26-
- EasyBuild-ohpc
27-
- ohpc-autotools
28-
- cmake-ohpc
29-
- hwloc-ohpc
30-
- singularity-ohpc
31-
- slurm-libpmi-ohpc
32-
- slurm-sview-ohpc
33-
- slurm-libpmi-ohpc
34-
- ohpc-base
35-
- ohpc-base-compute
36-
- ohpc-slurm-client
37-
- lmod-ohpc
38-
- nhc-ohpc
39-
- valgrind-ohpc
40-
- clustershell
41-
- conman-ohpc
42-
- magpie-ohpc
43-
- charliecloud-ohpc
3+
# - bzip2
4+
# - curl
5+
# - fio
6+
# - libaio
7+
# - libaio-devel
8+
# - git
9+
# - gzip
10+
# - make
11+
# - patch
12+
# - tar
13+
# - unzip
14+
# - wget
15+
# - xz
16+
# - zstd
17+
# - tmux
18+
# - vim
19+
# - nano
20+
# - python39-devel
21+
22+
# - slurm-libpmi-ohpc
23+
# - slurm-sview-ohpc
24+
# - slurm-libpmi-ohpc
25+
# - docs-ohpc
26+
# - EasyBuild-ohpc
27+
# - ohpc-autotools
28+
# - cmake-ohpc
29+
# - hwloc-ohpc
30+
# - singularity-ohpc
31+
# - slurm-libpmi-ohpc
32+
# - slurm-sview-ohpc
33+
# - slurm-libpmi-ohpc
34+
# - ohpc-base
35+
# - ohpc-base-compute
36+
# - ohpc-slurm-client
37+
# - lmod-ohpc
38+
# - nhc-ohpc
39+
# - valgrind-ohpc
40+
# - clustershell
41+
# - conman-ohpc
42+
# - magpie-ohpc
43+
# - charliecloud-ohpc
4444

4545

4646

environments/vtest/terraform/terraform.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ login_names = {
4040
login-1: "vermilion_util_c8m15"
4141
admin: "vermilion_util_c8m15"
4242
}
43-
proxy_name = "admin"
43+
proxy_name = "vtadmin"
4444

4545
# name: IPaddr
4646
login_ips = {
47-
login-1: "10.60.105.71"
48-
admin: "10.60.105.73"
47+
vtlogin-1: "10.60.105.71"
48+
vtadmin: "10.60.105.73"
4949
}
5050

5151
login_image = "slurm_rocky93_kbs"
@@ -56,7 +56,7 @@ login_flavor = "vermilion_util_c8m15"
5656
control_image = "slurm_rocky93_kbs"
5757
control_flavor = "vermilion_util_c8m15"
5858
control_ip = "10.60.105.70"
59-
59+
control_name = "vtcontrol"
6060
###################################################
6161

6262
cluster_name = "vtest"

0 commit comments

Comments
 (0)