~chad.smith/cloud-init:azure-di-id-asset-tag

Last commit made on 2017-06-01
Get this branch:
git clone -b azure-di-id-asset-tag 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:
azure-di-id-asset-tag
Repository:
lp:~chad.smith/cloud-init

Recent commits

54480ea... by Chad Smith

    smoser fixups

     - fix up comment spelling
     - drop unused change.
     - capital letters are for global vars

2275666... by Chad Smith

lint and drop custom NonAzureDataSource message

d2abad2... by Chad Smith

add unit test for variables printed by ds-identify's _print_info

4ce9ca1... by Chad Smith

resolve merge conflicts

fc29533... by Chad Smith

dmi_product_name_is is dropped from ds-identify, fix it for AliYun datasource. unit test mock fixes for read_dmi_data

45eb22a... by Chad Smith

add a little dynamic context to exception messages. Unit tests for reading dmi chassis-asset-tag

7d1ca18... by Chad Smith

unit tests for new ds-identify use of dmi chassis-asset-tag on azure.

54f53e1... by Chad Smith

add read_dmi_chassis_asset_tag and check Azure's known chassis asset tag for ds-identify

00b678c... by Ryan Harper

Fix eni rendering for bridge params that require repeated key for values.

There are a few bridge parameters which require repeating the key with each
value in the list when rendering eni. Extend the network unittests to cover
all of the known bridge parameters and check we render eni and netplan
correctly.

003c667... by Ryan Harper

net: remove systemd link file writing from eni renderer

During the network v2 merge, we inadvertently re-enabled rendering systemd
.link files. This files are not required as cloud-init already has to do
interface renaming due to issues with udevd which may refuse to rename
certain interfaces (such as veth devices in a LXD container). As such,
removing the code altogether.