summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
Commit message (Expand)AuthorAgeFilesLines
* VMware: Move Guest Customization transport from OVF to VMware (#1573)PengpengSun2022-11-161-554/+0
* Improve DataSourceOVF error reporting when script disabled (#1525)rong2022-06-171-1/+14
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-136/+175
* VMware: read network-config from ISO (#1066)Thomas Weißschuh2021-10-181-2/+1
* VMWARE: search the deployPkg plugin in multiarch dir (#1061)xiaofengw-vmware2021-10-111-1/+3
* VMware: Fix typo introduced in #947 and add test (#1019)PengpengSun2021-09-161-1/+1
* VMware: add network-config support in ovf-env.xml (#947)PengpengSun2021-07-201-2/+12
* VMware: new "allow_raw_data" switch (#939)xiaofengw-vmware2021-07-081-10/+25
* [VMware] change default max wait time to 15s (#774)xiaofengw-vmware2021-01-271-1/+1
* [VMware] Support cloudinit raw data feature (#691)xiaofengw-vmware2021-01-131-12/+150
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-2/+3
* Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet2020-09-181-1/+3
* VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)xiaofengw-vmware2020-07-211-8/+19
* Move subp into its own module. (#416)Scott Moser2020-06-081-3/+4
* DataSourceNoCloud/OVF: drop claim to support FTP (#333)Daniel Watkins2020-04-281-1/+1
* VMWware: support to update guest info gc status if enabled (#261)xiaofengw-vmware2020-03-261-8/+19
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-6/+2
* OVF: disable custom script execution by defaultXiaofeng Wang2019-10-311-2/+2
* ovf: do not generate random instance-id for IMC customization pathRyan Harper2019-09-271-3/+1
* VMWware: add option into VMTools config to enable/disable custom script.Xiaofeng Wang2019-09-111-1/+20
* VMWare: Trigger the post customization script via cc_scripts module.Xiaofeng Wang2019-07-161-1/+6
* util: don't determine string_types ourselvesDaniel Watkins2019-02-261-1/+3
* OVF: simplify expected return values of transport functions.Scott Moser2018-12-201-10/+10
* Vmware: Add support for the com.vmware.guestInfo OVF transport.Scott Moser2018-12-201-15/+19
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+6
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* OVF: Fix VMware support for 64-bit platforms.Sankar Tanguturi2018-02-211-5/+16
* VMware: Support for user provided pre and post-customization scriptsMaitreyee Saikia2017-12-081-37/+88
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* DataSourceOVF: use util.find_devs_with(TYPE=iso9660)Ryan Harper2017-09-221-27/+47
* vmware: Enable nics before sending the SUCCESS event.Sankar Tanguturi2017-09-141-1/+1
* vmware customization: return network config formatSankar Tanguturi2017-09-071-27/+64
* vcloud directory: Guest Customization support for passwordsMaitreyee Saikia2017-08-151-1/+62
* pylint: fix all logging warningsJoshua Powers2017-04-211-5/+5
* Fixed Misc issues related to VMware customization.Sankar Tanguturi2017-01-171-4/+33
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* DataSourceOVF: fix user-data as base64 with python3Scott Moser2016-09-121-4/+4
* fix some errors reported by pylintScott Moser2016-06-151-5/+5
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-9/+16
* Added a comment about /var/run/vmware-imc directory.Sankar Tanguturi2016-03-291-0/+4
* Fixed few other misc issues.Sankar Tanguturi2016-03-221-4/+4
* Misc fixes for VMware Support.Sankar Tanguturi2016-03-201-8/+10
* - Added the code to customize timezone.Sankar Tanguturi2016-03-151-0/+3
* - Fixed few pep8 and flake8 issues.Sankar Tanguturi2016-03-111-12/+9
* - Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi2016-03-111-11/+10
|\
| * merge with trunkScott Moser2016-03-041-12/+12
| |\
| | * Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-15/+21
| | |\
| | | * Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper2016-03-031-13/+19
| | | |\ | | |/ /
| | | * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-2/+2
| | * | run pyflakes in more places, fix falloutScott Moser2016-03-031-1/+2