~chad.smith/cloud-init:make-deb-cleanup

Last commit made on 2017-04-24
Get this branch:
git clone -b make-deb-cleanup https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
make-deb-cleanup
Repository:
lp:~chad.smith/cloud-init

Recent commits

8be6073... by Chad Smith

move cloud-util deps calculation inside write_debian_folder where it belongs

ac4ff5e... by Chad Smith

remove pkgmap and drop STD_NAMED_PACKAGES from bddeb as all standard named packages will be prefaces w/ python- or python3-. Move pyver variable inside write_debian_folder

5c987d4... by Chad Smith

need devscripts dependency to make deb

2becadd... by Chad Smith

make NON_STD_NAMED_PACKAGES lookups less magical. Exctract argparse related logic from main() into get_parser

d16632a... by Dylan Perry

Fix yum repo config where keys contain array values

ConfigObj produces configuration files that are incompatible with yum if
multiple values are listed for a configuration key. Switch to the builtin
configparser, and ConfigParser (Python 2) which correctly handles this
case.

Add additional test case for array values in yum_repos definition

LP: #1592150

2775622... by Joshua Powers

template: Update debian backports template

Debian backports are contains in the main repo and not somewhere
seperate. Thanks to Charles Plessy.

LP: #1627293

b613de7... by Joshua Powers

rsyslog: replace ~ with stop

The discard action (tilde character) has been replaced by the
“stop” RainerScript directive. It is considered more intuitive and
offers slightly better performance.

The tilde operator was deprecated in rsyslog 7. Distributions
using rsyslog older than that will need to patch.

LP: #1367899

73a97b1... by Joshua Powers

Doc: add additional RTD examples

Includes missing examples for RTD, including
examples for datasources, disk partitions and apt update.

Also fix doc in cloud-config-update-apt.txt.

LP: #1459604

068dec2... by Scott Moser

Fix growpart for some cases when booted with root=PARTUUID.

Growing the root partition would fail in either of two cases:
 a.) if the device /dev/root existed
 b.) the kernel command line had upper case letters in PARTUUID=<value>
     the kernel will accept upper case partuuid, but udev creates
     links with lower case. In that scenario, we need to adjust to
     a /dev/disk/by-<partuuid|uuid> with lower case.

The fix here addresses that, and also fixes uuid similarly for the
lowercase issue.

LP: #1684869

a7d8fb4... by Joshua Powers

pylint: update output style to parseable

This makes the output much easier to view and parse through while
fixing issues.