Re: [Cloud-init-dev] [Merge] lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init

2015-02-24 Thread Ben Howard
Performing the hostname_bounce on first-boot only would actually break the 
instance in two cases instance on shutdown/startup as the VIP is released on 
instance shutdown. When the user restarts the instance, it would be given a new 
VIP, but keep the instance ID. In this case, scoping the hostname_bounce to 
per-instance would result in instances that never come back. 

I agree that this not ideal, but the implementation of the VIP requires either 
that the hostname has to match the fabric name, or DHCP has to be configured. 
-- 
https://code.launchpad.net/~utlemming/cloud-init/lp1375252/+merge/247494
Your team cloud init development team is requested to review the proposed merge 
of lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init.

___
Mailing list: https://launchpad.net/~cloud-init-dev
Post to : cloud-init-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Cloud-init-dev] [Merge] lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init

2015-02-24 Thread Scott Moser
on shutdown/startup, the configured network interface is still brought up (by 
ubuntu).  its just not cycled by cloud-init.  that bringup will use the 
configured hostname as seen in /etc/hostname, which should have been updated.


-- 
https://code.launchpad.net/~utlemming/cloud-init/lp1375252/+merge/247494
Your team cloud init development team is requested to review the proposed merge 
of lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init.

___
Mailing list: https://launchpad.net/~cloud-init-dev
Post to : cloud-init-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Cloud-init-dev] [Merge] lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init

2015-02-24 Thread Ben Howard
That is true on first-boot, but what if the user changes /etc/hostname? If we 
change to doing this on first-boot only, then it results in a situation where a 
user who changes their hostname is busted. The purpose of the proposed patch is 
to enable users to divorce the hostname from the fabric name. 
-- 
https://code.launchpad.net/~utlemming/cloud-init/lp1375252/+merge/247494
Your team cloud init development team is requested to review the proposed merge 
of lp:~utlemming/cloud-init/lp1375252 into lp:cloud-init.

___
Mailing list: https://launchpad.net/~cloud-init-dev
Post to : cloud-init-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp