<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in nuageinit</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>90a7728cd8905cd26b90d06f7873df8bad43ae9a - nuageinit: support fetching configuration on multiple iface</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#90a7728cd8905cd26b90d06f7873df8bad43ae9a</link>
        <description>nuageinit: support fetching configuration on multiple ifaceOn some environement a VM can be connected to multiple ifaces but onlyone will respond to dhcp and able to fetch the metadata.Launch the early dhclient on all available ifaces and as soon as onedhcp has successfully configured an iface, proceed with fetching themetadata.MFC After:	1 weekReported by:	mateusz.klejn@ovhcloud.comTested by:	mateusz.klejn@ovhcloud.comSponsored by:	OVHcloud

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Thu, 29 Jan 2026 10:56:33 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a62e1d98dc79c69f0d20439bd34a16149106046 - nuageinit: log nuageinit execution</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#9a62e1d98dc79c69f0d20439bd34a16149106046</link>
        <description>nuageinit: log nuageinit executionSponsored by:	OVHCloud

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Fri, 06 Jun 2025 13:06:54 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2775b9b0bcc278dd4183b57784953c26a3fcdc89 - nuageinit: add support for OpenStack network config</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#2775b9b0bcc278dd4183b57784953c26a3fcdc89</link>
        <description>nuageinit: add support for OpenStack network configAdd naive support for openstack network config.if no config driver have been found, try to detect that we are running aVM on openstack via the smbios information, use the first ifaceavailable and temporary activate dhcp on it, to be able to fetch thenecessary informations for cloudinit.While here make the rc script execute after devmatch, some ethernetdevice might be attached via devmatch and may be needed for cloudinit.Tested on OVHCloud Public Cloud.MFC after:	3 weeksSponsored by:	OVHCloud

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Tue, 29 Oct 2024 14:17:39 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d71e2c037c942dbe2a9fd2630d5cf155dd1bf7db - nuageinit: Silence an fstyp(8) warning</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#d71e2c037c942dbe2a9fd2630d5cf155dd1bf7db</link>
        <description>nuageinit: Silence an fstyp(8) warningSilence a warning emitted by fread(3) in fstyp(8)&apos;s read_buf(), whendetecting the file system type of the cloud-init device:    % fstyp /dev/iso9660/cidata    fstyp: fread: Invalid argument    cd9660Also rephrase slightly a comment while here.Signed-off-by: Jose Luis Duran &lt;jlduran@gmail.com&gt;

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Fri, 26 Jul 2024 03:59:36 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b6a4776008519bb4a1d5abfe63c46d5f009ce102 - nuageinit: start the script after zfs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#b6a4776008519bb4a1d5abfe63c46d5f009ce102</link>
        <description>nuageinit: start the script after zfsIt prevents the home directory for the new users to be hiddenby late mount of the home directory

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Wed, 17 Apr 2024 16:25:02 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9eae9233fdcc946945f4191e1413f548adfa2943 - nuageinit: be case insentive when looking got labels</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#9eae9233fdcc946945f4191e1413f548adfa2943</link>
        <description>nuageinit: be case insentive when looking got labelsReported by:	Marek Zarychta &lt;zarychtam@plan-b.pwste.edu.pl&gt;

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Fri, 15 Mar 2024 15:15:03 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a42d6f76018e4ed8324e319ab48aac904bda437c - nuageinit: add basic support for cloudinit.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/nuageinit#a42d6f76018e4ed8324e319ab48aac904bda437c</link>
        <description>nuageinit: add basic support for cloudinit.this is a very early script to support cloudinit, it does not intend tobe a full featured cloudinit client, but will support a good enoughsubset to be viable in most case.It support nocloud and openstack config-2 config drive mode (iso9660 ormsdosfs)The following features are currently supported:- adding users (including a default user named &apos;freebsd&apos; with password  &apos;freebsd&apos;- adding groups- adding ssh keys- static ipv4, static ipv6, dynamic ipv4With this one is able to use the &apos;bring your own image feature&quot; out ofbox.It is expected that the script grows the support of other cloudssupporting cloud-init, contributions are welcomed.It is designed to be only run once via the firstboot mecanism.Sponsored by:	OVHCloudMFC After:	3 weeksDifferential Revision:	https://reviews.freebsd.org/D44141

            List of files:
            /freebsd/libexec/rc/rc.d/nuageinit</description>
        <pubDate>Wed, 23 Nov 2022 20:00:39 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
