Age | Commit message (Expand) | Author |
2019-08-09 | Add support for publishing host keys to GCE guest attributes | Rick Wright |
2018-03-20 | datasources: fix DataSource subclass get_hostname method signature | Chad Smith |
2018-03-01 | GCE: fix reading of user-data that is not base64 encoded. | Scott Moser |
2018-01-23 | GCE: Improvements and changes to ssh key behavior for default user. | Max Illfelder |
2017-12-05 | Datasources: Formalize DataSource get_data and related properties. | Chad Smith |
2017-09-18 | GCE: Fix usage of user-data. | Scott Moser |
2017-08-30 | GCE: Add a main to the GCE Datasource. | Scott Moser |
2017-05-25 | GCE: Update the attribute used to find instance SSH keys. | Daniel Watkins |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-27 | GCE: Search GCE in ds-identify, consider serial number in check. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-10 | pep8: fix style errors reported by pycodestyle 2.1.0 | Scott Moser |
2016-08-08 | Newer requests have strong type validation | Joshua Harlow |
2016-06-15 | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]" | Daniel Watkins |
2016-06-14 | [Revert] Remove trailing dot from GCE metadata URL | Scott Moser |
2016-06-13 | Removes trailing dot in metadata.google.internal GCE metadata lookup. | Phil Roche |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2015-07-22 | Add DataSource.region and use it in mirror selection. | Daniel Watkins |
2015-07-06 | Return a sensible value for DataSourceGCE.availability_zone. | Daniel Watkins |
2015-04-20 | GCE instance-level SSH keys override project-level keys. (LP: #1403617) | Daniel Watkins |
2015-04-20 | Support multiple metadata paths for metadata keys in GCE data source. | Daniel Watkins |
2015-04-20 | Rename found variable in GCE data source. | Daniel Watkins |
2015-04-20 | Refactor GCE metadata fetching to use a helper class. | Daniel Watkins |
2015-02-25 | move towards user-data being binary | Scott Moser |
2015-01-22 | Make parameter list for get_hostname method consistent | Marco Morais |
2015-01-16 | pep8 fixes | Scott Moser |
2015-01-14 | Use the short name for GCE hostnames per GCE's request (LP: #1383794). | Ben Howard |
2015-01-06 | Corrected errant logging message. | Wayne Witzel III |
2014-12-19 | add user-data encoding support for gce | Wayne Witzel III |
2014-02-14 | DataSourceGCE: fix 'is_resolvable', remove unnecessary WARN | Scott Moser |
2014-02-13 | some style changes, some pylint, be less noisy | Scott Moser |
2014-02-13 | GCE: use dns name instead of IP address | Vaidas Jablonskis |
2014-02-13 | GCE: add unit tests, user-data support and few other fixes | Vaidas Jablonskis |
2014-02-13 | add 'user-data' support. | Scott Moser |
2014-02-12 | support configuration of MD_URL, disable if not resolvable. | Scott Moser |
2014-02-08 | wrap url get call in try/except clause | Vaidas Jablonskis |
2014-02-07 | Forgot to include _trim_key function | Vaidas Jablonskis |
2014-02-07 | use url_helper instead of requests | Vaidas Jablonskis |
2014-02-03 | Add Google Compute Engine data source support. | Vaidas Jablonskis |