From a2429f6bdf105bfbbc92a293f86e1f5a82e6a621 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 5 Sep 2017 20:33:32 +0200 Subject: cleanup: Rename ODL-L3 to ODL, drop ODL-L2 JIRA: FUEL-279 Change-Id: Ia8bed5e09937a1ffd29a15d40f610d4b0c8f0a17 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 72dedfc31..f73fdfc3e 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -78,7 +78,7 @@ $(notify "Input parameters to the build script are:" 2) -l Lab name as defined in the configuration directory, e.g. lf -p POD name as defined in the configuration directory, e.g. pod-1 -s Deployment-scenario, this points to a short deployment scenario name, which - has to be defined in config directory (e.g. os-odl_l2-nofeature-noha). + has to be defined in config directory (e.g. os-odl-nofeature-ha). -S Storage dir for VM images, default is mcp/deploy/images $(notify "Disabled input parameters (not yet supported with MCP):" 3) @@ -98,8 +98,8 @@ Example: $(notify "sudo $(basename "$0") \\ -b file:///home/jenkins/lab-config \\ - -l lf -p pod1 \\ - -s os-odl_l2-nofeature-noha" 2) + -l lf -p pod2 \\ + -s os-odl-nofeature-ha" 2) EOF } -- cgit 1.2.3-korg