diff options
author | Dan Radez <dradez@redhat.com> | 2016-02-16 13:11:19 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-02-18 23:35:33 -0500 |
commit | 01b56b61e6dc1f4eb34787fca498eb624a2dcb64 (patch) | |
tree | dfd708fdde83b4bcfbef15e438b34fcc2839a1bf /ci/deploy.sh | |
parent | bc44e8d441cf239f3a8ed6e6f4f924be2ef18c41 (diff) |
sfc and odl version updates
- reverting the patched growfs bug kernel
- updating ODL to RC 3.1
- syntax fix on error inventory syntax check
Change-Id: I4c8f2bd648a2caa1caa2d33650bf1b73824f7179
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 931881da..c89dd584 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -303,7 +303,10 @@ parse_inventory_file() { exit 1 fi - eval $(parse_yaml $INVENTORY_FILE) || ( echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && exit 1 ) + eval $(parse_yaml $INVENTORY_FILE) || { + echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && + exit 1 + } instack_env_output=" { |