[Yahoo-eng-team] [Bug 1866640] [NEW] failed run of stage modules-final: AttributeError: 'Paths' object has no attribute 'run_dir'

2020-03-09 Thread Graham Leggett
Public bug reported: When attempting to deploy a CentOS7 machine that upt to know has deployed successfully with no issues, we now see the following error when provisioning below. The version of cloud-init running is this: Mar 9 15:01:16 localhost cloud-init: Cloud-init v. 0.7.5 running

[Yahoo-eng-team] [Bug 1865352] [NEW] cloud-init: Add support for certmonger

2020-03-01 Thread Graham Leggett
Public bug reported: This is a request to integrate certmonger with cloud-init, such that certificates can be requested and provisioned as part of the initialisation process. Possible sample configuration: certs: Redwax Interop: type: scep url:

[Yahoo-eng-team] [Bug 1862417] [NEW] cloud-init: Attempt to mkswap on a partition fails: invalid block count argument: ''

2020-02-07 Thread Graham Leggett
Public bug reported: If an attempt is made to configure a swap partition on an Ubuntu Bionic machine as follows (not a swap file, a swap partition), the attempt to mkswap fails. The expected behaviour is that mkswap and swapon are executed correctly, and /dev/xvdg becomes a valid swap disk. In

[Yahoo-eng-team] [Bug 1832645] [NEW] fs_setup/disk_setup: option to wait for the device to exist before continuing

2019-06-12 Thread Graham Leggett
Public bug reported: When using the AWS::EC2::Volume and AWS::EC2::VolumeAttachment options to add a volume to an AWS::EC2::Instance on AWS EC2, the volume is not immediately available on the instance. This causes fs_setup and disk_setup to fail. What would prevent this failure is a "wait"

[Yahoo-eng-team] [Bug 1749722] [NEW] NTP: take into account systemd-timesyncd where present

2018-02-15 Thread Graham Leggett
Public bug reported: Currently, the NTP module configures ntpd during cloud-init install by installing and configuring ntpd. ntpd competes with systemd-timesyncd on systemd distros like Ubuntu Xenial. Ideally the NTP module should configure systemd-timesyncd where present, falling back to ntpd

[Yahoo-eng-team] [Bug 1749696] [NEW] Excessively vague error while parsing yaml: RuntimeError: Unable to shellify type dict which is not a list or string

2018-02-15 Thread Graham Leggett
Public bug reported: We are currently trying to debug a sudden unexpected failure of a cloud- init v17.1-46 script in Ubuntu v16.04, which fails as below, and we're hampered by an excessively vague error message as follows: 2018-02-15 11:58:22,627 - util.py[WARNING]: Failed to shellify bootcmd

[Yahoo-eng-team] [Bug 1548772] [NEW] mkfs fails on interactive input when no partition is used

2016-02-23 Thread Graham Leggett
Public bug reported: When an attempt is made to format a block device directly on a cloud platform like Azure as below, this attempt fails as follows: fs_setup: - label: data device: /dev/sdc filesystem: ext4 2016-02-23 11:01:50,344 - util.py[WARNING]: Failed during filesystem

[Yahoo-eng-team] [Bug 1522064] [NEW] disk_setup / fs_setup is undocumented

2015-12-02 Thread Graham Leggett
Public bug reported: The disk_setup and fs_setup modules are undocumented at http://cloudinit.readthedocs.org/en/latest/topics/modules.html#disk- setup and no examples are available. ** Affects: cloud-init Importance: Undecided Status: New -- You received this bug notification