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:
parent
23af7c3c88
commit
5bd1bff77e
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue