X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.env;h=52382619b45bc5d2b7db1ad986c12b2ec9a49eb4;hb=5d28b70edce08ee912c433386599424f8202f303;hp=994a41a6326d6373b8257d3a5c2cdddc8d5a67c9;hpb=e34b4d93d5e288bdbb5ec798602ea5e8f1bc3985;p=kuberef.git diff --git a/deploy.env b/deploy.env index 994a41a..5238261 100644 --- a/deploy.env +++ b/deploy.env @@ -3,11 +3,14 @@ export VENDOR=${VENDOR:-ericsson-pod2} export INSTALLER=bmra +# Deployment type. Supports "full" and "k8s" +export DEPLOYMENT=${DEPLOYMENT:-full} + # 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 USERNAME=${USERNAME:-ubuntu} +export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}" export ROOT_PASSWORD="root" # This is used for throubleshooting purposes