[Yahoo-eng-team] [Bug 1755260] [NEW] [Azure] Published hostname (ddns) gets reset on reboot after `hostnamectl set-hostname`

2018-03-12 Thread Paul Meyer
Public bug reported: Verified on Azure, using Trusty (Canonical:UbuntuServer:14.04.5-LTS:14.04.201803080) (cloud-init 0.7.5-0ubuntu1.22) 1. create a Trusty VM: az vm create -g paulmey-test -n ubuntu14 --image Canonical:UbuntuServer:14.04.5-LTS:latest 2. On the VM, edit /etc/waagent.conf to se

[Yahoo-eng-team] [Bug 1735008] [NEW] [azure] DataSourceAzure default config should be overridable with files in /etc/cloud.cfg.d/

2017-11-28 Thread Paul Meyer
Public bug reported: The Azure datasource has some hardcoded defaults for ephemeral disk mounting that can be overridden with cloud-config from userdata. However, we also need the ability to override the defaults for other distros/images, e.g. to mount on /mnt/resource by default (possibly over

[Yahoo-eng-team] [Bug 1717611] [NEW] Azure: Azure datasource needs to wait forever for SSH pubkey to be dropped by waagent

2017-09-15 Thread Paul Meyer
Public bug reported: In Azure SSH pubkeys are transported in a certificate through the wireserver protocol. When cloud-init is configured to use waagent, which is the current default, cloud-init will wait maxwait=60 seconds for waagent to drop the .crt files corresponding to the fingerprint tha

[Yahoo-eng-team] [Bug 1693939] [NEW] Switch Azure detection to use chassis_asset_tag

2017-05-26 Thread Paul Meyer
Public bug reported: I've got confirmation that the chassis_asset_tag DMI value is a hard- coded identifier for the Azure platform (both Azure and Azure Stack (the on-premise variant of Azure)). $ cat /sys/class/dmi/id/chassis_asset_tag 7783-7084-3265-9085-8269-3286-77 The detection logic in bot

[Yahoo-eng-team] [Bug 1687712] [NEW] cc_disk_setup: fs_setup with cmd doesn't work

2017-05-02 Thread Paul Meyer
Public bug reported: This reproduces on Azure, but it should fail similarly elsewhere. Consider repro.yml: #cloud-config fs_setup: - special: cmd: mkfs -t %(filesystem)s -L %(label)s %(device)s filesystem: ext4 device: /dev/sdb1 label: repro Create a VM with this clou

[Yahoo-eng-team] [Bug 1611074] Re: Reformatting of ephemeral drive fails on resize of Azure VM

2016-08-08 Thread Paul Meyer
** Also affects: cloud-init Importance: Undecided Status: New -- 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/1611074 Title: Reformatting of ephemeral drive fails on resize o