diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-05 20:33:32 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-05 20:42:44 +0200 |
commit | a2429f6bdf105bfbbc92a293f86e1f5a82e6a621 (patch) | |
tree | d94f95970d7c785024e298c40851172a5a132ec1 /ci/deploy.sh | |
parent | f26e94914200be045abfd10d63d7120e9e0f6145 (diff) |
cleanup: Rename ODL-L3 to ODL, drop ODL-L2
JIRA: FUEL-279
Change-Id: Ia8bed5e09937a1ffd29a15d40f610d4b0c8f0a17
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 6 |
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 } |