maxiepax / go-via

go-via is a deployment tool for imaging and customising VMware ESXi Hypervisors.
GNU General Public License v3.0
17 stars 1 forks source link

Different management IP #1

Open cleeistaken opened 2 years ago

cleeistaken commented 2 years ago

We can set a different management VLAN. Is it possible to set a different management network configuration?

Because of the post-configuration it would be expected that network 1 and network 2 are routable. :)

maxiepax commented 2 years ago

Not currently possible. Since both networks are routable though, what would the benefit be? other than maybe avoiding having to configure the network card to PXE boot with a vlan.

cleeistaken commented 2 years ago

It's case where the environment has a provisioning network and a management network. :)

Their infosec team dictates they can have DHCP on their provisioning network, but not on the management network. This prevents them from running go-via on the management network. Inversely, the provisioning network has limited inbound/outbound connectivity so the hosts cannot be left on the provisioning network.

Currently the workaround is to manually relocate the hosts post-imaging from the the provisioning to the management network.