diff options
author | xudan16 <xudan16@huawei.com> | 2022-03-01 15:21:56 +0800 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2022-03-15 16:23:03 +0000 |
commit | 247f31321890180dca6f2300b7b065c70a0b7132 (patch) | |
tree | 7970eda734f1892bb385e5550cbfd235cd6fc34f /deploy.env | |
parent | 446636ba4edea0d3842d32e6854b3ab16c446410 (diff) |
Update deployment guide doc
After trying to deploy with vms, find some errors and additional
requirements that need to be added into the deployment guide.
Also add some minor updates in function.sh.
Signed-off-by: xudan16 <xudan16@huawei.com>
Change-Id: I91f1d4efb28178c79d6a68f011da2b165633f345
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73233
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Reviewed-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
Reviewed-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'deploy.env')
-rw-r--r-- | deploy.env | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,3 +29,6 @@ export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name) export USERNAME=${USERNAME:-ubuntu} export PROJECT_ROOT="${PROJECT_ROOT:-/home/ubuntu}" export ROOT_PASSWORD="root" # This is used for throubleshooting purposes + +# Set to true to show more detailed debug level logs +export DEBUG=false |