Skip to content

Commit 92247fe

Browse files
authored
Merge pull request #351 from stackhpc/add-blazar-fork
Synchronise Blazar fork
2 parents fc6c19f + 7f298c7 commit 92247fe

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,21 @@ source_repositories:
124124
- codeowners:
125125
content: "{{ community_files.codeowners.openstack }}"
126126
dest: ".github/CODEOWNERS"
127+
blazar:
128+
additional_releases:
129+
- master
130+
ignored_releases:
131+
- victoria
132+
- wallaby
133+
- xena
134+
- yoga
135+
- zed
136+
- 2023.1
137+
- 2024.1
138+
community_files:
139+
- codeowners:
140+
content: "{{ community_files.codeowners.openstack }}"
141+
dest: ".github/CODEOWNERS"
127142
cinder:
128143
ignored_releases:
129144
- victoria

terraform/github/terraform.tfvars.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
"ansible-collection-kayobe-workflows"
5353
],
5454
"OpenStack": [
55-
"bifrost",
5655
"barbican",
56+
"bifrost",
57+
"blazar",
5758
"cinder",
5859
"cloudkitty",
5960
"cloudkitty-dashboard",
@@ -70,8 +71,8 @@
7071
"octavia",
7172
"octavia-dashboard",
7273
"ovn-octavia-provider",
73-
"stackhpc-inspector-plugins",
74-
"requirements"
74+
"requirements",
75+
"stackhpc-inspector-plugins"
7576
],
7677
"Platform": [
7778
],

0 commit comments

Comments
 (0)