Add some provisions for https into haproxy and the cluster

This commit is contained in:
Matthew Jones
2017-01-03 13:59:12 -05:00
parent 1acbbc3ebb
commit 9f777f6153
3 changed files with 13 additions and 9 deletions

View File

@@ -24,15 +24,6 @@ else
fi
cp -nR /tmp/ansible_tower.egg-info /tower_devel/ || true
# Check if we need to build dependencies
#if [ -f "awx/lib/.deps_built" ]; then
# echo "Skipping dependency build - remove awx/lib/.deps_built to force a rebuild"
#else
#SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" make requirements_dev
# touch awx/lib/.deps_built
#fi
cp /tmp/ansible-tower.egg-link /venv/tower/lib/python2.7/site-packages/ansible-tower.egg-link
# Tower bootstrapping