Re: [Xen-devel] [OSSTEST PATCH 25/26] ts-xen-install: Properly handle hosts without a static IP address

2015-10-30 Thread Hu, Robert
> -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Monday, September 28, 2015 6:33 PM > To: Ian Jackson ; > xen-de...@lists.xenproject.org > Cc: Hu, Robert > Subject: Re: [OSSTEST PATCH 25/26] ts-xen-install: Properly handle hosts > without a static IP addre

Re: [Xen-devel] [OSSTEST PATCH 25/26] ts-xen-install: Properly handle hosts without a static IP address

2015-09-28 Thread Ian Campbell
On Fri, 2015-09-25 at 20:15 +0100, Ian Jackson wrote: > From: Robert Ho > > Check IpStatic, and if it is not set, provide a dhcp stanza in > /etc/network/interfaces, rather than an `inet static' one. > > This is necessary for L1 nested hosts, because they don't have a > static IP address. > > I

[Xen-devel] [OSSTEST PATCH 25/26] ts-xen-install: Properly handle hosts without a static IP address

2015-09-25 Thread Ian Jackson
From: Robert Ho Check IpStatic, and if it is not set, provide a dhcp stanza in /etc/network/interfaces, rather than an `inet static' one. This is necessary for L1 nested hosts, because they don't have a static IP address. In principle this makes matters more correct for physical hosts without s