diff options
author | Yaron Yogev <yaronyogev@gmail.com> | 2017-07-31 08:02:26 +0300 |
---|---|---|
committer | Yaron Yogev <yaronyogev@gmail.com> | 2017-07-31 08:59:46 +0300 |
commit | 6f42e246e99aa390e9b55c62bb47ef2ef556c2e6 (patch) | |
tree | ad79ee9e4712953be6da134987da7383557ce15b /app/config | |
parent | c22d277cf90c31b54e5b9f94cee38f7cddedcdc1 (diff) |
US2765 ACI scanning:
Added spine switches and pnics fetching functionality
Change-Id: Ifc090b31e3821303b94d7a4efe8f887c47458071
Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/scanners.json | 9 |
1 files changed, 8 insertions, 1 deletions
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": [ |