@@ -111,12 +111,9 @@ kolla_tag: "{{ openstack_release }}-{{ kolla_base_distro }}-{{ kolla_base_distro
111
111
# type: git
112
112
# location: https://github.com/openstack/ironic
113
113
# reference: master
114
- # NOTE (Alex-Welsh): The reference for many of these entries could be
115
- # 'stackhpc/{{ openstack_release }}' which would keep the branch up to date
116
- # for the current release. This is nice in theory but in practice, the stackhpc
117
- # forks change with every release and the elements in this list change with
118
- # them. Explicitly using /zed makes it more intuitive to find and edit these
119
- # entries.
114
+ # NOTE(upgrade): These sources should be checked with each release. StackHPC
115
+ # branches are only required when we have custom backports. For a new release,
116
+ # we may have caught up with upstream.
120
117
kolla_sources :
121
118
bifrost-base-additions-stackhpc-inspector-plugins :
122
119
# Install our custom inspector plugins.
@@ -126,11 +123,11 @@ kolla_sources:
126
123
cloudkitty-base :
127
124
type : git
128
125
location : https://github.com/stackhpc/cloudkitty.git
129
- reference : stackhpc/zed
126
+ reference : stackhpc/{{ openstack_release }}
130
127
horizon-plugin-cloudkitty-dashboard :
131
128
type : git
132
129
location : https://github.com/stackhpc/cloudkitty-dashboard.git
133
- reference : stackhpc/zed
130
+ reference : stackhpc/{{ openstack_release }}
134
131
ironic-inspector-additions-stackhpc-inspector-plugins :
135
132
# Install our custom inspector plugins.
136
133
type : git
@@ -139,15 +136,15 @@ kolla_sources:
139
136
magnum-base :
140
137
type : git
141
138
location : https://github.com/stackhpc/magnum.git
142
- reference : stackhpc/zed
139
+ reference : stackhpc/{{ openstack_release }}
143
140
neutron-base :
144
141
type : git
145
142
location : https://github.com/stackhpc/neutron.git
146
143
reference : stackhpc/{{ openstack_release }}
147
144
neutron-base-plugin-networking-generic-switch :
148
145
type : git
149
146
location : https://github.com/stackhpc/networking-generic-switch.git
150
- reference : stackhpc/zed
147
+ reference : stackhpc/{{ openstack_release }}
151
148
152
149
# ##############################################################################
153
150
# Kolla image build configuration.
0 commit comments