mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Create receptor mesh in cluster development environment
This commit is contained in:
committed by
Shane McDonald
parent
81f6d36a3a
commit
0184a7c267
23
tools/docker-compose-cluster/awx-1-receptor.conf
Normal file
23
tools/docker-compose-cluster/awx-1-receptor.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- log-level: debug
|
||||
|
||||
- control-service:
|
||||
service: control
|
||||
filename: /var/run/receptor/receptor.sock
|
||||
|
||||
- tcp-listener:
|
||||
port: 2200
|
||||
|
||||
- tcp-peer:
|
||||
address: awx-2:2200
|
||||
|
||||
- work-command:
|
||||
worktype: worker
|
||||
command: ansible-runner
|
||||
params: worker
|
||||
|
||||
- work-kubernetes:
|
||||
worktype: ocp
|
||||
namespace: receptor
|
||||
image: quay.io/shanemcd/ee
|
||||
authmethod: kubeconfig
|
||||
23
tools/docker-compose-cluster/awx-2-receptor.conf
Normal file
23
tools/docker-compose-cluster/awx-2-receptor.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- log-level: debug
|
||||
|
||||
- control-service:
|
||||
service: control
|
||||
filename: /var/run/receptor/receptor.sock
|
||||
|
||||
- tcp-listener:
|
||||
port: 2200
|
||||
|
||||
- tcp-peer:
|
||||
address: awx-3:2200
|
||||
|
||||
- work-command:
|
||||
worktype: worker
|
||||
command: ansible-runner
|
||||
params: worker
|
||||
|
||||
- work-kubernetes:
|
||||
worktype: ocp
|
||||
namespace: receptor
|
||||
image: quay.io/shanemcd/ee
|
||||
authmethod: kubeconfig
|
||||
23
tools/docker-compose-cluster/awx-3-receptor.conf
Normal file
23
tools/docker-compose-cluster/awx-3-receptor.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- log-level: debug
|
||||
|
||||
- control-service:
|
||||
service: control
|
||||
filename: /var/run/receptor/receptor.sock
|
||||
|
||||
- tcp-listener:
|
||||
port: 2200
|
||||
|
||||
- tcp-peer:
|
||||
address: awx-1:2200
|
||||
|
||||
- work-command:
|
||||
worktype: worker
|
||||
command: ansible-runner
|
||||
params: worker
|
||||
|
||||
- work-kubernetes:
|
||||
worktype: ocp
|
||||
namespace: receptor
|
||||
image: quay.io/shanemcd/ee
|
||||
authmethod: kubeconfig
|
||||
Reference in New Issue
Block a user