From 95f0064aa77f83cad3afd04faeb52387c9f66ca8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 7 Feb 2018 02:31:52 +0100 Subject: [jump] Add simple check for required Linux bridges - MaaS requires PXE/admin to be a Linux bridge; - if virtual nodes are present, they should be hooked to a proper Linux bridge for the Public network, but only throw a warning if not (and create a mock public virsh network instead); - if both virtual and baremetal nodes are present, Public bridge is indirectly mandatory (we can't mock it); JIRA: FUEL-339 Change-Id: Idfe99d66c49eadc56cb3d94ca4db3467fb76d388 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') 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 -- cgit 1.2.3-korg