Merge "Only gather facts when necessary"
This commit is contained in:
commit
c1686b23b5
@ -15,7 +15,7 @@
|
||||
|
||||
- name: Prepare MQ/DB services
|
||||
hosts: cinder_all
|
||||
gather_facts: "{{ gather_facts | default(True) }}"
|
||||
gather_facts: no
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
@ -96,6 +96,7 @@
|
||||
# a long time if executed against a large inventory.
|
||||
- name: Refresh local facts after all software changes are made
|
||||
hosts: cinder_all
|
||||
gather_facts: no
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
- name: Prepare MQ/DB services
|
||||
hosts: glance_all
|
||||
gather_facts: "{{ gather_facts | default(True) }}"
|
||||
gather_facts: no
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
@ -80,6 +80,7 @@
|
||||
# a long time if executed against a large inventory.
|
||||
- name: Refresh local facts after all software changes are made
|
||||
hosts: glance_all
|
||||
gather_facts: no
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
- name: Prepare MQ/DB services
|
||||
hosts: keystone_all
|
||||
gather_facts: "{{ gather_facts | default(True) }}"
|
||||
gather_facts: no
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
@ -148,6 +148,7 @@
|
||||
# a long time if executed against a large inventory.
|
||||
- name: Finalise data migrations if required
|
||||
hosts: keystone_all
|
||||
gather_facts: no
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
- name: Prepare MQ/DB services
|
||||
hosts: neutron_all
|
||||
gather_facts: "{{ gather_facts | default(True) }}"
|
||||
gather_facts: no
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
- name: Prepare MQ/DB services
|
||||
hosts: nova_conductor
|
||||
gather_facts: "{{ gather_facts | default(True) }}"
|
||||
gather_facts: no
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
@ -133,6 +133,7 @@
|
||||
# a long time if executed against a large inventory.
|
||||
- name: Refresh local facts after all software changes are made
|
||||
hosts: nova_all
|
||||
gather_facts: no
|
||||
max_fail_percentage: 20
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user