summaryrefslogtreecommitdiff
path: root/cloudinit/cmd
Commit message (Expand)AuthorAgeFilesLines
* clean: cloud-init clean should not trace when run from within cloud_dirChad Smith2019-01-312-14/+15
* dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser2018-12-031-16/+4
* ovf: Fix ovf network config generation gateway/routesRyan Harper2018-12-031-5/+10
* logs: collect-logs ignore instance-data-sensitive.json on non-root userChad Smith2018-11-272-14/+60
* query: better error when missing read permission on instance-dataChad Smith2018-10-303-10/+37
* instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith2018-10-264-19/+126
* tools: Add cloud-id command line utilityChad Smith2018-10-092-0/+217
* cli: add cloud-init query subcommand to query instance metadataChad Smith2018-09-254-6/+359
* Fall back to root:root on syslog permissions if other options fail.Robert Schweikert2018-09-171-1/+3
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-115-2/+235
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-051-2/+4
* sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper2018-09-051-1/+13
* hyperv_reporting_handler: simplify threaded publisherRyan Harper2018-08-311-1/+3
* logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu2018-08-241-2/+2
* azure: allow azure to generate network configuration from IMDS per boot.Chad Smith2018-08-171-2/+7
* tools: Add 'net-convert' subcommand command to 'cloud-init devel'.Scott Moser2018-08-062-7/+128
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-1/+1
* collect-logs: add -v flag, write to stderr, limit journal to single boot.Scott Moser2018-05-012-14/+66
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-3/+3
* set_hostname: When present in metadata, set it before network bringup.Chad Smith2018-03-142-0/+186
* Change some list creation and population to literal.Rémy Léone2018-03-021-6/+4
* tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser2018-02-122-2/+4
* cli: fix cloud-init status to report running when before result.jsonChad Smith2018-02-082-8/+32
* Fix potential cases of uninitialized variables.Chad Smith2018-01-262-5/+23
* Do not log warning on config files that represent None.Scott Moser2018-01-121-1/+7
* cli: cloud-init clean handles symlinksChad Smith2018-01-032-3/+21
* cli: Fix error in cloud-init modules --mode=init.Chad Smith2017-12-141-6/+12
* pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper2017-12-072-2/+2
* cli: Add clean and status subcommandsChad Smith2017-12-056-0/+789
* cmdline: add collect-logs subcommand.Chad Smith2017-09-154-1/+231
* cli: Fix command line parsing of coniditionally loaded subcommands.Chad Smith2017-08-251-5/+4
* schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith2017-08-223-7/+40
* tools: Add tooling for basic cloud-init performance analysis.Chad Smith2017-08-211-29/+15
* Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper2017-06-271-0/+3
* main: Don't use templater to format the welcome messageAndrew Jorgensen2017-06-151-11/+10
* pylint: fix all logging warningsJoshua Powers2017-04-211-8/+9
* Add feature flags to cloudinit.version.Wesley Wiedenmeier2017-03-101-4/+13
* Support warning if the used datasource is not in ds-identify's list.Scott Moser2017-03-031-0/+39
* manual_cache_clean: When manually cleaning touch a file in instance dir.Scott Moser2017-02-031-1/+8
* Get early logging logged, including failures of cmdline url.Scott Moser2017-01-111-15/+103
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-222-39/+9
* main: set TZ in environment if not already set.Ryan Harper2016-11-221-0/+2
* Add activate_datasource, for datasource specific code paths.Scott Moser2016-11-181-0/+3
* Minor cleanups to atomic_helper and add unit tests.Scott Moser2016-08-221-6/+6
* Get Azure endpoint server from DHCP clientBrent Baude2016-08-151-18/+27
* move 'main' into cloudinit/cmd/ for easier testingScott Moser2016-06-151-0/+0
* Silence pep8 warnings due to patcher activationJoshua Harlow2016-06-151-1/+1
* Don't continue running with no actionJoshua Harlow2016-06-141-5/+5
* Retain the prior attribute missing handlingJoshua Harlow2016-06-141-1/+4
* Make the bin/cloud-init an actual console entrypointJoshua Harlow2016-06-142-0/+703