nodepool/releasenotes/notes/static-driver-windows-cf80096636dbb428.yaml
Monty Taylor da95a817bb
Support winrm hosts in static driver
The static driver currently assumes ssh connectivity. Add a
connection-type parameter and rename the ssh-port to connection-port to
match the diskimages setting name.

Keep the old 'ssh-port' setting for backwards compat.

Change-Id: I1a96f03f9845b0d99d9ce89d2213be4d483afdd9
2018-04-13 11:36:58 -05:00

11 lines
336 B
YAML

---
features:
- |
Added support for configuring windows static nodes. A static node can now
define a ``connection-type``. The ``ssh-port`` option has been renamed
to ``connection-port``.
deprecations:
- |
``ssh-port`` in static node config is deprecated. Please update config to
use ``connection-port`` instead.