Adds Utility functions and failure logging 63/12163/2
authorTim Rozet <trozet@redhat.com>
Mon, 11 Apr 2016 18:22:27 +0000 (14:22 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 12 Apr 2016 18:31:50 +0000 (14:31 -0400)
commit0717bc3c56ab294f860ef99116754c1fd786cae7
treedb98b4d669dab185fc3d6e5a668dbef19002393b
parentf7def4c0913df374087da447548aa6741bc6c8d7
Adds Utility functions and failure logging

Patch adds helpful utility functions and automatic parsing of heat
output into a readable format indicating where a failure is in a
deployment.  Example: http://fpaste.org/354210/

New opnfv-util function allows a user to interact with a deployment
easily:
 - opnfv-util undercloud <user> connects user to undercloud VM
 - opnfv-util debug-stack parses the heat failure output

Above arguments also accept partial matches.

JIRA: APEX-75

Change-Id: I5ccfee64ee2958de0d00a3b25cd9b29de60c9e20
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/opnfv-apex-common.spec
ci/deploy.sh
ci/util.sh [new file with mode: 0644]
lib/utility-functions.sh [new file with mode: 0644]