From 6f42e246e99aa390e9b55c62bb47ef2ef556c2e6 Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Mon, 31 Jul 2017 08:02:26 +0300 Subject: US2765 ACI scanning: Added spine switches and pnics fetching functionality Change-Id: Ifc090b31e3821303b94d7a4efe8f887c47458071 Signed-off-by: Yaron Yogev --- app/config/scanners.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app/config/scanners.json') diff --git a/app/config/scanners.json b/app/config/scanners.json index 3c17918..feaafcb 100644 --- a/app/config/scanners.json +++ b/app/config/scanners.json @@ -225,7 +225,14 @@ "ScanHostPnic": [ { "type": "pnic", - "fetcher": "AciFetchSwitchPnic" + "fetcher": "AciFetchSwitchPnic", + "children_scanner": "ScanSpines" + } + ], + "ScanSpines": [ + { + "type": "pnic", + "fetcher": "AciFetchLeafToSpinePnics" } ], "ScanProject": [ -- cgit 1.2.3-korg