File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,11 @@ function collect_sos {
116116 # ref for plugin tuned: https://github.com/sosreport/sos/commit/c55c58cf2dabf93c924c839c8ed045c18e31ba1c
117117 _modules=" ${_modules} tuned"
118118 fi
119+ # OpenStack plugin
120+ OSP=/etc/rhosp-release
121+ if [[ -f " $OSP " ]] ; then
122+ _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 ceph-ansible kvm corosync"
123+ fi
119124
120125 _name=" pbench-${_pbench_full_hostname} "
121126 _cmd=" ${dir} /sosreport-${_name} .cmd"
You can’t perform that action at this time.
0 commit comments