git: 63d385732e - main - 14.1 relnotes: add cloudinit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 21:07:38 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=63d385732e0bb7f0ea9cebf2ba72b1774c0770a1 commit 63d385732e0bb7f0ea9cebf2ba72b1774c0770a1 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2024-05-26 21:05:30 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2024-05-26 21:07:12 +0000 14.1 relnotes: add cloudinit Add a cloud section with an entry for cloudinit. There are no man pages yet, so link to cloud-init.io for background and call out the commit messages, which are detailed. Discussed with bapt@. --- website/content/en/releases/14.1R/relnotes.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/en/releases/14.1R/relnotes.adoc b/website/content/en/releases/14.1R/relnotes.adoc index 16f117c0cc..a596af4d70 100644 --- a/website/content/en/releases/14.1R/relnotes.adoc +++ b/website/content/en/releases/14.1R/relnotes.adoc @@ -188,6 +188,16 @@ Many string and memory operations in the C library now use SIMD (single instruct There is now a much better implementation of the 128-bit `tgammal` function in the math library, man:math[3], on platforms that support it. gitref:8df6c930c151[repository=src] +[[cloud]] +== Cloud Support + +This section covers changes in support for cloud environments. + +{releaseCurrent} supports cloudinit, including the `nuageinit` startup script and support for a `config-drive` partition. +It is compatible with OpenStack and many hosting facilities. +See the https://cloud-init.io[cloud-init] web site and the commit messages, +gitref:16a6da44e28d[repository=src] gitref:227e7a205edf[repository=src]. (Sponsored by OVHCloud) + [[kernel]] == Kernel