From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id C81BF1FF15C for ; Wed, 27 Nov 2024 17:27:24 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 557631B1E8; Wed, 27 Nov 2024 17:27:24 +0100 (CET) To: pve-devel@lists.proxmox.com Date: Wed, 27 Nov 2024 17:17:47 +0100 MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: Lou Lecrivain via pve-devel Precedence: list Cc: Lou Lecrivain X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Proxmox VE development discussion List-Help: Subject: [pve-devel] SPAM: [PATCH pve-network 00/16] add support for Nautobot IPAM Content-Type: multipart/mixed; boundary="===============6309301273664297375==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============6309301273664297375== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 47AD0CAF43 for ; Wed, 27 Nov 2024 17:27:23 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2FDC21B1C1 for ; Wed, 27 Nov 2024 17:27:23 +0100 (CET) Received: from smtp.smtpout.orange.fr (smtp-17.smtpout.orange.fr [80.12.242.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 27 Nov 2024 17:27:21 +0100 (CET) Received: from localhost ([176.139.8.107]) by smtp.orange.fr with ESMTPA id GKk6teaeJNWOBGKk6ti1cw; Wed, 27 Nov 2024 17:18:19 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1732724299; bh=ItzjUJBDf5ZpFgS3/qaPfsFHt69ylBlrHcqjDJbGSIw=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=nc4Zfb6hBjN8rzVBQMTDAjZSNwPdNRKtcWt78ikH1IWknOxhTC6EEDOHdFLfsZvaz QZht2QmR7ZUZFQuppSZKlH4PxccL9bjYXl9RIKegjS8aUjUEgBP5PV97HPyyIB65p1 LWqxraM3RvSwLIDPRs34gGx+rWoVO9GUdm5A6JyBtM2RfyCd27HlxQGEDWOkNJNBlh Zzggf+0hRNPqABO8yriw8oB7OZKccdUTOAS8ORV2gqebt935mulikmuQ/7PSk7lOfN Yw5oJKO7S1y3ktT+iAGLepopboRxPoCDbjMSwiEGW4JFlglMr/aS8xmmLWqcMhr+kp Pcyz8Mg8ljibQ== X-ME-Helo: localhost X-ME-Auth: bG91LmxlY3JpdmFpbkBvcmFuZ2UuZnI= X-ME-Date: Wed, 27 Nov 2024 17:18:19 +0100 X-ME-IP: 176.139.8.107 From: Lou Lecrivain To: pve-devel@lists.proxmox.com subject: SPAM: [PATCH pve-network 00/16] add support for Nautobot IPAM Date: Wed, 27 Nov 2024 17:17:47 +0100 Message-Id: <20241127161803.8866-1-lou.lecrivain@wdz.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 4 AWL 0.000 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_REJECT 0.1 DMARC reject policy FREEMAIL_FORGED_FROMDOMAIN 0.001 2nd level domains in From and EnvelopeFrom freemail headers are different FREEMAIL_FROM 0.001 Sender email is commonly abused enduser mail provider HEADER_FROM_DIFFERENT_DOMAINS 0.001 From and EnvelopeFrom 2nd level mail domains are different KAM_DMARC_REJECT 6 DKIM has Failed or SPF has failed on the message and the domain has a DMARC reject policy RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust RCVD_IN_MSPIKE_H3 0.001 Good reputation (+3) RCVD_IN_MSPIKE_WL 0.001 Mailspike good senders SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record This patch series introduce support for Nautobot as an IPAM. Please note that: - Some stuff could still be refined, in my opinion. I would be happy to receive some comments, as I'm a Perl beginner. - Test code has not been written *yet*. - Nautobot itself has some restrictions, for instance it does not support IP ranges. So I had to hack around this a bit. I'd be happy to only do prefix allocations, if that's possible. MfG -- Lou Lecrivain, WDZ GmbH Lou Lecrivain (16): ipam: nautobot support initial commit ipam: add Nautobot plugin sources to Makefile ipam: change verify URL (now common to Nautobot and Netbox) ipam: nautobot: add verification for ipam namespace plugin parameter ipam: nautobot: fix on_update_hook for NautobotPlugin ipam: nautobot: add default active status check ipam: nautobot: fix typo ipam: nautobot: 1st working "add subnet" and "add ip" ipam: nautobot: simplify query ipam: nautobot: api endpoint change no longer needed ipam: nautobot: add update_ip sub ipam: nautobot: add get ips for mac function ipam: nautobot: 1st draft for allocating ip in dhcp range ipam: nautobot: hacky ip range support ipam: nautobot: implement plain prefix allocation (without ranges) ipam: nautobot: add word of warning for dhcp range support src/PVE/API2/Network/SDN/Ipams.pm | 1 + src/PVE/Network/SDN/Ipams.pm | 3 + src/PVE/Network/SDN/Ipams/Makefile | 2 +- src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 263 ++++++++++++++++++++ 4 files changed, 268 insertions(+), 1 deletion(-) create mode 100644 src/PVE/Network/SDN/Ipams/NautobotPlugin.pm -- 2.39.5 --===============6309301273664297375== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============6309301273664297375==--