From 650ec366321542b10d1787f96f807f21fba0e65e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 11 Jun 2026 16:43:08 +0100 Subject: [PATCH 1/2] Add magnum-capi-helm repository --- ansible/inventory/group_vars/all/source-repositories | 7 +++++++ terraform/github/terraform.tfvars.json | 1 + 2 files changed, 8 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index ae4d49f2..fe6aedf1 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -259,6 +259,13 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.openstack }}" dest: ".github/CODEOWNERS" + magnum-capi-helm: + repository_type: "single-branch" + workflows: [] + community_files: + - codeowners: + content: "{{ community_files.codeowners.openstack }}" + dest: ".github/CODEOWNERS" magnum-ui: ignored_releases: - zed diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 11e6c000..2e3f1fc7 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -72,6 +72,7 @@ "ironic-ui", "keystone", "magnum", + "magnum-capi-helm", "magnum-ui", "manila", "networking-generic-switch", From 8a9c97f93e3de164620712dd3c333cb2e8df859e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 11 Jun 2026 16:47:14 +0100 Subject: [PATCH 2/2] DNM: force-unlock --- .github/workflows/terraform-github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/terraform-github.yml b/.github/workflows/terraform-github.yml index 4b0d3cb3..8c50fc15 100644 --- a/.github/workflows/terraform-github.yml +++ b/.github/workflows/terraform-github.yml @@ -50,6 +50,7 @@ jobs: - name: Terraform Plan id: plan run: | + terraform force-unlock -force 8edfdfed-cda1-e737-7988-4d5ff50ee474 terraform plan -out=plan.tmp terraform show -no-color plan.tmp >${GITHUB_WORKSPACE}/plan.out continue-on-error: true