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
/
helpers
/
vmware
/
imc
/
guestcust_util.py
Age
Commit message (
Expand
)
Author
2020-06-09
When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get de...
chengcheng-chcheng
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-03-26
VMWware: support to update guest info gc status if enabled (#261)
xiaofengw-vmware
2019-10-17
guestcust_util: handle special characters in config file
Xiaofeng Wang
2019-09-11
VMWware: add option into VMTools config to enable/disable custom script.
Xiaofeng Wang
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2017-09-07
vmware customization: return network config format
Sankar Tanguturi
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-03-11
- Fixed few pep8 and flake8 issues.
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