File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
ansible/roles/compute_init Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ it also requires an image build with the role name added to the
40
40
| hooks/pre.yml | ? | None at present | n/a |
41
41
| validate.yml | n/a | Not relevant during boot | n/a |
42
42
| bootstrap.yml | (wait for ansible-init) | Not relevant during boot | n/a |
43
+ | bootstrap.yml | journald | Fully supported | No |
43
44
| bootstrap.yml | resolv_conf | Fully supported | No |
44
45
| bootstrap.yml | etc_hosts | Fully supported | No |
45
46
| bootstrap.yml | chrony | Fully supported | No |
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ See above for definition of "Default" features. In the "Isolated?" column:
44
44
| gateway | n/a | n/a - build only |
45
45
| grafana | Y | Y |
46
46
| hpctests | Y | Y |
47
+ | journald | Y | Y |
47
48
| k3s_agent | - | ? |
48
49
| k3s_server | - | ? |
49
50
| k9s | - | ? |
Original file line number Diff line number Diff line change 26
26
openhpc
27
27
additional
28
28
29
- [journald:childen ]
29
+ [journald]
30
30
# Hosts where journald should be configured. See ansible/roles/journald/README.md.
31
- cluster
32
31
33
32
[builder]
34
33
# Do not add hosts here manually - used as part of Packer image build pipeline. See packer/README.md.
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ cluster
81
81
# Hosts to recompile Slurm for - allows supporting Slurm autodetection method 'nvml'
82
82
cuda
83
83
84
+ [journald:childen]
85
+ # Hosts where journald should be configured. See ansible/roles/journald/README.md.
86
+ cluster
87
+
84
88
[eessi:children]
85
89
# Hosts on which EESSI stack should be configured
86
90
openhpc
You can’t perform that action at this time.
0 commit comments