~oddbloke/cloud-init/+git/cloud-init:ubuntu/xenial

Last commit made on 2019-10-04
Get this branch:
git clone -b ubuntu/xenial https://git.launchpad.net/~oddbloke/cloud-init/+git/cloud-init
Only Dan Watkins can upload to this branch. If you are Dan Watkins please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/xenial
Repository:
lp:~oddbloke/cloud-init/+git/cloud-init

Recent commits

d6e008a... by Dan Watkins

releasing cloud-init version 19.2-36-g059d049c-0ubuntu2~16.04.1

695f0fd... by Dan Watkins

update changelog

bf4cee0... by Dan Watkins

cherry pick a7d8d032

LP: #1846535

83da1d9... by Chad Smith

releasing cloud-init version 19.2-36-g059d049c-0ubuntu1~16.04.1

9d8a001... by Chad Smith

update changelog (New upstream snapshot 19.2-36-g059d049c).

f09a9f2... by Chad Smith

merge from origin/master at 19.2-36-g059d049c

059d049... by Ryan Harper

net: add is_master check for filtering device list

Some network devices are transformed into a bond via kernel magic
and do not have the 'bonding' sysfs attribute, but like a bond they
have a duplicate MAC of other bond members. On Azure Advanced
Networking SRIOV devices are auto bonded and will have the same MAC
as the HyperV nic. We can detect this via the 'master' sysfs attribute
in the device sysfs path and this patch adds this to the list of devices
we ignore when enumerating device lists.

LP: #1844191

6f93179... by Joshua Powers

docs: more complete list of availability

943678e... by Joshua Powers

docs: start FAQ page

Takeover the moreinfo.rst page and update initially with pages
a user can use to learn about cloud-init. For now, other docs
and presentations about cloud-init.

Goal is to use this page to collect very commonly asked questions.

d86207a... by Joshua Powers

docs: cleanup output & order of datasource page