Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | config-drive-v2: support public keys | Scott Moser | |
This does a couple things: * separates out the 'normalize_public_keys' from the DataSource's get_public_ssh_keys * uses that from config-drive datasource * supports config drive v1 or v2 public-keys * adds a test. LP: #1077700 | |||
2012-10-27 | Helpful cleanups. | harlowja | |
1. Remove the usage of the path.join function now that all code should be going through the util file methods (and they can be mocked out as needed). 2. Adjust all occurences of the above join function to either not use it or replace it with the standard os.path.join (which can also be mocked out as needed) 3. Fix pylint from complaining about the tests folder 'helpers.py' not being found 4. Add a pylintrc file that is used instead of the options hidden in the 'run_pylint' tool. | |||
2012-10-23 | fix pep8/pylint | Scott Moser | |
2012-10-05 | Pylint cleanups. | Joshua Harlow | |
2012-10-05 | Add tests to show that the assigned bug is fixed. | Joshua Harlow | |
Also fix the extraction of the metadata key name since it actually uses 'dashes' instead of being a single word. | |||
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. |