Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check for LP#2085851 #989

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions hotsos/defs/scenarios/openstack/cinder/bugs/lp2085851.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
vars:
cinder_version: '@hotsos.core.host_helpers.packaging.AptFactory.version:cinder-common'
checks:
pkg_with_regression:
apt:
cinder-common:
# caracal
- eq: '2:24.0.0-0ubuntu1.2'
# bobcat
- eq: '2:23.0.0-0ubuntu1.4~cloud0'
# antelope
- min: '2:22.1.1-0ubuntu1.3~cloud0'
max: '2:22.1.1-0ubuntu1.3~cloud1'
# yoga
- eq: '2:20.3.1-0ubuntu1.4'
# ussuri
- eq: '2:16.4.2-0ubuntu2.8'
conclusions:
pkg_is_vulnerable:
decision:
- pkg_with_regression
raises:
type: LaunchpadBug
bug-id: 2085851
message: >-
The version of Openstack Cinder ({version}) running on this host is
impacted by regression LP2085851. There is a fix available in the Ubuntu
archives and upgrading is recommended. Please check the bug description
for more information.
format-dict:
version: $cinder_version
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
target-name: lp2085851.yaml
data-root:
files:
sos_commands/dpkg/dpkg_-l: |
ii cinder-api 2:20.3.1-0ubuntu1.4 all Cinder storage service - API server
ii cinder-common 2:20.3.1-0ubuntu1.4 all Cinder storage service - common files
ii cinder-scheduler 2:20.3.1-0ubuntu1.4 all Cinder storage service - Scheduler server
ii cinder-volume 2:20.3.1-0ubuntu1.4 all Cinder storage service - Volume server
ii python3-cinder 2:20.3.1-0ubuntu1.4 all Cinder Python 3 libraries
raised-bugs:
https://bugs.launchpad.net/bugs/2085851: >-
The version of Openstack Cinder (2:20.3.1-0ubuntu1.4) running on this host is
impacted by regression LP2085851. There is a fix available in the Ubuntu
archives and upgrading is recommended. Please check the bug description
for more information.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
target-name: lp2085851.yaml
data-root:
files:
sos_commands/dpkg/dpkg_-l: |
ii cinder-api 2:20.3.1-0ubuntu1.5 all Cinder storage service - API server
ii cinder-common 2:20.3.1-0ubuntu1.5 all Cinder storage service - common files
ii cinder-scheduler 2:20.3.1-0ubuntu1.5 all Cinder storage service - Scheduler server
ii cinder-volume 2:20.3.1-0ubuntu1.5 all Cinder storage service - Volume server
ii python3-cinder 2:20.3.1-0ubuntu1.5 all Cinder Python 3 libraries
raised-bugs: # none
raised-issues: # none
Loading