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
7373| filesystems.yml | manila | All functionality | No [ 5] |
7474| filesystems.yml | lustre | All functionality | Yes |
7575| extras.yml | basic_users | All functionality [ 6] | No |
76+ | extras.yml | cvmfs_server | Not relevant for compute nodes | n/a |
7677| extras.yml | eessi | All functionality [ 7] | No |
7778| extras.yml | cuda | None required - use image build | Yes [ 8] |
7879| 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:
2020 ```
2121
22222. 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.
2730
2831## Support by feature for isolated networks
2932
You can’t perform that action at this time.
0 commit comments