~bitfehler/cloud-init:bitfehler/arch-netplan

Last commit made on 2019-07-16
Get this branch:
git clone -b bitfehler/arch-netplan https://git.launchpad.net/~bitfehler/cloud-init
Only Conrad Hoffmann can upload to this branch. If you are Conrad Hoffmann please log in for upload directions.

Branch merges

Branch information

Name:
bitfehler/arch-netplan
Repository:
lp:~bitfehler/cloud-init

Recent commits

5cc34d8... by Conrad Hoffmann

Document usage of incorrect netctl config in test

5e68594... by Conrad Hoffmann

Add netconfig tests for Arch Linux

Note that the generated netctl config is actually invalid
("Address=None/None"), but that has been the state of things for a while
and the test's intention is to assert that the addition of netplan
support does not change the behavior in absence of netplan.

6ce2066... by Conrad Hoffmann

Support netplan renderer in Arch Linux

Support is for now implemented in such a way that it will fall back to
the old `_write_network()` if netplan is not available.

217c893... by Dan Watkins

Fix a couple of issues raised by a coverity scan

* cc_lxd: fix copy/paste error in debug logging
* DataSourceCloudSigma: remove unreachable code
  * This unreachable code was introduced in a refactor (in 2015) which
    removed the need for an exception handler, but retained the logging
    from the exception handler as an unreachable fall-through.

5e4792c... by Markus Schade

Add missing dsname for Hetzner Cloud datasource

b993b0a... by Dan Watkins

doc: indicate that netplan is default in Ubuntu now

feebec1... by Chad Smith

azure: add region and AZ properties from imds compute location metadata

This allows cloud-init query region to show valid region data for Azure

f57a775... by Liao Penghui

sysconfig: support more bonding options

Currently, only a few bonding parameters can be configured on
sysconfig systems. This patch aims to support more parameters
documented on the docs site.

e1795a5... by Ryan Harper

cloud-init-generator: use libexec path to ds-identify on redhat systems

Update the template to use libexec prefix path to ds-identify on redhat
systems.

LP: #1833264

a0f863d... by Gonéri Le Bouder

tools/build-on-freebsd: update to python3

- use python3 by default
- ability to use any Python version through the PYTHON env-var
- indent with 4 spaces
- use 'set -eux'
- remove trailing whitespace
- drop the cheetah dep, Jinja2 is enough