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
This commit is contained in:
Monty Taylor
2018-04-13 10:17:50 -05:00
parent 687f120b3c
commit da95a817bb
7 changed files with 39 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ providers:
labels: trusty-static
host-key: fake-key
timeout: 13
ssh-port: 22022
connection-port: 22022
username: zuul
max-parallel-jobs: 1