forked from agama-project/agama
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03319df
commit e4ba1f0
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Migrate wicked | ||
This project creates a `migrate-wicked` binary which is able to parse wicked xml configs and send them to a NetworkManager dbus service. | ||
## Architecture | ||
`migrate-wicked` uses agama as a library to communicate the parsed network state to NetworkManager | ||
but the binary is completely independent of any agama services and can be run standalone | ||
## Obtaining wicked xml config | ||
A wicked config xml can be generated by running `wicked show-config > wicked.xml` which can then be passed to `migrate-wicked` | ||
## Testing | ||
Running the migration on a live system isn't currently recommended. To test it's recommended to use a container | ||
(instructions how to set one up can be found [here](https://github.com/openSUSE/agama/blob/master/rust/agama-cli/doc/backend-for-testing.md)) | ||
Example configurations can be found under `tests` |