Age | Commit message (Expand) | Author |
2015-06-10 | Add a cloud-init plugin for helping users register and subscribe their RHEL-b... | Daniel Watkins |
2015-06-03 | add tests for systemd detection | Lars Kellogg-Stedman |
2015-06-03 | transform paths in functions taking more than a single argument | Lars Kellogg-Stedman |
2015-05-29 | Corrected spelling error on variable name | Brent Baude |
2015-05-27 | Updated files with upstream review comments thanks to Dan and Scott | Brent Baude |
2015-05-22 | AZURE: Redact on-disk user password in /var/lib/ovf-env.xml | Ben Howard |
2015-05-21 | This commit consists of three things based on feedback from smosher: | Brent Baude |
2015-05-15 | temporarily disasble test if no bin/cloud-init | Scott Moser |
2015-05-15 | pep8 fixes | Scott Moser |
2015-05-15 | Azure: remove dependency on walinux-agent | Scott Moser |
2015-05-14 | read_seeded: fix reed_seeded after regression | Scott Moser |
2015-05-08 | Fix retrying. | Daniel Watkins |
2015-05-08 | Reintroduce original code path. | Daniel Watkins |
2015-05-08 | Move our walinuxagent implementation to a single function call. | Daniel Watkins |
2015-05-08 | Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup). | Daniel Watkins |
2015-05-08 | Split WALinuxAgentShim code out to separate file. | Daniel Watkins |
2015-05-08 | Make find_endpoint a staticmethod to clean up top-level namespace. | Daniel Watkins |
2015-05-08 | Return a dict of data from WALinuxAgentShim, rather than accessing attributes. | Daniel Watkins |
2015-05-07 | Implement basic replacement for walinuxagent in Azure data source. | Daniel Watkins |
2015-05-01 | Fix exception when running with no arguments on Python 3 | Scott Moser |
2015-05-01 | Update is_disk_used for changed enumerate_disk output. | Scott Moser |
2015-05-01 | fix 'Make pyflakes' | Scott Moser |
2015-05-01 | Azure: if user has set hostname, do not overwrite it | Scott Moser |
2015-04-20 | GCE instance-level SSH keys override project-level keys. (LP: #1403617) | Daniel Watkins |
2015-04-20 | Add test that missing GCE required key returns False. | Daniel Watkins |
2015-04-16 | fix cloud-config-archive handling | Scott Moser |
2015-04-16 | pep8 fixes | Scott Moser |
2015-04-15 | Reset host name after bounce has allowed walinuxagent to run successfully. | Daniel Watkins |
2015-04-15 | Add unit tests for Azure hostname bouncing. | Daniel Watkins |
2015-03-31 | adjust cc_snappy for snappy install package with config. | Scott Moser |
2015-03-27 | remove debug | Scott Moser |
2015-03-27 | be more user-friendly when looking for matching .config | Scott Moser |
2015-03-27 | address namespacing | Scott Moser |
2015-03-27 | change 'configs' to 'config', and namespace input to 'snappy config' | Scott Moser |
2015-03-26 | add tests for data types | Scott Moser |
2015-03-26 | pep8, and some more tests | Scott Moser |
2015-03-26 | start of snap_op tests | Scott Moser |
2015-03-26 | commit work in progress. tests pass. | Scott Moser |
2015-03-25 | Ensure that the serial console is always closed. | Daniel Watkins |
2015-03-25 | Refactor tests to assume JoyentMetadataClient is correct. | Daniel Watkins |
2015-03-25 | Convert DataSourceSmartOS to use v2 metadata. | Daniel Watkins |
2015-03-25 | Organise imports in test_smartos.py. | Daniel Watkins |
2015-03-18 | Add tests for cc_disk_setup.is_disk_used. | Daniel Watkins |
2015-03-13 | Write and read bytes to/from the SmartOS serial console. | Daniel Watkins |
2015-03-11 | userdata-handlers: python3-related fixes on do-not-process-this-part path | Oleg Strikov |
2015-03-04 | Fix hang caused by HTTPretty on Python 3.4.2. | Scott Moser |
2015-03-04 | Add util.message_from_string to wrap email.message_from_string. | Daniel Watkins |
2015-03-04 | Fix hang caused by HTTPretty on Python 3.4.2. | Daniel Watkins |
2015-03-04 | Convert dmidecode values to sysfs names before looking for them. | Daniel Watkins |
2015-03-02 | get_cmdline_url: fix in python3 when calling | Scott Moser |