summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* correct documentation to match correct attribute name usage.Dominic Schlegel2018-04-031-14/+14
* cc_resizefs, util: handle no /dev/zfsRyan Harper2018-04-022-1/+11
* release 18.218.2Chad Smith2018-03-271-1/+1
* Hetzner: Exit early if dmi system-manufacturer is not Hetzner.Scott Moser2018-03-271-0/+6
* FreeBSD: resizefs module now able to handle zfs/zpool.Dominic Schlegel2018-03-272-9/+57
* cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirsChad Smith2018-03-261-0/+3
* Enable IBMCloud datasource in settings.py.Scott Moser2018-03-231-0/+1
* IBMCloud: Initial IBM Cloud datasource.Scott Moser2018-03-234-0/+438
* tests: Fix newly added schema unit tests to skip if no jsonschema.Scott Moser2018-03-232-2/+6
* ec2: Adjust ec2 datasource after exception_cb change.Scott Moser2018-03-231-4/+2
* Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan2018-03-232-27/+17
* Revert the logic of exception_cb in read_url.Kurt Garloff2018-03-232-6/+7
* ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith2018-03-226-95/+563
* Handle global dns entries in netplanRyan Harper2018-03-221-16/+9
* datasources: fix DataSource subclass get_hostname method signatureChad Smith2018-03-206-5/+33
* OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota2018-03-202-30/+84
* Add Hetzner Cloud DataSourceScott Moser2018-03-194-3/+130
* net: recognize iscsi root cases without ip= on kernel command line.Scott Moser2018-03-162-4/+29
* tests: fix flakes warning for unused variableChad Smith2018-03-161-1/+1
* tests: patch leaked stderr messages from snap unit testsChad Smith2018-03-161-1/+3
* cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith2018-03-166-5/+837
* tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.Scott Moser2018-03-161-6/+6
* netplan: render bridge port-priority valuesRyan Harper2018-03-162-6/+6
* util: Fix subp regression. Allow specifying subp command as a string.Chad Smith2018-03-151-2/+8
* doc: fix all warnings issued by 'tox -e doc'Scott Moser2018-03-151-2/+4
* FreeBSD: Set hostname to FQDN.Dominic Schlegel2018-03-151-0/+6
* set_hostname: When present in metadata, set it before network bringup.Chad Smith2018-03-148-18/+396
* tests: Centralize and re-use skipTest based on json schema presense.Scott Moser2018-03-141-0/+13
* This commit fixes get_hostname on the AzureDataSource.Douglas Jordan2018-03-101-0/+2
* shellify: raise TypeError on bad input.Scott Moser2018-03-092-4/+33
* Make salt minion module work on FreeBSD.Dominic Schlegel2018-03-081-23/+59
* Simplify some comparisions.Rémy Léone2018-03-022-3/+3
* Change some list creation and population to literal.Rémy Léone2018-03-028-29/+15
* GCE: fix reading of user-data that is not base64 encoded.Scott Moser2018-03-011-8/+7
* Implement puppet 4 supportRomanos Skiadas2018-02-262-15/+41
* subp: Fix subp usage with non-ascii characters when no system locale.Scott Moser2018-02-231-1/+6
* salt: configure grains in grains file rather than in minion config.Daniel Wallace2018-02-231-0/+9
* release 18.118.1Scott Moser2018-02-221-1/+1
* OVF: Fix VMware support for 64-bit platforms.Sankar Tanguturi2018-02-211-5/+16
* tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser2018-02-123-13/+13
* EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith2018-02-091-0/+6
* cli: fix cloud-init status to report running when before result.jsonChad Smith2018-02-082-8/+32
* net: accept network-config in netplan format for renaming interfacesRyan Harper2018-02-082-17/+137
* Fix ssh keys validation in ssh_utilTatiana Kholkina2018-02-021-4/+1
* Fix potential cases of uninitialized variables.Chad Smith2018-01-266-16/+33
* Azure VM Preprovisioning support.Douglas Jordan2018-01-247-46/+232
* docs: Fix typos in docs and one debug message.aRkadeFR2018-01-242-6/+6
* btrfs: support resizing if root is mounted ro.Robert Schweikert2018-01-243-7/+74
* OpenNebula: Improve network configuration support.Akihiko Ota2018-01-242-55/+61
* GCE: Improvements and changes to ssh key behavior for default user.Max Illfelder2018-01-231-39/+95