Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-18 | cmd: status and cloud-id avoid change in behavior for 'not run' (#1197) | Chad Smith | |
snapd currrently looks for 'not run' from cloud-init status[1]. Avoid changing this behavior and revert "not-run" value to "not run". This avoids having to get snapd to change implementation and release updates as far back as Bionic to handle a hyphenated not-run string. [1]: https://github.com/snapcore/snapd/blob/master/sysconfig/\ cloudinit.go#L802 | |||
2022-01-13 | cli: cloud-id report not-run or disabled state as cloud-id (#1162) | Chad Smith | |
This fix has two elements: - cloud-init status will not correctly report 'not-run' prior to systemd generator running. Only report "disabled" when generator has run and /run/cloud-init/disabled exists. - Expose not-run and disabled state in cloud-id responses - Add unique error codes from cloud-id for error, disabled and not-run. The new cloud-id exit codes: 0: success 1: error 2: cloud-init is in disabled state 3: cloud-init generator has not run yet | |||
2021-08-31 | Make cloud-id copyright year (#991) | Andrii Podanenko | |
2019-12-11 | docs: add cloud-id manpage | Joshua Powers | |