We are trying to validate the configuration of consul, what is the default contents of consul.cfg?
search cancel

We are trying to validate the configuration of consul, what is the default contents of consul.cfg?

book

Article ID: 372012

calendar_today

Updated On:

Products

DX NetOps CA Performance Management - Usage and Administration

Issue/Introduction

What are the contents of consul.cfg when configured for fault tolerance using ht?

Environment

All supported releases of Performance Management using Fault Tolerance

Resolution

Proxy:

consul.version=<product_release>
consul.service_name=consul
consul.bind_addr=<ip_address>
consul.ports="http": 8500
consul.datacenter=capm
consul.bootstrap=3
consul.primary_consul_server=

DAs:

consul.version=<product_release>
consul.service_name=consul
consul.bind_addr=<ip_address>
consul.ports="http": 8500
consul.datacenter=capm
consul.bootstrap=3
consul.primary_consul_server=<proxy_hostname>

 

Entries highlighted are variables and should be changed accordingly.