Skip to content

Commit

Permalink
Merge pull request #351 from stackhpc/add-blazar-fork
Browse files Browse the repository at this point in the history
Synchronise Blazar fork
  • Loading branch information
Alex-Welsh authored Dec 4, 2024
2 parents fc6c19f + 7f298c7 commit 92247fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
dest: ".github/CODEOWNERS"
blazar:
additional_releases:
- master
ignored_releases:
- victoria
- wallaby
- xena
- yoga
- zed
- 2023.1
- 2024.1
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
dest: ".github/CODEOWNERS"
cinder:
ignored_releases:
- victoria
Expand Down
7 changes: 4 additions & 3 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
"ansible-collection-kayobe-workflows"
],
"OpenStack": [
"bifrost",
"barbican",
"bifrost",
"blazar",
"cinder",
"cloudkitty",
"cloudkitty-dashboard",
Expand All @@ -70,8 +71,8 @@
"octavia",
"octavia-dashboard",
"ovn-octavia-provider",
"stackhpc-inspector-plugins",
"requirements"
"requirements",
"stackhpc-inspector-plugins"
],
"Platform": [
],
Expand Down

0 comments on commit 92247fe

Please sign in to comment.