Add admin password support for Azure driver

Under Azure, an admin password is required in order to launch a
VM from a Windows image.  Add support for that.

Also, shorten the node name to less than 15 characters in order
to accomodate Windows restrictions.

Change-Id: I899f3e02046ffdb5f9fd19fe90c4bc9afdb01a7c
This commit is contained in:
James E. Blair
2021-11-15 15:50:27 -08:00
parent c6723ea88f
commit 44f3d63973
7 changed files with 147 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
features:
- |
The Azure driver now supports setting an admin password, which is
required in order to launch Windows images on Azure.