summaryrefslogtreecommitdiff
path: root/cloudinit/cmd/main.py
AgeCommit message (Expand)Author
2022-01-18Single JSON schema validation in early boot (#1175)Chad Smith
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-10-07Allow disabling of network activation (SC-307) (#1048)James Falcon
2021-07-20Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini
2021-07-01- Detect a Python version change and clear the cache (#857)Robert Schweikert
2020-12-10Drop unnecessary shebang from cmd/main.py (#722)Eduardo Otubo
2019-04-09cmd:main.py: Fix missing 'modules-init' key in modes dictAntonio Romito
2018-12-03dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser
2018-09-25cli: add cloud-init query subcommand to query instance metadataChad Smith
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-08-31hyperv_reporting_handler: simplify threaded publisherRyan Harper
2018-08-24logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.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-01-12Do not log warning on config files that represent None.Scott Moser
2017-12-14cli: Fix error in cloud-init modules --mode=init.Chad Smith
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