Skip to content

Commit

Permalink
Change default tester group
Browse files Browse the repository at this point in the history
From undercloud to tester which is what we are using in some
scenarios like the functional builds.

Change-Id: Ibdf277ac0b2bee43a96bccad60816d5b4fea19b2
  • Loading branch information
abregman committed May 23, 2020
1 parent af43102 commit 18aca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: Add chosen node to tester group
add_host:
name: "{{ install.tester.node|default(groups.undercloud|first) }}"
name: "{{ install.tester.node|default(groups.tester|first) }}"
groups: "tester"
- include_role:
name: inventory-update
Expand Down

0 comments on commit 18aca60

Please sign in to comment.