[Yahoo-eng-team] [Bug 1919177] Re: Azure: issues with accelerated networking on Hirsute

2021-04-13 Thread Dimitri John Ledkov
** Also affects: linux-azure (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-azure (Ubuntu) Milestone: None => ubuntu-21.04 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1905447] [NEW] ds-identify OpenStack is odd

2020-11-24 Thread Dimitri John Ledkov
Public bug reported: ds-identify OpenStack is odd # LP: #1715241 : arch other than intel are not identified properly. case "$DI_UNAME_MACHINE" in i?86|x86_64) :;; *) return ${DS_MAYBE};; esac It has that, which is not nice. Also i think above is no longer true, i

[Yahoo-eng-team] [Bug 1892851] Re: Staged boot, to fix integration of systemd generators

2020-09-09 Thread Dimitri John Ledkov
I think it's best to keep cloud-init task as Invalid for now. ** Also affects: netplan.io (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.

[Yahoo-eng-team] [Bug 1892851] Re: Staged boot, to fix integration of systemd generators

2020-09-09 Thread Dimitri John Ledkov
@slyon I have disscussed multi-transaction boot with systemd upstream; and cloud-init developers. Overall, it's an expensive operation, that may cause the boot slower, and may have unintended consequences which will be harder to debug. If more needs to add units during boot arise, imho we

[Yahoo-eng-team] [Bug 1880734] [NEW] ordering cycle upon booting groovy

2020-05-26 Thread Dimitri John Ledkov
Public bug reported: May 26 15:27:19 ubuntu-server systemd[1]: multi-user.target: Found ordering cycle on getty.target/start May 26 15:27:19 ubuntu-server systemd[1]: multi-user.target: Found dependency on serial-getty@sclp_line0.service/start May 26 15:27:19 ubuntu-server systemd[1]:

[Yahoo-eng-team] [Bug 1872124] Re: ubuntu-drivers-common integration

2020-04-15 Thread Dimitri John Ledkov
I don't think that implementing just subiquity is enough. Ubiquity was the last piece of ubuntu-drivers integration on the Desktop, as update- manager continiously was already checking for any new drivers that are available for the systems' hardware, and continiously providing notifications to

[Yahoo-eng-team] [Bug 1868246] Re: No network after subiquity LPAR installation on s390x with VLAN

2020-04-08 Thread Dimitri John Ledkov
and one more typo ** Also affects: initramfs-tools (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/1868246 Title: No network

[Yahoo-eng-team] [Bug 1861460] Re: cloud-init should parse initramfs rendered netplan if present

2020-04-07 Thread Dimitri John Ledkov
casper has been changed to generate cloud.cfg instead of netplan, thus no further work in cloud-init is required for focal. Closing this issue as fix released in casper & z project. It would be nice for cloud-init to do what was originally asked, but that is a feature request of a lower priority

[Yahoo-eng-team] [Bug 1868246] Re: No network after subiquity LPAR installation on s390x with VLAN

2020-04-07 Thread Dimitri John Ledkov
When using today's ISO, with only a single disk drive attached, and snap refreshed from edge channel, one should be able to complete the install with networking not getting interrupted, and correctly have networking in the target too. ** Changed in: ubuntu-z-systems Status: New => Fix

[Yahoo-eng-team] [Bug 1870225] [NEW] ssh-key or random password

2020-04-01 Thread Dimitri John Ledkov
Public bug reported: ssh-key or random password I'd like to setup my user with an ssh key, if there is one in metadata and no password auth / locked account (cannot ssh with passord, cannot login on tty with password). If no ssh key available, I want user with random password, and tty login

[Yahoo-eng-team] [Bug 1861460] Re: cloud-init should parse initramfs rendered netplan if present

2020-04-01 Thread Dimitri John Ledkov
maybe casper can hack this ** Also affects: casper (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/1861460 Title: cloud-init

[Yahoo-eng-team] [Bug 1868246] Re: No network after subiquity LPAR installation on s390x with VLAN

2020-03-26 Thread Dimitri John Ledkov
1) cloud-init should be fixed for /run/netplan/* which is another bug 2) this bug is about subiquity not deleting/tearing down critical connections ** This bug is no longer a duplicate of bug 1861460 cloud-init should parse initramfs rendered netplan if present ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1798424] Re: Xenial Azure: Make generation of network config from IMDS hotplug scripts configurable opt-in

2018-10-23 Thread Dimitri John Ledkov
this should have had ubuntu task added. Has this been verified yet? ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu Xenial)

[Yahoo-eng-team] [Bug 1734167] Re: DNS doesn't work in no-cloud as launched by ubuntu

2017-11-24 Thread Dimitri John Ledkov
smoser, yeah, so like cloud-init.service should want/after systemd-resolved.service; or e.g. systemd-resolved.service should declare itself before cloud-init.service smoser, i think changing it in systemd unit might be better. ** Also affects: cloud-init (Ubuntu Artful) Importance:

[Yahoo-eng-team] [Bug 1717470] [NEW] cloud-init should show iproute2 output with MTU

2017-09-15 Thread Dimitri John Ledkov
Public bug reported: cloud-init should show output of $ ip address which includes mtu in the console.log ** Affects: cloud-init Importance: Undecided Status: New ** Tags: nplanfail ** Tags added: nplanfail -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1707222] Re: usage of /tmp during boot is not safe due to systemd-tmpfiles-clean

2017-07-31 Thread Dimitri John Ledkov
/tmp is only guaranteed to be in a usable state after sysinit.target currently. Or more generally, after system is fully up only. During boot (initramfs, post-initramfs, early boot, post-boot) system services should use /run, private runtime dir, private tmp dir. This is not a bug in Ubuntu boot

[Yahoo-eng-team] [Bug 1690388] Re: wrong hwaddr on the vlan bond with nplan and cloud-init

2017-05-17 Thread Dimitri John Ledkov
** 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/1690388 Title: wrong hwaddr on the vlan bond with nplan and

[Yahoo-eng-team] [Bug 1689346] Re: cloud-init and nplan do not parse and use OpenStack networking correctly with netmask

2017-05-17 Thread Dimitri John Ledkov
** 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/1689346 Title: cloud-init and nplan do not parse and use

[Yahoo-eng-team] [Bug 1690480] Re: cloud-init / nplan - missing bond mode miimon xmit_hash_policy

2017-05-17 Thread Dimitri John Ledkov
** 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/1690480 Title: cloud-init / nplan - missing bond mode miimon

[Yahoo-eng-team] [Bug 1506958] [NEW] TypeError: object.__new__(thread.lock) is not safe, use thread.lock.__new__()

2015-10-16 Thread Dimitri John Ledkov
Public bug reported: When using /usr/bin/nova-api, running $ openstack availability zone list -> works fine. If using the wsgi scripts, and running nova-api via e.g. uwsgi, the same client command fails as following: 2015-10-16 16:58:20.720 18938 ERROR nova.api.openstack.extensions