summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers
AgeCommit message (Expand)Author
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-19Add Hetzner Cloud DataSourceScott Moser
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-12-08VMware: Support for user provided pre and post-customization scriptsMaitreyee Saikia
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-07vmware customization: return network config formatSankar Tanguturi
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-08-15vcloud directory: Guest Customization support for passwordsMaitreyee Saikia
2017-05-19DigitalOcean: remove routes except for the public interface.Ben Howard
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-04-12DigitalOcean: assign IPv4ll address to lowest indexed interface.Ben Howard
2017-04-12DigitalOcean: configure all NICs presented in meta-data.Ben Howard
2017-04-12Remove (and/or fix) URL shortener referencesJon Grimm
2017-04-11DigitalOcean: bind resolvers to loopback interface.Ben Howard
2017-04-03OpenStack: add 'dvs' to the list of physical link types.Scott Moser
2017-01-17Fixed Misc issues related to VMware customization.Sankar Tanguturi
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-28OpenStack: extend physical types to include hyperv, hw_veb, vhost_user.Scott Moser
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-09-29DigitalOcean: use meta-data for network configruationBen Howard
2016-09-12Allow link type of null in network_data.jsonJon Grimm
2016-08-23Generate a dummy bond name for OpenStackScott Moser
2016-08-22azure dhclient-hook cleanupsScott Moser
2016-08-15Get Azure endpoint server from DHCP clientBrent Baude
2016-08-12MAAS: add vendor-data supportScott Moser
2016-08-11ConfigDrive: recognize 'tap' as a link type.Scott Moser
2016-07-13Another stray occurence of a dict comprehension being removedJoshua Harlow
2016-07-13Remove another stray dict comprehensionJoshua Harlow
2016-06-15fix some errors reported by pylintScott Moser
2016-06-06Rebase against masterJoshua Harlow
2016-06-02openstack: support decoding when reading files, use that for network_configScott Moser
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-12fix last flake8 errorScott Moser
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-05-05Add the bridge net typeJoshua Harlow
2016-05-05Work on refactoring (and adding) network conversion testsJoshua Harlow
2016-03-23fix openstack versions s/KILO/LIBERY drop networkdata read helperRyan Harper
2016-03-23configdata: parse and convert openstack network_data json to network_configRyan Harper
2016-03-11 - Fixed few pep8 and flake8 issues.Sankar Tanguturi
2016-03-11- Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi
2016-03-09 - Fixed few issues with return values form util.subp()Sankar Tanguturi
2016-03-08 - Ignored return code 1 for 'pkill' command in config_nic.pySankar Tanguturi
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-03-01Add Image Customization Parser for VMware vSphere Hypervisor Support.Scott Moser