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