Fix Browbeat installation for composable roles
Browbeat installation fails for composable roles on controllers and computes because it expects exact pattern matching for the hosts. This patch fixes the issue. Change-Id: I8057784a32e1ef8032a017656c8f7a81c7083ece
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
- { role: e2e-benchmarking, when: install_e2e_benchmarking}
|
- { role: e2e-benchmarking, when: install_e2e_benchmarking}
|
||||||
environment: "{{proxy_env}}"
|
environment: "{{proxy_env}}"
|
||||||
|
|
||||||
- hosts: Controller, Compute
|
- hosts: Controller*, Compute*
|
||||||
remote_user: "{{ host_remote_user }}"
|
remote_user: "{{ host_remote_user }}"
|
||||||
roles:
|
roles:
|
||||||
- no-sshd-dns
|
- no-sshd-dns
|
||||||
|
|||||||
Reference in New Issue
Block a user