|
1 | | -# Copyright 2025 Canonical Ltd. |
| 1 | +# Copyright 2025-2026 Canonical Ltd. |
2 | 2 | # See LICENSE file for licensing details. |
3 | 3 |
|
4 | 4 | name: lustre-server-proxy |
5 | 5 | type: charm |
6 | 6 | title: Lustre Server Proxy |
7 | | -summary: Charmed Lustre server for non-charmed Lustre storage appliances. |
| 7 | +summary: Charmed operator for proxying access to an uncharmed Lustre filesystem. |
8 | 8 | description: | |
9 | | - Charmed Lustre server for non-charmed Lustre storage appliances. |
| 9 | + As part of Charmed HPC, this charm deploys and manages a Lustre server proxy |
| 10 | + that exposes non-charmed Lustre storage appliances as Charmed filesystems. It |
| 11 | + bridges external Lustre clusters by providing connection details and filesystem |
| 12 | + information, enabling Charmed HPC workloads to mount non-charmed Lustre shares. |
10 | 13 |
|
11 | | - Enable Lustre Client charms to mount non-charmed Lustre shares. |
| 14 | + This charm integrates with the filesystem-client charm to provide mount |
| 15 | + information for Lustre shares to workload charms. |
| 16 | +
|
| 17 | + See the following how-to in Charmed HPC's documentation for more information about |
| 18 | + how the lustre-server-proxy charm is used in Charmed HPC: |
| 19 | +
|
| 20 | + - [How to deploy a shared filesystem](https://ubuntu.com/hpc/docs/latest/howto/deploy/deploy-shared-filesystem/#how-to-deploy-a-shared-filesystem) |
| 21 | +
|
| 22 | + For more information about Charmed HPC, view the |
| 23 | + [full documentation](https://ubuntu.com/hpc/docs/latest). |
12 | 24 | links: |
| 25 | + contact: https://matrix.to/#/#hpc:ubuntu.com |
| 26 | + documentation: https://ubuntu.com/hpc/docs/latest |
| 27 | + website: https://ubuntu.com/hpc |
13 | 28 | source: |
14 | | - - https://github.com/canonical/filesystem-charms |
| 29 | + - https://github.com/canonical/filesystem-charms |
15 | 30 | issues: |
16 | | - - https://github.com/canonical/filesystem-charms/issues |
| 31 | + - https://github.com/canonical/filesystem-charms/issues |
17 | 32 |
|
18 | 33 | platforms: |
19 | 34 | ubuntu@26.04:amd64: |
|
0 commit comments