From c9c4d6deef6237d8c6c0cb035696eaa3d773860b Mon Sep 17 00:00:00 2001 From: Robert Bohne Date: Tue, 28 Jul 2026 10:53:39 +0200 Subject: [PATCH 1/3] Added missing submodules checkout Fixes https://examples.openshift.pub/kubevirt/ansible/README.md --- .github/workflows/check-build-pr.yaml | 1 + .github/workflows/deploy.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check-build-pr.yaml b/.github/workflows/check-build-pr.yaml index b1d9dc6e..0bb4404b 100644 --- a/.github/workflows/check-build-pr.yaml +++ b/.github/workflows/check-build-pr.yaml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive - uses: actions/setup-python@v6 with: python-version: 3.12 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4a208846..8b62a337 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive - uses: actions/setup-python@v6 with: python-version: 3.12 From dc83f97ec14c15a35fc75abd569e231080ae2aa5 Mon Sep 17 00:00:00 2001 From: Robert Bohne Date: Thu, 30 Jul 2026 17:59:58 +0200 Subject: [PATCH 2/3] Update to latest kubevirt-ansible --- content/kubevirt/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/kubevirt/ansible b/content/kubevirt/ansible index 6c0eab72..3aa47b87 160000 --- a/content/kubevirt/ansible +++ b/content/kubevirt/ansible @@ -1 +1 @@ -Subproject commit 6c0eab7277f478151f63a8c4f07b4d415e9d8536 +Subproject commit 3aa47b8785c84147da04349a1b0ede57eb870e0b From b0210eeeed210709caf9ee66265d1b11c3d438f8 Mon Sep 17 00:00:00 2001 From: Robert Bohne Date: Thu, 30 Jul 2026 18:04:43 +0200 Subject: [PATCH 3/3] Update content/kubevirt/ansible to latest commit --- content/README.md | 1 + content/kubevirt/ansible | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index 02c35ceb..1c9c9b61 100644 --- a/content/README.md +++ b/content/README.md @@ -24,6 +24,7 @@ and benefit from the expertise shared in this repository. |Date|Headline| |---|---| +|2026-07-30|[Update OpenShift Virtualization Ansible example](kubevirt/ansible/)| |2026-07-30|[Audit Log Forwarding to Rsyslog](cluster-configuration/logging/forwarding-demo/)| |2026-07-22|[Hosted Control Plane and Proxy](cluster-installation/hosted-control-plane/proxy/)| |2026-07-18|[Gateway API examples and ingress sharding](networking/gateway-api/)| diff --git a/content/kubevirt/ansible b/content/kubevirt/ansible index 3aa47b87..bc2da2f2 160000 --- a/content/kubevirt/ansible +++ b/content/kubevirt/ansible @@ -1 +1 @@ -Subproject commit 3aa47b8785c84147da04349a1b0ede57eb870e0b +Subproject commit bc2da2f2b09c85e5f9c680c071b0fd5b2183d0a7