Improve ObjectScale on dashboard and document management_clients
- Split ObjectScale into UI, S3 API, and SSH tiles on OPS tab - Add docs/objectscale.md explaining 0.0.0.0/0 and lab ports - Dedicated Object Storage row in homepage layout
This commit is contained in:
@@ -27,3 +27,21 @@
|
||||
## Storage
|
||||
|
||||
Single-node lab deployment; block device `/dev/sdb` in storage pool `sp1` per deploy.yml.
|
||||
|
||||
## management_clients: 0.0.0.0/0 explained
|
||||
|
||||
**`0.0.0.0/0` = allow management access from ANY IP address** (no whitelist).
|
||||
|
||||
- Fine for isolated lab VLANs behind firewall
|
||||
- **Not OK** if management port is reachable from office internet or WAN
|
||||
|
||||
**Recommended for ATC lab** (tighten when convenient):
|
||||
|
||||
```yaml
|
||||
management_clients:
|
||||
- 10.0.10.0/24
|
||||
- 10.0.20.0/24
|
||||
- 10.0.21.0/24
|
||||
```
|
||||
|
||||
See [docs/objectscale.md](../../docs/objectscale.md) for ports and S3 consumers.
|
||||
|
||||
Reference in New Issue
Block a user