mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #9492 from chrismeyersfsu/fix-docker-compose-cluster-for-real
default cluster node count env var to 1 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
0123469e7e
2
Makefile
2
Makefile
@ -534,7 +534,7 @@ awx/projects:
|
||||
@mkdir -p $@
|
||||
|
||||
COMPOSE_UP_OPTS ?=
|
||||
CLUSER_NODE_COUNT ?= 1
|
||||
CLUSTER_NODE_COUNT ?= 1
|
||||
|
||||
docker-compose-sources:
|
||||
ansible-playbook -i tools/docker-compose/inventory tools/docker-compose/ansible/sources.yml \
|
||||
|
||||
@ -5,4 +5,4 @@ awx_image: 'quay.io/ansible/awx_devel'
|
||||
pg_port: 5432
|
||||
pg_username: 'awx'
|
||||
pg_database: 'awx'
|
||||
cluster_node_count: "{{ lookup('env', 'CLUSTER_COUNT') | default(1, True) }}"
|
||||
cluster_node_count: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user