mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-27 02:11:48 -05:00
Update configuration and playbook for rabbitmq
* Purge remaining zeromq settings * Make sure we have CALLBACK_QUEUE defined where needed * Update setup playbook to not be tied to old ha primary/secondary concept
This commit is contained in:
@@ -737,9 +737,7 @@ ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False
|
||||
# Internal API URL for use by inventory scripts and callback plugin.
|
||||
INTERNAL_API_URL = 'http://127.0.0.1:%s' % DEVSERVER_DEFAULT_PORT
|
||||
|
||||
# ZeroMQ callback settings.
|
||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
||||
CALLBACK_QUEUE = "callback_tasks"
|
||||
|
||||
TASK_COMMAND_PORT = 6559
|
||||
|
||||
|
||||
Reference in New Issue
Block a user