From fd68deb21fbf1b77af89dca30f1aebc59575db95 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Wed, 14 Feb 2024 08:59:53 +0100 Subject: [PATCH] switches source_redfish 'overwrite_interface_attributes' default to 'False' #370 --- module/sources/check_redfish/config.py | 2 +- settings-example.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/sources/check_redfish/config.py b/module/sources/check_redfish/config.py index 982c46b..4d72931 100644 --- a/module/sources/check_redfish/config.py +++ b/module/sources/check_redfish/config.py @@ -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), ] diff --git a/settings-example.ini b/settings-example.ini index cebe456..b9b45af 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -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: