From ed47542253ad4a31af5d64b25a75c0e2d656836a Mon Sep 17 00:00:00 2001 From: Martin Kulhavy Date: Wed, 9 Aug 2017 16:08:40 +0300 Subject: Change the deployment mode from 'nonha' to 'noha' To conform with the OPNFV scenario naming pattern, the mode of the scenario must be either 'ha' or 'noha'. Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188 Signed-off-by: Martin Kulhavy --- ci/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index b0aec737..8491ad45 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -6,7 +6,7 @@ set -ex # Below parameters are the default and we can according the release opnfvsdn=nosdn -opnfvtype=nonha +opnfvtype=noha openstack=ocata opnfvlab=default opnfvrel=e @@ -26,7 +26,7 @@ read_config() { } usage() { echo "Usage: $0 [-s ] - [-t ] + [-t ] [-o ] [-l ] [-f ] -- cgit 1.2.3-korg