diff options
author | David Vallee Delisle <dvd@redhat.com> | 2019-08-19 23:59:51 -0400 |
---|---|---|
committer | Pavel Moravec <pmoravec@redhat.com> | 2019-08-26 17:37:59 +0200 |
commit | 7ceffc6cf1e0d6578bbddb53d5368307a3950066 (patch) | |
tree | b9e70671c6687d862ed56289655f0948f27ce5ba | |
parent | e1d54dd9076c91977ecb84298868c0b02f5f5f81 (diff) | |
download | sos-7ceffc6cf1e0d6578bbddb53d5368307a3950066.tar.gz |
[instack] getting a copy of tripleo-config
When troubleshooting containerized OOO Deployments,
it can help a lot to have the tripleo-config files
on the overcloud nodes.
Resolves #1760
Signed-off-by: David Vallee Delisle dvd@redhat.com
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r-- | sos/plugins/openstack_instack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/openstack_instack.py b/sos/plugins/openstack_instack.py index 6a42df54..3f3a4d5d 100644 --- a/sos/plugins/openstack_instack.py +++ b/sos/plugins/openstack_instack.py @@ -25,6 +25,7 @@ CONTAINERIZED_DEPLOY = [ '/home/stack/undercloud-install-*.tar.bzip2', '/var/lib/mistral/config-download-latest/ansible.log', '/home/stack/.tripleo/history', + '/var/lib/tripleo-config/', ] |