By type
+ CONSUL_BIND=
+ [ -n ]
+ CONSUL_CLIENT=
+ [ -n ]
+ CONSUL_DATA_DIR=/consul/data
+ CONSUL_CONFIG_DIR=/consul/config
+ [ -n ]
+ [ a = - ]
+ [ agent = agent ]
+ shift
+ set -- consul agent -data-dir=/consul/data -config-dir=/consul/config -bootstrap-expect=3 -enable-script-checks -retry-join=onap-consul-server-0.consul-server -retry-join=onap-consul-server-1.consul-server -retry-join=onap-consul-server-2.consul-server -client=0.0.0.0 -server -ui
+ [ consul = consul ]
+ stat -c %u /consul/data
+ id -u consul
+ [ 100 != 100 ]
+ stat -c %u /consul/config
+ id -u consul
+ [ 100 != 100 ]
+ [ ! -z ]
+ exec consul agent -data-dir=/consul/data -config-dir=/consul/config -bootstrap-expect=3 -enable-script-checks -retry-join=onap-consul-server-0.consul-server -retry-join=onap-consul-server-1.consul-server -retry-join=onap-consul-server-2.consul-server -client=0.0.0.0 -server -ui
bootstrap_expect > 0: expecting 3 servers
==> Starting Consul agent...
==> Consul agent running!
Version: 'v1.0.6'
Node ID: '47629e4e-5bec-cf85-d501-75a0ec46718d'
Node name: 'onap-consul-server-2'
Datacenter: 'dc1' (Segment: '')
Server: true (Bootstrap: false)
Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, DNS: 8600)
Cluster Addr: 10.233.76.230 (LAN: 8301, WAN: 8302)
Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false
==> Log data will now stream in as it occurs:
2023/03/23 23:43:22 [INFO] raft: Initial configuration (index=0): []
2023/03/23 23:43:22 [INFO] raft: Node at 10.233.76.230:8300 [Follower] entering Follower state (Leader: "")
2023/03/23 23:43:23 [INFO] serf: EventMemberJoin: onap-consul-server-2.dc1 10.233.76.230
2023/03/23 23:43:23 [INFO] serf: EventMemberJoin: onap-consul-server-2 10.233.76.230
2023/03/23 23:43:23 [INFO] consul: Adding LAN server onap-consul-server-2 (Addr: tcp/10.233.76.230:8300) (DC: dc1)
2023/03/23 23:43:23 [INFO] consul: Handled member-join event for server "onap-consul-server-2.dc1" in area "wan"
2023/03/23 23:43:23 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
2023/03/23 23:43:23 [INFO] agent: Joining LAN cluster...
2023/03/23 23:43:23 [INFO] agent: (LAN) joining: [onap-consul-server-0.consul-server onap-consul-server-1.consul-server onap-consul-server-2.consul-server]
2023/03/23 23:43:23 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
2023/03/23 23:43:23 [INFO] agent: Started HTTP server on [::]:8500 (tcp)
2023/03/23 23:43:23 [INFO] agent: started state syncer
2023/03/23 23:43:23 [INFO] agent: Retry join LAN is supported for: aliyun aws azure digitalocean gce os scaleway softlayer
2023/03/23 23:43:25 [INFO] serf: EventMemberJoin: onap-consul-server-0 10.233.73.242
2023/03/23 23:43:25 [INFO] serf: EventMemberJoin: onap-consul-server-1 10.233.75.21
2023/03/23 23:43:25 [INFO] serf: EventMemberJoin: onap-consul-6cff78c849-zlwb4 10.233.71.226
2023/03/23 23:43:25 [INFO] consul: Adding LAN server onap-consul-server-0 (Addr: tcp/10.233.73.242:8300) (DC: dc1)
2023/03/23 23:43:25 [INFO] consul: Found expected number of peers, attempting bootstrap: 10.233.76.230:8300,10.233.73.242:8300,10.233.75.21:8300
2023/03/23 23:43:25 [INFO] serf: EventMemberJoin: onap-consul-server-0.dc1 10.233.73.242
2023/03/23 23:43:25 [INFO] consul: Handled member-join event for server "onap-consul-server-0.dc1" in area "wan"
2023/03/23 23:43:25 [INFO] serf: EventMemberJoin: onap-consul-server-1.dc1 10.233.75.21
2023/03/23 23:43:25 [INFO] consul: Handled member-join event for server "onap-consul-server-1.dc1" in area "wan"
2023/03/23 23:43:25 [INFO] consul: Adding LAN server onap-consul-server-1 (Addr: tcp/10.233.75.21:8300) (DC: dc1)
2023/03/23 23:43:26 [DEBUG] raft-net: 10.233.76.230:8300 accepted connection from: 127.0.0.6:33133
2023/03/23 23:43:26 [INFO] consul: New leader elected: onap-consul-server-0
2023/03/23 23:43:27 [INFO] agent: Synced node info
2023/03/23 23:43:27 [DEBUG] raft-net: 10.233.76.230:8300 accepted connection from: 127.0.0.6:48153
2023/03/23 23:43:29 [WARN] memberlist: Failed to resolve onap-consul-server-2.consul-server: lookup onap-consul-server-2.consul-server on 169.254.25.10:53: no such host
2023/03/23 23:43:29 [INFO] agent: (LAN) joined: 2 Err:
2023/03/23 23:43:29 [INFO] agent: Join LAN completed. Synced with 2 initial agents
==> Newer Consul version available: 1.15.1 (currently running: 1.0.6)