curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00346
[Merge] ~lamoura/curtin:disable-networking-config into curtin:master
The proposal to merge ~lamoura/curtin:disable-networking-config into curtin:master has been updated.
Commit message changed to:
Currently, there is no easy way for curtin to not write any network_config on state/network_config. This file is then used by the curthooks to apply network parameters. The easiest way is to simply remove the 'network' stage from the config file.
This PR proposes a {"config": "disabled"} option for networking. If that is passed, curtin will not create the state/network_config file and the curthooks will not use it apply network configurations (such as creating a cloudinit network file with the provided configuration).
Right now, I am only doing the VMTest for focal, since I just want to validate if my proposed solution works. If that is the case, I can add the remaining versions to the test.
Also, this test is only feasible for images with cloudinit already installed. But I don't know right now if there is a right way to perform this test for those images.
For more details, see:
https://code.launchpad.net/~lamoura/curtin/+git/curtin/+merge/383785
--
Your team curtin developers is subscribed to branch curtin:master.
References