~chad.smith/cloud-init:cleanup/make-clean-cleans-docs

Last commit made on 2019-09-18
Get this branch:
git clone -b cleanup/make-clean-cleans-docs 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:
cleanup/make-clean-cleans-docs
Repository:
lp:~chad.smith/cloud-init

Recent commits

70b087d... by Chad Smith

tools: make clean now cleans the dev directory, not the system

604463e... by Joshua Powers

docs: create cli specific page

This is formerly the capabilities page.

bc9f91c... by Joshua Powers

docs: added output examples to analyze.rst

1b15f8b... by Joshua Powers

docs: doc8 fixes for instancedata page

The huge table was scrolling off the page for me and it made more sense
to break this up and have sections for each item anyway.

083fdcd... by Joshua Powers

docs: clean up formatting, organize boot page

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.