Skip to content

Commit 19f37b2

Browse files
committed
document support for cvmfs_server role
1 parent c4d9254 commit 19f37b2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ansible/roles/compute_init/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

docs/experimental/isolated-clusters.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ network is shown in the table below. Note that:
2020
```
2121

2222
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.
2730
2831
## Support by feature for isolated networks
2932

0 commit comments

Comments
 (0)