[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Automatically provisioning IP addresses on a new VM
Couldn't it be even simpler? Couldn't these providers have one or two spare DomUs for each OS configured and available, making only the assignment process automated (if even it is)? I'm not saying that's how they do it, but 5 minutes seems like an awfully quick deployment for something that doesn't already exist (I would think copying the image could take longer than that unless it was pretty basic). Dustin -----Original Message----- From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of James Harper Sent: Friday, November 19, 2010 23:51 To: Andrew White; xen-users@xxxxxxxxxxxxxxxxxxx Subject: RE: [Xen-users] Automatically provisioning IP addresses on a new VM > > I know there are plenty of VPS hosting companies out there who use Xen who > provide you with a VPS "available in 5 minutes" - meaning you can SSH or RDP > to it in 5 minutes. > > Obviously there must be some type of mechanism that allows them to > automatically assign an IP to a HVM based VM. Some type of mechanism to > automatically provision this in all flavours of Linux they offer, along with > Win2k3 and Win2k8. > For Windows I suppose they could use a pre-setup image with the appropriate ini/xml file. Or the PV drivers could do it. GPLPV could probably be made to do this with a bit of userspace (or kernel?) trickery - read the IP settings from xenstore (the kernel interface is there to do this but not the userspace tools) and use netsh or some other tool to configure each adapter. Kernel is probably better as it can happen earlier in the boot and can't be overridden as easily. James _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |