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:
@@ -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")
|
||||
|
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user