From 52c1866673a82dbaf67c3d73968245c43ac1f13f Mon Sep 17 00:00:00 2001 From: Kevin Newland Date: Tue, 19 Nov 2024 16:44:50 -0600 Subject: [PATCH 1/3] Add modules to runtime.yml It appears some modules cannot take advantage of module_defaults, it appears to be due to them missing in the netbox action group. --- meta/runtime.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index bf338f25..a20a9c40 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -20,6 +20,7 @@ action_groups: - netbox_cluster_group - netbox_cluster_type - netbox_config_context + - netbox_config_template - netbox_console_port - netbox_console_port_template - netbox_console_server_port @@ -28,6 +29,7 @@ action_groups: - netbox_contact_group - netbox_contact_role - netbox_custom_field + - netbox_custom_field_choice_set - netbox_custom_link - netbox_device - netbox_device_bay @@ -53,6 +55,7 @@ action_groups: - netbox_module - netbox_module_bay - netbox_module_type + - netbox_permission - netbox_platform - netbox_power_feed - netbox_power_outlet @@ -78,14 +81,17 @@ action_groups: - netbox_tag - netbox_tenant - netbox_tenant_group + - netbox_token - netbox_tunnel - netbox_tunnel_group + - netbox_user + - netbox_user_group - netbox_virtual_chassis + - netbox_virtual_disk - netbox_virtual_machine - netbox_vlan - netbox_vlan_group - netbox_vm_interface - - netbox_virtual_disk - netbox_vrf - netbox_webhook - netbox_wireless_lan From aba65bdbc582c02b9fa13bcce62e75eb3dbe76df Mon Sep 17 00:00:00 2001 From: Kevin Newland Date: Tue, 19 Nov 2024 17:18:00 -0600 Subject: [PATCH 2/3] changelog-fragment --- changelogs/fragments/1356-add-modules-to-action-groups. | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/1356-add-modules-to-action-groups. diff --git a/changelogs/fragments/1356-add-modules-to-action-groups. b/changelogs/fragments/1356-add-modules-to-action-groups. new file mode 100644 index 00000000..7a610597 --- /dev/null +++ b/changelogs/fragments/1356-add-modules-to-action-groups. @@ -0,0 +1,2 @@ +bugfixes: + - Fixed an isssue with module_default parameter inheritance for modules netbox_config_template, netbox_custom_field_choice_set, netbox_permission, netbox_token, netbox_user, and netbox_user_group. From d3b9609c84af190c53313062a5b952c215d9b312 Mon Sep 17 00:00:00 2001 From: Kevin Newland Date: Wed, 20 Nov 2024 17:29:07 -0600 Subject: [PATCH 3/3] add file extension to change fragement --- ...es-to-action-groups. => 1356-add-modules-to-action-groups.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelogs/fragments/{1356-add-modules-to-action-groups. => 1356-add-modules-to-action-groups.yml} (100%) diff --git a/changelogs/fragments/1356-add-modules-to-action-groups. b/changelogs/fragments/1356-add-modules-to-action-groups.yml similarity index 100% rename from changelogs/fragments/1356-add-modules-to-action-groups. rename to changelogs/fragments/1356-add-modules-to-action-groups.yml