[dataplane_adoption] Do not override images in the nodeset#1288
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
|
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 |
|
@ciecierski is your concern resolved? |
@jistr Yes, it is resolved. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ciecierski The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1dc5e8d
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr5 |
|
@ciecierski: new pull request created: #1344 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Issue introduced in [1], this patch fixes it. [1] openstack-k8s-operators#1288
Issue introduced in [1], this patch fixes it. [1] openstack-k8s-operators#1288 (cherry picked from commit aafc5cc)
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.