Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | Add RHEVm and vSphere support as datasource AltCloud | Scott Moser | |
These changes add a new data source to cloud-init to support passing user data to RHEVm and vSphere. The user data is passed to RHEVm v3.0 (current version) using a floppy injection hook and to vSphere via cdrom device. RHEVm v3.1 will use a method similar to vSphere. Once available support for that is also expected. | |||
2012-08-13 | add test to excercise udevadm usage. | Joe VLcek | |
2012-08-10 | Address review feedback for: | Joe VLcek | |
https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542/comments/255564 https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542/comments/255565 | |||
2012-08-09 | stright forward pylint cleanups to tests/ and tools/ | Scott Moser | |
2012-08-09 | test_util: add pylint ignore for FakeSelinux | Scott Moser | |
The methods here have to match the real Selinux signiture, so even though we dont use these variables. | |||
2012-08-08 | Address review feedback for: | Joe VLcek | |
https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542 | |||
2012-07-20 | Add retry logic to DataSourceAltCloud | Joe VLcek | |
2012-07-17 | Added RHEVm and vSphere support as source AltCloud | Joe VLcek | |
2012-07-02 | Add a sample yaml config to be used for testing. | Joshua Harlow | |
2012-06-29 | Refactor the selinux guard to aid in mocking | harlowja | |
1. Adjust the test_util after this mocking to be cleaner | |||
2012-06-29 | Add a test that ensures the upstart handler does not output files when in ↵ | Joshua Harlow | |
non-per-instance mode. | |||
2012-06-28 | 1. Update with smosers code review and comments (and put some of those ↵ | Joshua Harlow | |
comments into the files) 2. Rename consume() to consume_userdata() as it helps in figuring out what this does. 3. Fixup the tests due to #2 | |||
2012-06-22 | Adjust test for turning off capturing | Joshua Harlow | |
2012-06-21 | Fixup python selinux guards, only try to restore after we check if its ↵ | harlowja | |
useful to restore, fix test to work with selinux enabled sysystems | |||
2012-06-21 | Get this test working again. | Joshua Harlow | |
2012-06-21 | Get both of these tests back in working shape. | Joshua Harlow | |
2012-06-21 | Missed some other mkdtemp and rmtree calls no longer needed | Joshua Harlow | |
2012-06-21 | Use the mocker built-in method for creating temporary dirs (which it will ↵ | Joshua Harlow | |
cleanup) | |||
2012-06-21 | 1. Got this test working again using the new code. | Joshua Harlow | |
2. Adjusted so that instead of capturing all logging, only a certain level is captured (now that we have lots more logging) | |||
2012-06-21 | This is now functional and all passing again | Joshua Harlow | |
2012-04-04 | initial checkin of kernel commandline cloud-config url support | Scott Moser | |
2012-03-16 | add supprot for reading public-keys from DataSourcMAAS | Scott Moser | |
2012-03-16 | rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere | Scott Moser | |
instead of MaaS or Maas, use MAAS consistently. The only non 'MAAS' left are all lower case. | |||
2012-03-16 | fix pylint warnings in test_userdata | Scott Moser | |
2012-03-12 | Warn in user-data processing on non-multipart, non-handled data | Scott Moser | |
If user-data is supplied that is not multipart, and is unhandled, then log a warning. A warning by default will get to the console, so the user can see it even if they cannot get into the instance. If they don't see it there, it would still be available in the cloud-init log. | |||
2012-03-12 | Restrict warning to userdata without MIME wrapping only while still ignoring ↵ | Martin Packman | |
most types | |||
2012-03-09 | If the user has chosen to remove default ca-certs, prevent package upgrade | Scott Moser | |
of ca-certificates from adding new trusted certs. | |||
2012-03-08 | pep8 and pylint | Scott Moser | |
2012-03-08 | add a test for read_maas_seed_url | Scott Moser | |
2012-03-08 | Add tests for writing of userdata parts to the filesystem | Martin Packman | |
2012-03-08 | fix tests for 'hostname' to 'local-hostname' and user-data not required | Scott Moser | |
2012-03-08 | Switch to using util.subp. | Mike Milner | |
2012-03-07 | fix pylint and pep8 warnings | Scott Moser | |
2012-03-06 | file for user-data should be 'user-data' (including the '-') | Scott Moser | |
2012-03-06 | assert that userdata is not returned as part of metadata | Scott Moser | |
2012-03-06 | Add initial DataSourceMaaS. | Scott Moser | |
Tests at this point seem to indicate that seed-dir would work. | |||
2012-03-06 | tests/unittests/test_util.py: fix pylint error | Scott Moser | |
2012-02-24 | If we don't trust the default certs, don't add new certs from | Mike Milner | |
ca-certificates package upgrades. | |||
2012-02-21 | Cleanups. | Mike Milner | |
2012-02-21 | Lint fixes. | Mike Milner | |
2012-02-21 | Add test and fix for catching exceptions. | Mike Milner | |
2012-02-21 | Add tests for various frequencies. | Mike Milner | |
2012-02-21 | Added tests for adding handlers. | Mike Milner | |
2012-01-17 | add support for add/remove CA Certificates via cloud-config (LP: #915232) | Scott Moser | |
LP: #915232 | |||
2012-01-17 | Lint fixes. | Mike Milner | |
2012-01-17 | Use delete_dir_contents from cloudinit.util. | Mike Milner | |
2012-01-17 | Added delete_dir_contents function to cloudinit.util. | Mike Milner | |
2012-01-17 | Convert code to use the write_file function from cloudinit.util. | Mike Milner | |
2012-01-17 | Comment and doc cleanup. | Mike Milner | |
2012-01-17 | Add unit tests for util.write_file. | Mike Milner | |