Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo ./<CEF_FILE> --installation-config-file-path <Configuratyion<Configuration yaml file path>

The following table describes the configuration properties in the YAML file:

Property

Description

installation.deploymentProfile

The deployment profile as described in Hardware and Software Requirements.

Possible values are: STD_MINIMAL, STD_LOW, STD_MEDIUM, STD_HIGH, STD_HIGH_20D

installation.environmentName

An 1-4 alphanumeric characters long name to identify the system (e.g.: prod, dev, etc.).

installation.appUserName /
installation.appUserGroup

Non-privileged OS user and group, see Operating System Requirements for Non-Appliance Mode for more details.

installation.externalIpAddress

IPv4 address to be used to access the Web Console / Admin Console / Agents (Syslog and WS-M).

installation.timeZone

System time zone.

Possible values can be displayed by executing timedatectl list-timezones.

installation.ntpServers

List of NTP server addresses (IP or domain name), an empty list will use the NTP servers already configure in the OS.

installer.isShowWelcome

When false, skips the welcome screen of the installation. Defaults to true.

installer.isEulaAccepted

When true, indicates that the terms of the EULA are accepted by the user who’s installing the application, and skips the EULA screen of the installation. Defaults to false.

installer.isInstallationConfirmed

When true, indicates that the installations configuration is correct and that the changes made by the installation to the operating system are accepted accepted by the user who’s installing the application, and skips the confirmation screen of the installation. Defaults to false.

...