summaryrefslogtreecommitdiffstats
path: root/jjb/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-17 12:11:59 -0500
committerTim Rozet <trozet@redhat.com>2016-01-17 12:11:59 -0500
commit020165444629418473749ac2db3c4d1bd888ac3a (patch)
tree156b2f1a967ef2fd412d7ec3474953a4090e50c9 /jjb/apex
parent0bdf5bcfb38b39a4b51ca4fb4971e9d6ce069d19 (diff)
apex: fixes path for network_settings with bm deploy
Change-Id: I2f1216ad46d1385b3133af78104fcc73840911ad Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index ec9173d95..afa46977c 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -662,7 +662,7 @@
if [ -e /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml ]; then
sudo opnfv-deploy -i /root/inventory/pod_settings.yaml \
-d /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml \
- -n /root/network_settings.yaml
+ -n /root/network/network_settings.yaml
else
echo "File does not exist /etc/opnfv-apex/${DEPLOY_SCENARIO}.yaml"
exit 1