Bug 2219401
| Summary: | [RFE] NMState to revert configuration on the nodes when NNSP is removed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Quique Llorente <ellorent> |
| Component: | nmstate | Assignee: | Gris Ge <fge> |
| Status: | CLOSED MIGRATED | QA Contact: | Mingyu Shi <mshi> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.2 | CC: | ferferna, jiji, jishi, network-qe, sfaye, till |
| Target Milestone: | rc | Keywords: | FutureFeature, MigratedToJIRA, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-17 12:21:26 UTC | Type: | Story |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Quique Llorente
2023-07-03 13:33:10 UTC
Thank you for the report. Could you please clarify how to reproduce this with Nmstate and write down the current and the expected behavior to clarify what the request is about. Thanks. Hi Till, After follow up reporter, they are expecting nmstate to provider a way to generate reverse network state YAML file on specified desired state. By storing the reverse state in `openshift-nmstate` operator, the operator could revert the network when customer is uninstalling the `openshift-nmstate` operator. For implementation, nmstatectl will provide API and CLI like: nmstatectl gen-revert desire_state.yml -c optional_current_state.yml |