Add RabbitFIPS parameter
Depends-On: I66de56a07a12443414b5e960ba1a3c655a83abe7 Change-Id: I5df73e49f63cf1f31293e9a6865eb9ccf8dac388
This commit is contained in:
parent
61cef90379
commit
59edff4356
@ -73,6 +73,10 @@ parameters:
|
||||
net_ticktime kernel variable.
|
||||
default: 15
|
||||
type: number
|
||||
RabbitFIPS:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Configures RabbitMQ to run in FIPS mode
|
||||
RabbitAdditionalErlArgs:
|
||||
description:
|
||||
Additional parameters passed to the Erlang subsystem. The string
|
||||
@ -221,6 +225,7 @@ outputs:
|
||||
# TODO(jaosorior): Remove this once we set a proper default in
|
||||
# puppet-tripleo
|
||||
tripleo::profile::base::rabbitmq::enable_internal_tls: {get_param: EnableInternalTLS}
|
||||
tripleo::profile::base::rabbitmq::fips_mode: {get_param: RabbitFIPS}
|
||||
rabbitmq::collect_statistics_interval: 30000
|
||||
rabbitmq::admin_enable: false
|
||||
rabbitmq::management_enable: true
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
RabbitMQ can be configured to run in FIPS mode via the new
|
||||
configuration option RabbitFIPS. The default value is false.
|
Loading…
x
Reference in New Issue
Block a user