curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00457
[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:
net_meta: add disabled mode to skip writing any network config
Curtin's install command invokes 'net-meta auto' by default
which will handle provided network config or render a config
based on the environments current network configuration.
Adding 'disabled' mode allows users who handle writing their
own network config into the target to disable curtin's config.
This config
install:
network_commands:
disabled: ['curtin', 'net-meta', 'disabled']
instructs curtin to not write out any network-config files to
the target system.
Adds vmtests:
- verify net-meta disabled does not render file in target
- verify users can pass network: {config: disabled} to disable
cloud-init networking in the target
- verify users can pass newtork:
{config: disabled, version: 1} to disable cloud-init
networking in the target
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