summaryrefslogtreecommitdiffstats
path: root/jjb/fuel
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-05 04:14:16 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-05 04:14:16 +0200
commit77b2f6e934b5bd30d94380712ef1218416594793 (patch)
treec59dc752b8b3809b955a8d4f4fd34c271830cce7 /jjb/fuel
parentcf7cc016686d352da2f2254243eaccfe1ccc7d83 (diff)
fuel-deploy.sh: Drop local_env mechanism
Now that Fuel supports reading bridge names from IDF / determine them based on IP address matching to PDF network, we can drop the mechanism for sourcing "local_env". Change-Id: Ib9fe0ddb2b54b9c5c037a3451cf049323ae7a864 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/fuel')
-rwxr-xr-xjjb/fuel/fuel-deploy.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh
index be4560493..e818d90a3 100755
--- a/jjb/fuel/fuel-deploy.sh
+++ b/jjb/fuel/fuel-deploy.sh
@@ -76,13 +76,6 @@ if [[ "${LAB_CONFIG_URL}" =~ ^(git|ssh):// ]]; then
rm -rf "${LOCAL_CFG}"
git clone --quiet --branch "${BRANCH}" "${LAB_CONFIG_URL}" "${LOCAL_CFG}"
LAB_CONFIG_URL="file://${LOCAL_CFG}"
-
- # Source local_env if present, which contains POD-specific config
- local_env="${LOCAL_CFG}/labs/${LAB_NAME}/${POD_NAME}/fuel/config/local_env"
- if [ -e "${local_env}" ]; then
- echo "-- Sourcing local environment file"
- source "${local_env}"
- fi
fi
# releng wants us to use nothing else but opnfv.iso for now. We comply.