~chad.smith/cloud-init:unify-datasource-get-data

Last commit made on 2017-12-05
Get this branch:
git clone -b unify-datasource-get-data 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:
unify-datasource-get-data
Repository:
lp:~chad.smith/cloud-init

Recent commits

88aefe1... by Chad Smith

flakes

d936c64... by Chad Smith

drop unpopulated ipv4 and ipv6 addresses from standardized metadata

05c7419... by Chad Smith

use atomic_helper write_json in Datasource. fix unit tests

7bbc057... by Chad Smith

drop indented scope and exit early

23b31d5... by Chad Smith

datasource meta-data will all contain hyphens anyway. Let's just leave the keys all hyphenated, when handling jinja we'll convert and instance-data.json hyphens to underscores for templating

d4ae4e6... by Chad Smith

shuffle instance-data.json field names to make it easier to use in jinja templates

6274b97... by Chad Smith

keep all standardized fields in instance-data.json under standard-v1 key

477ddd6... by Chad Smith

handle non-utf8 in python2

71fe9b0... by Chad Smith

use uncommon ci-b64: prefix for to mark cloud-init's base64 encoding prefix when json serializing unserializable content. Add unit test for py2 which serializes bytes values

eb66299... by Chad Smith

flakes