added services vm to repoasdsdasd
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
@@ -35,8 +35,9 @@ resource "proxmox_virtual_environment_vm" "infra" {
|
|||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
size = 30
|
size = 50
|
||||||
ssd = true
|
ssd = true
|
||||||
|
discard = "ignore"
|
||||||
iothread = true
|
iothread = true
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ resource "proxmox_virtual_environment_vm" "services" {
|
|||||||
acpi = true
|
acpi = true
|
||||||
vm_id = "114"
|
vm_id = "114"
|
||||||
machine = "q35"
|
machine = "q35"
|
||||||
name = "services"
|
# name = "services"
|
||||||
node_name = "proxmox"
|
# node_name = "proxmox"
|
||||||
scsi_hardware = "virtio-scsi-pci"
|
scsi_hardware = "virtio-scsi-pci"
|
||||||
started = true
|
started = true
|
||||||
tablet_device = false
|
tablet_device = false
|
||||||
@@ -38,6 +38,7 @@ resource "proxmox_virtual_environment_vm" "services" {
|
|||||||
size = 30
|
size = 30
|
||||||
ssd = true
|
ssd = true
|
||||||
iothread = true
|
iothread = true
|
||||||
|
discard = "ignore"
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user