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 --- config/deploy/os-odl_l3-nofeature-noha.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) mode change 100644 => 120000 config/deploy/os-odl_l3-nofeature-noha.yaml (limited to 'config/deploy/os-odl_l3-nofeature-noha.yaml') diff --git a/config/deploy/os-odl_l3-nofeature-noha.yaml b/config/deploy/os-odl_l3-nofeature-noha.yaml deleted file mode 100644 index 972b1f85..00000000 --- a/config/deploy/os-odl_l3-nofeature-noha.yaml +++ /dev/null @@ -1,11 +0,0 @@ -global_params: - ha_enabled: false - -deploy_options: - sdn_controller: opendaylight - odl_version: boron - sdn_l3: true - tacker: true - congress: true - sfc: false - vpn: false diff --git a/config/deploy/os-odl_l3-nofeature-noha.yaml b/config/deploy/os-odl_l3-nofeature-noha.yaml new file mode 120000 index 00000000..62220520 --- /dev/null +++ b/config/deploy/os-odl_l3-nofeature-noha.yaml @@ -0,0 +1 @@ +os-odl-nofeature-noha.yaml \ No newline at end of file -- cgit 1.2.3-korg