~chad.smith/cloud-init:tools/travis-validate-cla

Last commit made on 2019-12-18
Get this branch:
git clone -b tools/travis-validate-cla 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:
tools/travis-validate-cla
Repository:
lp:~chad.smith/cloud-init

Recent commits

de8df10... by Chad Smith

travis: validate CLA signers in a travis CI job

45cd8e1... by Joshua Powers

doc: specify _ over - in cloud config modules

Start a design decision area in HACKING to capture highlevel decisions.
First example is to capture the use of _ over - in cloud config
modules.

LP: #1293254

77c5a65... by Adam Dobrawy <email address hidden>

tools: Detect python to use via env in migrate-lp-user-to-github

Reduce incosistency and allow use virtualenv for launchpad packages.

2267cd3... by Adam Dobrawy <email address hidden>

lp-to-git-users: adding ad-m

Mapped from adobrawy

9faf779... by Dan Watkins

Partially revert "fix unlocking method on FreeBSD" (#116)

Specifically, revert the changes to logic which are incorrect. The
testing introduced is for a separate part of the codebase, so is
retained.

This (partially) reverts commit
e2840f1771158748780a768f6bfbb117cd7610c6.

2205436... by Joshua Powers

tests: mock uid when running as root (#113)

The query command checks the user's uid when running and takes two
different code paths. As a normal user is returns fake data, that these
tests were expecting. As a root user, the actual user and vendor data
files are ready.

LP: #1856096

f998973... by Dan Watkins

cloudinit/netinfo: remove unused getgateway (#111)

f5262e2... by Joshua Powers

docs: clear up apt config sections (#107)

More clearly differentiate between the primary apt repo configuration
and any 3rd party apt configuration.

LP: #1832823

72bc997... by Joshua Powers

doc: add kernel command line option to user data (#105)

LP: #1846524

7765aac... by Joshua Powers

config/cloud.cfg.d: update README

Update README to specify that only files with the '.cfg' extension are
read in this folder.

LP: #1855006