Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Add RabbitFIPS parameter" into stable/wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed May 18, 2022
2 parents 7bffcca + 397603a commit 3965818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/rabbitmq/rabbitmq-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -223,6 +227,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
-
if:
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3965818

Please sign in to comment.