~raharper/cloud-init:feature/cloud-init-hotplug-handler

Last commit made on 2018-10-12
Get this branch:
git clone -b feature/cloud-init-hotplug-handler https://git.launchpad.net/~raharper/cloud-init
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
feature/cloud-init-hotplug-handler
Repository:
lp:~raharper/cloud-init

Recent commits

94d37e1... by Ryan Harper

docs: add documentation for events and hotplug support

5b0d4cf... by Ryan Harper

Fix logic thinko if not allowed return

2d16ce8... by Ryan Harper

Drop extra || return 1

97dc6e6... by Ryan Harper

EventType.UDEV -> EventType.HOTPLUG and udev -> hotplug

a2eb198... by Ryan Harper

Address review comments

hotplug:
  - Capture update result, log on error
  - Add more error details when cloud-init is not configured for hotplug
  - Use RuntimeError instead of Exception, add more detail in message
tools/hook-hotplug
  - Drop trailing slash
  - Quote environment variables when creating array

abaa5b1... by Ryan Harper

Add tests for event module

725b992... by Ryan Harper

Add unittests, remove hard coded scope, fix tox

af4ca37... by Ryan Harper

Add debug, copy dictionaries before merging

82287a4... by Ryan Harper

Reorder updates config merging with datasource capabilities

System config needs to filter datasource capabilities.

809bb1a... by Ryan Harper

Retain apply_network_config, apply names but not config in some cases