[Yahoo-eng-team] [Bug 1990082] [NEW] Scheduler is not choosing host based on higher weight value

2022-09-18 Thread keerthivasan
Public bug reported: Description: === As part of the openstack scheduling behaviour, able to observe this pattern where scheduling is not happening based on weight values, instead it is picking a random host from the list, thus violates the weighting behaviour Configuration Nova:

[Yahoo-eng-team] [Bug 1990028] Re: ironic-ipxe looking for wrong file

2022-09-18 Thread Brendan Shephard
** Project changed: neutron => ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1990028 Title: ironic-ipxe looking for wrong file Status in Ironic: New Status in tripleo: New

[Yahoo-eng-team] [Bug 1990072] [NEW] mount helper: improve mount performance on BSDs

2022-09-18 Thread Mina Galić
Public bug reported: BSD mount(8) doesn't support `-t auto` but it supports a list. We can compress our current three attempts at mounting CI data into one with: ``` mount -t cd9660,msdosfs,ufs /dev/blah/blubb /run/cloud-init/tmp/blubb ``` This should probably only be done in the case when *no*

[Yahoo-eng-team] [Bug 1990071] [NEW] implement manage_service for Alpine

2022-09-18 Thread Mina Galić
Public bug reported: Distro.manage_services is currently only implemented for SystemD based Linux distros. SysV based BSDs and OpenRC based Alpine are left out. on Alpine, and other OpenRC based systems, services are enabled via rc- update, and started/stopped/etc… with rc-service: https://wiki.

[Yahoo-eng-team] [Bug 1990070] [NEW] implement manage_service for BSDs and Alpine

2022-09-18 Thread Mina Galić
Public bug reported: Distro.manage_services is currently only implemented for SystemD based Linux distros. SysV based BSDs and OpenRC based Alpine are left out. on BSDs, services are enabled in /etc/rc.conf (on FreeBSD, this can be done with sysrc(8) https://man.freebsd.org/sysrc(8), and started