Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.4 KB

OsAnswers.md

File metadata and controls

20 lines (16 loc) · 2.4 KB

OsAnswers

This MO captures the values for the most common set of fields in OS specific answer files. The values provided in this MO are used to construct the OS specific answer files (kickstart, seed, unattended xml) by replacing the fields/placeholders in selected os.ConfigurationFile content with the values of this MO properties.

Properties

Name Type Description Notes
is_answer_file_set bool Indicates whether the value of the 'answerFile' property has been set. [optional] [readonly]
answer_file str If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'. [optional]
hostname str Hostname to be configured for the server in the OS. [optional]
ip_config_type str IP configuration type. Values are Static or Dynamic configuration of IP. In case of static IP configuration, IP address, gateway and other details need to be populated. In case of dynamic the IP configuration is obtained dynamically from DHCP. [optional] [default to 'static']
ip_v4_config CommIpV4Interface [optional]
is_root_password_set bool [optional]
nameserver str IP address of the name server to be configured in the OS. [optional]
product_key str The product key to be used for a specific version of Windows installation. [optional]
root_password str Password to be configured for the root / administrator user in the OS. [optional]
source str Answer values can be provided from three sources - Embedded in OS image, static file, or as placeholder values for an answer file template. Source of the answers is given as value, Embedded/File/Template. 'Embedded' option indicates that the answer file is embedded within the OS Image. 'File' option indicates that the answers are provided as a file. 'Template' indicates that the placeholders in the selected os.ConfigurationFile MO are replaced with values provided as os.Answers MO. [optional] [default to 'None']

[Back to Model list] [Back to API list] [Back to README]