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:
parent
36186e9afd
commit
48918ea6d1
@ -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:
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user