25 lines
723 B
YAML
25 lines
723 B
YAML
# lab-replace.yaml - Single replacement node for cluster lifecycle testing
|
|
#
|
|
# Used in Part 4 of the advanced migration test plan: after evacuating,
|
|
# removing, and destroying incus-adv-03, this config deploys a fresh
|
|
# replacement node that gets joined back into the cluster.
|
|
#
|
|
# Usage:
|
|
# incusos-proxmox --dry-run examples/lab-replace.yaml
|
|
# incusos-proxmox --yes examples/lab-replace.yaml
|
|
# incusos-proxmox --status examples/lab-replace.yaml
|
|
# incusos-proxmox --cleanup examples/lab-replace.yaml
|
|
#
|
|
# Connection settings from proxmox.yaml (see examples/proxmox.yaml.example).
|
|
|
|
defaults:
|
|
memory: 8192
|
|
disk: 50
|
|
start_vmid: 913
|
|
|
|
vms:
|
|
- name: incus-adv-04
|
|
app: incus
|
|
apply_defaults: true
|
|
cores: 4
|