~d-info-e/cloud-init:fix-user-group-doc

Last commit made on 2018-04-01
Get this branch:
git clone -b fix-user-group-doc https://git.launchpad.net/~d-info-e/cloud-init
Only do3meli can upload to this branch. If you are do3meli please log in for upload directions.

Branch merges

Branch information

Name:
fix-user-group-doc
Repository:
lp:~d-info-e/cloud-init

Recent commits

4b892c2... by do3meli

change all - to _ in tests,modules,doc for user-group module

c6493bb... by do3meli

adjust also inline code docs for cc_user_groups

2fb6008... by do3meli

adjusted cloud-config-user-groups.txt

8caa3bc... by Chad Smith

release 18.2

Bump the version in cloudinit/version.py to be 18.2 and update ChangeLog.

LP: #1759318

5e4641a... by Scott Moser

Hetzner: Exit early if dmi system-manufacturer is not Hetzner.

This takes the same basic check that is in ds-identify. If the
DMI system manufacturer (aka sys_vendor) is not 'Hetzner', then exit
out of the datasource's get_data quickly.

5b9dc4b... by Scott Moser

Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.

This just correctly adds the missing dependency on isc-dhcp-client.
That package is used via 'dhclient' from cloudinit/net/dhcp.py.

LP: #1759307

20e3dda... by do3meli

FreeBSD: resizefs module now able to handle zfs/zpool.

Previously there was no support at all for zfs file system. With this
change it is now possible to use the resizefs module to grow a zpool to
its maximum partition size on FreeBSD.

LP: #1721243

4fe4070... by Chad Smith

cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs

Replace regressed cc_puppet functionality from a1f678f8.

The following content was inadvertently dropped:
 - chown /var/lib/puppet/ssl as puppet:root.
 - Automatic creation of /var/lib/puppet/ssl/certs

bdeec31... by Scott Moser

Enable IBMCloud datasource in settings.py.

This just got missed in the IBMCloud datasource addition.
Add it to the builtin list of datasources.

e0f644b... by Scott Moser

IBMCloud: Initial IBM Cloud datasource.

This adds a specific IBM Cloud datasource.
IBM Cloud is identified by:
 a.) running on xen
 b.) one of a LABEL=METADATA disk or a LABEL=config-2 disk with
     UUID=9796-932E

The datasource contains its own config-drive reader that reads
only the currently supported portion of config-drive needed for
ibm cloud.

During the provisioning boot, cloud-init is disabled.

See the docstring in DataSourceIBMCloud.py for more more information.