summaryrefslogtreecommitdiffstats
path: root/deploy.env
blob: 994a41a6326d6373b8257d3a5c2cdddc8d5a67c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Define environment variables

export VENDOR=${VENDOR:-ericsson-pod2}
export INSTALLER=bmra

# 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=ubuntu
export PROJECT_ROOT="/home/ubuntu"
export ROOT_PASSWORD="root" # This is used for throubleshooting purposes