diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-02-09 15:40:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-09 15:40:52 +0000 |
commit | a9d37983b3796adbcd0e2099487b9d14f6484e1d (patch) | |
tree | bfe1289ac98577f2c3df24245a3b293942fd51a4 /ci/deploy.sh | |
parent | 695c4d2d08caf1032645b41746fa92a42cc29edc (diff) | |
parent | 95f0064aa77f83cad3afd04faeb52387c9f66ca8 (diff) |
Merge "[jump] Add simple check for required Linux bridges"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 3 |
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 |