From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id A9EFB1FF13F for ; Thu, 07 May 2026 04:26:32 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 66CCC5C6C; Thu, 7 May 2026 04:26:30 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com, Christoph Heiss Subject: partially-applied: [PATCH datacenter-manager/installer/proxmox/yew-comp v4 00/40] add auto-installer integration Date: Thu, 7 May 2026 04:25:35 +0200 Message-ID: <177812073052.1963138.10490277549193618293.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260430124712.1614305-1-c.heiss@proxmox.com> References: <20260430124712.1614305-1-c.heiss@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1778120645684 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.122 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: BAZWYX4HMOZWLOQVSJWVHR4DOGZSMEPH X-Message-ID-Hash: BAZWYX4HMOZWLOQVSJWVHR4DOGZSMEPH X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 30 Apr 2026 14:46:29 +0200, Christoph Heiss wrote: > This series adds integration with our automated installer [0] for all > our products. With this, Proxmox Datacenter Manager can be used for > serving answer files via HTTPS in an automated fashion. > > It provides three panels under the "Automated Installations" tab in the > "Remotes" menu: > > [...] Applied now also the installer part, thanks! [01/16] install: iso env: use JSON boolean literals for product config commit: 2d523e97650442d2468421cd905aeeaf9f129f40 [02/16] common: http: allow passing custom headers to post() commit: b497a385e492f2db0fe906169c195065d0fd469a [03/16] common: http: retrieve error message from body on post() commit: f1b42899c18384c223176c3d6334867725e9a275 [04/16] common: options: move regex construction out of loop commit: b37b94abce14c15df8e5f2c1cdac174ae83d120d [05/16] assistant: support adding an authorization token for HTTP-based answers commit: 942baf697ebeca239c914ccc2411508b218c7f93 [06/16] post-hook: run cargo fmt commit: 9b7cb8211745039632f82a89c716e34840f5ffc1 [07/16] tree-wide: used moved `Fqdn` type to proxmox-network-types commit: f8677e236aa1564e5f790cc389ca612235b076eb [08/16] tree-wide: use `Cidr` type from proxmox-network-types commit: baee6ef6d98228b407b6a22b74f4fbfc1e09863c [09/16] tree-wide: switch to filesystem types from proxmox-installer-types commit: 02f9ef5bcac79be0b5eadd6da13fb0fa5f76c707 [10/16] auto: sysinfo: switch to types from proxmox-installer-types commit: a4a2d98247dea289f24a256364a32d9c9bcd8b55 [11/16] fetch-answer: switch to types from proxmox-installer-types commit: 7eb6a1fd8986e7134b698d97d12d54a23fd3e24d [12/16] fetch-answer: http: prefer json over toml for answer format commit: 72bac6a4655e97d3bbc930b8522c75d7edb71b89 [13/16] fetch-answer: send auto-installer HTTP authorization token if set commit: 709ce78923b60e23b13c0938b4cb251565586e89 [14/16] fetch-answer: print full error messages when fetching failed commit: e5119535c647132262c4809fc6e191c7ec2cffee [15/16] tree-wide: switch out `Answer` -> `AutoInstallerConfig` types commit: a1f466488fd754f245ea67355014895766b90c4b [16/16] auto: drop now-dead answer file definitions commit: 174fa9ee87065001455d2f1d3c879c451025b88e