Merge "Support HiPE (High-Performance Erlang) in RabbitMQ role"

This commit is contained in:
Jenkins 2017-09-28 01:46:14 +00:00 committed by Gerrit Code Review
commit ef691c57cc
2 changed files with 4 additions and 0 deletions

View File

@ -443,6 +443,7 @@ enable_kibana: "{{ 'yes' if enable_central_logging | bool else 'no' }}"
####################
# RabbitMQ options
####################
rabbitmq_hipe_compile: "no"
rabbitmq_user: "openstack"
rabbitmq_version: "rabbitmq_server-3.6/plugins/rabbitmq_clusterer-3.6.x.ez/rabbitmq_clusterer-3.6.x-667f92b0/ebin"
outward_rabbitmq_user: "openstack"

View File

@ -5,6 +5,9 @@
{inet_dist_listen_max, {{ role_rabbitmq_cluster_port }}}
]},
{rabbit, [
{% if rabbitmq_hipe_compile|bool %}
{hipe_compile, true},
{% endif %}
{tcp_listeners, [
{"{{ api_interface_address }}", {{ role_rabbitmq_port }}}
]},