cesarjorgemartinez / build-virtual-machines-environment

Automate Linux Virtual Machines for Cloud VirtualBox OpenStack VMware ESXI Nutanix CentOS Ubuntu
https://cesarjorgemartinez.github.io/automate-virtual-machine-linux-images
GNU Affero General Public License v3.0
8 stars 7 forks source link

The unit that controls the installation of Guest Tools fails if network service fail one interface #7

Closed cesarjorgemartinez closed 6 years ago

cesarjorgemartinez commented 6 years ago

The unit that controls the installation of Guest Tools fails if network service fail one interface

If we deploy the image (has by default two net interfaces), but only defined one in the host, then the network.service fails and this unit not executed by dependency failed.

Solution: We need to use network-online.target Unit.

cesarjorgemartinez commented 6 years ago

Fixed in https://github.com/cesarjorgemartinez/automatevmimages/pull/8