add instance groups and queues to cluster tooling

This commit is contained in:
AlanCoding
2017-06-22 08:37:37 -04:00
parent 20f0a83bec
commit 3cedcf22a9
6 changed files with 10 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ yes | cp -rf /tower_devel/tools/docker-compose/supervisor.conf /supervisor.conf
# Tower bootstrapping
make version_file
make migrate
make init DOCKER_TOOLS_DIR=${DOCKER_TOOLS_DIR}
make init
mkdir -p /tower_devel/awx/public/static
mkdir -p /tower_devel/awx/ui/static
@@ -41,5 +41,5 @@ mkdir -p /tower_devel/awx/ui/static
if [ -f "/tower_devel/tools/docker-compose/use_dev_supervisor.txt" ]; then
make supervisor
else
honcho start -f "${DOCKER_TOOLS_DIR}/Procfile"
honcho start -f "tools/docker-compose/Procfile"
fi