aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schuppert <mschuppert@redhat.com>2017-05-02 12:14:47 +0200
committerBryn M. Reeves <bmr@redhat.com>2017-05-02 15:38:12 +0100
commit02b95e468211406989fd488e649f99bf9e9dfc1c (patch)
tree97d53beb89a6938e5808d74cd296dbbb9635fdd3
parentc26ab810bf4b55516a477d96d551f51f0087156c (diff)
downloadsos-02b95e468211406989fd488e649f99bf9e9dfc1c.tar.gz
[openstack_instack] extended packages list
Extended packages list to verify triplo packages if --verify is specified. Resolves: #1001. Signed-off-by: Martin Schuppert <mschuppe@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/openstack_instack.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/sos/plugins/openstack_instack.py b/sos/plugins/openstack_instack.py
index 3cbc008d..bd836baa 100644
--- a/sos/plugins/openstack_instack.py
+++ b/sos/plugins/openstack_instack.py
@@ -114,6 +114,15 @@ class RedHatRDOManager(OpenStackInstack, RedHatPlugin):
packages = [
'instack',
'instack-undercloud',
+ 'openstack-tripleo',
+ 'openstack-tripleo-common',
+ 'openstack-tripleo-heat-templates',
+ 'openstack-tripleo-image-elements',
+ 'openstack-tripleo-puppet-elements',
+ 'openstack-tripleo-ui',
+ 'openstack-tripleo-validations',
+ 'puppet-tripleo',
+ 'python-tripleoclient'
]
def setup(self):