Skip to content

Commit

Permalink
Refactoring telemetry playbooks to be compliant with spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Sep 4, 2023
1 parent 020a28a commit b499ba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# under the License.


- hosts: "{{ primary_role_name | default([]) }}:{{ deploy_target_host | default('all') }}"
strategy: free
- hosts: all
strategy: linear
name: Deploy EDPM Ceilometer Agent Compute
gather_facts: "{{ gather_facts | default(false) }}"
gather_facts: true
any_errors_fatal: true
tasks:
- name: Deploy ceilometer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# under the License.


- hosts: "{{ primary_role_name | default([]) }}:{{ deploy_target_host | default('all') }}"
strategy: free
- hosts: all
strategy: linear
name: Deploy EDPM Infrastructure Monitoring Tools
gather_facts: "{{ gather_facts | default(false) }}"
gather_facts: true
any_errors_fatal: true
tasks:
- name: Deploy infra telemetry
Expand Down

0 comments on commit b499ba0

Please sign in to comment.