0b2441cdc9
Allow the MetricsQdrNetwork to vary by role. This is needed as the CephStorage, BlockStorage, and ObjectStorage roles need to use the storage network, while other roles need internal_api. Change-Id: I37611d516495b2b82b56a08df8b6ac38e0687083 Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
22 lines
886 B
YAML
22 lines
886 B
YAML
## This environment serves the purpose of enabling deployment of QPID dispatch routers (aka QDR).
|
|
## Each overcloud node will have one local qdrouterd service running and forming a mesh topology,
|
|
## eg. QDRs running on controllers will operate in interior router mode, with connections to defined MetricsQdrConnectors
|
|
## and QDRs running on other node types will connect in edge mode to the interior routers running on the controllers.
|
|
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::MetricsQdr: ../../deployment/metrics/qdr-container-puppet.yaml
|
|
|
|
|
|
parameter_defaults:
|
|
ControllerExtraConfig:
|
|
tripleo::profile::base::metrics::qdr::router_mode: interior
|
|
#MetricsQdrConnectors:
|
|
# - host: qdr-normal-sa-telemetry.apps.remote.tld
|
|
# port: 443
|
|
# role: inter-router
|
|
# sslProfile: sslProfile
|
|
# verifyHostname: false
|
|
#MetricsQdrSSLProfiles:
|
|
# - name: sslProfile
|