Bug 2078991
| Summary: | Backport to add sysinfo_serial parameter to control a Serial number entry generation method. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Siggy Sigwald <ssigwald> |
| Component: | puppet-nova | Assignee: | Bogdan Dobrelya <bdobreli> |
| Status: | CLOSED ERRATA | QA Contact: | Jason Grosso <jgrosso> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | alifshit, aruffin, bdobreli, bgibizer, dasmith, eglynn, jgrosso, jhakimra, jjoyce, jparker, jschluet, kchamart, nlevinki, sbauza, sgordon, slinaber, tvignaud, vromanso |
| Target Milestone: | z4 | Keywords: | Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-nova-15.8.1-2.20220528005432.99908de.el8ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-07 19:22:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2139854 | ||
| Bug Blocks: | 2081800 | ||
|
Description
Siggy Sigwald
2022-04-26 16:33:11 UTC
Questions from cu: 1. If we change this setting of sysinfo_serial : "auto" in nova.conf and restart the compute; whether the existing VNF will get changed to this option. 2. when you say this settings will be backported to trains, what would be the default value of "sysinfo_serial" in OSP trains and future releases ? The linked patch is to be backported to Train (ans OSP16.2). It would not change defaults but only provide a direct hiera overriding interface for it, via the role ExtraConfig settings, by usual meanings. This is caused by [1] changing the default of [libvirt]sysinfo_serial from `auto` in queens to `unique`. As this can have FFU impact, we think landing [2] and backporting to stable/train is a valid thing to do. I've also filed https://bugzilla.redhat.com/show_bug.cgi?id=2081800 to track the documentation impact. [1] https://github.com/openstack/nova/blob/stable/train/nova/conf/libvirt.py#L738 [2] https://review.opendev.org/c/openstack/puppet-nova/+/839310 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 16.2.4), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8794 |