summaryrefslogtreecommitdiff
path: root/cloudinit/cmd
AgeCommit message (Expand)Author
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-28cloudinit/cmd/devel/net_convert.py: add missing space (#191)Daniel Watkins
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-12-16tests: mock uid when running as root (#113)Joshua Powers
2019-10-24net/netplan: use ipv6-mtu key for specifying ipv6 mtu valuesRyan Harper
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-04-09cmd:main.py: Fix missing 'modules-init' key in modes dictAntonio Romito
2019-03-04clean: correctly determine the path for excluding seed directoryDaniel Watkins
2019-01-31clean: cloud-init clean should not trace when run from within cloud_dirChad Smith
2018-12-03dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser
2018-12-03ovf: Fix ovf network config generation gateway/routesRyan Harper
2018-11-27logs: collect-logs ignore instance-data-sensitive.json on non-root userChad Smith
2018-10-30query: better error when missing read permission on instance-dataChad Smith
2018-10-26instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith
2018-10-09tools: Add cloud-id command line utilityChad Smith
2018-09-25cli: add cloud-init query subcommand to query instance metadataChad Smith
2018-09-17Fall back to root:root on syslog permissions if other options fail.Robert Schweikert
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
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