summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasing cloud-init version 18.4-22-g6062595b-0ubuntu1ubuntu/18.4-22-g6062595b-0ubuntu1Chad Smith2018-11-141-2/+2
* update changelog (New upstream snapshot 18.4-22-g6062595b).Chad Smith2018-11-121-0/+28
* merge from origin/master at 18.4-22-g6062595bChad Smith2018-11-1220-139/+633
|\
| * azure: retry imds polling on requests.TimeoutChad Smith2018-11-134-16/+71
| * azure: Accept variation in error msg from mount for ntfs volumesJason Zions2018-11-122-16/+15
| * azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr2018-11-123-30/+62
| * azure: add udev rules to create cloud-init Gen2 disk name symlinksChad Smith2018-11-081-1/+17
| * tests: ec2 mock missing httpretty user-data and instance-identity routesChad Smith2018-11-081-16/+24
| * azure: remove /etc/netplan/90-hotplug-azure.yaml when net from IMDSChad Smith2018-11-011-2/+2
| * azure: report ready to fabric after reprovision and reduce loggingasakkurr2018-10-313-9/+74
| * query: better error when missing read permission on instance-dataChad Smith2018-10-306-12/+72
| * instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith2018-10-264-19/+126
| * docs: remove colon from network v1 config example.Tomer Cohen2018-10-251-1/+1
| * Add cloud-id binary to packages for SUSEJason Zions2018-10-252-0/+2
| * systemd: On SUSE ensure cloud-init.service runs before wickedRobert Schweikert2018-10-241-2/+1
| * update detection of openSUSE variantsRobert Schweikert2018-10-222-20/+70
| * azure: Add apply_network_config option to disable network from IMDSChad Smith2018-10-173-6/+107
| * Correct spelling in an error message (udevadm).Katie McLaughlin2018-10-111-1/+1
* | releasing cloud-init version 18.4-7-g4652b196-0ubuntu1ubuntu/18.4-7-g4652b196-0ubuntu1Chad Smith2018-10-111-1/+1
* | update changelog (New upstream snapshot 18.4-7-g4652b196).Chad Smith2018-10-111-0/+10
* | merge from origin/master at 18.4-7-g4652b196Chad Smith2018-10-111-2/+5
|\ \ | |/
| * tests: meta_data key changed to meta-data in ec2 instance-data.jsonChad Smith2018-10-101-1/+1
| * tests: fix kvm integration test to assert flexible config-disk pathChad Smith2018-10-101-1/+4
* | releasing cloud-init version 18.4-5-g6ee8a2c5-0ubuntu1ubuntu/18.4-5-g6ee8a2c5-0ubuntu1Chad Smith2018-10-091-1/+1
* | update changelog (New upstream snapshot 18.4-5-g6ee8a2c5).Chad Smith2018-10-091-0/+11
* | merge from master at 18.4-5-g6ee8a2c5Chad Smith2018-10-0941-307/+1085
|\ \ | |/
| * tools: Add cloud-id command line utilityChad Smith2018-10-095-2/+319
| * instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-0933-274/+722
| * net: ignore nics that have "zero" mac address.Scott Moser2018-10-092-2/+18
| * tests: fix apt_configure_primary to be more flexibleChad Smith2018-10-072-12/+9
| * Ubuntu: update sources.list to comment out deb-src entries.Scott Moser2018-10-041-17/+17
* | releasing cloud-init version 18.4-0ubuntu1ubuntu/18.4-0ubuntu1Chad Smith2018-10-021-1/+1
* | update changelog (New upstream release 18.4).Chad Smith2018-10-021-0/+24
* | merge from master at 18.4Chad Smith2018-10-0241-519/+1521
|\ \ | |/
| * release 18.418.4stable-18.4Scott Moser2018-10-022-1/+84
| * tests: allow skipping an entire cloud_test without running.Scott Moser2018-10-016-33/+64
| * tests: disable lxd tests on cosmicScott Moser2018-09-282-0/+18
| * cii-tests: use unittest2.SkipTest in ntp_chrony due to new depsChad Smith2018-09-271-2/+2
| * lxd: adjust to snap installed lxd.Scott Moser2018-09-264-11/+14
| * docs: surface experimental doc in instance-data.jsonChad Smith2018-09-262-4/+11
| * tests: fix ec2 integration tests. process meta_data instead of meta-dataChad Smith2018-09-261-1/+1
| * Add support for Infiniband network interfaces (IPoIB).Mark Goddard2018-09-265-1/+147
| * cli: add cloud-init query subcommand to query instance metadataChad Smith2018-09-2514-233/+952
| * tools/tox-venv: update for new features.Scott Moser2018-09-251-23/+166
| * pylint: ignore warning assignment-from-no-return for _write_networkChad Smith2018-09-211-0/+4
| * stages: Fix bug causing datasource to have incorrect sys_cfg.Scott Moser2018-09-201-1/+1
| * Remove dead-code _write_network distro implementations.Scott Moser2018-09-206-217/+4
| * net_util: ensure static configs have netmask in translate_network resultThomas Berger2018-09-182-0/+58
| * Fall back to root:root on syslog permissions if other options fail.Robert Schweikert2018-09-172-2/+4
| * tests: Add mock for util.get_hostname.Robert Schweikert2018-09-171-1/+2