Enable healthcheck API in Octavia and Ironic

... so that we can use /healthcheck request path to check availability
of these api services by haproxy.

Depends-on: https://review.opendev.org/773278
Change-Id: If0e0cb76a3635903ca684da8146a733c190bf2db
This commit is contained in:
Takashi Kajinami 2021-04-21 00:15:37 +09:00
parent 36186e9afd
commit 48918ea6d1
2 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@ outputs:
# This is used to build links in responses
ironic::api::public_endpoint: {get_param: [EndpointMap, IronicPublic, uri_no_suffix]}
ironic::api::service_name: 'httpd'
ironic::healthcheck::enabled: true
ironic::policy::policies: {get_param: IronicApiPolicies}
ironic::wsgi::apache::bind_host:
str_replace:

View File

@ -171,6 +171,7 @@ outputs:
octavia::worker::nova_flavor_config: {get_param: OctaviaFlavorProperties}
octavia::api::service_name: 'httpd'
octavia::api::enable_proxy_headers_parsing: true
octavia::api::healthcheck_enabled: true
octavia::wsgi::apache::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP
# for the given network; replacement examples (eg. for internal_api):