Merge "Add delegate_fact_hosts: false on ci scenarios" into stable/train

This commit is contained in:
Zuul 2021-03-13 03:44:22 +00:00 committed by Gerrit Code Review
commit ddc7cc0a54
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ parameter_defaults:
mon_host_v1: { 'enabled': False } mon_host_v1: { 'enabled': False }
handler_health_mon_check_retries: 10 handler_health_mon_check_retries: 10
handler_health_mon_check_delay: 20 handler_health_mon_check_delay: 20
delegate_fact_host: false
#NOTE: These ID's and keys should be regenerated for #NOTE: These ID's and keys should be regenerated for
# a production deployment. What is here is suitable for # a production deployment. What is here is suitable for
# developer and CI testing only. # developer and CI testing only.

View File

@ -52,6 +52,7 @@ parameter_defaults:
mon_host_v1: { 'enabled': False } mon_host_v1: { 'enabled': False }
handler_health_mon_check_retries: 10 handler_health_mon_check_retries: 10
handler_health_mon_check_delay: 20 handler_health_mon_check_delay: 20
delegate_fact_host: false
#NOTE: These ID's and keys should be regenerated for #NOTE: These ID's and keys should be regenerated for
# a production deployment. What is here is suitable for # a production deployment. What is here is suitable for
# developer and CI testing only. # developer and CI testing only.