Skip to content

Commit d22758c

Browse files
yoctozeptomarkgoddard
authored andcommitted
Performance: Use import_tasks in the main plays
Main plays are action-redirect-stubs, ideal for import_tasks. This avoids 'include' penalty and makes logs/ara look nicer. Fixes haproxy and rabbitmq not to check the host group as well. Change-Id: I46136fc40b815e341befff80b54a91ef431eabc0 Partially-Implements: blueprint performance-improvements (cherry picked from commit 9cae59b)
1 parent 7df4f40 commit d22758c

File tree

70 files changed

+70
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+70
-72
lines changed

ansible/roles/aodh/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- include_tasks: "{{ kolla_action }}.yml"
2+
- import_tasks: "{{ kolla_action }}.yml"

0 commit comments

Comments
 (0)