na_ontap_gather_facts: Add gather subset system_node_info (#54161)

* Add gather subset system_node_info

* Fix continuation line
pull/4420/head
Matthias 2019-04-11 16:34:40 +02:00 committed by Jake Jackson
parent d55e3ad0b8
commit 1a7fed9b68
1 changed files with 10 additions and 0 deletions

View File

@ -268,6 +268,16 @@ class NetAppONTAPGatherFacts(object):
'kwargs': {},
'min_version': '0',
},
'system_node_info': {
'method': self.get_generic_get_iter,
'kwargs': {
'call': 'system-node-get-iter',
'attribute': 'node-details-info',
'field': 'node',
'query': {'max-records': '1024'},
},
'min_version': '0',
},
# supported in ONTAP 9.4 and onwards
'nvme_info': {
'method': self.get_generic_get_iter,