summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-06-07 15:01:54 -0400
committerDan Radez <dradez@redhat.com>2016-06-08 09:32:41 -0400
commit3a0e2e2823c0d501a72708a89649bb14d90e25dd (patch)
tree8c7f4cc3c6ea539c472910dda1d746647e24018d /ci
parent5c9c130fb9d6609ac1f0ebbf6945e63667c6b168 (diff)
fixing detached state deployment
JIRA: APEX-157 Change-Id: Ifb3b706c61c6df5534bc7c22948fc0ae57a923df Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh2
-rwxr-xr-xci/dev_deploy_check.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 30a6af29..da534a5c 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -1162,8 +1162,6 @@ parse_cmdline() {
##END FUNCTIONS
main() {
- # Make sure jinja2 is installed
- easy_install-3.4 jinja2 > /dev/null
parse_cmdline "$@"
echo -e "${blue}INFO: Parsing network settings file...${reset}"
parse_network_settings
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh
index e93e9f4f..8ba46ab0 100755
--- a/ci/dev_deploy_check.sh
+++ b/ci/dev_deploy_check.sh
@@ -35,3 +35,7 @@ for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs l
fi
fi
done
+
+
+# Make sure jinja2 is installed
+easy_install-3.4 jinja2