summaryrefslogtreecommitdiff
path: root/cloudinit/cmd
AgeCommit message (Expand)Author
2018-08-31hyperv_reporting_handler: simplify threaded publisherRyan Harper
2018-08-24logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu
2018-08-17azure: allow azure to generate network configuration from IMDS per boot.Chad Smith
2018-08-06tools: Add 'net-convert' subcommand command to 'cloud-init devel'.Scott Moser
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-05-01collect-logs: add -v flag, write to stderr, limit journal to single boot.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-03-02Change some list creation and population to literal.Rémy Léone
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-02-08cli: fix cloud-init status to report running when before result.jsonChad Smith
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2018-01-12Do not log warning on config files that represent None.Scott Moser
2018-01-03cli: cloud-init clean handles symlinksChad Smith
2017-12-14cli: Fix error in cloud-init modules --mode=init.Chad Smith
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05cli: Add clean and status subcommandsChad Smith
2017-09-15cmdline: add collect-logs subcommand.Chad Smith
2017-08-25cli: Fix command line parsing of coniditionally loaded subcommands.Chad Smith
2017-08-22schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith
2017-08-21tools: Add tooling for basic cloud-init performance analysis.Chad Smith
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-06-15main: Don't use templater to format the welcome messageAndrew Jorgensen
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-10Add feature flags to cloudinit.version.Wesley Wiedenmeier
2017-03-03Support warning if the used datasource is not in ds-identify's list.Scott Moser
2017-02-03manual_cache_clean: When manually cleaning touch a file in instance dir.Scott Moser
2017-01-11Get early logging logged, including failures of cmdline url.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22main: set TZ in environment if not already set.Ryan Harper
2016-11-18Add activate_datasource, for datasource specific code paths.Scott Moser
2016-08-22Minor cleanups to atomic_helper and add unit tests.Scott Moser
2016-08-15Get Azure endpoint server from DHCP clientBrent Baude
2016-06-15move 'main' into cloudinit/cmd/ for easier testingScott Moser
2016-06-15Silence pep8 warnings due to patcher activationJoshua Harlow
2016-06-14Don't continue running with no actionJoshua Harlow
2016-06-14Retain the prior attribute missing handlingJoshua Harlow
2016-06-14Make the bin/cloud-init an actual console entrypointJoshua Harlow