summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-02-14apply the runtime configuration written by ds-identify.Scott Moser
2017-02-03manual_cache_clean: When manually cleaning touch a file in instance dir.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-21Fix config order of precedence, putting kernel command line over system.Wesley Wiedenmeier
2016-11-18Add activate_datasource, for datasource specific code paths.Scott Moser
2016-06-10Refactor a large part of the networking code.Joshua Harlow
2016-06-07system config of networking should override datasource providedScott Moser
2016-06-06Rebase against masterJoshua Harlow
2016-06-01cloudinit/stages.py: if no datasource found, do not attempt is_new_instanceScott Moser
2016-05-31add renaming code for renaming interfacesScott Moser
2016-05-27fix test cases by avoiding rendering paths to earlyScott Moser
2016-05-26fix is_new_instance() to work betterScott Moser
2016-05-26fix logic in is_new_instanceScott Moser
2016-05-26compare instance id to get_instance_id() not the function itself.Scott Moser
2016-05-26merge with trunkScott Moser
2016-05-26fix usage of instance-id to instance_id in runpath, update cache on instancifyScott Moser
2016-05-26kernel command line: override all local settingsScott Moser
2016-05-25fix bring_upScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-10Rename to net/renderers and klibc -> cmdline.pyJoshua Harlow
2016-05-09Use the new renderer in the debian and stages filesJoshua Harlow
2016-04-15only apply networking once per instanceScott Moser
2016-03-29apply_network_config improvementsScott Moser
2016-03-24some final changesScott Moser
2016-03-24provide datasource.check_instance_id with access to system configScott Moser
2016-03-22better log message about applying networking.Scott Moser
2016-03-22make NoCloud work for seeding network.Scott Moser
2016-03-22add code to invoke networking configScott Moser
2016-03-22move some of the pickle loading out of Init, into private methodsScott Moser
2016-03-21quickly check to see if the previous instance id is still validScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-08-31split 'events' portion of reporting into separate fileScott Moser
2015-08-04fix pep8Scott Moser
2015-08-04fix all tests (were broken due to copied code call to userdata twiceScott Moser
2015-08-02fix tests from syncScott Moser
2015-07-31plumb the rest the reporting throughScott Moser
2015-07-31adjust searching so cache hits are loggedScott Moser
2015-07-31address Daniel's comments in reviewScott Moser
2015-07-30fix arg orderingScott Moser
2015-07-30tests passScott Moser
2015-03-04fix logging perms with list rather than singleScott Moser
2015-03-02pep8Scott Moser
2015-02-24further fixing of non-text user-data.Scott Moser
2015-02-11pickle contents: be careful loading and storing pickle to be binaryScott Moser