bare metal reconfigs
This commit is contained in:
parent
af7f8c8ca0
commit
0b295eac35
1 changed files with 5 additions and 4 deletions
|
@ -82,7 +82,6 @@ nodes:
|
|||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/amd-ucode
|
||||
- siderolabs/qemu-guest-agent
|
||||
installDiskSelector:
|
||||
busPath: /pci0000:00/0000:00:03.1/0000:27:00.0/nvme/nvme0/nvme0n1
|
||||
networkInterfaces:
|
||||
|
@ -115,12 +114,12 @@ nodes:
|
|||
officialExtensions:
|
||||
- siderolabs/amd-ucode
|
||||
installDiskSelector:
|
||||
busPath: /pci0000:00/0000:00:0a.0/virtio2/
|
||||
busPath: /pci0000:00/0000:00:01.3/0000:03:00.1/ata2/host1/target1:0:0/1:0:0:0/
|
||||
networkInterfaces:
|
||||
- interface: eth0
|
||||
dhcp: true
|
||||
- interface: eth1
|
||||
dhcp: false
|
||||
- interface: eth1
|
||||
dhcp: true
|
||||
vlans:
|
||||
- vlanId: 4010
|
||||
mtu: 1450
|
||||
|
@ -131,6 +130,8 @@ nodes:
|
|||
- network: 10.2.0.0/16
|
||||
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||
metric: 2048
|
||||
- interface: eth2
|
||||
dhcp: false
|
||||
# VM on EX44 - Intel Gen 13 (Raptor Lake) - 64GB RAM
|
||||
- hostname: orome
|
||||
disableSearchDomain: true
|
||||
|
|
Reference in a new issue