Update VM ID from 201 to 202

- 200: compute-node-01
- 201: production servers
- 202: DevMatrix-Prod (NEW)
- 300-302: development VMs
This commit is contained in:
devmatrix 2026-02-18 13:29:44 +00:00
parent 23af7c3c88
commit 5bd1bff77e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -e set -e
# Configuration - EDIT THESE FOR YOUR ENVIRONMENT # Configuration - EDIT THESE FOR YOUR ENVIRONMENT
VM_ID=201 # Changed from 101 (already exists) VM_ID=202 # DevMatrix Production VM
VM_NAME="DevMatrix-Prod" VM_NAME="DevMatrix-Prod"
VM_IP="192.168.5.211/24" VM_IP="192.168.5.211/24"
VM_GW="192.168.5.1" VM_GW="192.168.5.1"