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 812E51FF187 for ; Mon, 22 Sep 2025 11:20:10 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A5AF61624E; Mon, 22 Sep 2025 11:20:28 +0200 (CEST) To: pve-devel@lists.proxmox.com Date: Mon, 22 Sep 2025 11:19:41 +0200 In-Reply-To: <20250922091942.4715-1-lou.lecrivain@orange.fr> References: <20250922091942.4715-1-lou.lecrivain@orange.fr> 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@orange.fr 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] [PATCH pve-docs v6] add documentation for nautobot ipam plugin Content-Type: multipart/mixed; boundary="===============7541546632391810450==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============7541546632391810450== 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 4A80CD3634 for ; Mon, 22 Sep 2025 11:20:27 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3004915EE9 for ; Mon, 22 Sep 2025 11:19:57 +0200 (CEST) Received: from smtp.smtpout.orange.fr (smtp-67.smtpout.orange.fr [80.12.242.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 22 Sep 2025 11:19:56 +0200 (CEST) Received: from localhost ([176.139.8.107]) by smtp.orange.fr with ESMTPA id 0ci5vFURTutQ60ci5vCv7u; Mon, 22 Sep 2025 11:19:50 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1758532790; bh=SLJb/rSn9/XHf4UQZT17LnvMgcVNuzhxUrZnKceu9cI=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=cpc++ExldH9UaHxQJ1yoHQU7tlkeLBBMSevlpWPyUP2unS+QXkU3+3Zrx8VMiXMxd 0mYHFgF1cvDvpn1PkJx2dt5qcTcpGYPcqd4gdHunuLQqTaffRMBsr/FwphqRCC7UH0 SePX9MxHcbjTZf+mlHFOdN9iWvwVhZK7AvL9AjWnVyHUa3MNZxqJ74+6S/o8wWgkvK ugSS8rGjUXtqflruElyZO1VqhEyqPp1RXfrFrVXkRUkVWBfVr+MQzsLiivKksFJRBg Uud/ccIfrM3rt+ZuT6919QFKC2ULuM141VSc5bEB2cP+aBEHeR3Wpfkn7UGWSbcaEk piDqthKh9YuFg== X-ME-Helo: localhost X-ME-Auth: bG91LmxlY3JpdmFpbkBvcmFuZ2UuZnI= X-ME-Date: Mon, 22 Sep 2025 11:19:50 +0200 X-ME-IP: 176.139.8.107 From: lou.lecrivain@orange.fr To: pve-devel@lists.proxmox.com Subject: [PATCH pve-docs v6] add documentation for nautobot ipam plugin Date: Mon, 22 Sep 2025 11:19:41 +0200 Message-ID: <20250922091942.4715-4-lou.lecrivain@orange.fr> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250922091942.4715-1-lou.lecrivain@orange.fr> References: <20250922091942.4715-1-lou.lecrivain@orange.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.648 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_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy FREEMAIL_FROM 0.001 Sender email is commonly abused enduser mail provider RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust RCVD_IN_MSPIKE_H5 -1 Excellent reputation (+5) RCVD_IN_MSPIKE_WL -0.01 Mailspike good senders SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record From: lou lecrivain Co-authored-by: Jonatan Crystall Co-authored-by: Lou Lecrivain Signed-off-by: Hannes Duerr Signed-off-by: Lou Lecrivain --- pvesdn.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pvesdn.adoc b/pvesdn.adoc index 8759691..1ee6896 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -817,6 +817,26 @@ Fingerprint:: The SHA-256 fingerprint of the NetBox API. Can be retrieved with using the default certificate. +[[pvesdn_ipam_plugin_nautobot]] +Nautobot IPAM Plugin +~~~~~~~~~~~~~~~~~~ + +link:https://github.com/nautobot/nautobot[Nautobot] is an open-source IP +Address Management (IPAM) and datacenter infrastructure management (DCIM) tool. + +To integrate Nautobot with {pve} SDN, create an API token in Nautobot as described +here: +https://docs.nautobot.com/projects/core/en/stable/user-guide/platform-functionality/users/token/ + +The Nautobot configuration properties are: + +URL:: The Nautobot REST API endpoint: `http://yournautobot.domain.com/api` + +Token:: An API access token + +Namespace:: Nautobot IP Namespace + + [[pvesdn_ipam_plugin_phpipam]] phpIPAM Plugin ~~~~~~~~~~~~~~ -- 2.47.3 --===============7541546632391810450== 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 --===============7541546632391810450==--