fastconnect / virtualbox-cloudify-driver

VirtualBox Cloudify Driver, for testing purpose
3 stars 0 forks source link

Be able to handle DHCP #12

Open grozeille opened 11 years ago

grozeille commented 11 years ago

Instead of forcing IP, use the HostOnlyInterface DHCP and retrieve dynamically this IP

grozeille commented 11 years ago

The drawback: without a DNS server, the VMs will not be able to handle hostnames (or for each new VM, the driver should update the /etc/hosts to all created VMs)