Updating release name in release notes
[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 # Specific infra engine SHA to avoid fetching latest master changes
15 export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-08325937}
16
17 # Jump VM details
18 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
19 export USERNAME=${USERNAME:-ubuntu}
20 export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}"
21 export ROOT_PASSWORD="root" # This is used for throubleshooting purposes