From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 042AB199EB2 for ; Sat, 29 Mar 2025 23:01:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743289304; cv=none; b=fjaXV43abx4doODJo7LunS+Ull2dLY4hWDIqzi9Z0SiqRJJrTWEKaeRKFJpToEzKIWGgArrJqKLKNnUfWIZRYmLfAs5bJAR/pKm5z7GjtHaXWZYiga4cNuR7/+K9Y1UZ7LYuamXJKidABgJ3SUibp7JxALC/SkK4j7hS3m6wbwo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743289304; c=relaxed/simple; bh=ZOWOukvC3yDSp6/3qbwcfMuSx5F+Q2pJyYcTLl1pY7I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Yd0gNJh8tNFvvFtjZHtELe/6Lsu8YiCYs7S1IEADWpZ+ckKVMzdBlVqLv3NhxHYxcNbb3GkQ41S43HdOs/rkxXsCIFt0n4RY2fvobdJcg2iAN6ZSvp54w2yij3Tfj/9W+UJVOcOuKd35uVKNkOfJvLic/i7TDonc0ug/WNh/xAQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=FDlUsP7M; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="FDlUsP7M" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=AAMP9Dp5beN5oRp4edZQs9TnTkOoAkZwxgKW8IeAAzc=; b=FDlUsP7Mne8AOpRhG5D5DgVaky Oxe688KmOF6XOEU9jRDTsc5rmGa1L9x4O5xjVE8YPTviywsUdW7Y3xADO2lt3tp2HGF/D0P7ZIyyi cCf3iSh79dKnaPfci4pddZYOXKOfxW8Zo5dL3dGRmmICUc6vptPhWcDkjfgyOhggMysKRI+gjlify gsNqjW625yprq0ZaLS4TFjUZhxZrU5SV/9vP8DtPuZT6cbW36T0pVzQThdU9/D/lbD1nPUAY8sgnb OKiqv70MZC0eoAv4M7MPYWXjRJK0zqWanFIa1hPVnoj+wVpMynvep0hhygDf6g8CREDz0utd2wZan 2ztVClGA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.1 #2 (Red Hat Linux)) id 1tyfBO-0000000FbIT-1Tj7; Sat, 29 Mar 2025 23:01:42 +0000 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 0/6] debian / libvirt / devconfig fixes Date: Sat, 29 Mar 2025 16:01:35 -0700 Message-ID: <20250329230141.3718282-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Changes on this v2: I only modified this series with 1 small change and the commit log on patch #5 "guestfs: replace ansible group permisison requirement on libvirt system uri" with the changes on here: https://lore.kernel.org/all/Z-h3eTCpRC28eaCm@bombadil.infradead.org/T/#mcdb789863b84ed219ed19eeccac3eb8dcfcca17b That's it. Lemme know if this looks good, I just tested this on a bringup on a shared system. Luis Chamberlain (6): scripts/bringup_guestfs.sh: uninstall unattended-upgrades on debian guests devconfig: ensure unattended-upgrades is not installed on debian libvirt: use consistent pool path variables and use optional yaml output Kconfig: adopt output yaml for KDEVOPS_FIRST_RUN guestfs: replace ansible group permisison requirement on libvirt system uri gen_nodes: ensure kdevops prefix has no dashes Kconfig | 1 + kconfigs/Kconfig.guestfs | 15 ++++ kconfigs/Kconfig.libvirt | 11 ++- .../roles/bringup_guestfs/tasks/main.yml | 76 +++++++++++++++++++ .../tasks/install-deps/debian/main.yml | 22 ++++++ playbooks/roles/gen_nodes/tasks/main.yml | 5 ++ scripts/bringup_guestfs.sh | 6 +- scripts/bringup_vagrant.sh | 2 +- scripts/destroy_guestfs.sh | 2 +- scripts/destroy_vagrant.sh | 2 +- scripts/gen-nodes.Makefile | 6 -- scripts/guestfs.Makefile | 9 +-- scripts/prune_stale_vagrant.sh | 2 +- scripts/vagrant.Makefile | 5 -- 14 files changed, 137 insertions(+), 27 deletions(-) -- 2.47.2