index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceMAAS.py
Age
Commit message (
Expand
)
Author
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-05-14
cloudinit: remove unneeded __future__ imports (#362)
Daniel Watkins
2019-11-22
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-01-10
MAAS: add check_instance_id based off oauth tokens.
Scott Moser
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-07
MAAS: improve the main of datasource to look at kernel cmdline config.
Scott Moser
2016-08-12
MAAS: add vendor-data support
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-09-29
MAAS: fix issues with url_helper and oauth module
Scott Moser
2015-08-25
MAAS: fixes to data source and OauthUrlHelper
Scott Moser
2015-08-07
hopefully fix DataSourceMAAS
Scott Moser
2015-08-06
tests pass
Scott Moser
2015-03-10
DataSourceMAAS: fix timestamp error in oauthlib
Scott Moser
2015-03-10
DataSourceMAAS: remove debug statement
Scott Moser
2015-03-05
DataSourceMAAS: generate oauth headers with adjusted timestamp in case of clo...
Oleg Strikov
2015-03-02
DataSourceMAAS: fix oauthlib imports
Scott Moser
2015-02-25
move towards user-data being binary
Scott Moser
2015-01-27
Remove a comment turd.
Barry Warsaw
2015-01-26
Port the MAAS code to oauthlib.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2013-04-25
re-work maas datasource and headers call backs
Scott Moser
2013-03-19
merge from trunk at revno 799
Scott Moser
2013-03-06
Continue working on merging code.
Joshua Harlow
2013-02-23
Fix the maas callback mechanism now that requests is used.
harlowja
2013-02-23
Get tests working and further adjustments.
harlowja
2013-02-21
Update to code on trunk.
harlowja
2013-02-21
More work on requests integration.
harlowja
2013-02-19
Continue working on integrating requests.
harlowja
2012-10-23
use only util methods for reading/loading/appending/peeking
Scott Moser
2012-10-01
fix oauth time skew. actual implementation was returning 401 not 403.
Scott Moser
2012-09-30
[pylint]: remove unused import
Scott Moser
2012-09-28
make DataSourceMAAS 'main()' use load_yaml
Scott Moser
2012-09-24
DataSourceMAAS: if a oauth request fails due to 403 try updating local time
Scott Moser
2012-09-20
Use only util methods for reading/loading/appending/peeking
Joshua Harlow
2012-08-06
re-add the 'main' routine to DataSourceMAAS.py
Scott Moser
2012-06-21
Ensure that calling the urls happens in a specified order.
Joshua Harlow
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-17
1. Add a url response class that urlreading now returns (instead of a tuple).
harlowja
2012-06-16
Some simple fixes that will make the python 3 translation easier
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Complete initial cleanup for refactoring/rework.
Joshua Harlow
2012-06-07
Darn it. Those shouldn't be there!
Joshua Harlow