Support Ubuntu 18.04 and 20.04 LTS as target OS
[kuberef.git] / deploy.env
1 # Define environment variables
2
3 export VENDOR=${VENDOR:-intel}
4 export INSTALLER=bmra
5 export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)
6
7 # Deployment type. Supports "full" and "k8s"
8 export DEPLOYMENT=${DEPLOYMENT:-full}
9
10 # Name of host bridge to which the VM is connected to (used for PXE)
11 export BRIDGE=pxebr
12
13 # Jump VM details
14 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
15 export USERNAME=${USERNAME:-ubuntu}
16 export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}"
17 export ROOT_PASSWORD="root" # This is used for throubleshooting purposes