Add NODENAME in rabbitmq env
NODENAME is needed in some deployment (Centos) for use rabbitmq cli Change-Id: I983021d5913b3e88fb7b934003583d48ee35b8d9 Closes-bug: #1804283
This commit is contained in:
1 changed files with 1 additions and 0 deletions
@@ -1,6 +1,7 @@
# {{ ansible_managed }}
# Set ERLANG VM parameters
NODENAME=rabbit@{{ ansible_hostname }}
RABBITMQ_IO_THREAD_POOL_SIZE={{ rabbitmq_async_threads }}
RABBITMQ_SERVER_ERL_ARGS="+P {{ rabbitmq_process_limit }}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.