[dataplane_adoption] Do not override images in the nodeset#1288
[dataplane_adoption] Do not override images in the nodeset#1288karelyatin wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/589d0de0ac81470bb84a5ac1e0030271 ✔️ noop SUCCESS in 0s |
|
recheck barbican fixed |
jistr
left a comment
There was a problem hiding this comment.
I'm wondering whether this one should have a TP but on high level it seems correct to me to get rid of this logic.
/lgtm
|
<< I'm wondering whether this one should have a TP but on high level it seems correct to me to get rid of this logic. |
ciecierski
left a comment
There was a problem hiding this comment.
None of edpm images removed in here are present as override in openstack_version.j2 template. Let's take edpm_frr_image as a first example, which is required for BGP, we not only ovveriding it for test run, but also pointing customer in docs to this override.
@ciecierski but i see those are(including frr edpmFrrImage) in , and what's the reason to ask customers to explicitly define these images in nodeset ? if bundles and openstackversion already providing these for both connected and disconnected installations |
|
But noticed altleast EdpmNodeExporterImage missing in openstack_version so will push an update for that atleast and check the same for other images apart from any other feedback |
OpenstackVersion CR have info for all the images, we should utilize that instead of overriding in the nodeset. Any image overrides in nodeset has highest priority so any handling/overrides with OpenstackVersion CR is not used. Also added edpmNodeExporterImage which was missing in OpenstackVersion template. Signed-off-by: Yatin Karel <ykarel@redhat.com>
13717f7 to
e73f9f3
Compare
|
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4a631bd15779411184c2d0967dcc1bcf ✔️ noop SUCCESS in 0s |
|
recheck openstackversion cleanup issue |
|
recheck |
1 similar comment
|
recheck |
OpenstackVersion CR have info for all the images, we should utilize that instead of overriding in the nodeset. Any image overrides in nodeset has highest priority so any handling/overrides with OpenstackVersion CR is not used.
Also added edpmNodeExporterImage which was missing in
OpenstackVersion template.