summaryrefslogtreecommitdiffstats
path: root/deploy.env
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.env')
-rw-r--r--deploy.env12
1 files changed, 1 insertions, 11 deletions
diff --git a/deploy.env b/deploy.env
index 71a951a..602dfd8 100644
--- a/deploy.env
+++ b/deploy.env
@@ -7,16 +7,6 @@ export INSTALLER=bmra
export BRIDGE=pxebr
# Jump VM details
-export VM_NAME=kuberef-jump
+export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
export USERNAME=ubuntu
export PROJECT_ROOT="/home/ubuntu"
-
-# Network configuration details of PXE interface in VM
-export PXE_IF=ens4
-export PXE_IF_IP=10.10.190.211
-export PXE_IF_MAC=52:54:00:4a:e8:2d
-export NETMASK=255.255.255.0
-
-# IPs of the provisioned nodes
-export MASTER_IP=10.10.190.202
-export WORKER_IP=10.10.190.203