summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-21quickly check to see if the previous instance id is still validScott Moser
2016-03-21Added net.find_fallback_network_device() to find an appropriate device to dhcpWesley Wiedenmeier
2016-03-21cloud-init-local needs to want network-pre or it isnt guaranteed to startScott Moser
2016-03-20fix creation of network-config-ready and dont bother waiting on loScott Moser
2016-03-20fix syntaxScott Moser
2016-03-18cloud-init-local.service: touch file that cloud-init-wait will wait forScott Moser
2016-03-18remove the 'find_name' function that was here.Scott Moser
2016-03-18commit the systemd waiting mechanismScott Moser
2016-03-18add this, its getting moved, but i wanted some of the content storedScott Moser
2016-03-18add atomic_write_file and use it from atomic_write_jsonScott Moser
2016-03-18Added commentsWesley Wiedenmeier
2016-03-18Handle static ip= entries by appending a static subnet to the deviceWesley Wiedenmeier
2016-03-18debian packaging: adjust build-depends for xenialScott Moser
2016-03-18If proto not specified, determine it using logic from:Wesley Wiedenmeier
2016-03-18Fully parse files at /run/net-dev.conf, loading parameters for address,Wesley Wiedenmeier
2016-03-18Merge from trunkWesley Wiedenmeier
2016-03-17Check for and merge in configuration caused by the 'ip' parameter on theWesley Wiedenmeier
2016-03-17Send proper SUCCESS / FAILED events to the underlying VMware hypervisor.Scott Moser
2016-03-16fix regression when command line (ds=nocloud) is presentScott Moser
2016-03-16In distros.debian call net.merge_from_cmdline_config to ensure that the resultsWesley Wiedenmeier
2016-03-15 - Added the code to customize timezone.Sankar Tanguturi
2016-03-14fix ssh_pwauth behavior to function as documented.Scott Moser
2016-03-14fix long lineScott Moser
2016-03-14merge with trunkScott Moser
2016-03-14doc/ add new logo to rtd (read the docs) docs.Scott Moser
2016-03-14doc: document that volume label must be 'cidata' NocCloud datasource.Scott Moser
2016-03-14merge with trunk for dmidecode changesScott Moser
2016-03-14some systemd cleanupsScott Moser
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-14minor cleanup. long line and remove unused 'local'Scott Moser
2016-03-14strip return of dmidecode and do so before checking for all "."Scott Moser
2016-03-14change where we handle the translationScott Moser
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-11 - Fixed few pep8 and flake8 issues.Sankar Tanguturi
2016-03-11fix toxScott Moser
2016-03-11minor changes use the helpers in cloudinit/netScott Moser
2016-03-11fix use of network stateScott Moser
2016-03-11- Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi
2016-03-11merge with trunkScott Moser
2016-03-10commit planned implementation of datasourcenocloudScott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2016-03-10adjust net to fit with cloudinitScott Moser
2016-03-10initial copy of curtin netScott Moser
2016-03-10improve commentScott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2016-03-10generator: use /run/cloud-init instead of /runScott Moser
2016-03-10generator: support reading cmdline of pid 1 in a containerScott Moser
2016-03-10initial systemd service suggestions provided by pittiScott Moser
2016-03-09add default user to 'lxd' group and create groups when necessary.Scott Moser
2016-03-09 - Fixed few issues with return values form util.subp()Sankar Tanguturi