Chad Smith
Chad Smith
This will raise noisy SchemaValidationErrors if either deprecated keys or schema errors are provided in autoinstall.user-data or in the merged userdata_raw provided to cloud-init in the installed target. This is...
## Proposed Commit Message ``` feat(net): provide network config to netplan.State for render (SC-1402) Rely on netplan API, where present, to write network config to 50-cloud-init.yaml. Allow cloud-init to be...
# Bug report On the CLI, the required --subsystem parameter cannot be passed after the Hotplug Action (query or handle) ``` # when --subsystem (-s) is before query things work...
# Bug report Ubuntu Minimal Azure images do not contain gdisk package (and resulting sgdisk), resulting in failure to partition /dev/sda. This results in a warning in cloud-init logs `Failed...
# Bug report No parameter information about the required --subsystem option is provided by `cloud-init devel hotplug-hook query --help` or `handle --help` ``` root@test-n:~# cloud-init devel hotplug-hook query -h usage:...
# Bug report On a instance where cloud-init has not yet run or was cleaned, `cloud-init devel hotplug-hook query -s net` has the side-effect of trying to discover a new...
# Bug report cloud-init provides invalid usage statements when `--invalid` optional parameters are provided to a cloud-init sub-commands. The usage reported on the command line is the usage of the...
## Proposed Commit Message (rebase commit, not squash merge) ``` fix(cli): retain support for --files argument before subcommand Upstream dropped support for a generic positional --file argument ordered on the...
## rebase merge use individual commits ## Proposed Commit Message(s) * fix(final_message): do not warn on datasourcenone when single ds Avoid warning level log "Used fallback datasource" when base configuration...
# Bug report Recent commit f74b61eae24706dd313efc06792198a718f06672 provided support for EphemeralIPNetwork context manager for dhcpcd to bring down the link and del the associated address to avoid errors with network interface...