~pzakha/cloud-init:userdata

Last commit made on 2019-10-11
Get this branch:
git clone -b userdata https://git.launchpad.net/~pzakha/cloud-init
Only Pavel Zakharov can upload to this branch. If you are Pavel Zakharov please log in for upload directions.

Branch merges

Branch information

Name:
userdata
Repository:
lp:~pzakha/cloud-init

Recent commits

67f7991... by Pavel Zakharov <email address hidden>

Reword the Disable User-Data section

33f9d36... by Pavel Zakharov <email address hidden>

Review feedback, fix tests

771e341... by Pavel Zakharov <email address hidden>

Add unit tests and documentation

d225bc1... by Pavel Zakharov <email address hidden>

Add configuration to allow disabling public keys and user-data

7d5d34f... by Scott Moser

Add Support for e24cloud to Ec2 datasource.

e24cloud provides an EC2 compatible datasource.
This just identifies their platform based on dmi 'system-vendor'
having 'e24cloud'. https://www.e24cloud.com/en/ .
Updated chassis typo in zstack unit test docstring.

LP: #1696476

d3b1c4a... by Adam Dobrawy <email address hidden>

Add RbxCloud datasource

a7d8d03... by Dan Watkins

get_interfaces: don't exclude bridge and bond members

The change that introduced this issue was handling interfaces that are
bonded in the kernel, in a way that doesn't present as "a bond" to
userspace in the normal way. Both members of this "bond" will share a
MAC address, so we filter one of them out to avoid incorrect MAC address
collision warnings.

Unfortunately, the matching condition was too broad, so that change also
affected normal bonds and bridges. This change specifically excludes
bonds and bridges from that determination, to address that regression.

LP: #1846535

5d5a32e... by Conrad Hoffmann <email address hidden>

Add support for Arch Linux in render-cloudcfg

 - Detect Arch Linux and set variant accordingly in `system_info()`
 - Allow setting render-cloudcfg variant parameter to 'arch'
 - Adjust some basic settings for Arch Linux in the cloud.cfg.tmpl

The template might need some additional Arch-specific tweaks in the
future, but at least for now the generated config works and contains
the most relevant modules.

Also:
- Sort distro variant lists when adding Arch
- Add debian to known variants in render-cloudcfg

067516d... by Chad Smith

util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary

Since python 2.7 doesn't handle UnicodeDecodeErrors with the default
handler

LP: #1801364

052d655... by Dan Watkins

debian/ubuntu: add missing word to netplan/ENI header

Specifically, add in "reboot" to make it clear what people should expect
when modifying the file.

This also renames the variable to indicate it is used for netplan and
ENI, not just ENI.

LP: #1845669