~vtqanh/cloud-init:UpdateReporterForAnalyze

Last commit made on 2019-07-15
Get this branch:
git clone -b UpdateReporterForAnalyze https://git.launchpad.net/~vtqanh/cloud-init
Only Anh Vo (MSFT) can upload to this branch. If you are Anh Vo (MSFT) please log in for upload directions.

Branch merges

Branch information

Name:
UpdateReporterForAnalyze
Repository:
lp:~vtqanh/cloud-init

Recent commits

e48f66c... by Azure CloudInit Build

remove unnecessary change

2e775f0... by Ryan Harper

Update analyze to handle nested events within a config module

c4ab7e9... by Azure CloudInit Build

adding global_stage to the right class

21a801d... by Azure CloudInit Build

first attempt at properly stacking azure events within analyze

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