85c7dc1665
Ansible needs to know which shell type the node uses to operate correctly, especially for ssh connections for windows nodes because otherwise ansible defaults to trying bash. Nodepool now allows this setting in most driver configurations and this change makes Zuul utilize that setting in the inventory file. Change-Id: I55389ae8fa30be70c3939737f8c67282aad0ae47
11 lines
384 B
YAML
11 lines
384 B
YAML
---
|
|
features:
|
|
- |
|
|
Zuul now honors the shell-type configuration from nodepool and
|
|
uses it to set ansible_shell_type, a setting that is required
|
|
when connecting to Windows workers over ssh.
|
|
|
|
For Linux workers, there is a long standing ansible issue with
|
|
using non-default ansible_shell_type and become, so this feature
|
|
is primarily targeting Windows workers.
|