esxi/network-kickstart-type¶
Set the ESXi software install acceptance level.
This Param specifies how the ESXi node should be configured for it's network interface during kickstart installation. The supported mode types are:
Type | Notes |
---|---|
dhcp |
(default) Requests IP info via DHCP service |
convert |
Converts the existing DHCP lease to a static assignment |
manual |
Operator provides values via additonal params |
If set to manual
use the following Params to configure the network
Param | Notes |
---|---|
esxi/network-ipaddr |
Sets the IP Address |
esxi/network-netmask |
Sets the subnet Netmask |
esxi/network-gateway |
Sets the Default Gateway |
esxi/network-dns |
Sets DNS server(s) (comma, no spaces separated) |
esxi/network-hostname |
Defines nodes Hostname |
All values must be specified for "manual" type.
Warning
Currently, changing the network type from DHCP will not cause any
interaction with your DRP Endpoint. This means that if you use
convert
to static IP assignment, the DRP endpoint will not be
aware of this. You will need to create a Reservation
manually to ensure your IP assignment isn't stomped on.
Similarly, if you use manual
, it is your responsibility to ensure
you do not map a manual IP assignment to any DHCP ranges, unless you
also arrange to have that IP assignment converted to a Reservation
(when using DRP as the DHCP service).
Future versions of this plugin should correct this issue.