File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,13 @@ function collect_sos {
116
116
# ref for plugin tuned: https://github.com/sosreport/sos/commit/c55c58cf2dabf93c924c839c8ed045c18e31ba1c
117
117
_modules=" ${_modules} tuned"
118
118
fi
119
+ if [[ " ${sos_ver} " -ge 3 || " ${sos_ver} " -le 3 ]]; then
120
+ # sos-plugins for OpenStack cloud
121
+ OSP=/etc/rhosp-release
122
+ if [[ -f " $OSP " ]] ; then
123
+ _modules=" ${_modules} openstack_ansible openstack_aodh openstack_ceilometer openstack_cinder openstack_glance openstack_heat openstack_horizon openstack_instack openstack_ironic openstack_keystone openstack_manila openstack_neutron openstack_nova openstack_novajoin openstack_octavia openstack_placement openstack_swift os_net_config mssql cman ceph openvswitch ovn_central ovn_host pacemaker podman rabbitmq kernelrt ceph kvm corosync"
124
+ fi
125
+ fi
119
126
120
127
_name=" pbench-${_pbench_full_hostname} "
121
128
_cmd=" ${dir} /sosreport-${_name} .cmd"
You can’t perform that action at this time.
0 commit comments