summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-07 17:04:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-07 17:04:01 +0000
commitac7bb381c5376c28b0eeac880af90b50a2801f38 (patch)
treeeb1eae0239bb243c89e6c96ea39c2a0dd3c0acb0 /ci/deploy.sh
parentcde147cf3aec7f79b0a4d2bd60d01c355e5861ec (diff)
parenta2429f6bdf105bfbbc92a293f86e1f5a82e6a621 (diff)
Merge "cleanup: Rename ODL-L3 to ODL, drop ODL-L2"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 3 insertions, 3 deletions
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
}