From e76ca8f200a4902dc21b528a320fea7f70bc857b Mon Sep 17 00:00:00 2001 From: Charly Coueffe <75327499+ccoueffe@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:56:14 +0200 Subject: [PATCH] Update dcnm_resource_manager.py add device in IP_POOL for pool_name: "ROUTER_ID_POOL" { "poolName": "ROUTER_ID_POOL", "scopeType": "Device", "entityName": "9FC431O3ALV", "resource": "1.1.1.181", "scopeValue": "9FC431O3ALV" } --- plugins/modules/dcnm_resource_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/dcnm_resource_manager.py b/plugins/modules/dcnm_resource_manager.py index 5cb774540..a95116eb4 100644 --- a/plugins/modules/dcnm_resource_manager.py +++ b/plugins/modules/dcnm_resource_manager.py @@ -410,7 +410,7 @@ def dcnm_rm_check_resource_params(self, res): "SERVICE_NETWORK_VLAN": ["device"], "TOP_DOWN_VRF_VLAN": ["device"], "TOP_DOWN_NETWORK_VLAN": ["device"], - "IP_POOL": ["fabric", "device_interface"], + "IP_POOL": ["fabric", "device_interface", "device"], "SUBNET": ["link"], } # RESOURCE = {'entity_name': 'l3_vni_fabric', 'pool_type': 'ID', 'pool_name': 'L3_VNI', 'scope_type': 'fabric', 'resource': '101'}