Merge "rabbitmq: Open ports 25673-25683 for CLI tools" into stable/stein

This commit is contained in:
Zuul 2020-04-02 08:58:10 +00:00 committed by Gerrit Code Review
commit 8588e699f4
6 changed files with 8 additions and 0 deletions

View File

@ -122,6 +122,7 @@ outputs:
- 4369
- 5672
- 25672
- 25673-25683
rabbitmq::delete_guest_user: false
rabbitmq::wipe_db_on_cookie_change: true
rabbitmq::port: 5672
@ -140,6 +141,8 @@ outputs:
RABBITMQ_NODENAME: "rabbit@%{::hostname}"
RABBITMQ_SERVER_ERL_ARGS: '"+K true +P 1048576 -kernel inet_default_connect_options [{nodelay,true}]"'
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: {get_param: RabbitAdditionalErlArgs}
RABBITMQ_CTL_DIST_PORT_MIN: '25673'
RABBITMQ_CTL_DIST_PORT_MAX: '25683'
'export ERL_EPMD_ADDRESS': "%{hiera('rabbitmq::interface')}"
rabbitmq_kernel_variables:
inet_dist_listen_min: '25672'

View File

@ -110,6 +110,7 @@ outputs:
- 4369
- {get_param: NotifyPort}
- 25672
- 25673-25683
rabbitmq::port: {get_param: NotifyPort}
rabbitmq::interface:
str_replace:

View File

@ -114,6 +114,7 @@ outputs:
- 4369
- 5672
- 25672
- 25673-25683
service_config_settings: {get_attr: [RabbitmqBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS
puppet_config:

View File

@ -114,6 +114,7 @@ outputs:
- 4369
- 5672
- 25672
- 25673-25683
service_config_settings: {get_attr: [RabbitmqBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS
puppet_config:

View File

@ -110,6 +110,7 @@ outputs:
- 4369
- {get_param: RpcPort}
- 25672
- 25673-25683
rabbitmq::port: {get_param: RpcPort}
rabbitmq::interface:
str_replace:

View File

@ -114,6 +114,7 @@ outputs:
- 4369
- 5672
- 25672
- 25673-25683
service_config_settings: {get_attr: [RabbitmqBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS
puppet_config: