Track MEV multi-chain rollout validation and cutover
This commit is contained in:
@@ -18,7 +18,7 @@ source "${PROJECT_ROOT}/config/ip-addresses.conf" 2>/dev/null || true
|
||||
|
||||
PROXMOX_HOST="${PROXMOX_HOST:-${PROXMOX_HOST_R630_04:-192.168.11.14}}"
|
||||
VMID="${MEV_CONTROL_BACKEND_VMID:-2421}"
|
||||
IP_CT="${MEV_CONTROL_BACKEND_IP:-192.168.11.219}"
|
||||
IP_CT="${MEV_CONTROL_BACKEND_IP:-192.168.11.223}"
|
||||
HOSTNAME_CT="${MEV_CONTROL_BACKEND_HOSTNAME:-mev-control-backend}"
|
||||
TEMPLATE_CT="${TEMPLATE:-local:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst}"
|
||||
STORAGE="${STORAGE:-local-lvm}"
|
||||
@@ -71,4 +71,3 @@ ssh $SSH_OPTS "root@${PROXMOX_HOST}" "pct exec ${VMID} -- bash -lc \"set -euo pi
|
||||
echo ""
|
||||
echo "✅ Backend CT ${VMID} ready at ${IP_CT}"
|
||||
echo " Next: deploy the MEV stack inside the CT and point CT 2410 /api to http://${IP_CT}:9090"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user