Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info on status pages #153

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/filesystem_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Filesystem layer](img/filesystem_layer.png)

## CernVM File System
The bottom layer of the EESSI project is the **filesystem layer**,
which is responsible for distributing the software stack.

Expand All @@ -16,4 +17,7 @@ The hierarchical structure with multiple caching layers (Stratum-0, Stratum-1's
For a (basic) introduction to CernVM-FS, see [this presentation](https://www.youtube.com/watch?v=MyYx-xaL36k).

Detailed information about how we configure CVMFS is available at
[https://github.com/EESSI/filesystem-layer](https://github.com/EESSI/filesystem-layer) .
[https://github.com/EESSI/filesystem-layer](https://github.com/EESSI/filesystem-layer).

## EESSI infrastructure
Both the [pilot](repositories/pilot.md) and [production](repositories/software.eessi.io.md), EESSI hosts a CernVM FS Stratum 0 and a number of public Stratum 1 servers. EESSI clients by default connect against the public EESSI CernVM FS Stratum 1 servers. The status of the infrastructure for the pilot repository is displayed [here](http://status.eessi-infra.org/), while for the production repository it is displayed [here](https://status.eessi.io/).
2 changes: 2 additions & 0 deletions docs/repositories/pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,5 @@ sysroot (E) = /cvmfs/pilot.eessi-hpc.org/versions/2021.12/compat/linux
trace (E) = True
zip-logs (E) = bzip2
```
## Infrastructure status
The status of the CernVM FS infrastructure for the pilot repository is shown [here](http://status.eessi-infra.org/).
2 changes: 2 additions & 0 deletions docs/repositories/software.eessi.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ For now, use `module avail` after [initializing the EESSI environment](../using_

See [cpu_targets](../software_layer/cpu_targets.md)

## Infrastructure status
The status of the CernVM FS infrastructure for the production repository is shown [here](https://status.eessi.io/).
Loading