ApiHostInstallArguments

Properties

Name Type Description Notes
hostNames List<String> List of hosts to configure for use with Cloudera Manager. A host may be specified by a hostname (FQDN) or an IP address. [optional]
sshPort Integer SSH port. If unset, defaults to 22. [optional]
userName String The username used to authenticate with the hosts. Root access to your hosts is required to install Cloudera packages. The installer will connect to your hosts via SSH and log in either directly as root or as another user with password-less sudo privileges to become root. [optional]
password String The password used to authenticate with the hosts. Specify either this or a private key. For password-less login, use an empty string as password. [optional]
privateKey String The private key to authenticate with the hosts. Specify either this or a password. <br> The private key, if specified, needs to be a standard PEM-encoded key as a single string, with all line breaks replaced with the line-feed control character '\n'. <br> A value will typically look like the following string: <br> -----BEGIN RSA PRIVATE KEY-----\n[base-64 encoded key]\n-----END RSA PRIVATE KEY----- <br> [optional]
passphrase String The passphrase associated with the private key used to authenticate with the hosts (optional). [optional]
parallelInstallCount Integer Number of simultaneous installations. Defaults to 10. Running a large number of installations at once can consume large amounts of network bandwidth and other system resources. [optional]
cmRepoUrl String The Cloudera Manager repository URL to use (optional). Example for SLES, Redhat or Debian based distributions: https://archive.cloudera.com/cm6/6.0.0 [optional]
gpgKeyCustomUrl String The Cloudera Manager public GPG key (optional). Example for SLES, Redhat or other RPM based distributions: https://archive.cloudera.com/cm5/redhat/5/x86_64/cm/RPM-GPG-KEY-cloudera Example for Ubuntu or other Debian based distributions: https://archive.cloudera.com/cm5/ubuntu/lucid/amd64/cm/archive.key [optional]
javaInstallStrategy String Added in v8: Strategy to use for JDK installation. Valid values are <br> 1. AUTO: Cloudera Manager will install the JDK versions that are required when the &quot;AUTO&quot; option is selected. This package will be downloaded from Cloudera repository. This operation may overwrite any of the existing JDK installations. <br> 2. NONE(default): Cloudera Manager will not install any JDK when &quot;NONE&quot; option is selected. It should be used if an existing JDK installation can be used. NOTE: Selecting the &quot;NONE&quot; option makes it the customer's responsibility to ensure that the unlimited strength JCE policy files are installed and enabled on each host, as appropriate for the version of Java in use. <br> 3. OS_PROVIDED_JDK: Option added in v40, Cloudera Manager will install OpenJDK packages provided by the [non-cloudera] Operating System repositories configured on each host. This operation may overwrite any of the existing JDK installations. [optional]
unlimitedJCE Boolean Added in v8: Flag for unlimited strength JCE policy files installation If unset, defaults to false <br> Deprecated in CM 7.0.2: Flag for unlimited strength JCE policy files installation will be set to False. NOTE: With OpenJDK11 (and OpenJDK8 u232), JCE is installed and enabled by default. [optional]
gpgKeyOverrideBundle String The Cloudera Manager public GPG key (optional). This points to the actual bundle contents and not a URL. [optional]