File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
ansible/roles/compute_init Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ it also requires an image build with the role name added to the
73
73
| filesystems.yml | manila | All functionality | No [ 5] |
74
74
| filesystems.yml | lustre | All functionality | Yes |
75
75
| extras.yml | basic_users | All functionality [ 6] | No |
76
+ | extras.yml | cvmfs_server | Not relevant for compute nodes | n/a |
76
77
| extras.yml | eessi | All functionality [ 7] | No |
77
78
| extras.yml | cuda | None required - use image build | Yes [ 8] |
78
79
| extras.yml | vgpu | All functionality | Yes |
Original file line number Diff line number Diff line change @@ -20,10 +20,13 @@ network is shown in the table below. Note that:
20
20
```
21
21
22
22
2. Using [EESSI](https://www.eessi.io/docs/) necessarily requires outbound
23
- network access for the CernVM File System. However this can be provided
24
- via an authenticated proxy. While the proxy configuration on the cluster node
25
- is readable by all users, this proxy could be limited via acls to only provide
26
- access to EESSI' s CVMFS Stratum 1 servers.
23
+ network access for the CernVM File System. If security groups are not
24
+ sufficent to restrict this:
25
+ a. If outbound http is available, an authenticated proxy could be used,
26
+ limited via acls to only provide access to EESSI' s CVMFS Stratum 1 servers,
27
+ The proxy configuration should be via the `eessi` role variables.
28
+ b. If only outbound https is available, the [cvmfs_server](../../ansible/roles/cvmfs_server/README.md)
29
+ role can be used to provide a Stratum 1 server on the cluster network.
27
30
28
31
## Support by feature for isolated networks
29
32
You can’t perform that action at this time.
0 commit comments