haproxytech / vmware-haproxy

Apache License 2.0
51 stars 24 forks source link

Switch to using VMware cloudinit datasource from deprecated VMwareGuestInfo datasource #18

Closed hkumar1402 closed 2 years ago

hkumar1402 commented 2 years ago

HAProxy TOT now installs cloud-init version 21.3. VMware datasource is now part of this version of cloudinit. Also, the deprecated VMware GuestInfo datasource that is currently being used is broken (due to cloudinit util changes that break get_guestinfo_value function) with this latest cloud-init version. This change switches to using VMware datastore that comes as part cloud-init.

Testing Done: Successfully built and deployed HAProxy appliance. Verified from cloud-init.log that DataSourceVMware was used. Verified basic proxying for regression check.