From 947f6a07482a29f24f7dfcdaa8efb75911237025 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Tue, 4 Feb 2025 16:47:29 +0100 Subject: [PATCH] add glance and glance_store to fix bug [1] [1] https://bugs.launchpad.net/glance/+bug/2086675 --- .../inventory/group_vars/all/source-repositories | 14 +++++++++++++- terraform/github/terraform.tfvars.json | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 1ca18d38..d7384d30 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -186,7 +186,19 @@ source_repositories: - wallaby - xena - 2023.1 - - 2024.1 + - master + community_files: + - codeowners: + content: "{{ community_files.codeowners.openstack }}" + dest: ".github/CODEOWNERS" + glance_store: + ignored_releases: + - victoria + - wallaby + - xena + - yoga + - zed + - 2023.1 - master community_files: - codeowners: diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index a537881a..9f7db39a 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -60,6 +60,7 @@ "cloudkitty-dashboard", "designate-dashboard", "glance", + "glance_store", "horizon", "ironic-python-agent", "ironic-ui",