index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceOVF.py
Age
Commit message (
Expand
)
Author
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-02-21
OVF: Fix VMware support for 64-bit platforms.
Sankar Tanguturi
2017-12-08
VMware: Support for user provided pre and post-customization scripts
Maitreyee Saikia
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-22
DataSourceOVF: use util.find_devs_with(TYPE=iso9660)
Ryan Harper
2017-09-14
vmware: Enable nics before sending the SUCCESS event.
Sankar Tanguturi
2017-09-07
vmware customization: return network config format
Sankar Tanguturi
2017-08-15
vcloud directory: Guest Customization support for passwords
Maitreyee Saikia
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-01-17
Fixed Misc issues related to VMware customization.
Sankar Tanguturi
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-12
DataSourceOVF: fix user-data as base64 with python3
Scott Moser
2016-06-15
fix some errors reported by pylint
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-03-29
Added a comment about /var/run/vmware-imc directory.
Sankar Tanguturi
2016-03-22
Fixed few other misc issues.
Sankar Tanguturi
2016-03-20
Misc fixes for VMware Support.
Sankar Tanguturi
2016-03-15
- Added the code to customize timezone.
Sankar Tanguturi
2016-03-11
- Fixed few pep8 and flake8 issues.
Sankar Tanguturi
2016-03-11
- Executed 'bzr merge' and resolved all the conflicts.
Sankar Tanguturi
2016-03-09
- Fixed few issues with return values form util.subp()
Sankar Tanguturi
2016-03-08
- Ignored return code 1 for 'pkill' command in config_nic.py
Sankar Tanguturi
2016-03-04
merge with trunk
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Resolved all the pep8 errors.
Sankar Tanguturi
2016-03-03
Apply pep8, pyflakes fixes for python2 and 3
Ryan Harper
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2016-03-03
run pyflakes in more places, fix fallout
Scott Moser
2016-03-01
Added a kill switch for customization on VMware platform.
Sankar Tanguturi
2016-02-18
- Removed dmi_data function.
Sankar Tanguturi
2016-02-16
- Used proper 4 space indentations for config_nic.py and nic.py
Sankar Tanguturi
2016-02-09
- Added the code to configure the NICs.
Sankar Tanguturi
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-09-22
support 'mtype' as a list, and fix up freebsd mount types
Scott Moser
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2013-06-07
DataSourceOVF: small fix for iso9660 transport
Scott Moser
2013-03-06
Make conf.d and the default merging use the new merging algos.
Joshua Harlow
2013-03-06
Continue working on merging code.
Joshua Harlow
2012-09-20
Use only util methods for reading/loading/appending/peeking
Joshua Harlow
2012-07-12
DataSourceOVF: again fix broken commit
Scott Moser
2012-07-12
fix bad variable. should be 'LOG', not 'log'
Scott Moser
2012-07-12
DataSourceOVF: do not log exception on failed mount
Scott Moser
2012-06-23
Fix a bunch of == None cases
harlowja
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
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