diff options
-rw-r--r-- | sos/plugins/openstack_instack.py | 9 |
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): |