tripleo-heat-templates/deployment/sahara
Alan Bishop 9118472dc6 Use RpcPort for container healthchecks
Update healthcheck commands that probe oslo's messaging port to use the
RpcPort parameter. Previously, some templates referenced the service's
own 'rabbit_port' config setting, which led to malformed healthcheck
commands when the 'rabbit_port' settings were deprecated.

Update the templates that looked up the port in the RabbitMQService's
global_config_settings. Not only did this break the oslo abstraction
by referring to a specific messaging backend (rabbit), it broke
split-stack deployments in which the RabbitMQService is not actually
deployed on the secondary stack's nodes.

This patch creates a common healthcheck command using the RpcPort
parameter in containers-common.yaml. This allows other templates to
reference a common healthcheck command. Other templates that should
also use this can be cleaned up in a separate patch.

Closes-Bug: #1825342
Change-Id: I0d3974089ae6e6879adab4852715c7a1c1188f7c
(cherry picked from commit c5fe51147b)
Conflicts:
	deployment/heat/heat-engine-container-puppet.yaml
	deployment/nova/nova-compute-container-puppet.yaml
	deployment/nova/nova-ironic-container-puppet.yaml
	deployment/nova/nova-scheduler-container-puppet.yaml
2019-05-10 09:24:44 -04:00
..
sahara-api-container-puppet.yaml Move containers-common.yaml into deployment 2019-04-14 18:15:12 -04:00
sahara-base.yaml Deprecate messaging params replaced by global oslo params 2019-03-28 12:13:07 -06:00
sahara-engine-container-puppet.yaml Use RpcPort for container healthchecks 2019-05-10 09:24:44 -04:00