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:
parent
e31e989759
commit
71b1afc61a
@ -20,7 +20,7 @@
|
||||
- { role: e2e-benchmarking, when: install_e2e_benchmarking}
|
||||
environment: "{{proxy_env}}"
|
||||
|
||||
- hosts: Controller, Compute
|
||||
- hosts: Controller*, Compute*
|
||||
remote_user: "{{ host_remote_user }}"
|
||||
roles:
|
||||
- no-sshd-dns
|
||||
|
Loading…
x
Reference in New Issue
Block a user