summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* EC2: Rewrite network config on AWS Classic instances every bootGuilherme G. Piccoli2019-02-143-0/+56
* netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entriesRyan Harper2019-02-084-2/+47
* netplan: Don't render yaml aliases when dumping netplanRyan Harper2019-02-074-8/+355
* add PyCharm IDE .idea/ path to .gitignoreDominic Schlegel2019-02-071-0/+1
* correct grammar issue in instance metadata documentationDominic Schlegel2019-02-061-1/+1
* clean: cloud-init clean should not trace when run from within cloud_dirChad Smith2019-01-312-14/+15
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-306-7/+7
* opennebula: also exclude epochseconds from changed environment varsChad Smith2019-01-281-1/+3
* systemd: Render generator from template to account for system differences.Robert Schweikert2019-01-282-3/+15
* sysconfig: On SUSE, use STARTMODE instead of ONBOOTRobert Schweikert2019-01-283-0/+50
* flake8: use ==/!= to compare str, bytes, and int literalsParide Legovini2019-01-281-3/+3
* opennebula: exclude EPOCHREALTIME as known bash env variable with a deltaChad Smith2019-01-261-1/+1
* tox: fix disco httpretty dependencies for py37Chad Smith2019-01-251-1/+1
* run-container: uncomment baseurl in yum.repos.d/*.repo when using a proxyParide Legovini2019-01-251-0/+1
* lxd: install zfs-linux instead of zfs meta packageJohnson Shi2019-01-252-2/+2
* net/sysconfig: do not write a resolv.conf file with only the header.Robert Schweikert2019-01-232-1/+12
* net: Make sysconfig renderer compatible with Network Manager.Eduardo Otubo2019-01-182-0/+107
* cc_set_passwords: Fix regex when parsing hashed passwordsMarlin Cremers2019-01-152-1/+41
* net: Wait for dhclient to daemonize before reading lease fileJason Zions2019-01-156-19/+84
* [Azure] Increase retries when talking to Wireserver during metadata walkJason Zions2019-01-151-1/+1
* Add documentation on adding a datasource.Scott Moser2019-01-081-0/+59
* doc: clean up some datasource documentation.Scott Moser2019-01-082-41/+22
* ds-identify: fix wrong variable name in ovf_vmware_transport_guestinfo.Scott Moser2018-12-201-1/+1
* Scaleway: Support ssh keys provided inside an instance tag.PORTE Loïc2018-12-202-5/+82
* OVF: simplify expected return values of transport functions.Scott Moser2018-12-202-57/+33
* Vmware: Add support for the com.vmware.guestInfo OVF transport.Scott Moser2018-12-204-21/+121
* HACKING.rst: change contact info to Josh PowersScott Moser2018-12-181-2/+2
* Update to pylint 2.2.2.Scott Moser2018-12-142-3/+3
* Release 18.518.5Ryan Harper2018-12-132-1/+55
* tests: add Disco releaseJoshua Powers2018-12-111-0/+16
* net: render 'metric' values in per-subnet routesRyan Harper2018-12-114-27/+83
* write_files: add support for appending to files.James Baxter2018-12-062-1/+18
* config: On ubuntu select cloud archive mirrors for armel, armhf, arm64.Scott Moser2018-12-041-1/+11
* dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser2018-12-035-63/+193
* NoCloud: Allow top level 'network' key in network-config.Scott Moser2018-12-032-35/+97
* ovf: Fix ovf network config generation gateway/routesRyan Harper2018-12-033-14/+64
* azure: detect vnet migration via netlink media change eventTamilmani Manoharan2018-11-294-16/+678
* Azure: fix copy/paste error in error handling when reading azure ovf.Adam DePue2018-11-291-3/+3
* tests: fix incorrect order of mocks in test_handle_zfs_root.Scott Moser2018-11-281-2/+2
* doc: Change dns_nameserver property to dns_nameservers.Tomer Cohen2018-11-281-1/+1
* OVF: identify label iso9660 filesystems with label 'OVF ENV'.Scott Moser2018-11-272-7/+12
* logs: collect-logs ignore instance-data-sensitive.json on non-root userChad Smith2018-11-272-14/+60
* net: Ephemeral*Network: add connectivity check via URLChad Smith2018-11-264-7/+134
* azure: _poll_imds only retry on 404. Fail on TimeoutChad Smith2018-11-152-7/+36
* resizefs: Prefix discovered devpath with '/dev/' when path does not existIgor Galić2018-11-142-8/+47
* 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