fix(proxmox): correct VM node assignments and upgrade CPU to x86-64-v3
- docker-host11, k3s-server11, k3s-agent21 moved from inko01 → aya01 - CPU type x86-64-v2-AES → x86-64-v3 to enable AVX2 (required by vLLM CPU image)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
tags: "{{ proxmox_tags }}"
|
tags: "{{ proxmox_tags }}"
|
||||||
description: "Created via Ansible with cloud-init"
|
description: "Created via Ansible with cloud-init"
|
||||||
boot: "order=scsi0"
|
boot: "order=scsi0"
|
||||||
cpu: "x86-64-v2-AES"
|
cpu: "x86-64-v3"
|
||||||
ciuser: "{{ vm.ciuser }}"
|
ciuser: "{{ vm.ciuser }}"
|
||||||
cipassword: "{{ vm_secrets[proxmox_secrets_prefix + '_' + vm.name.replace('-', '_')] }}"
|
cipassword: "{{ vm_secrets[proxmox_secrets_prefix + '_' + vm.name.replace('-', '_')] }}"
|
||||||
ipconfig:
|
ipconfig:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
vms:
|
vms:
|
||||||
- name: "docker-host11"
|
- name: "docker-host11"
|
||||||
node: "inko01"
|
node: "aya01"
|
||||||
vmid: 411
|
vmid: 411
|
||||||
cores: 2
|
cores: 2
|
||||||
memory: 4096 # in MiB
|
memory: 4096 # in MiB
|
||||||
@@ -68,7 +68,7 @@ vms:
|
|||||||
sshkeys: "{{ pubkey }}"
|
sshkeys: "{{ pubkey }}"
|
||||||
disk_size: 32 # in Gb
|
disk_size: 32 # in Gb
|
||||||
- name: "k3s-server11"
|
- name: "k3s-server11"
|
||||||
node: "inko01"
|
node: "aya01"
|
||||||
vmid: 111
|
vmid: 111
|
||||||
cores: 2
|
cores: 2
|
||||||
memory: 4096 # in MiB
|
memory: 4096 # in MiB
|
||||||
@@ -189,7 +189,7 @@ vms:
|
|||||||
sshkeys: "{{ pubkey }}"
|
sshkeys: "{{ pubkey }}"
|
||||||
disk_size: 128
|
disk_size: 128
|
||||||
- name: "k3s-agent21"
|
- name: "k3s-agent21"
|
||||||
node: "inko01"
|
node: "aya01"
|
||||||
vmid: 221
|
vmid: 221
|
||||||
cores: 2
|
cores: 2
|
||||||
memory: 4096
|
memory: 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user