| Commit message (Expand) | Author | Age | Files | Lines |
* | clean: cloud-init clean should not trace when run from within cloud_dir | Chad Smith | 2019-01-31 | 2 | -14/+15 |
* | dhclient-hook: cleanups, tests and fix a bug on 'down' event. | Scott Moser | 2018-12-03 | 1 | -16/+4 |
* | ovf: Fix ovf network config generation gateway/routes | Ryan Harper | 2018-12-03 | 1 | -5/+10 |
* | logs: collect-logs ignore instance-data-sensitive.json on non-root user | Chad Smith | 2018-11-27 | 2 | -14/+60 |
* | query: better error when missing read permission on instance-data | Chad Smith | 2018-10-30 | 3 | -10/+37 |
* | instance-data: fallback to instance-data.json if sensitive is absent. | Chad Smith | 2018-10-26 | 4 | -19/+126 |
* | tools: Add cloud-id command line utility | Chad Smith | 2018-10-09 | 2 | -0/+217 |
* | cli: add cloud-init query subcommand to query instance metadata | Chad Smith | 2018-09-25 | 4 | -6/+359 |
* | Fall back to root:root on syslog permissions if other options fail. | Robert Schweikert | 2018-09-17 | 1 | -1/+3 |
* | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith | 2018-09-11 | 5 | -2/+235 |
* | tests: Disallow use of util.subp except for where needed. | Scott Moser | 2018-09-05 | 1 | -2/+4 |
* | sysconfig: refactor sysconfig to accept distro specific templates paths | Ryan Harper | 2018-09-05 | 1 | -1/+13 |
* | hyperv_reporting_handler: simplify threaded publisher | Ryan Harper | 2018-08-31 | 1 | -1/+3 |
* | logging: Add logging config type hyperv for reporting via Azure KVP | Andy Liu | 2018-08-24 | 1 | -2/+2 |
* | azure: allow azure to generate network configuration from IMDS per boot. | Chad Smith | 2018-08-17 | 1 | -2/+7 |
* | tools: Add 'net-convert' subcommand command to 'cloud-init devel'. | Scott Moser | 2018-08-06 | 2 | -7/+128 |
* | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser | 2018-05-17 | 1 | -1/+1 |
* | collect-logs: add -v flag, write to stderr, limit journal to single boot. | Scott Moser | 2018-05-01 | 2 | -14/+66 |
* | pylint: pay attention to unused variable warnings. | Scott Moser | 2018-04-19 | 1 | -3/+3 |
* | set_hostname: When present in metadata, set it before network bringup. | Chad Smith | 2018-03-14 | 2 | -0/+186 |
* | Change some list creation and population to literal. | Rémy Léone | 2018-03-02 | 1 | -6/+4 |
* | tests: run nosetests in cloudinit/ directory, fix py26 fallout. | Scott Moser | 2018-02-12 | 2 | -2/+4 |
* | cli: fix cloud-init status to report running when before result.json | Chad Smith | 2018-02-08 | 2 | -8/+32 |
* | Fix potential cases of uninitialized variables. | Chad Smith | 2018-01-26 | 2 | -5/+23 |
* | Do not log warning on config files that represent None. | Scott Moser | 2018-01-12 | 1 | -1/+7 |
* | cli: cloud-init clean handles symlinks | Chad Smith | 2018-01-03 | 2 | -3/+21 |
* | cli: Fix error in cloud-init modules --mode=init. | Chad Smith | 2017-12-14 | 1 | -6/+12 |
* | pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. | Ryan Harper | 2017-12-07 | 2 | -2/+2 |
* | cli: Add clean and status subcommands | Chad Smith | 2017-12-05 | 6 | -0/+789 |
* | cmdline: add collect-logs subcommand. | Chad Smith | 2017-09-15 | 4 | -1/+231 |
* | cli: Fix command line parsing of coniditionally loaded subcommands. | Chad Smith | 2017-08-25 | 1 | -5/+4 |
* | schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema | Chad Smith | 2017-08-22 | 3 | -7/+40 |
* | tools: Add tooling for basic cloud-init performance analysis. | Chad Smith | 2017-08-21 | 1 | -29/+15 |
* | Azure: Add network-config, Refactor net layer to handle duplicate macs. | Ryan Harper | 2017-06-27 | 1 | -0/+3 |
* | main: Don't use templater to format the welcome message | Andrew Jorgensen | 2017-06-15 | 1 | -11/+10 |
* | pylint: fix all logging warnings | Joshua Powers | 2017-04-21 | 1 | -8/+9 |
* | Add feature flags to cloudinit.version. | Wesley Wiedenmeier | 2017-03-10 | 1 | -4/+13 |
* | Support warning if the used datasource is not in ds-identify's list. | Scott Moser | 2017-03-03 | 1 | -0/+39 |
* | manual_cache_clean: When manually cleaning touch a file in instance dir. | Scott Moser | 2017-02-03 | 1 | -1/+8 |
* | Get early logging logged, including failures of cmdline url. | Scott Moser | 2017-01-11 | 1 | -15/+103 |
* | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm | 2016-12-22 | 2 | -39/+9 |
* | main: set TZ in environment if not already set. | Ryan Harper | 2016-11-22 | 1 | -0/+2 |
* | Add activate_datasource, for datasource specific code paths. | Scott Moser | 2016-11-18 | 1 | -0/+3 |
* | Minor cleanups to atomic_helper and add unit tests. | Scott Moser | 2016-08-22 | 1 | -6/+6 |
* | Get Azure endpoint server from DHCP client | Brent Baude | 2016-08-15 | 1 | -18/+27 |
* | move 'main' into cloudinit/cmd/ for easier testing | Scott Moser | 2016-06-15 | 1 | -0/+0 |
* | Silence pep8 warnings due to patcher activation | Joshua Harlow | 2016-06-15 | 1 | -1/+1 |
* | Don't continue running with no action | Joshua Harlow | 2016-06-14 | 1 | -5/+5 |
* | Retain the prior attribute missing handling | Joshua Harlow | 2016-06-14 | 1 | -1/+4 |
* | Make the bin/cloud-init an actual console entrypoint | Joshua Harlow | 2016-06-14 | 2 | -0/+703 |