Merge "Only gather facts when necessary" into stable/ocata

This commit is contained in:
Jenkins 2017-07-17 14:57:24 +00:00 committed by Gerrit Code Review
commit 4e0bbe7d20
5 changed files with 9 additions and 5 deletions

View File

@ -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({}) }}"

View File

@ -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({}) }}"

View File

@ -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({}) }}"

View File

@ -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({}) }}"

View File

@ -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({}) }}"