summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-10-18VMware: read network-config from ISO (#1066)Thomas Weißschuh
2021-10-11VMWARE: search the deployPkg plugin in multiarch dir (#1061)xiaofengw-vmware
2021-09-16VMware: Fix typo introduced in #947 and add test (#1019)PengpengSun
2021-07-20VMware: add network-config support in ovf-env.xml (#947)PengpengSun
2021-07-08VMware: new "allow_raw_data" switch (#939)xiaofengw-vmware
2021-01-27[VMware] change default max wait time to 15s (#774)xiaofengw-vmware
2021-01-13[VMware] Support cloudinit raw data feature (#691)xiaofengw-vmware
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-09-18Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet
2020-07-21VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)xiaofengw-vmware
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-04-28DataSourceNoCloud/OVF: drop claim to support FTP (#333)Daniel Watkins
2020-03-26VMWware: support to update guest info gc status if enabled (#261)xiaofengw-vmware
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-10-31OVF: disable custom script execution by defaultXiaofeng Wang
2019-09-27ovf: do not generate random instance-id for IMC customization pathRyan Harper
2019-09-11VMWware: add option into VMTools config to enable/disable custom script.Xiaofeng Wang
2019-07-16VMWare: Trigger the post customization script via cc_scripts module.Xiaofeng Wang
2019-02-26util: don't determine string_types ourselvesDaniel Watkins
2018-12-20OVF: simplify expected return values of transport functions.Scott Moser
2018-12-20Vmware: Add support for the com.vmware.guestInfo OVF transport.Scott Moser
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-02-21OVF: Fix VMware support for 64-bit platforms.Sankar Tanguturi
2017-12-08VMware: Support for user provided pre and post-customization scriptsMaitreyee Saikia
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-22DataSourceOVF: use util.find_devs_with(TYPE=iso9660)Ryan Harper
2017-09-14vmware: Enable nics before sending the SUCCESS event.Sankar Tanguturi
2017-09-07vmware customization: return network config formatSankar Tanguturi
2017-08-15vcloud directory: Guest Customization support for passwordsMaitreyee Saikia
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-01-17Fixed Misc issues related to VMware customization.Sankar Tanguturi
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-12DataSourceOVF: fix user-data as base64 with python3Scott Moser
2016-06-15fix some errors reported by pylintScott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua 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.pySankar Tanguturi
2016-03-04merge with trunkScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03 Resolved all the pep8 errors.Sankar Tanguturi
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper