From 7b4235dced0c66096638bebd5cc98a631538b0e1 Mon Sep 17 00:00:00 2001 From: Ilia Abashin Date: Fri, 1 Sep 2017 15:51:52 +0300 Subject: Refactored link finders Mappings are now defined in a configuration file and fetched dynamically. Change-Id: I250c22967fc66fc0aca173d4c9d65581d879b5d2 Signed-off-by: Ilia Abashin --- app/config/link_finders.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/config/link_finders.json (limited to 'app/config') diff --git a/app/config/link_finders.json b/app/config/link_finders.json new file mode 100644 index 0000000..2368333 --- /dev/null +++ b/app/config/link_finders.json @@ -0,0 +1,12 @@ +{ + "finders_package": "discover.link_finders", + "base_finder": "FindLinks", + "link_finders": [ + "FindLinksForInstanceVnics", + "FindLinksForOteps", + "FindLinksForPnics", + "FindLinksForVconnectors", + "FindLinksForVedges", + "FindLinksForVserviceVnics" + ] +} \ No newline at end of file -- cgit 1.2.3-korg