← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1327723] [NEW] The frequency of update_etc_hosts and update_hostname

 

Public bug reported:

The frequency of update_etc_hosts and update_hostname should be
PER_INSTANCE.

Some IaaS services allow user to update the name of instance.
when updating name of instance, user have to edit /etc/hosts and /etc/hostname manually.

But Now, these files are updated by cloud-init when rebooting, 
because the frequency of update_etc_hosts and update_hostname is PER_ALWAYS.

** Affects: cloud-init
     Importance: Undecided
         Status: New

** Branch linked: lp:~h-eguchi/cloud-init/update-hostname-per-instance

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1327723

Title:
  The frequency of update_etc_hosts and update_hostname

Status in Init scripts for use on cloud images:
  New

Bug description:
  The frequency of update_etc_hosts and update_hostname should be
  PER_INSTANCE.

  Some IaaS services allow user to update the name of instance.
  when updating name of instance, user have to edit /etc/hosts and /etc/hostname manually.

  But Now, these files are updated by cloud-init when rebooting, 
  because the frequency of update_etc_hosts and update_hostname is PER_ALWAYS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1327723/+subscriptions


Follow ups

References