VM manager configuration parameters
In advanced VM management, a connection to the VM manager is created based on the information that you provide in the configuration files. Apart from specifying mandatory parameters, such as the web address, virtualization type, user name, and password, you can also use additional ones. For example, you can set the number of login attempts, or allow Hyper-V to share credentials with hosts in the same cluster.
Parameter | Unit | Default | Minimum | Maximum |
---|---|---|---|---|
Description | ||||
vmm_url | Web address (URL) | |||
Specifies the web address of the VM manager. You can provide either a full URL, a partial URL, or only a host name or IP address. In the second case, the full address of the VM manager is built based on the selected type of the VM manager and protocol (if specified). HTTPS protocol is used by default. If you specify only the address, the following defaults are used.
If you do not specify the complete URL but only a protocol, a port, or a
context
path , the URL is built based on the following defaults.
If the URL contains the name of the VM manager, the name is resolved to an IP address. However, the full URL, including a port number, is used by the server to identify the VM manager. Each VM manager must have a different web address, that is, only one entry is allowed for a particular URL. If two or more configuration files duplicate the URL address, only the first file is treated as valid. The remaining files are ignored. |
||||
vmm_type | Characters | |||
Specifies the type of VM manager.
The possible values are:
|
||||
vmm_communication_interface | Characters | POWERSHELL | ||
Specifies the communication interface that is used for communication with Microsoft Hyper-V. This option is supported only when the VM Manager Tool is installed on Windows. On Linux, the value of this
parameter is ignored and the NTLM communication is always used. The possible values are:
|
||||
vmm_login | Characters | |||
Specifies the user name that is used to access the VM manager.
Important: For Red Hat OpenShift, leave the vmm_login blank.
Important: For Microsoft Hyper-V, you must use the
Administrator account.
|
||||
vmm_password | Characters | |||
Specifies the password that is used to access the VM manager. A password that is entered in plain
text is immediately encrypted and saved while the configuration files are loaded.
Important: For Red Hat OpenShift, use the ServiceAccount token as a password.
Important: For Microsoft Hyper-V, you must use the
Administrator account.
|
||||
vmm_communication_locked | True/false | False | ||
Indicates whether the connection
to the VM manager is locked. The possible values are:
|
||||
vmm_get_cluster_info_with_shared_credentials | True/false | False | ||
Indicates whether the same
credentials can be used to connect to every host in the same cluster.
You can use this parameter only for Microsoft Hyper-V.
The possible values are:
|