Skip to content

Commit 92a3625

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
Manage manila fork
1 parent 84e3721 commit 92a3625

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,19 @@ source_repositories:
303303
- codeowners:
304304
content: "{{ community_files.codeowners.openstack }}"
305305
dest: ".github/CODEOWNERS"
306+
manila:
307+
ignored_releases:
308+
- victoria
309+
- wallaby
310+
- xena
311+
- zed
312+
- 2023.1
313+
- 2024.1
314+
- master
315+
community_files:
316+
- codeowners:
317+
content: "{{ community_files.codeowners.openstack }}"
318+
dest: ".github/CODEOWNERS"
306319
networking-generic-switch:
307320
ignored_releases:
308321
- victoria

terraform/github/terraform.tfvars.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"ironic-ui",
6969
"magnum",
7070
"magnum-ui",
71+
"manila",
7172
"networking-generic-switch",
7273
"neutron",
7374
"nova",
@@ -324,6 +325,9 @@
324325
"magnum-ui": {
325326
"default": []
326327
},
328+
"manila": {
329+
"default": []
330+
},
327331
"neutron": {
328332
"default": []
329333
},

0 commit comments

Comments
 (0)