summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers
AgeCommit message (Expand)Author
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
2016-02-18 - Removed dmi_data function.Sankar Tanguturi
2016-02-16 - Used proper 4 space indentations for config_nic.py and nic.pySankar Tanguturi
2016-02-16Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser
2016-02-09 - Added the code to configure the NICs.Sankar Tanguturi
2016-01-19 Fixed all the review comments from Daniel.Sankar Tanguturi
2016-01-05 Fixed all the styling nits.Sankar Tanguturi
2015-11-18Add Image Customization Parser for VMware vSphere Hypervisor Support.Sankar Tanguturi
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-09Refactor WALinuxAgentShim.find_endpoint to use a helper method for IP address...Daniel Watkins
2015-10-09Handle colons in packed strings in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-10-09Handle escaped quotes in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-05-08Python 2.6 fixes.Daniel Watkins
2015-05-08Fix retrying.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins