diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-08 17:44:20 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-08 17:44:20 -0500 |
commit | decf6fd40994946ff39d8d50910d8e146e87b894 (patch) | |
tree | 3069b72b206562a504ee1f3283f9573c646866e6 /jjb/apex/apex-snapshot-create.sh | |
parent | a78118c5760c8653fe074342202dca8ac4ddf8dd (diff) |
Apex: adds host route for csit jobs
This route will let functest container access floating IPs on the
overcloud when virtual deployments are used.
Change-Id: I9c63239d4d224a141538e9d6f203f4902fe8752e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex-snapshot-create.sh')
-rw-r--r-- | jjb/apex/apex-snapshot-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-snapshot-create.sh b/jjb/apex/apex-snapshot-create.sh index 5725ac641..4647e0670 100644 --- a/jjb/apex/apex-snapshot-create.sh +++ b/jjb/apex/apex-snapshot-create.sh @@ -35,7 +35,7 @@ popd > /dev/null echo "Gathering introspection information" git clone https://gerrit.opnfv.org/gerrit/sdnvpn.git pushd sdnvpn/odl-pipeline/lib > /dev/null -./tripleo_introspector.sh --out-file ${tmp_dir}/node.yaml +sudo ./tripleo_introspector.sh --out-file ${tmp_dir}/node.yaml popd > /dev/null echo "Shutting down nodes" |