X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.env;h=59a5f7150e9a20f597565fa8f14baa1a73980b48;hb=c38ceb59de7f5085948395c6e8c87b5eecdd02ca;hp=967bf90aff2d66e93ee909b29cfe9a246fc53185;hpb=92ff19c63d31deb2612800828ab09e5749e12476;p=kuberef.git diff --git a/deploy.env b/deploy.env index 967bf90..59a5f71 100644 --- a/deploy.env +++ b/deploy.env @@ -1,7 +1,17 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + # 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) @@ -11,6 +21,9 @@ export DEPLOYMENT=${DEPLOYMENT:-full} # Name of host bridge to which the VM is connected to (used for PXE) export BRIDGE=pxebr +# Specific infra engine SHA to avoid fetching latest master changes +export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-6253131} + # Jump VM details export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name) export USERNAME=${USERNAME:-ubuntu}