994a41a6326d6373b8257d3a5c2cdddc8d5a67c9
[kuberef.git] / deploy.env
1 # Define environment variables
2
3 export VENDOR=${VENDOR:-ericsson-pod2}
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