Add working provisioning and configuration for MS SQL data warehouse

This commit is contained in:
2026-03-16 13:29:55 +01:00
parent 2eeffc604a
commit ee04f1ff1a
23 changed files with 1100 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
proxmox_endpoint = "https://proxmox.example.local:8006/api2/json"
proxmox_insecure = true
proxmox_api_token = "packer@pve!packer=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
proxmox_ssh_user = "root"
proxmox_ssh_password = "changeme"
proxmox_ssh_agent = false
node_name = "pve"
vm_id = 200
name = "SMSSQLDW1P"
init_ipv4_address = "10.0.0.100/24"
init_ipv4_gateway = "10.0.0.1"
init_dns_servers = ["10.0.0.2", "10.0.0.3"]
admin_password = "ChangeMe-StrongPassword!"
cpu_cores = 4
memory_dedicated = 16384
disk_size = 80
disk_datastore = "local-lvm"
data_disk_size = 80
data_disk_datastore = "local-lvm"
network_bridge = "vmbr0"
cloud_init_datastore = "local-lvm"
clone_vm_id = 1002