-
Notifications
You must be signed in to change notification settings - Fork 918
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vmware): Support network events
This patch updates the DataSource for VMware to support network reconfiguration when the BOOT, BOOT_LEGACY, BOOT_NEW_INSTANCE, and HOTPLUG events are received. Previously the datasource could only reconfigure the network if a new instance ID was detected. However, due to features like backup/restore, migrating VMs, etc., it was determined that it is valuable to support reconfiguring the network without changing the instance ID. This is because changing the instance ID also means running the per-instance configuration modules, such as regenerating the system's SSH host keys, which could lock out automation. This patch also indicates the datasource supports network reconfig for HOTPLUG events, such as when a new NIC is added to a VM.
- Loading branch information
Showing
3 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters