[Yahoo-eng-team] [Bug 1846820] Related fix merged to nova (master)

2022-08-18 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/852900 Committed: https://opendev.org/openstack/nova/commit/c178d9360665c219cbcc71c9f37b9e6e3055a5e5 Submitter: "Zuul (22348)" Branch:master commit c178d9360665c219cbcc71c9f37b9e6e3055a5e5 Author: Dan Smith Date: Thu Aug 11 09:50:30

[Yahoo-eng-team] [Bug 1951586] Re: Need option to specify wifi regulatory domain

2022-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package netplan.io - 0.105-0ubuntu1 --- netplan.io (0.105-0ubuntu1) kinetic; urgency=medium * New upstream release: 0.105 - Add support for VXLAN tunnels (#288), LP: #1764716 - Add support for VRF devices (#285), LP: #1773522 - Add support for

[Yahoo-eng-team] [Bug 1848471] Re: No infiniband support in netplan renderer

2022-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package netplan.io - 0.105-0ubuntu1 --- netplan.io (0.105-0ubuntu1) kinetic; urgency=medium * New upstream release: 0.105 - Add support for VXLAN tunnels (#288), LP: #1764716 - Add support for VRF devices (#285), LP: #1773522 - Add support for

[Yahoo-eng-team] [Bug 1987005] [NEW] ipv6_ready referenced before assignment

2022-08-18 Thread Jerry Cheng
Public bug reported: cloud-init crashes due to reference ipv6_ready before assignment. cloud-init version: 22.2.2-1.ph3 traceback in cloudinit/sources/DataSourceVMware.py: [2022-08-15 17:38:14] 2022-08-15 17:38:14,682 - util.py[WARNING]: failed stage init [2022-08-15 17:38:14] failed run of

[Yahoo-eng-team] [Bug 1986977] [NEW] [ovn-octavia-provider] HealthMonitor affecting several LBs

2022-08-18 Thread Fernando Royo
Public bug reported: HealthMonitor over a pool that share a member (over a different port) with another pool or indeed over a different LB is updating all pools involving the member notified on the ServiceMonitorUpdateEvent. In particular the information mixed is on NBDB, on the field

[Yahoo-eng-team] [Bug 1986969] [NEW] Manually assign --device and --device-owner to a port does NOT binds the port inmediatly

2022-08-18 Thread Rodolfo Alonso
Public bug reported: This could be considered as a documentation bug. When a VM is created (there is a device ID), a user can create a port and assign the port device_id to the VM ID and the device_owner="compute:nova". That makes this port visible when executing: $ openstack port list

[Yahoo-eng-team] [Bug 1965140] Re: Eventlet fails when starting network agents

2022-08-18 Thread Rodolfo Alonso
*** This bug is a duplicate of bug 1934937 *** https://bugs.launchpad.net/bugs/1934937 This is a duplicate of [1] (also check [2] and [3]). For non-wsgi services, the "oslo_messaging_rabit.heartbeat_in_pthread" option should be "False".

[Yahoo-eng-team] [Bug 1986947] [NEW] cc_grub_dpkg: race condition on dpkg-set-selections lock

2022-08-18 Thread Chad Smith
Public bug reported: Intermittent failure found during jenkins test runs: We probably want a couple quick retries if lock is held. https://github.com/canonical/cloud-init/blob/main/cloudinit/config/cc_grub_dpkg.py#L155 '2022-08-18 06:54:21,464 - handlers.py[DEBUG]: start: '

[Yahoo-eng-team] [Bug 1976366] Re: OVN: Metadata is not provisioned for a network with DHCP turned off

2022-08-18 Thread Rodolfo Alonso
Hello Max: If any of the subnets of a network have DHCP capabilities, the metadata port of this network namespace will have no IP assigned (exactly the OVN metadata code you are pointing [1]). That means we can't provide the metadata via the metadata IP. You need to use a config-drive in this