Merge pull request #6378 from chrismeyersfsu/fix-launch_awx_cluster

fixup dev cluster bringup

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-03-23 12:32:29 +00:00 committed by GitHub
commit 77915544d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ services:
SDB_HOST: 0.0.0.0
SDB_PORT: 5899
AWX_GROUP_QUEUES: alpha,tower
command: /start_development.sh
command: launch_awx.sh
working_dir: "/awx_devel"
volumes:
- "../:/awx_devel"
@ -39,7 +39,7 @@ services:
privileged: true
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx-2
command: /start_development.sh
command: launch_awx.sh
working_dir: "/awx_devel"
environment:
CURRENT_UID:
@ -58,7 +58,7 @@ services:
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx-3
entrypoint: ["bash"]
command: /start_development.sh
command: launch_awx.sh
working_dir: "/awx_devel"
environment:
CURRENT_UID: