summaryrefslogtreecommitdiff
path: root/cloudinit/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...Chad Smith2021-12-022-39/+166
* Add "install hotplug" module (SC-476) (#1069)James Falcon2021-10-271-1/+4
* Allow disabling of network activation (SC-307) (#1048)James Falcon2021-10-072-2/+32
* Fix `make style-check` errors (#1000)Shreenidhi Shedi2021-09-011-1/+2
* Ignore hotplug socket when collecting logs (#985)James Falcon2021-08-191-8/+16
* Only invoke hotplug socket when functionality is enabled (#952)James Falcon2021-08-131-40/+83
* Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini2021-07-201-1/+1
* Initial hotplug support (#936)James Falcon2021-07-192-0/+239
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-3/+0
* - Detect a Python version change and clear the cache (#857)Robert Schweikert2021-07-012-0/+32
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-3/+8
* openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott2021-02-051-1/+2
* net_convert: add some missing help text (#755)Daniel Watkins2021-01-071-3/+6
* Drop unnecessary shebang from cmd/main.py (#722)Eduardo Otubo2020-12-101-1/+0
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-2/+4
* query: do not handle non-decodable non-gzipped content (#543)Chad Smith2020-08-242-11/+3
* cmd: cloud-init query to handle compressed userdata (#516)Chad Smith2020-08-202-168/+272
* cli: add devel make-mime subcommand (#518)Ryan Harper2020-08-172-1/+116
* test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-102-4/+6
* Move subp into its own module. (#416)Scott Moser2020-06-083-6/+6
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins2020-03-312-2/+0
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-2/+0
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-317-7/+7
* cloudinit/cmd/devel/net_convert.py: add missing space (#191)Daniel Watkins2020-01-281-1/+1
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-2/+1
* tests: mock uid when running as root (#113)Joshua Powers2019-12-161-7/+21
* net/netplan: use ipv6-mtu key for specifying ipv6 mtu valuesRyan Harper2019-10-241-0/+2
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-242-11/+9
* cmd:main.py: Fix missing 'modules-init' key in modes dictAntonio Romito2019-04-091-4/+5
* clean: correctly determine the path for excluding seed directoryDaniel Watkins2019-03-042-2/+4
* 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