~chad.smith/cloud-init:ubuntu/disco

Last commit made on 2019-09-17
Get this branch:
git clone -b ubuntu/disco 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:
ubuntu/disco
Repository:
lp:~chad.smith/cloud-init

Recent commits

7f010e1... by Chad Smith

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

e2207f8... by Chad Smith

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

2bfb3ce... 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

e7f16e2... by Scott Moser

Brightbox: restrict detection to require full domain match .brightbox.com

The detection for brightbox in both ds-identify and in
identify_brightbox would incorrectly match the domain 'bobrightbox',
which is not a brightbox platform. The fix here is to restrict
matching to '*.brightbox.com' rather than '*brightbox.com'

Also, while here remove a url to bug 1661693 which added the
knowledge of brightbox.

45426d8... by Xiaofeng Wang

VMWware: add option into VMTools config to enable/disable custom script.

VMWware customization already has support to run a custom script during
the VM customization. Adding this option allows a VM administrator to
disable the execution of customization scripts. If set the script
will not execute and the customization status is set to
GUESTCUST_ERROR_SCRIPT_DISABLED.

fa47d52... by Ryan Harper

net,Oracle: Add support for netfailover detection

Add support for detecting netfailover[1] device 3-tuple in networking
layer. In the Oracle datasource ensure that if a provided network
config, either fallback or provided config includes a netfailover master
to remove any MAC address value as this can break under 3-netdev
as the other two devices have the same MAC.

1. https://www.kernel.org/doc/html/latest/networking/net_failover.html