mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 07:50:16 -06:00
switches source_redfish 'overwrite_interface_attributes' default to 'False' #370
This commit is contained in:
@@ -68,7 +68,7 @@ class CheckRedfishConfig(ConfigBase):
|
||||
bool,
|
||||
description="""define if existing interface attributes are overwritten with data discovered
|
||||
via check_redfish if False only data which is not preset in NetBox will be added""",
|
||||
default_value=True),
|
||||
default_value=False),
|
||||
|
||||
ConfigOption(**config_option_ip_tenant_inheritance_order_definition),
|
||||
]
|
||||
|
||||
@@ -411,7 +411,7 @@ inventory_file_path = /full/path/to/inventory/files
|
||||
|
||||
; define if existing interface attributes are overwritten with data discovered via
|
||||
; check_redfish if False only data which is not preset in NetBox will be added
|
||||
;overwrite_interface_attributes = True
|
||||
;overwrite_interface_attributes = False
|
||||
|
||||
; define in which order the IP address tenant will be assigned if tenant is undefined.
|
||||
; possible values:
|
||||
|
||||
Reference in New Issue
Block a user