summaryrefslogtreecommitdiffstats
path: root/deploy.env
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.env')
-rw-r--r--deploy.env6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy.env b/deploy.env
index e317a5f..59a5f71 100644
--- a/deploy.env
+++ b/deploy.env
@@ -4,8 +4,14 @@
# Define environment variables
+# Vendor name - some examples are listed under kuberef/hw_config
export VENDOR=${VENDOR:-intel}
+
+# OS to be installed on target hosts
+# Currently centos7 and ubuntu1804 are supported
export DISTRO=${DISTRO:-centos7}
+
+# k8s provisioiner details
export INSTALLER=bmra
export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)