Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
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-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-06-21 | Get this test working again. | Joshua Harlow | |
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-08 | pep8 and pylint | Scott Moser | |
2012-03-08 | add a test for read_maas_seed_url | Scott Moser | |
2012-03-08 | fix tests for 'hostname' to 'local-hostname' and user-data not required | Scott Moser | |
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. |