summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-09 15:40:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-09 15:40:52 +0000
commita9d37983b3796adbcd0e2099487b9d14f6484e1d (patch)
treebfe1289ac98577f2c3df24245a3b293942fd51a4 /ci
parent695c4d2d08caf1032645b41746fa92a42cc29edc (diff)
parent95f0064aa77f83cad3afd04faeb52387c9f66ca8 (diff)
Merge "[jump] Add simple check for required Linux bridges"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index e962ddd1d..ed438324b 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -325,6 +325,9 @@ for ((i = 0; i < ${#BR_NAMES[@]}; i++)); do
done
notify "[NOTE] Using bridges: ${OPNFV_BRIDGES[*]}" 2
+# Jumpserver prerequisites check
+jumpserver_check_requirements "${virtual_nodes[*]}" "${OPNFV_BRIDGES[@]}"
+
# Infra setup
if [ ${DRY_RUN} -eq 1 ]; then
notify "[NOTE] Dry run, skipping all deployment tasks" 2