Add delegate_fact_hosts: false on ci scenarios

This change adds delegate_facts_hosts: false to the
existing ceph-ansible scenarios.
This was introduced due to the --limit option to avoid
gathering facts, but since we're running on standalone
and the same node is present in all groups, having that
variable set to True (which is the ceph-ansible default)
makes no sense.

Change-Id: I44433731f73882f62591e8067743beec4d423ef7
(cherry picked from commit c0e8697550)
This commit is contained in:
Francesco Pantano 2021-03-03 14:48:38 +01:00
parent 57daba17da
commit d5899589d7
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,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

@ -50,6 +50,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.