Skip to content

Commit

Permalink
Run the tempest play on the manager itself (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 11, 2024
1 parent 1850d7b commit 38f7898
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playbooks/openstack/tempest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
- name: Run tempest
hosts:
- "{{ hosts_manager|default(groups['manager'][0])|default('localhost') }}"
connection: local
hosts: "{{ hosts_tempest|default('manager') }}"
gather_facts: false

roles:
Expand Down

0 comments on commit 38f7898

Please sign in to comment.