From f08f9e4665f64807081d301ce334a98625541ec3 Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Thu, 7 Nov 2024 11:39:55 +0000 Subject: [PATCH 1/3] Synchronise Blazar fork --- .../inventory/group_vars/all/source-repositories | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 7d33218f..9355b84e 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -125,6 +125,19 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.openstack }}" dest: ".github/CODEOWNERS" + blazar: + additional_releases: + - master + ignored_releases: + - victoria + - wallaby + - xena + - yoga + - zed + community_files: + - codeowners: + content: "{{ community_files.codeowners.openstack }}" + dest: ".github/CODEOWNERS" cinder: ignored_releases: - victoria From 73738b818a50e047a775b38e4d0ed764f1f8aa45 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 7 Nov 2024 13:14:42 +0100 Subject: [PATCH 2/3] Add blazar repository to terraform Also order alphebetically the repository list. --- terraform/github/terraform.tfvars.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index f5b29dcb..cc2d230c 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -52,8 +52,9 @@ "ansible-collection-kayobe-workflows" ], "OpenStack": [ - "bifrost", "barbican", + "bifrost", + "blazar", "cinder", "cloudkitty", "cloudkitty-dashboard", @@ -69,8 +70,8 @@ "nova", "octavia-dashboard", "ovn-octavia-provider", - "stackhpc-inspector-plugins", - "requirements" + "requirements", + "stackhpc-inspector-plugins" ], "Platform": [ ], From 7f298c7a326d697cac9f8f4a99de0395d0205314 Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Thu, 7 Nov 2024 13:33:45 +0000 Subject: [PATCH 3/3] Ignore Antelope/Caracal --- ansible/inventory/group_vars/all/source-repositories | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 9355b84e..b90dadb3 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -134,6 +134,8 @@ source_repositories: - xena - yoga - zed + - 2023.1 + - 2024.1 community_files: - codeowners: content: "{{ community_files.codeowners.openstack }}"