~powersj/cloud-init:docs/instancedata

Last commit made on 2019-09-18
Get this branch:
git clone -b docs/instancedata https://git.launchpad.net/~powersj/cloud-init
Only Joshua Powers can upload to this branch. If you are Joshua Powers please log in for upload directions.

Branch merges

Branch information

Name:
docs/instancedata
Repository:
lp:~powersj/cloud-init

Recent commits

41874be... by Joshua Powers

fix 2nd coloring

6bd24c4... by Joshua Powers

fix up highlighitng

e03f208... 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.

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

476050b... by Dan Watkins

atomic_helper: add DEBUG logging to write_file

LP: #1843276

385232d... by Joshua Powers

doc: document doc, create makefile and tox target

* Create makefile and tox targets for documentation building and testing
to better replicate the live web docs using the same theme.
* Created docs.rst to explain how to build and contribute to documentation
with style guide and tips.
* doc/rtd/conf.py:
    * Add copyright to rtd config
    * Use Sphinx's RTD theme to replicate actual docs

c768898... by Dan Watkins

.gitignore: ignore files produced by package builds

da826cd... by Joshua Powers

docs: fix whitespace, spelling, and line length

ff11c0c... by Joshua Powers

docs: remove unnecessary file in doc directory