Skip to content

Commit

Permalink
switches source_redfish 'overwrite_interface_attributes' default to '…
Browse files Browse the repository at this point in the history
…False' #370
  • Loading branch information
bb-Ricardo committed Feb 14, 2024
1 parent d8f2208 commit fd68deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/sources/check_redfish/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self):
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),
]
Expand Down
2 changes: 1 addition & 1 deletion settings-example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd68deb

Please sign in to comment.