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
/
helpers.py
Age
Commit message (
Expand
)
Author
2021-04-12
Fix unpickle for source paths missing run_dir (#863)
lucasmoura
2021-02-05
openstack: read the dynamic metadata group vendor_data2.json (#777)
Andrew Bogott
2020-05-14
templater: drop Jinja Python 2 compatibility shim (#353)
Daniel Watkins
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2018-09-25
cli: add cloud-init query subcommand to query instance metadata
Chad Smith
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2017-08-23
cc_landscape & cc_puppet: Fix six.StringIO use in writing configs
Chad Smith
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-03-03
Move warning functionality to cloudinit/warnings.py
Scott Moser
2017-02-03
manual_cache_clean: When manually cleaning touch a file in instance dir.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-26
hide the instance_id file in /run/cloud-init by using .instance_id
Scott Moser
2016-05-26
cloudinit/helpers.py: _get_path raise KeyError if input is bad.
Scott Moser
2016-05-25
commit to push for fear of loss.
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-04-29
Paths: fix instance path if datasource's id has a '/'.
Scott Moser
2016-04-28
Tweak instance path name based on review feedback
Robert Jennings
2016-04-27
Ensure instance path is a child of cloud_dir
Robert Jennings
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-01-27
Remove some unused code.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-01-17
remove unused mergedvendoruser
Scott Moser
2014-01-08
Significant re-working of the userdata handling and introduction of
Ben Howard
2013-07-24
Remove the old register_defaults function.
Joshua Harlow
2013-07-24
Use the same method for registering custom vs default.
Joshua Harlow
2013-07-21
Just use an initialized array.
Joshua Harlow
2013-07-20
Also handle custom handlers correctly.
Joshua Harlow
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-06
Continue working on merging code.
Joshua Harlow
2012-11-13
check for a marker file by the normal name also
Scott Moser
2012-11-10
1 pep8 and 1 pylint fix
Scott Moser
2012-11-07
Start adding a 'migrator' module
Joshua Harlow
2012-10-27
Helpful cleanups.
harlowja
2012-07-09
Return a more useful name for the file lock (which shows what file is being l...
Joshua Harlow
2012-06-29
Don't show the args but show the name and lock that is being used.
Joshua Harlow
2012-06-23
1. Use a common config merging class now in helpers
harlowja
2012-06-21
1. Update comment about ipath returning None when no datasource is active
Joshua Harlow
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
1. Add a dummy lock object + a file lock object
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-20
Move the configparser helper to here since it being in a cfg.py is
Joshua Harlow
2012-06-20
Show the lock object name and the lock value - useful for debugging
harlowja
2012-06-19
More path joinings found + update in logging of when we translate a path
Joshua Harlow
2012-06-19
Make most of all the places use the paths join() function so that testing wit...
Joshua Harlow
2012-06-19
Initial add of read and write roots, this should cover a large set of cases t...
Joshua Harlow
2012-06-19
1. When running, return the function results as well as a boolean that stated...
Joshua Harlow
2012-06-16
Add comment as to why we need to check for none/empty later when fetching an ...
Joshua Harlow
2012-06-16
Content handlers does not need the paths variable anymore so removed that.
Joshua Harlow
2012-06-16
1. Remove content handler iid param, not used.
Joshua Harlow
[next]