1. 62dae9e Merge pull request #55 from Promaethius/master by Andrew Kutz · 4 years, 4 months ago v1.4.0
  2. 8626bab Update DataSourceVMwareGuestInfo.py by Promaethius · 4 years, 4 months ago
  3. 2ddb6e2 Update DataSourceVMwareGuestInfo.py by Promaethius · 4 years, 4 months ago
  4. 2f20df6 Merge pull request #54 from sshedi/subp-module-fix by Andrew Kutz · 4 years, 4 months ago
  5. 1516077 Fixed subp import by Shreenidhi Shedi · 4 years, 4 months ago
  6. 5ce68c3 Update DataSourceVMwareGuestInfo.py by Promaethius · 4 years, 4 months ago
  7. a1166fa Merge pull request #53 from yvespp/fix_subpmodule by Andrew Kutz · 4 years, 4 months ago
  8. 444519c fix usage of the subp module and function by Yves Peter · 4 years, 4 months ago
  9. 3664219 Merge pull request #51 from sshedi/guestinfo-20.3-tweaks by Andrew Kutz · 4 years, 4 months ago
  10. 5bb93fe Get subp object based on cloud-init version by Shreenidhi Shedi · 4 years, 4 months ago
  11. 165740f Merge pull request #47 from foxalfabravo/master by Andrew Kutz · 4 years, 5 months ago
  12. cd69935 Install missing dscheck_VMwareGuestInfo by foxalfabravo · 4 years, 5 months ago
  13. 5ac2fc0 Merge pull request #42 from hieunba/bugfix/attribute-not-found by Andrew Kutz · 4 years, 7 months ago
  14. 47f5c7f Update incorrect attribute name for netifaces by Hieu · 4 years, 8 months ago
  15. bf996d9 Merge pull request #36 from akutz/feature/additional-network-filters by Andrew Kutz · 4 years, 10 months ago v1.3.1
  16. e16f5e8 Make wait-on-network look at more than default IP by akutz · 4 years, 10 months ago
  17. 1cce7fa Do not report link-local, loopback, unspecified IP by akutz · 4 years, 10 months ago
  18. 73111e8 Merge pull request #35 from akutz/feature/wait-on-network by Andrew Kutz · 4 years, 10 months ago v1.3.0
  19. 33dbfc2 Wait on network by akutz · 4 years, 10 months ago
  20. 9e69060 Merge pull request #31 from yvespp/fix_29 by Andrew Kutz · 5 years ago v1.2.0
  21. b57b6bf Merge pull request #30 from yvespp/fix_28 by Andrew Kutz · 5 years ago
  22. 9dcf3dc make LOCAL_IPV4 and LOCAL_IPV6 optional by Yves Peter · 5 years ago
  23. 59c869d check if cleanup-guestinfo key is set before accessing it by Yves Peter · 5 years ago
  24. 5235bec Merge pull request #27 from akutz/feature/hostname-keys by Andrew Kutz · 5 years ago
  25. b7a193d Add support for "local_hostname" key instance data by akutz · 5 years ago
  26. 9825af0 Merge pull request #26 from akutz/feature/local-ip-addrs by Andrew Kutz · 5 years ago
  27. 909cf9a Reflect local IP addresses back into guestinfo by akutz · 5 years ago
  28. 30fd428 Merge pull request #25 from akutz/feature/cleanup-userdata by Andrew Kutz · 5 years ago
  29. daf81f1 Updated clear value for guestinfo keys by akutz · 5 years ago
  30. ee08727 Update README by akutz · 5 years ago
  31. dbce3d9 Add ability to clear guestinfo keys after reading by akutz · 5 years ago
  32. b832d4a Merge pull request #23 from yvespp/vmware-rpctool by Andrew Kutz · 5 years ago
  33. 8d58dfd Use vmware-rpctool instead of vmtoolsd for performance reasons by yvespp · 5 years ago
  34. cb9e8e4 Addendum to previous commit by akutz · 5 years ago
  35. 4adec9e Merge pull request #22 from akutz/feature/env-var-support by Andrew Kutz · 5 years ago
  36. 10cd140 Support data access via env vars by akutz · 5 years ago
  37. e655010 Merge pull request #21 from zuzzas/ssh-keys-support by Andrew Kutz · 5 years ago
  38. a23229d Support get_public_ssh_keys() method by Andrey Klimentyev · 5 years ago
  39. 242f539 Merge pull request #19 from zuzzas/patch-1 by Andrew Kutz · 5 years ago
  40. e1c5ed4 Update DataSourceVMwareGuestInfo.py by Andrey Klimentyev · 5 years ago
  41. 027ef71 Merge pull request #16 from keerthanakalyan/topic/fix-fqdn-getdata by Andrew Kutz · 5 years ago
  42. f0d27ea Fix getfqdn and getdata by Keerthana K · 5 years ago
  43. 99442e7 Merge pull request #10 from akutz/bugfix/network-data by Andrew Kutz · 6 years ago
  44. 84389c8 Fix issue with network data object by akutz · 6 years ago
  45. 9a3286b Merge pull request #9 from akutz/feature/default-ip by Andrew Kutz · 6 years ago
  46. 0b519f7 Update installer with reqs; default IP addrs by akutz · 6 years ago
  47. ffc4dd5 Add default IPv4 and IPv6 addrs to metadata by akutz · 6 years ago
  48. 5a10e5a Add a pip requirements file by akutz · 6 years ago
  49. 5b0bc05 Adds a .pylintrc for linting by akutz · 6 years ago
  50. 7d10ac3 Merge pull request #8 from akutz/feature/persisted-metadata by Andrew Kutz · 6 years ago
  51. 0d1fce5 Support persisted metadata by akutz · 6 years ago
  52. d1f6764 Update install dir for dscheck_VMwareGuestInfo by akutz · 6 years ago
  53. 59d76d1 Support yaml metadata by akutz · 6 years ago
  54. e982666 Merge pull request #7 from imikushin/vmware by Andrew Kutz · 6 years ago
  55. 6ba6bcb Use the repo under vmware org for installation artifacts by Ivan Mikushin · 6 years ago
  56. 9efe9a2 Support for ds-identify by akutz · 6 years ago
  57. 36a15f9 Add check for curl by akutz · 6 years ago
  58. dfb46b7 Merge pull request #4 from excilsploft/readme_fix by Andrew Kutz · 6 years ago
  59. 3f81ea3 fixed the network config name by Jones, Kyle · 6 years ago
  60. d0dcd66 Updated README to reflect transfer by akutz · 6 years ago
  61. 8399c15 Release 1.1.0 by akutz · 6 years ago v1.1.0
  62. a573340 Merge pull request #1 from sidharthsurana/fix-ubuntu by Andrew Kutz · 6 years ago
  63. 3a42168 Fix the issue related to different python versions by Sidharth Surana · 6 years ago
  64. f808b45 Fix bug with install script by akutz · 6 years ago
  65. dd794a4 Added VMware-provided license and notify info by akutz · 6 years ago
  66. a4e2338 Added link to GuestInfo example by akutz · 6 years ago
  67. 4f66b8b Renamed project/datasource; Install script by Andrew Kutz · 6 years ago
  68. ef10436 Changed RPM name to include OS ver info, ex. el7 by akutz · 6 years ago v1.0.0
  69. 7e7852a Updated README with RPM build instructions by akutz · 6 years ago
  70. df8fa19 Renamed 10_vmx_guestinfo.cfg to 99_ by akutz · 6 years ago
  71. 6501f90 Refactored data source to cloud-init interface by akutz · 6 years ago
  72. fb90488 Updated .gitignore by akutz · 6 years ago
  73. 77457a6 Initial commit by akutz · 6 years ago