Adds the ability to fetch logs from deployment 75/47875/5
authorTim Rozet <trozet@redhat.com>
Mon, 27 Nov 2017 20:22:25 +0000 (15:22 -0500)
committerTim Rozet <trozet@redhat.com>
Wed, 4 Apr 2018 20:03:49 +0000 (16:03 -0400)
commit382fa452e0c9a8189911f615416e1b24badaf5e4
tree41973e70a7b054b4a2297bb45918430c0614c9ee
parentb047099b609eac330486f23913e8046d0f22c1ab
Adds the ability to fetch logs from deployment

Usage:
opnfv-pyutil --fetch-logs
python3 utils.py --fetch-logs --lib-dir ../lib

Eventually all utils.sh functions will be migrated here.
Note there is no support here for containers.  Will be
added later.

Change-Id: I223b8592ad09e0370e287ee2801072db31f9aa12
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/common/constants.py
apex/deploy.py
apex/undercloud/undercloud.py
apex/utils.py [new file with mode: 0644]
build/rpm_specs/opnfv-apex-common.spec
lib/ansible/playbooks/fetch_overcloud_logs.yml [new file with mode: 0644]
lib/ansible/playbooks/fetch_overcloud_nodes.yml [new file with mode: 0644]
setup.cfg