Add Ansible storage role for NVMe setup and Longhorn dual-disk config
Automates LV expansion, NVMe mount, and Longhorn node disk tagging (hdd/nvme) via Ansible instead of Kustomize-managed manifests.
This commit is contained in:
7
infra/ansible/inventory/host_vars/catherby.yaml
Normal file
7
infra/ansible/inventory/host_vars/catherby.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
node_labels:
|
||||
- topology.kubernetes.io/zone=rack1
|
||||
- node.kubernetes.io/instance-type=nuc
|
||||
|
||||
# NVMe partition UUID (Samsung 980 Pro 1TB, partition 3)
|
||||
nvme_partition_uuid: "65246002-2f17-4f55-add4-a6441d484ecc"
|
||||
Reference in New Issue
Block a user