Align license headers with REUSE guidelines
[kuberef.git] / deploy.env
1 # SPDX-FileCopyrightText: 2021 Anuket contributors
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Define environment variables
6
7 export VENDOR=${VENDOR:-intel}
8 export DISTRO=${DISTRO:-centos7}
9 export INSTALLER=bmra
10 export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)
11
12 # Deployment type. Supports "full" and "k8s"
13 export DEPLOYMENT=${DEPLOYMENT:-full}
14
15 # Name of host bridge to which the VM is connected to (used for PXE)
16 export BRIDGE=pxebr
17
18 # Specific infra engine SHA to avoid fetching latest master changes
19 export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-6253131}
20
21 # Jump VM details
22 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
23 export USERNAME=${USERNAME:-ubuntu}
24 export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}"
25 export ROOT_PASSWORD="root" # This is used for throubleshooting purposes