-
Notifications
You must be signed in to change notification settings - Fork 189
remove spec.hostNetwork field, use spec.network.hostNetwork instead #3637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
remove spec.hostNetwork field, use spec.network.hostNetwork instead #3637
Conversation
|
/hold We shouldn't be removing both field and usage together. This way the upper layer will break. |
25e7a43 to
39b8043
Compare
@rewantsoni Based on your comment, I only removed the usage of |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, OdedViner 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 |
@rewantsoni Are you talking about the Fusion as layer on top or the assisted installer? |
|
@iamniting Yes, I am talking about Fusion or any other customer-owned automation. We should allow them time to adapt to the newer field |
|
@OdedViner We can merge it in the next release. |
remove the deprecated spec.hostNetwork field from storageclusterspec and update all code to use spec.network.hostNetwork instead. changes: - removed hostnetwork field from storageclusterspec - removed backward compatibility code in getnetworkspec - updated getproviderapiserver service to use spec.network.hostnetwork - updated test cases to remove backward compatibility tests - updated comment to reference network.hostnetwork this aligns with the rook ceph networkspec structure where hostnetwork is part of the network configuration. Signed-off-by: Oded Viner <oviner@redhat.com>
39b8043 to
bbece0d
Compare
|
New changes are detected. LGTM label has been removed. |
remove the deprecated spec.hostNetwork field from
storageclusterspec and update all code to use
spec.network.hostNetwork instead.
changes:
this aligns with the rook ceph networkspec structure where hostnetwork is part of the network configuration.
Issue: https://issues.redhat.com/browse/DFBUGS-4528