On 09/17/2014 07:35 AM, Neil Wilson wrote:
Added the images to the public test account on Brightbox Cloud. Images ids as below.
Both images fire up on Brightbox fine, expand the disk and pick up IPv6 and IPv4 addresses as expected.
dhclient.conf is reporting an error.
Sep 17 06:14:44 localhost.localdomain dhclient[583]: /etc/dhcp/dhclient.conf line 3: semicolon expected. Sep 17 06:14:44 localhost.localdomain dhclient[583]: retry Sep 17 06:14:44 localhost.localdomain dhclient[583]: ^
investigating, this is likely the timeout 300 setup I've added in.
static hostname is getting set incorrectly, so that on a reboot the hostname becomes ‘hostname.localdomain’. This may be a cloud-init problem interacting with centos 7 and the systemd hostname facility.
On initial boot cloud-init overrides the systemd choice, so this problem may not show up until a kernel upgrade forces a reboot.
we should have this fixed with the patch that checks for machine type, but will re-investigate.
fwiw, the GA image failed to boot in 25% of the ec2 tests! the updated one seems to be fine there.
Looking good though.
HTH
very much so, thanks!