Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-01 | improvements for launch index, one fix for cloud-archive | Joshua Harlow | |
1. Docs for launch-index + examples 2. Tests for launch-index + data files 3. Fixing a bug with cloud-archive yaml types allowed (likes a tuple not a list for some reason) (LP: #1044594) 4. Setting the 'part' content-type if what we actually use is different. LP: #1044594 | |||
2012-08-31 | Fix pylint complaints. | Joshua Harlow | |
2012-08-31 | 1. Add a helper for tests to use to load resource/data files from | Joshua Harlow | |
2. Add a set of tests+data that ensure the launch index filtering works as expected in the various modes including raw yaml and via mime/email message formats. | |||
2012-08-24 | fix test case for copy of uuid -> instance-id | Scott Moser | |
2012-08-24 | committing in preparation for actual test | Scott Moser | |
2012-08-23 | some more tests. | Scott Moser | |
2012-08-23 | fix pep8 and pylint | Scott Moser | |
2012-08-23 | initial functional unit test | Scott Moser | |
2012-08-22 | merge from trunk for pep8 fixes | Scott Moser | |
2012-08-22 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
2012-08-22 | add test | Scott Moser | |
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 | |