<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/config, branch 20.4</title>
<subtitle> (mirror of https://github.com/marekm72/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=20.4</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=20.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2020-10-28T18:06:09+00:00</updated>
<entry>
<title>Add config modules for controlling IBM PowerVM RMC. (#584)</title>
<updated>2020-10-28T18:06:09+00:00</updated>
<author>
<name>Aman306</name>
<email>45781773+Aman306@users.noreply.github.com</email>
</author>
<published>2020-10-28T18:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=f99d4f96b00a9cfec1c721d364cbfd728674e5dc'/>
<id>urn:sha1:f99d4f96b00a9cfec1c721d364cbfd728674e5dc</id>
<content type='text'>
Reliable Scalable Cluster Technology (RSCT) is a set of software
components that together provide a comprehensive clustering
environment(RAS features) for IBM PowerVM based virtual machines. RSCT
includes the Resource Monitoring and Control (RMC) subsystem. RMC is a
generalized framework used for managing, monitoring, and manipulating
resources. RMC runs as a daemon process on individual machines and needs
creation of unique node id and restarts during VM boot.

LP: #1895979

Co-authored-by: Scott Moser &lt;smoser@brickies.net&gt;</content>
</entry>
<entry>
<title>Add Alpine Linux support. (#535)</title>
<updated>2020-08-19T23:18:25+00:00</updated>
<author>
<name>dermotbradley</name>
<email>dermot_bradley@yahoo.com</email>
</author>
<published>2020-08-19T23:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=79a8ce7e714ae1686c10bff77612eab0f6eccc95'/>
<id>urn:sha1:79a8ce7e714ae1686c10bff77612eab0f6eccc95</id>
<content type='text'>
Add new module cc_apk_configure for creating Alpine /etc/apk/repositories file.
Modify cc_ca_certs, cc_ntp, cc_power_state_change, and cc_resolv_conf for Alpine.
Add Alpine template files for Chrony and Busybox NTP support.
Add Alpine template file for /etc/hosts.

</content>
</entry>
<entry>
<title>Add update_etc_hosts as default module on *BSD (#479)</title>
<updated>2020-07-07T13:20:11+00:00</updated>
<author>
<name>Adam Dobrawy</name>
<email>ad-m@users.noreply.github.com</email>
</author>
<published>2020-07-07T13:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=d373a8e1ae602c98bf89dc962d0d2a27815fb183'/>
<id>urn:sha1:d373a8e1ae602c98bf89dc962d0d2a27815fb183</id>
<content type='text'>
* Add update_etc_hosts as default module on *BSD
* Set preference of IPv6 over IPv4 in FreeBSD /etc/hosts</content>
</entry>
<entry>
<title>Default to UTF-8 in /var/log/cloud-init.log (#427)</title>
<updated>2020-06-12T19:48:53+00:00</updated>
<author>
<name>James Falcon</name>
<email>TheRealFalcon@users.noreply.github.com</email>
</author>
<published>2020-06-12T19:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=287bfca19d8ed386cd41dbc47753b7711ac1c848'/>
<id>urn:sha1:287bfca19d8ed386cd41dbc47753b7711ac1c848</id>
<content type='text'>
On a system with a non-utf8 default locale, the logger will silently
not log anything if the message contains an unsupported character.</content>
</entry>
<entry>
<title>enable Puppet, Chef mcollective in default config (#385)</title>
<updated>2020-05-27T19:11:58+00:00</updated>
<author>
<name>Mina Galić (deprecated: Igor Galić)</name>
<email>me+git@igalic.co</email>
</author>
<published>2020-05-27T19:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=8377897bdd1a88d4dc3b6456618231085c55af42'/>
<id>urn:sha1:8377897bdd1a88d4dc3b6456618231085c55af42</id>
<content type='text'>
These config management things work on BSD, they also claim to work on all distros, so enabling them!

LP: #1880279</content>
</entry>
<entry>
<title>net: ubuntu focal prioritize netplan over eni even if both present (#267)</title>
<updated>2020-03-31T03:24:51+00:00</updated>
<author>
<name>Chad Smith</name>
<email>chad.smith@canonical.com</email>
</author>
<published>2020-03-31T03:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=4fb6fd8a046a6bcce01216c386f3b691a2c466bb'/>
<id>urn:sha1:4fb6fd8a046a6bcce01216c386f3b691a2c466bb</id>
<content type='text'>
On Focal and later, Ubuntu will prioritize netplan renderer over eni,
even if ifupdown and netplan are both installed.

ENI on Focal and later is considered an unsupported configuration so
cloud-init should generally prefer netplan. On many cloud images,
the /etc/network/interfaces config file does not include the dir
/etc/network/interfaces.d thereby ignoring cloud-init's
/etc/network/interfaces.d/50-cloud-init.cfg file.

LP: #1867029</content>
</entry>
<entry>
<title>add Openbsd support (#147)</title>
<updated>2020-03-26T20:07:51+00:00</updated>
<author>
<name>Gonéri Le Bouder</name>
<email>goneri@lebouder.net</email>
</author>
<published>2020-03-26T20:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=44039629e539ed48298703028ac8f10ad3c60d6e'/>
<id>urn:sha1:44039629e539ed48298703028ac8f10ad3c60d6e</id>
<content type='text'>
- tested on OpenBSD 6.6
- tested on OpenStack without config drive, and NoCloud with ISO config
  drive</content>
</entry>
<entry>
<title>Add Netbsd support (#62)</title>
<updated>2020-03-12T18:37:08+00:00</updated>
<author>
<name>Gonéri Le Bouder</name>
<email>goneri@lebouder.net</email>
</author>
<published>2020-03-12T18:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=94838def772349387e16cc642b3642020e22deda'/>
<id>urn:sha1:94838def772349387e16cc642b3642020e22deda</id>
<content type='text'>
Add support for the NetBSD Operating System.                                    
                                                                                
Features in this branch:                                                        
* Add BSD distro parent class from which NetBSD and FreeBSD can                 
  specialize                                                                    
* Add *bsd util functions to cloudinit.net and cloudinit.net.bsd_utils          
* subclass cloudinit.distro.freebsd.Distro from bsd.Distro                      
* Add new cloudinit.distro.netbsd and cloudinit.net.renderer for                
  netbsd                                                                        
* Add lru_cached util.is_NetBSD functions                                       
* Add NetBSD detection for ConfigDrive and NoCloud datasources                  
                                                                                
This branch has been tested with:                                               
                                                                                
- NoCloud and OpenStack (with and without config-drive)                         
- NetBSD 8.1. and 9.0                                                           
- FreeBSD 11.2 and 12.1                                                         
- Python 3.7 only, because of the dependency oncrypt.METHOD_BLOWFISH.           
  This version is available in NetBSD 7, 8 and 9 anyway</content>
</entry>
<entry>
<title>Add support for the amazon variant in cloud.cfg.tmpl (#119)</title>
<updated>2019-12-20T23:15:16+00:00</updated>
<author>
<name>Frederick Lefebvre</name>
<email>fredlef@amazon.com</email>
</author>
<published>2019-12-20T23:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=cf2f7a9c4a584bd3cfb265013fbed95836341919'/>
<id>urn:sha1:cf2f7a9c4a584bd3cfb265013fbed95836341919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules: drop cc_snap_config config module (#134)</title>
<updated>2019-12-20T20:34:30+00:00</updated>
<author>
<name>Chad Smith</name>
<email>chad.smith@canonical.com</email>
</author>
<published>2019-12-20T20:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=c7dca877c1fa3dc8b63486bb88022ee23a31bebe'/>
<id>urn:sha1:c7dca877c1fa3dc8b63486bb88022ee23a31bebe</id>
<content type='text'>
cloud-init has moved to cc_snap module and a top-level
config key 'snap'. cc_snap_config was deprecated in
cloud-init version 18.2

Co-authored-by: Daniel Watkins &lt;daniel@daniel-watkins.co.uk&gt;
</content>
</entry>
</feed>
