X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.env;h=85641ce0a2841e8a62efc575ede646fc60d2179a;hb=8ca0501949b3085ccae8fe7a0715cd9f07600804;hp=71a951a186a60d774516b868c5b00921acced92a;hpb=af104f92b348c51e20f5fbf3be78f532864804ab;p=kuberef.git diff --git a/deploy.env b/deploy.env index 71a951a..85641ce 100644 --- a/deploy.env +++ b/deploy.env @@ -1,22 +1,17 @@ # Define environment variables -export VENDOR=intel +export VENDOR=${VENDOR:-intel} export INSTALLER=bmra +export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile) + +# Deployment type. Supports "full" and "k8s" +export DEPLOYMENT=${DEPLOYMENT:-full} # Name of host bridge to which the VM is connected to (used for PXE) export BRIDGE=pxebr # Jump VM details -export VM_NAME=kuberef-jump -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 +export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name) +export USERNAME=${USERNAME:-ubuntu} +export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}" +export ROOT_PASSWORD="root" # This is used for throubleshooting purposes