summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceGCE.py
Commit message (Expand)AuthorAgeFilesLines
* dhcp: Cleanup unused kwarg (#2037)Brett Holman2023-02-281-1/+0
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-1/+4
* net: Implement link-local ephemeral ipv6Brett Holman2022-06-101-1/+1
* cc_set_hostname: do not write "localhost" when no hostname is given (#1453)Emanuele Giuseppe Esposito2022-05-311-1/+4
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-100/+121
* Move GCE metadata fetch to init-local (SC-502) (#1122)James Falcon2021-12-021-4/+21
* Add "Google" as possible system-product-name (#1077)vteratipally2021-10-221-1/+1
* Add retries to DataSourceGCE.py when connecting to GCE (#1005)vteratipally2021-09-201-6/+13
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-2/+3
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* Add support for publishing host keys to GCE guest attributesRick Wright2019-08-091-2/+20
* datasources: fix DataSource subclass get_hostname method signatureChad Smith2018-03-201-1/+1
* GCE: fix reading of user-data that is not base64 encoded.Scott Moser2018-03-011-8/+7
* GCE: Improvements and changes to ssh key behavior for default user.Max Illfelder2018-01-231-39/+95
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* GCE: Fix usage of user-data.Scott Moser2017-09-181-7/+19
* GCE: Add a main to the GCE Datasource.Scott Moser2017-08-301-70/+112
* GCE: Update the attribute used to find instance SSH keys.Daniel Watkins2017-05-251-1/+1
* pylint: fix all logging warningsJoshua Powers2017-04-211-2/+3
* GCE: Search GCE in ds-identify, consider serial number in check.Scott Moser2017-03-271-0/+18
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-15/+4
* pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser2016-11-101-0/+1
* Newer requests have strong type validationJoshua Harlow2016-08-081-1/+1
* Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
* [Revert] Remove trailing dot from GCE metadata URLScott Moser2016-06-141-1/+1
* Removes trailing dot in metadata.google.internal GCE metadata lookup.Phil Roche2016-06-131-1/+1
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+2
* Add DataSource.region and use it in mirror selection.Daniel Watkins2015-07-221-0/+4
* Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins2015-07-061-0/+4
* GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins2015-04-201-1/+2
* Support multiple metadata paths for metadata keys in GCE data source.Daniel Watkins2015-04-201-11/+15
* Rename found variable in GCE data source.Daniel Watkins2015-04-201-4/+4
* Refactor GCE metadata fetching to use a helper class.Daniel Watkins2015-04-201-33/+36
* move towards user-data being binaryScott Moser2015-02-251-9/+12
* Make parameter list for get_hostname method consistentMarco Morais2015-01-221-1/+1
* pep8 fixesScott Moser2015-01-161-2/+5
* Use the short name for GCE hostnames per GCE's request (LP: #1383794).Ben Howard2015-01-141-1/+2
* Corrected errant logging message.Wayne Witzel III2015-01-061-4/+4
* add user-data encoding support for gceWayne Witzel III2014-12-191-0/+9
* DataSourceGCE: fix 'is_resolvable', remove unnecessary WARNScott Moser2014-02-141-5/+2
* some style changes, some pylint, be less noisyScott Moser2014-02-131-21/+44
* GCE: use dns name instead of IP addressVaidas Jablonskis2014-02-131-7/+4
* GCE: add unit tests, user-data support and few other fixesVaidas Jablonskis2014-02-131-24/+25
* add 'user-data' support.Scott Moser2014-02-131-4/+11
* support configuration of MD_URL, disable if not resolvable.Scott Moser2014-02-121-2/+13
* wrap url get call in try/except clauseVaidas Jablonskis2014-02-081-1/+4
* Forgot to include _trim_key functionVaidas Jablonskis2014-02-071-0/+10
* use url_helper instead of requestsVaidas Jablonskis2014-02-071-26/+12
* Add Google Compute Engine data source support.Vaidas Jablonskis2014-02-031-0/+100