summaryrefslogtreecommitdiffstats
path: root/deploy.env
blob: 967bf90aff2d66e93ee909b29cfe9a246fc53185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Define environment variables

export VENDOR=${VENDOR:-intel}
export DISTRO=${DISTRO:-centos7}
export INSTALLER=bmra
export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)

# Deployment type. Supports "full" and "k8s"
export DEPLOYMENT=${DEPLOYMENT:-full}

# Name of host bridge to which the VM is connected to (used for PXE)
export BRIDGE=pxebr

# Jump VM details
export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
export USERNAME=${USERNAME:-ubuntu}
export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}"
export ROOT_PASSWORD="root" # This is used for throubleshooting purposes