479d7f5872
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. Change-Id: I7b1688a12964d939ece33a7f06d2493bf13c08eb
23 lines
1.0 KiB
YAML
23 lines
1.0 KiB
YAML
# *******************************************************************
|
|
# This file was created automatically by the sample environment
|
|
# generator. Developers should use `tox -e genconfig` to update it.
|
|
# Users are recommended to make changes to a copy of the file instead
|
|
# of the original, if any customizations are needed.
|
|
# *******************************************************************
|
|
# title: Hybrid qdrouterd for rpc and rabbitmq for notify messaging backend
|
|
# description: |
|
|
# Include this environment to enable hybrid messaging backends for
|
|
# oslo.messaging rpc and notification services
|
|
parameter_defaults:
|
|
# The network port for messaging Notify backend
|
|
# Type: number
|
|
NotifyPort: 5672
|
|
|
|
# The network port for messaging backend
|
|
# Type: number
|
|
RpcPort: 31459
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::OsloMessagingNotify: ../../deployment/rabbitmq/rabbitmq-messaging-notify-container-puppet.yaml
|
|
OS::TripleO::Services::OsloMessagingRpc: ../../deployment/messaging/rpc-qdrouterd-container-puppet.yaml
|