Dockerfile of the container that installs BMRA
[kuberef.git] / deploy.env
1 # Define environment variables
2
3 export VENDOR=intel
4 export INSTALLER=bmra
5
6 # Name of host bridge to which the VM is connected to (used for PXE)
7 export BRIDGE=pxebr
8
9 # Jump VM details
10 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
11 export USERNAME=ubuntu
12 export PROJECT_ROOT="/home/ubuntu"
13 export ROOT_PASSWORD="root" # This is used for throubleshooting purposes