X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;fp=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=68ad5ef92600dcc501b34c73348bcb38388e1b4f;hp=01873d3247a375fb80e6f8fb2c0f45049f33696f;hb=9c8b637ec9edcece655ac3f8413623ad59d72085;hpb=ea1ac421f5974644f9969c1b0d8871e6e58e13f6 diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 01873d3247..68ad5ef926 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -79,6 +79,8 @@ function activate_docker_topology () { die "Trap attempt failed, please cleanup manually. Aborting!" } + parse_env_variables || die "Parse of environment variables failed!" + # Replace all variables in template with those in environment. source <(echo 'cat <topo.yml'; cat ${TOPOLOGIES[0]}; echo EOF;) || { die "Topology file create failed!"