[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-29 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Vivid) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: cloud-init (Ubuntu Utopic) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: cloud-init (Ubuntu Trusty) Assignee: (unassigned) = Ben Howard (utlemming) -- You

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-26 Thread Ben Howard
** Description changed: + SRU Justification + + [IMPACT] Cloud-init overrides the hostname each boot with the fabric + provided name. Users expect that the hostname will not be reset each + boot. + + [Test Case 1] Upgrade from proposed + 1. Install cloud-init from proposed + 2. Change the

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-26 Thread Ben Howard
** Also affects: cloud-init (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: walinuxagent (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: walinuxagent

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1106-0ubuntu1 --- cloud-init (0.7.7~bzr1106-0ubuntu1) wily; urgency=medium * New upstream snapshot. * Azure: remove strict dependency on walinux-agent, but still utilize it for the time being. * fix read_seeded

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-05 Thread Dan Watkins
** Changed in: cloud-init Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title: Hostname change is not preserved across reboot

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-05-01 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title: Hostname change is not preserved across reboot on Azure Ubuntu VMs To manage

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-04-15 Thread Dan Watkins
This turned out to be something of an involved change, which I'm still working on. Essentially, the cloud-init Azure data source will _always_ set the hostname to that provided by the fabric, even before the configuration modules that would normally do it (i.e. set_hostname and update_hostname).

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-04-15 Thread Dan Watkins
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Assignee: (unassigned) = Dan Watkins (daniel-thewatkins) ** Changed in: walinuxagent (Ubuntu) Status: In Progress = Invalid ** Changed in: cloud-init Status: New = In Progress

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-04-15 Thread Dan Watkins
** Branch linked: lp:~daniel-thewatkins/cloud-init/lp1375252 ** Branch unlinked: lp:~utlemming/cloud-init/lp1375252 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title:

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-04-09 Thread Dan Watkins
** Changed in: walinuxagent (Ubuntu) Assignee: Ben Howard (utlemming) = Dan Watkins (daniel-thewatkins) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title:

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-01-23 Thread Ben Howard
Pending merge proposal. Cloud-init's default behavior was to set the hostname via the system hostname each boot and then bounce the interface. In taking a look at this, the dhcp configuration was using gethostname() in order to determine what name to send to the fabric. By having cloud-init set

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-01-23 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/lp1375252 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title: Hostname change is not preserved across reboot on Azure

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-01-14 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-01-06 Thread Yue Zhang
Cloud-init will reset hostname on every reboot. The hostname is stored in /var/lib/waagent/ovf-env.xml. You could use the following command to change your hostname.  sudo sed -e s/your-old-hostname/your-new-hostname/ -i /var/lib/waagent/ovf-env.xml -- You received this bug notification

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-10-08 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1375252 Title: Hostname change is not preserved across

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: walinuxagent (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-30 Thread Joe Clifford
** Description changed: - Whilst a hostname change is effective using hostname hostname or using - hostnamectl, and the hostname appears under hostname in the Azure - dashboard, upon rebooting the Ubuntu VM, the hostname reverts to the VM - name as displayed in the Azure dashboard. + Whilst a

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-30 Thread Joe Clifford
** Attachment added: /var/log/cloud-init.log https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+attachment/4220218/+files/cloud-init.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-30 Thread Joe Clifford
private information obfuscated ** Attachment added: /var/log/cloud-init-output.log https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+attachment/4220243/+files/cloud-init-output.log -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-30 Thread Joe Clifford
** Attachment added: dmesg https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+attachment/4220185/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-30 Thread Joe Clifford
private information obfuscated ** Attachment added: /var/log/waagent.log https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+attachment/4220267/+files/waagent.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to