File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 13
13
control
14
14
compute
15
15
16
- [eessi]
17
- # Hosts on which EESSI stack should be configured
18
-
19
16
[hpctests:children]
20
17
# Login group to use for running mpi-based testing.
21
18
login
@@ -115,12 +112,18 @@ freeipa_client
115
112
[cuda]
116
113
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
117
114
115
+ [eessi]
116
+ # Hosts on which EESSI stack should be configured
117
+
118
118
[resolv_conf]
119
119
# Allows defining nameservers in /etc/resolv.conf - see ansible/roles/resolv_conf/README.md
120
120
121
121
[proxy]
122
122
# Hosts to configure http/s proxies - see ansible/roles/proxy/README.md
123
123
124
+ [manila]
125
+ # Hosts to configure for manila fileshares
126
+
124
127
[persist_hostkeys]
125
128
# Hosts to persist hostkeys for across reimaging. NB: Requires appliances_state_dir on hosts.
126
129
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ compute
58
58
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
59
59
60
60
[eessi:children]
61
+ # Hosts on which EESSI stack should be configured
61
62
openhpc
62
63
63
64
[resolv_conf]
@@ -79,7 +80,7 @@ openhpc
79
80
# Hosts to run TuneD configuration
80
81
81
82
[ansible_init:children]
82
- # Hosts to run ansible -init
83
+ # Hosts to run linux-anisble -init
83
84
cluster
84
85
85
86
[sssd]
You can’t perform that action at this time.
0 commit comments