Fix bugs with preflight check and DPDK dependency
[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 # Vendor name - some examples are listed under kuberef/hw_config
8 export VENDOR=${VENDOR:-intel}
9
10 # OS to be installed on target hosts
11 # Currently centos7 and ubuntu1804 are supported
12 export DISTRO=${DISTRO:-centos7}
13
14 # k8s provisioiner details
15 export INSTALLER=bmra
16 export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)
17
18 # Deployment type. Supports "full" and "k8s"
19 export DEPLOYMENT=${DEPLOYMENT:-full}
20
21 # Name of host bridge to which the VM is connected to (used for PXE)
22 export BRIDGE=pxebr
23
24 # Specific infra engine SHA to avoid fetching latest master changes
25 export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-6253131}
26
27 # Jump VM details
28 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
29 export USERNAME=${USERNAME:-ubuntu}
30 export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}"
31 export ROOT_PASSWORD="root" # This is used for throubleshooting purposes