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