mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
cosmetic
This commit is contained in:
19
proxmox/README.md
Normal file
19
proxmox/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Proxmox
|
||||
|
||||
## Agenda
|
||||
|
||||
* create VM config in directory `/etc/pve/qemu-server/VMID.conf`
|
||||
* allow cloud-init on VM
|
||||
* prepare network config
|
||||
* upload user-data (talos machine config) to the Proxmox host
|
||||
* upload meta-data to the Proxmox host
|
||||
|
||||
Result VM config:
|
||||
|
||||
```yaml
|
||||
# /etc/pve/qemu-server/VMID.conf
|
||||
cpu: host
|
||||
cicustom: user=local:snippets/VMID.yaml,meta=local:snippets/VMID.meta
|
||||
ipconfig0: ...
|
||||
net0: ...
|
||||
```
|
||||
@@ -83,7 +83,7 @@ VM network config:
|
||||
```config
|
||||
# /etc/pve/qemu-server/ID.conf
|
||||
net0: virtio=81:0B:E8:85:D2:F1,bridge=vmbr0,firewall=1
|
||||
ipconfig0: ip=192.168.0.11/24,gw=192.168.0.1,ip6=a:b:c:d:8100b:e8ff:fe85:d2f1/64,gw6=a:b:c:d:8100::2
|
||||
ipconfig0: ip=192.168.0.11/24,gw=192.168.0.1,ip6=a:b:c:d:810b:e8ff:fe85:d2f1/64,gw6=a:b:c:d:8100::2
|
||||
```
|
||||
|
||||
IPv6 looks like SLAAC does, but it is static here.
|
||||
|
||||
Reference in New Issue
Block a user