hosts.yml options
The hosts.yml config file is located in the installation package and contains parameters of servers' hostnames. The file is to be completed during the preparation for the setup of the INT Server.
Note that some of the services, which are installed to the INT Server by default, can be installed to other servers. However, this should be done wisely, taking into account system requirements and expected servers load.
note
If a single server has several host roles, the server must include all
domain names that match the host roles it performs. All domain names must be specified in the config.yml configuration file.
# At least one space should be present between each 'key: value'
# Provide DNS names of Workfusion SPA servers
mssql_hostname:
int_hostnames:
app_hostnames:
ocr_hostnames:
ocrwin_hostnames:
bi_hostnames:
bep_master_hostnames:
bep_agent_hostnames:
rpa_hostnames:
# IMPORTANT: Read carefully!!!
# IMPORTANT: ALL below variables MUST be set for both HA and non-HA installations
# For HA installation all below DNS names must be assigned to IP address of external (client-provided) load balancer
# For non-HA installation all below DNS names must be assigned to IP address of APP server.
# ALL below DNS names MUST be DIFFERENT (must differ from each other and must differ from DNS names provided above for servers)
vault_lb_hostname:
minio_lb_hostname:
nexus_lb_hostname:
rabbitmq_lb_hostname:
mesos_lb_hostname:
marathon_lb_hostname:
workspace_lb_hostname:
workfusion_lb_hostname:
bot_manager_lb_hostname:
kibana_lb_hostname:
ocr_lb_hostname:
bi_lb_hostname:
# The variables below are only for internal usage, they should not be edited by end user.
lb_hostname:
minio_host: '{{ int_hostnames }}'
vault_host: '{{ int_hostnames }}'
nexus_host: '{{ int_hostnames }}'
rabbitmq_host: '{{ int_hostnames }}'
zookeeper_host: '{{ int_hostnames }}'
logstash_host: '{{ int_hostnames }}'
tds_host: '{{ int_hostnames }}'
important
Do not change the following service variables since they already have reasonable defaults:
minio_hostvault_hostnexus_hostrabbitmq_hostzookeeper_hostlogstash_hosttds_host