summaryrefslogtreecommitdiff
path: root/cloudinit/cmd
AgeCommit message (Expand)Author
2021-12-06Add Strict Metaschema Validation (#1101)Brett Holman
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-12-02jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...Chad Smith
2021-10-27Add "install hotplug" module (SC-476) (#1069)James Falcon
2021-10-07Allow disabling of network activation (SC-307) (#1048)James Falcon
2021-09-01Fix `make style-check` errors (#1000)Shreenidhi Shedi
2021-08-19Ignore hotplug socket when collecting logs (#985)James Falcon
2021-08-13Only invoke hotplug socket when functionality is enabled (#952)James Falcon
2021-07-20Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini
2021-07-19Initial hotplug support (#936)James Falcon
2021-07-01Add new network activators to bring up interfaces (#919)James Falcon
2021-07-01- Detect a Python version change and clear the cache (#857)Robert Schweikert
2021-06-18Add support for VMware PhotonOS (#909)sshedi
2021-02-05openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott
2021-01-07net_convert: add some missing help text (#755)Daniel Watkins
2020-12-10Drop unnecessary shebang from cmd/main.py (#722)Eduardo Otubo
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-24query: do not handle non-decodable non-gzipped content (#543)Chad Smith
2020-08-20cmd: cloud-init query to handle compressed userdata (#516)Chad Smith
2020-08-17cli: add devel make-mime subcommand (#518)Ryan Harper
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-03-31CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
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