[Yahoo-eng-team] [Bug 1883122] [NEW] `cloud-init status` should distinguish between "permanently disabled" and "disabled for this boot"

2020-06-11 Thread Dan Watkins
Public bug reported: Using ds-identify and a systemd generator, cloud-init can detect that it should disable itself for a particular boot when there is nothing for it to do. However, if on the next boot a datasource becomes applicable (e.g. a NoCloud/ConfigDrive device is presented to the

[Yahoo-eng-team] [Bug 1883124] [NEW] `cloud-init status` reports "disabled" for a boot when it did run

2020-06-11 Thread Dan Watkins
Public bug reported: Steps to reproduce, on a booted instance: $ cloud-init status done $ touch /etc/cloud/cloud-init.disabled $ cloud-init status disabled While this is accurate on one sense (cloud-init _is_ now disabled) it obscures the fact that cloud-init did run for this boot. It is both

[Yahoo-eng-team] [Bug 1905493] Re: cloud-init status --wait hangs indefinitely in a nested lxd container

2020-12-01 Thread Dan Watkins
Hi Ian, I've just launched such a container and I see a bunch of non-cloud-init errors in the log and when I examine `systemctl list-jobs`, I see that the two running jobs are systemd-logind.service and snapd.seeded.service: root@certain-cod:~# systemctl list-jobs JOB UNIT

[Yahoo-eng-team] [Bug 1812676] Re: cloud-init-per mishandles commands with dashes

2020-11-10 Thread Dan Watkins
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1812676 Title: cloud-init-per mishandles commands with dashes

[Yahoo-eng-team] [Bug 1896532] Re: Ec2Datasource fails in environments without IMDSv2

2021-01-05 Thread Dan Watkins
Thanks for the update, David! I'll move this to Invalid, as there is now no work required on our end. (If you don't think that's correct, please do let us know, of course!) ** Changed in: cloud-init Status: Triaged => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1908287] Re: cloud-init exits early on ec2 after reboot

2021-01-13 Thread Dan Watkins
Correct, I think this is a pycloudlib issue. ** Changed in: cloud-init Status: New => Invalid -- 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/1908287 Title: cloud-init exits

[Yahoo-eng-team] [Bug 1911227] Re: cc_seed_random: unexpectedly appends cloud's random_seed to specified seed data

2021-01-13 Thread Dan Watkins
The PR has landed, as this is a doc and test change, we don't need to wait for a release to mark this Fix Released. ** Changed in: cloud-init Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1691489] Re: fstab entries written by cloud-config may not be mounted

2021-01-04 Thread Dan Watkins
** Changed in: cloud-init Status: Confirmed => Fix Released -- 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/1691489 Title: fstab entries written by cloud-config may not be

[Yahoo-eng-team] [Bug 1911230] [NEW] `test_datasource_rbx_no_stacktrace` incorrectly runs on all clouds

2021-01-12 Thread Dan Watkins
Public bug reported: It makes assumptions about the platform it's testing on, so should be limited to platforms where we expect it to work. ** Affects: cloud-init Importance: Medium Assignee: James Falcon (falcojr) Status: In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1911227] [NEW] cc_seed_random: unexpectedly appends cloud's random_seed to specified seed data

2021-01-12 Thread Dan Watkins
Importance: Medium Assignee: Dan Watkins (oddbloke) Status: Triaged ** Tags: docs ** Changed in: cloud-init Status: New => Triaged ** Changed in: cloud-init Importance: Undecided => Medium ** Summary changed: - cc_seed_random: unexpectedly appends cloud's random_s

[Yahoo-eng-team] [Bug 1911230] Re: `test_datasource_rbx_no_stacktrace` incorrectly runs on all clouds

2021-01-12 Thread Dan Watkins
Fixed in https://github.com/canonical/cloud-init/pull/770 (and as this is a testing change, no need to wait for a release to Fix Released it). ** Changed in: cloud-init Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1910835] Re: Azure IMDS publicKeys contain \r\n which prevents ssh access to vms using cloud-generated ssh keys.

2021-01-12 Thread Dan Watkins
** Changed in: cloud-init Status: Confirmed => Fix Released -- 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/1910835 Title: Azure IMDS publicKeys contain \r\n which prevents ssh

[Yahoo-eng-team] [Bug 1910408] Re: Cubic appends characters to /etc/os-release and /etc/lsb-release breaking the new automated installation method for Ubuntu

2021-01-12 Thread Dan Watkins
Sounds like there's nothing for cloud-init here; thanks all! ** Changed in: cloud-init Status: New => Won't Fix -- 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/1910408 Title:

[Yahoo-eng-team] [Bug 1377308] Re: booting cloud image without initramfs broken

2021-02-03 Thread Dan Watkins
Drive-by mark as Incomplete, as the way initramfses and cloud images interact has changed substantially since 2014. ** Changed in: cloud-init (Ubuntu Trusty) Status: Triaged => Won't Fix ** Changed in: cloud-init (Ubuntu) Status: Triaged => Incomplete ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1915077] Re: genisoimage may be going away

2021-02-09 Thread Dan Watkins
** Also affects: cloud-utils (Ubuntu) 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/1915077 Title: genisoimage may be going away Status

[Yahoo-eng-team] [Bug 1921124] [NEW] Randomly-set credentials not available within the instance

2021-03-24 Thread Dan Watkins
in the instance, securely, so that these use cases are not regressed. [0] https://github.com/canonical/cloud- init/commit/b794d426b9ab43ea9d6371477466070d86e10668 ** Affects: cloud-init Importance: Undecided Assignee: Dan Watkins (oddbloke) Status: In Progress ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1922801] [NEW] Write an integration test for GH: #780

2021-04-06 Thread Dan Watkins
Public bug reported: The code in https://github.com/canonical/cloud-init/pull/780 is in need of an integration test. Let's use this as a place to hash out the design of it and any framework changes, instead of the comments of a soon-to-be-landed PR. ** Affects: cloud-init Importance:

[Yahoo-eng-team] [Bug 1922742] [NEW] Failed: can't get Volume Group information from /dev/sda1

2021-04-06 Thread Dan Watkins
Public bug reported: When running tests in LXD VMs (LXD containers don't perform disk setup, as they don't have their own disks), I see: 2021-04-06 14:31:24,084 - helpers.py[DEBUG]: Running config-growpart using lock () 2021-04-06 14:31:24,084 - cc_growpart.py[DEBUG]: No 'growpart' entry in

[Yahoo-eng-team] [Bug 1922739] [NEW] AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-06 Thread Dan Watkins
Public bug reported: On a test LXD VM instance, I see: 2021-04-06 14:05:11,296 - util.py[WARNING]: failed stage init 2021-04-06 14:05:11,302 - util.py[DEBUG]: failed stage init Traceback (most recent call last): File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 652, in

[Yahoo-eng-team] [Bug 1829411] Re: vendor_data2 not supported

2021-03-09 Thread Dan Watkins
*** This bug is a duplicate of bug 1841104 *** https://bugs.launchpad.net/bugs/1841104 ** This bug is no longer a duplicate of bug 1829410 vendor_data2 not supported ** This bug has been marked a duplicate of bug 1841104 Openstack's vendor_data2.json is not handled -- You received

[Yahoo-eng-team] [Bug 1829410] Re: vendor_data2 not supported

2021-03-09 Thread Dan Watkins
*** This bug is a duplicate of bug 1841104 *** https://bugs.launchpad.net/bugs/1841104 Marked as a duplicate: the good news is that we've released a fix for this! ** This bug has been marked a duplicate of bug 1841104 Openstack's vendor_data2.json is not handled -- You received this bug

[Yahoo-eng-team] [Bug 1905493] Re: cloud-init status --wait hangs indefinitely in a nested lxd container

2021-03-17 Thread Dan Watkins
Yep, that's what I've found; cloud-init is just waiting for its later stages to run, which are blocked by snapd.seeded.service exiting. ** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1917322] [NEW] cloudinit.net.get_devicelist includes "bonding_masters" if present

2021-03-01 Thread Dan Watkins
Public bug reported: $ ls -l /sys/class/net/ total 0 lrwxrwxrwx 1 root root0 Feb 26 21:51 bond0 -> ../../devices/virtual/net/bond0 -rw-r--r-- 1 root root 4096 Feb 26 21:51 bonding_masters lrwxrwxrwx 1 root root0 Feb 26 21:51 enp5s0 ->

[Yahoo-eng-team] [Bug 1916540] Re: Release 21.1

2021-02-23 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 21.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: cloud-init Status: New => Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1841104] Re: Openstack's vendor_data2.json is not handled

2021-02-23 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 21.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1835584] Re: cloud-init might incorrectly consider reboot as new-instance during kernel upgrade or downgrade

2021-02-23 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 21.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: cloud-init Status: In Progress => Fix Released -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1915460] Re: no way to suppress host key info on console

2021-02-23 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 21.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: cloud-init Status: In Progress => Fix Released -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1901011] Re: Azure temporary disk not present for instance type

2021-02-23 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 21.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: cloud-init Status: Triaged => Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1916540] [NEW] Release 21.1

2021-02-22 Thread Dan Watkins
Public bug reported: This bug tracks cloud-init's upstream release of 21.1. == Release Notes == Cloud-init release 21.1 is now available The 21.1 release:  * spanned about 3 months  * had 24 contributors from 25 domains  * fixed 10 Launchpad issues Highlights:  - New datasource for UpCloud  -

<    1   2   3