mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(freeipa): move to netinst like it was supposed to be
This commit is contained in:
parent
5aedf63004
commit
53b187dd7e
2 changed files with 5 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
resource "proxmox_virtual_environment_file" "fedora39_netinstall_image" {
|
||||
content_type = "iso"
|
||||
datastore_id = "local"
|
||||
node_name = "reisen"
|
||||
|
||||
source_file {
|
||||
path = "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Server/x86_64/iso/Fedora-Server-dvd-x86_64-39-1.5.iso"
|
||||
}
|
||||
}
|
||||
|
|
@ -102,8 +102,8 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
disk {
|
||||
datastore_id = "local-lvm"
|
||||
file_id = proxmox_virtual_environment_file.fedora39_netinstall_image.id
|
||||
datastore_id = "local-zfs"
|
||||
file_id = "local:iso/Fedora-Server-netinst-x86_64-39-1.5.iso"
|
||||
interface = "scsi0"
|
||||
}
|
||||
|
||||
|
|
@ -116,6 +116,7 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
initialization {
|
||||
datastore_id = "local-zfs"
|
||||
ip_config {
|
||||
ipv4 {
|
||||
address = "dhcp"
|
||||
|
|
@ -135,6 +136,7 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
tpm_state {
|
||||
datastore_id = "local-zfs"
|
||||
version = "v2.0"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue