From 6afb7794346307c9f276b49796c43e99c4fba604 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 29 Mar 2017 12:32:45 -0400 Subject: Euphrates Docs update w odl scenario name cleanups - updating docs to reference Euphrates - removing the odl_l2-nofeature scenario, it's obsolete - renameing odl_l3 to odl, it's default for odl now - adding symlinks to files to _l3 files so CI doesn't break will remote those once CI is updated to use new names Change-Id: I9f2646fc5dac443042c5f4be8cca7d2df5dca663 Signed-off-by: Dan Radez --- contrib/simple_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh index a9d1473a..f31db3e2 100644 --- a/contrib/simple_deploy.sh +++ b/contrib/simple_deploy.sh @@ -14,6 +14,6 @@ make overcloud-opendaylight popd pushd $apex_home/ci echo "All further output will be piped to $PWD/nohup.out" -(nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl_l3-nofeature-noha.yaml &) +(nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl-nofeature-noha.yaml &) tail -f nohup.out popd -- cgit 1.2.3-korg