From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 EF1022D8DC8 for ; Wed, 10 Sep 2025 19:38:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757533132; cv=none; b=VAgpGCo9wDWhQ52yFgAj/zGNCqkFDWK5Y+EhOILj6NIB6xlfDHaF9geegWqcXXT08za/SKyYzXnLnB80rcsE0MJthrZWeAip82cz50CVDfhlDx/tjeLJfV6UlnTit11LKV+chL1Oo7wE0JWO9cO62EgGCtE1tfYrN806ffqZiDg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757533132; c=relaxed/simple; bh=U3XyIkGRYv0marfIoElu/Q1kBOb/cShSNWRxqCuXICI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=izwdBjqAK+UPlS5oP+TV2KUtmvxXeViuKesQl6F0wva042bMPPBAZf96Ubegjdr4pYT1XxVARsyYUy/dYzYVpA3Yl52namabdtexjy6KeXAjaNlcxAQZZWSwzbFq64a4VlCmCKEFUxZxozWRQ5lAn4oSnLETE7O5oQqI+++LOWw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=A9lqkobp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="A9lqkobp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB54CC4CEEB; Wed, 10 Sep 2025 19:38:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757533131; bh=U3XyIkGRYv0marfIoElu/Q1kBOb/cShSNWRxqCuXICI=; h=From:To:Cc:Subject:Date:From; b=A9lqkobpHMh85ku7qFtYzr1BBT4KEsMZL+PccAnmMh7RYQG2Qa++kRjPO0wjAK0+3 /44S/oPHOwS9S2bEbJqK8oxy1T+df3zpnKRVDjf3/gfpbKTqBQP0y7jRY22eyHVOjU 5eSoxeUjwFCm+1r7Zf5QUuTK3wzKc2hJv9A3ln3FOo7SfD/JBnLnRuHzwXVHo8TCeB 9aGqoAMjV+xuoLAcr6FyfQRepn/Q5udgyAmfY1dR0RgTpfcDm+hdTqSBGPEUOfzwVx DrVObDG6VqqJqtulgb4TtpwScTGpXlgEpa3S+G4zmbmVmi3Kd2ufRFodd7a6M+Jkb+ mqsGevCRJYZLg== From: Chuck Lever To: Cc: Chuck Lever Subject: [PATCH v1 0/8] Fixes for recent commits Date: Wed, 10 Sep 2025 15:38:40 -0400 Message-ID: <20250910193849.779453-1-cel@kernel.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever I rebased on linux-kdevops/kdevops : main yesterday and found some new issues when trying to run NFSD-related workflows. Many of the workflows did not work because host groups were missing from the Ansible inventory. The "Replace pynfs hosts template" patch could replace the workflows/pynfs.j2 hunk in the recently posted patch entitled "gen_hosts: remove 'write-your-own-template' placeholder text". Chuck Lever (8): gen_nodes: Re-title the playbook devconfig: Remove "dnf update" optimizations for terraform hosts gen_hosts: Get the "separate kernel builder" workflow working again gen_hosts: Restore missing groups to the fstests hosts template gen_hosts: Restore missing groups to the gitr hosts template gen_hosts: Restore missing groups to the ltp hosts template gen_hosts: Restore missing groups to the nfstest hosts template gen_hosts: Replace pynfs hosts template playbooks/gen_nodes.yml | 2 +- .../tasks/install-deps/redhat/main.yml | 4 + .../gen_hosts/templates/workflows/fstests.j2 | 4 +- .../gen_hosts/templates/workflows/gitr.j2 | 29 +++++- .../gen_hosts/templates/workflows/linux.j2 | 97 +------------------ .../gen_hosts/templates/workflows/ltp.j2 | 8 +- .../gen_hosts/templates/workflows/nfstest.j2 | 28 +++++- .../gen_hosts/templates/workflows/pynfs.j2 | 36 ++++++- 8 files changed, 104 insertions(+), 104 deletions(-) -- 2.51.0