Skip to content

documentation on template os stack is incomplete for Windows templates #441

Description

@alefebvr

On page http://docs.usharesoft.com/projects/hammr/en/latest/pages/templates/templates-spec/stack-os.html the specific fields for Windows templates are not mentioned.
Those are:

windowsEdition: a string providing the Windows Server edition to use (e.g. standard, datacenter, ...)
windowsType: a string providing the type of Windows Server to use (e.g. full, core)
windowsLanguage: a string providing the language to use (e.g. English).

As an example, the following is correct:

   windowsEdition: "standard"
   windowsType: "full"
   windowsLanguage: "English"

Those should be added to the documentation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions