Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-22 | Add DataSource.region and use it in mirror selection. | Daniel Watkins | |
Also implement DataSource.region for EC2 and GCE data sources. | |||
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 | |
UrlResponse: biggest change... make readurl return bytes, making user know what to do with it. util: add load_tfile_or_url for loading text file or url as read_file_or_url now returns bytes ec2_utils: all meta-data is text, remove non-obvious string translations DigitalOcean: adjust for ec2_utils DataSourceGCE, DataSourceMAAS: user-data is binary other fields are text. openstack.py: read paths without decoding to text. This is ok as paths other than user-data are json, and load_json will handle load_file still returns text, and that is what most things use. | |||
2015-01-22 | Make parameter list for get_hostname method consistent | Marco Morais | |
The sources.DataSource class has method defined as: def get_hostname(self, fqdn=False, resolve_ip=False) Make the parameter list for this method in DataSourceDigitalOcean and DataSourceGCE consistent with superclass sources.DataSource. | |||
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 | |
this changes url_map to a list and adds 'required' information. * If we've not already found an entry, and this is required, then debug log (ie, this is just not GCE). * if we already found an entry and this is required: warn split the keys fixing out of the loop. | |||
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 | |
This just adds user-data in 'instance/attributes/user-data'. Also turns retries to 0 on all other things. | |||
2014-02-12 | support configuration of MD_URL, disable if not resolvable. | Scott Moser | |
this allows the metadata url to be configured by setting: datasource: GCE: metadata_url: <value> Then also, if its not resolvable, we just deactivate the datasource quickly. | |||
2014-02-08 | wrap url get call in try/except clause | Vaidas Jablonskis | |
2014-02-07 | Forgot to include _trim_key function | Vaidas Jablonskis | |
Got removed somehow | |||
2014-02-07 | use url_helper instead of requests | Vaidas Jablonskis | |
2014-02-03 | Add Google Compute Engine data source support. | Vaidas Jablonskis | |