From 9d51c29acfb81ae16c72a1675d7b021d032dbdfb Mon Sep 17 00:00:00 2001 From: yayogev Date: Fri, 11 Aug 2017 00:35:14 +0300 Subject: US2853 rename pnic to host_pnic & switch_pnic fixed clique finder to work with switch-switch link type Change-Id: I4f815f77e6b4ea36669dfb58bb5f5e914fe3e1ac Signed-off-by: yayogev --- app/config/scanners.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/config') diff --git a/app/config/scanners.json b/app/config/scanners.json index feaafcb..fa65891 100644 --- a/app/config/scanners.json +++ b/app/config/scanners.json @@ -211,7 +211,7 @@ ], "ScanPnicsRoot": [ { - "type": "pnic", + "type": "host_pnic", "environment_condition": { "mechanism_drivers": [ "OVS", @@ -224,14 +224,14 @@ ], "ScanHostPnic": [ { - "type": "pnic", + "type": "switch_pnic", "fetcher": "AciFetchSwitchPnic", "children_scanner": "ScanSpines" } ], "ScanSpines": [ { - "type": "pnic", + "type": "switch_pnic", "fetcher": "AciFetchLeafToSpinePnics" } ], @@ -359,7 +359,7 @@ ], "ScanVppPnicsRoot": [ { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "environment_condition": { "mechanism_drivers": "VPP" -- cgit 1.2.3-korg