File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,21 @@ source_repositories:
124
124
- codeowners:
125
125
content: "{{ community_files.codeowners.openstack }}"
126
126
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"
127
142
cinder:
128
143
ignored_releases:
129
144
- victoria
Original file line number Diff line number Diff line change 52
52
" ansible-collection-kayobe-workflows"
53
53
],
54
54
"OpenStack" : [
55
- " bifrost" ,
56
55
" barbican" ,
56
+ " bifrost" ,
57
+ " blazar" ,
57
58
" cinder" ,
58
59
" cloudkitty" ,
59
60
" cloudkitty-dashboard" ,
70
71
" octavia" ,
71
72
" octavia-dashboard" ,
72
73
" ovn-octavia-provider" ,
73
- " stackhpc-inspector-plugins " ,
74
- " requirements "
74
+ " requirements " ,
75
+ " stackhpc-inspector-plugins "
75
76
],
76
77
"Platform" : [
77
78
],
You can’t perform that action at this time.
0 commit comments