shotgun/etc/report.yaml

18 lines
416 B
YAML

dump:
local:
objects:
- type: command
command:
- cat /etc/fuel_build_id
- cat /etc/fuel_build_number
- cat /etc/fuel_release
- cat /etc/fuel_openstack_version
- |
rpm -qa | \
egrep 'fuel|astute|network-checker|shotgun' | \
while read package; do
echo
echo $package
rpm -q --changelog $package | head -2
done