tripleo-quickstart-extras/roles/validate-ui/templates
David J Peacock d0ad1ec469 Fix failure of UI validation in some shells
The Bourne shell, dash shell and other truly POSIX compliant shells
have no mechanism for `set -o pipefail`, thus causing a failure and
termination of deployment steps when being run from those systems.

In particular, Debian and Ubuntu systems see these failures.

This patch explicitly specifies the bash shell, meaning Debian and
Ubuntu systems will not trip up in running this script.

Change-Id: Id52fbbca51a2491346ff979433387c7e695bbb43
Closes-Bug: 1739428
2018-01-17 19:13:13 -05:00
..
validate_ui_simple.sh.j2 Fix failure of UI validation in some shells 2018-01-17 19:13:13 -05:00