diff options
author | yayogev <yaronyogev@gmail.com> | 2017-08-11 00:35:14 +0300 |
---|---|---|
committer | yayogev <yaronyogev@gmail.com> | 2017-08-11 00:35:14 +0300 |
commit | 9d51c29acfb81ae16c72a1675d7b021d032dbdfb (patch) | |
tree | a815ba52d062fb37c33e6ac99cfb3a6ae11a514a /app/config | |
parent | 2414c92d87a4b807d8480328681ef066ba08e305 (diff) |
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 <yaronyogev@gmail.com>
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/scanners.json | 8 |
1 files changed, 4 insertions, 4 deletions
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" |