31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
**Language / Язык:** [English](../seed-profiles.md) | [Русский](seed-profiles.md)
|
||
|
||
# Профили seed
|
||
|
||
Seed атомарно заменяет инвентарь vSphere с детерминированными MOID.
|
||
Определения: [`app/vsphere/profiles.py`](../../app/vsphere/profiles.py).
|
||
|
||
```bash
|
||
make seed # по умолчанию: large (10 hosts / 1000 VMs)
|
||
VSPHERE_PROFILE=small make seed
|
||
VSPHERE_PROFILE=big make seed
|
||
VSPHERE_PROFILE=minimal make seed
|
||
```
|
||
|
||
## Профили
|
||
|
||
| Профиль | Hosts | VMs | Datastores | Networks | Folders† | Content extras |
|
||
|---|---:|---:|---:|---:|---:|---:|
|
||
| `minimal` | 3 | 5 | 1 | 1 | 8 | ×1 |
|
||
| `small` | 3 | 50 | 2 | 2 | 8 | ×1 |
|
||
| `large` (default) | 10 | 1000 | 4 | 4 | 10 | ×2 |
|
||
| `big` | 20 | 2000 | 8 | 8 | 14 | ×4 |
|
||
|
||
† Spine + team folders на крупных тирах.
|
||
|
||
`demo-cluster` = алиас `big`. Reset / unload → `minimal`.
|
||
|
||
## Web UI
|
||
|
||
Панель **DATA** — три карточки (Small / Large / Big) и **Reset to minimal**.
|