From 3cd5c40dd55b05d3f603a1e0dc74eb85d2175a74 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 11 Jul 2014 15:24:14 -0400 Subject: [PATCH] Move default task management system port to 6559 from 6556 to keep from conflicting with Nagios plugins --- awx/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index fac3a1697d..64935b91df 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -395,7 +395,7 @@ else: CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556" CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc" -TASK_COMMAND_PORT = "tcp://127.0.0.1:6556" +TASK_COMMAND_PORT = "tcp://127.0.0.1:6559" SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557" SOCKETIO_LISTEN_PORT = 8080