Skip to content

Commit ff40ff2

Browse files
committed
regularise common groups & everything groups template a bit
1 parent 73329ff commit ff40ff2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

environments/common/inventory/groups

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ login
1313
control
1414
compute
1515

16-
[eessi]
17-
# Hosts on which EESSI stack should be configured
18-
1916
[hpctests:children]
2017
# Login group to use for running mpi-based testing.
2118
login
@@ -115,12 +112,18 @@ freeipa_client
115112
[cuda]
116113
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
117114

115+
[eessi]
116+
# Hosts on which EESSI stack should be configured
117+
118118
[resolv_conf]
119119
# Allows defining nameservers in /etc/resolv.conf - see ansible/roles/resolv_conf/README.md
120120

121121
[proxy]
122122
# Hosts to configure http/s proxies - see ansible/roles/proxy/README.md
123123

124+
[manila]
125+
# Hosts to configure for manila fileshares
126+
124127
[persist_hostkeys]
125128
# Hosts to persist hostkeys for across reimaging. NB: Requires appliances_state_dir on hosts.
126129

environments/common/layouts/everything

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ compute
5858
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
5959

6060
[eessi:children]
61+
# Hosts on which EESSI stack should be configured
6162
openhpc
6263

6364
[resolv_conf]
@@ -79,7 +80,7 @@ openhpc
7980
# Hosts to run TuneD configuration
8081

8182
[ansible_init:children]
82-
# Hosts to run ansible-init
83+
# Hosts to run linux-anisble-init
8384
cluster
8485

8586
[sssd]

0 commit comments

Comments
 (0)