Add plotnetcfg to Overcloud image builds

plotnetcfg is useful for collecting additional data about Neutron
configurations via sos-report.

Resolves: rbhz#1227450
https://bugzilla.redhat.com/show_bug.cgi?id=1227450

Change-Id: I31f043501c9f4e96751fae31ca75548927dc90e0
This commit is contained in:
James Slagle
2015-06-30 12:45:53 -04:00
parent 687271f52a
commit 5a65be1895
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ class TestOvercloudImageBuild(TestPluginV1):
"dhcp-all-interfaces os-collect-config heat-config-puppet "
"heat-config-script puppet-modules hiera os-net-config "
"stable-interface-names grub2-deprecated "
"-p python-psutil,python-debtcollector "
"-p python-psutil,python-debtcollector,plotnetcfg "
"element-manifest network-gateway epel rdo-release "
"undercloud-package-install "
"pip-and-virtualenv-override 2>&1 | tee dib-overcloud-full.log")

View File

@@ -47,7 +47,7 @@ class BuildOvercloudImage(command.Command):
'os-net-config',
'stable-interface-names',
'grub2-deprecated',
'-p python-psutil,python-debtcollector',
'-p python-psutil,python-debtcollector,plotnetcfg',
]
OVERCLOUD_FULL_DIB_EXTRA_ARGS = [