+ CONSUL_BIND= + [ -n ] + CONSUL_CLIENT= + [ -n ] + CONSUL_DATA_DIR=/consul/data + CONSUL_CONFIG_DIR=/consul/config + [ -n ] + echo agent + grep ^- + [ agent = agent ] + shift + set -- consul agent -data-dir=/consul/data -config-dir=/consul/config -dev -client 0.0.0.0 + [ 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 -dev -client 0.0.0.0 ==> Starting Consul agent... ==> Consul agent running! Version: 'v1.4.3' Node ID: '320b91a8-f963-49ff-a057-2874e4c3a22b' Node name: 'onap-msb-consul-5454dcc5c5-n2c5m' Datacenter: 'dc1' (Segment: '') Server: true (Bootstrap: false) Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, gRPC: 8502, DNS: 8600) Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302) Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false ==> Log data will now stream in as it occurs: 2023/02/07 04:59:18 [DEBUG] agent: Using random ID "320b91a8-f963-49ff-a057-2874e4c3a22b" as node ID 2023/02/07 04:59:18 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:320b91a8-f963-49ff-a057-2874e4c3a22b Address:127.0.0.1:8300}] 2023/02/07 04:59:18 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2023/02/07 04:59:18 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-n2c5m.dc1 127.0.0.1 2023/02/07 04:59:18 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-n2c5m 127.0.0.1 2023/02/07 04:59:18 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2023/02/07 04:59:18 [INFO] consul: Handled member-join event for server "onap-msb-consul-5454dcc5c5-n2c5m.dc1" in area "wan" 2023/02/07 04:59:18 [DEBUG] agent/proxy: managed Connect proxy manager started 2023/02/07 04:59:18 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2023/02/07 04:59:18 [INFO] consul: Adding LAN server onap-msb-consul-5454dcc5c5-n2c5m (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 04:59:18 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2023/02/07 04:59:18 [INFO] agent: started state syncer 2023/02/07 04:59:18 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2023/02/07 04:59:18 [WARN] raft: Heartbeat timeout from "" reached, starting election 2023/02/07 04:59:18 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2023/02/07 04:59:18 [DEBUG] raft: Votes needed: 1 2023/02/07 04:59:18 [DEBUG] raft: Vote granted from 320b91a8-f963-49ff-a057-2874e4c3a22b in term 2. Tally: 1 2023/02/07 04:59:18 [INFO] raft: Election won. Tally: 1 2023/02/07 04:59:18 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2023/02/07 04:59:18 [INFO] consul: cluster leadership acquired 2023/02/07 04:59:18 [INFO] consul: New leader elected: onap-msb-consul-5454dcc5c5-n2c5m 2023/02/07 04:59:18 [INFO] connect: initialized primary datacenter CA with provider "consul" 2023/02/07 04:59:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 04:59:18 [INFO] consul: member 'onap-msb-consul-5454dcc5c5-n2c5m' joined, marking health alive 2023/02/07 04:59:18 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 04:59:18 [INFO] agent: Synced node info 2023/02/07 04:59:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 04:59:20 [DEBUG] agent: Node info in sync 2023/02/07 04:59:20 [DEBUG] agent: Node info in sync ==> Newer Consul version available: 1.14.4 (currently running: 1.4.3) 2023/02/07 05:00:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:00:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:00:43 [DEBUG] agent: Node info in sync 2023/02/07 05:01:18 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:01:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:01:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:01:47 [DEBUG] agent: Node info in sync 2023/02/07 05:02:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:03:02 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:03:02 [DEBUG] agent: Node info in sync 2023/02/07 05:03:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:03:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:04:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:04:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:04:47 [DEBUG] agent: Node info in sync 2023/02/07 05:05:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:06:14 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:06:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:06:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:06:30 [DEBUG] agent: Node info in sync 2023/02/07 05:07:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:08:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:08:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:08:28 [DEBUG] agent: Node info in sync 2023/02/07 05:09:01 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:09:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:09:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:09:42 [DEBUG] agent: Node info in sync 2023/02/07 05:09:49 [DEBUG] http: Request GET /v1/catalog/services (600.98µs) from=10.233.68.58:39664 2023/02/07 05:09:49 [DEBUG] http: Request GET /v1/status/leader (2.87314ms) from=10.233.68.58:39670 2023/02/07 05:09:50 [DEBUG] http: Request GET /v1/status/leader (307.047µs) from=10.233.65.68:50298 2023/02/07 05:09:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:50 [INFO] agent: Synced service "_v0_multicloud_10.233.34.252_9001" 2023/02/07 05:09:50 [DEBUG] agent: Node info in sync 2023/02/07 05:09:50 [DEBUG] http: Request PUT /v1/agent/service/register (85.945506ms) from=10.233.65.68:50302 2023/02/07 05:09:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:50 [DEBUG] agent: Node info in sync 2023/02/07 05:09:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=9 (1.375272942s) from=10.233.68.58:39664 2023/02/07 05:09:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (2.158889ms) from=10.233.65.68:50304 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v1_multicloud_10.233.34.252_9001" 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (14.602589ms) from=10.233.65.68:50306 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=49 (247.515699ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (838.99µs) from=10.233.65.68:50308 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v1_wf-gui_10.233.55.43_8080" 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (19.327615ms) from=10.233.65.68:50314 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=50 (175.827183ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (21.716724ms) from=10.233.65.68:50316 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (422.905µs) from=10.233.68.58:39702 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-fcaps/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.50.51_9011" 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (27.258977ms) from=10.233.65.68:50320 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=51 (126.002502ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (704.231µs) from=10.233.65.68:50324 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-fcaps/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.50.51_9011" 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (72.622565ms) from=10.233.65.68:50326 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=52 (138.236666ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (1.823829ms) from=10.233.65.68:50328 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.13.138_9015" 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (23.80656ms) from=10.233.65.68:50332 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=53 (83.960241ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (816.299µs) from=10.233.65.68:50334 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:51 [INFO] agent: Synced service "_v1_sdc-gui_10.233.30.122_8181" 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request PUT /v1/agent/service/register (63.406836ms) from=10.233.65.68:50336 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:51 [DEBUG] agent: Node info in sync 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=54 (110.103375ms) from=10.233.68.58:39664 2023/02/07 05:09:51 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (629.024µs) from=10.233.65.68:50338 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (395.602µs) from=10.233.68.58:39716 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/parser/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=55 (55.152963ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [INFO] agent: Synced service "_v1_parser_10.233.57.57_8806" 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (33.812721ms) from=10.233.65.68:50340 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/parser-v1 (3.001097ms) from=10.233.65.68:50342 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/catalog/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [INFO] agent: Synced service "_v1_catalog_10.233.57.57_8806" 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (60.506683ms) from=10.233.65.68:50344 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=56 (141.55357ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (815.116µs) from=10.233.65.68:50352 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/nsd/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [INFO] agent: Synced service "_v1_nsd_10.233.57.57_8806" 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (20.734664ms) from=10.233.65.68:50354 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=57 (87.944261ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (609.338µs) from=10.233.65.68:50356 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnfpkgm/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.57.57_8806" 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (15.659864ms) from=10.233.65.68:50358 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=58 (27.721631ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (880.149µs) from=10.233.65.68:50360 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.53.116_9007" 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (9.059544ms) from=10.233.65.68:50362 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=59 (57.249691ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (7.596757ms) from=10.233.65.68:50364 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.53.116_9007" 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request PUT /v1/agent/service/register (11.259154ms) from=10.233.65.68:50368 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=60 (45.446761ms) from=10.233.68.58:39664 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:09:52 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:09:52 [DEBUG] agent: Node info in sync 2023/02/07 05:09:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (933.521µs) from=10.233.65.68:50370 2023/02/07 05:10:09 [DEBUG] http: Request GET /v1/status/leader (564.101µs) from=10.233.68.58:39872 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/catalog/services (2.441373ms) from=10.233.72.197:42644 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/status/leader (580.786µs) from=10.233.72.197:42646 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (547.66µs) from=10.233.72.197:42650 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (486.697µs) from=10.233.72.197:42652 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/parser-v1 (338.189µs) from=10.233.72.197:42654 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (547.133µs) from=10.233.72.197:42656 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (656.162µs) from=10.233.72.197:42672 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (5.292919ms) from=10.233.72.197:42666 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (468.299µs) from=10.233.72.197:42658 2023/02/07 05:10:15 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (224.398µs) from=10.233.72.197:42668 2023/02/07 05:10:16 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (1.63626ms) from=10.233.72.197:42670 2023/02/07 05:10:16 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (315.824µs) from=10.233.72.197:42660 2023/02/07 05:10:16 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (435.395µs) from=10.233.72.197:42664 2023/02/07 05:10:16 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (305.319µs) from=10.233.72.197:42674 2023/02/07 05:10:16 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (455.922µs) from=10.233.72.197:42662 2023/02/07 05:10:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:10:29 [DEBUG] http: Request GET /v1/status/leader (1.544287ms) from=10.233.68.58:40032 2023/02/07 05:10:35 [DEBUG] http: Request GET /v1/status/leader (303.592µs) from=10.233.72.197:42868 2023/02/07 05:10:49 [DEBUG] http: Request GET /v1/status/leader (1.874488ms) from=10.233.68.58:40212 2023/02/07 05:10:55 [DEBUG] http: Request GET /v1/status/leader (2.330801ms) from=10.233.72.197:43052 2023/02/07 05:10:57 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:10:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:10:57 [INFO] agent: Synced service "_v1_sdnc_10.233.18.255_8282" 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Node info in sync 2023/02/07 05:10:57 [DEBUG] http: Request PUT /v1/agent/service/register (27.544652ms) from=10.233.65.68:50846 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:10:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:10:57 [DEBUG] agent: Node info in sync 2023/02/07 05:10:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=61 (41.673553616s) from=10.233.72.197:42644 2023/02/07 05:10:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=61 (1m4.717813066s) from=10.233.68.58:39664 2023/02/07 05:10:57 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.0007ms) from=10.233.65.68:50848 2023/02/07 05:10:57 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.952638ms) from=10.233.72.197:43082 2023/02/07 05:11:09 [DEBUG] http: Request GET /v1/status/leader (1.089299ms) from=10.233.68.58:40404 2023/02/07 05:11:15 [DEBUG] http: Request GET /v1/status/leader (387.828µs) from=10.233.72.197:43280 2023/02/07 05:11:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:11:30 [DEBUG] http: Request GET /v1/status/leader (242.485µs) from=10.233.68.58:40572 2023/02/07 05:11:34 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:11:36 [DEBUG] http: Request GET /v1/status/leader (372.87µs) from=10.233.72.197:43508 2023/02/07 05:11:50 [DEBUG] http: Request GET /v1/status/leader (15.706257ms) from=10.233.68.58:40780 2023/02/07 05:11:53 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.745796364s) from=10.233.68.58:39702 2023/02/07 05:11:56 [DEBUG] http: Request GET /v1/status/leader (274.887µs) from=10.233.72.197:43758 2023/02/07 05:11:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.689229873s) from=10.233.68.58:39716 2023/02/07 05:12:04 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:12:04 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:12:04 [DEBUG] agent: Node info in sync 2023/02/07 05:12:10 [DEBUG] http: Request GET /v1/status/leader (1.928196ms) from=10.233.68.58:40954 2023/02/07 05:12:16 [DEBUG] http: Request GET /v1/status/leader (358.365µs) from=10.233.72.197:43944 2023/02/07 05:12:17 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m1.259312931s) from=10.233.72.197:42664 2023/02/07 05:12:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.467694812s) from=10.233.72.197:42656 2023/02/07 05:12:18 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.6166717s) from=10.233.72.197:42654 2023/02/07 05:12:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:12:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m2.494813064s) from=10.233.72.197:42658 2023/02/07 05:12:19 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.759433744s) from=10.233.72.197:42666 2023/02/07 05:12:19 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.34992446s) from=10.233.72.197:42672 2023/02/07 05:12:20 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m4.068934255s) from=10.233.72.197:42660 2023/02/07 05:12:20 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.550447499s) from=10.233.72.197:42650 2023/02/07 05:12:21 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m4.623990946s) from=10.233.72.197:42670 2023/02/07 05:12:22 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.491506973s) from=10.233.72.197:42662 2023/02/07 05:12:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.781612219s) from=10.233.72.197:42674 2023/02/07 05:12:23 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.979352474s) from=10.233.72.197:42668 2023/02/07 05:12:23 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m7.298319456s) from=10.233.72.197:42652 2023/02/07 05:12:30 [DEBUG] http: Request GET /v1/status/leader (1.315439ms) from=10.233.68.58:41120 2023/02/07 05:12:36 [DEBUG] http: Request GET /v1/status/leader (423.174µs) from=10.233.72.197:44120 2023/02/07 05:12:50 [DEBUG] http: Request GET /v1/status/leader (363.994µs) from=10.233.68.58:41308 2023/02/07 05:12:56 [DEBUG] http: Request GET /v1/status/leader (839.681µs) from=10.233.72.197:44340 2023/02/07 05:13:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m4.219459195s) from=10.233.68.58:39664 2023/02/07 05:13:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m6.125591594s) from=10.233.72.197:42644 2023/02/07 05:13:04 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m7.499764435s) from=10.233.72.197:43082 2023/02/07 05:13:10 [DEBUG] http: Request GET /v1/status/leader (3.337058ms) from=10.233.68.58:41518 2023/02/07 05:13:16 [DEBUG] http: Request GET /v1/status/leader (263.853µs) from=10.233.72.197:44524 2023/02/07 05:13:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:13:30 [DEBUG] http: Request GET /v1/status/leader (591.327µs) from=10.233.68.58:41684 2023/02/07 05:13:36 [DEBUG] http: Request GET /v1/status/leader (421.75µs) from=10.233.72.197:44736 2023/02/07 05:13:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:13:42 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:13:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:13:42 [DEBUG] agent: Node info in sync 2023/02/07 05:13:51 [DEBUG] http: Request GET /v1/status/leader (253.785µs) from=10.233.68.58:41874 2023/02/07 05:13:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:13:56 [DEBUG] http: Request GET /v1/status/leader (319.773µs) from=10.233.72.197:44956 2023/02/07 05:13:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.891707523s) from=10.233.68.58:39702 2023/02/07 05:14:03 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.104154086s) from=10.233.68.58:39716 2023/02/07 05:14:11 [DEBUG] http: Request GET /v1/status/leader (402.367µs) from=10.233.68.58:42204 2023/02/07 05:14:16 [DEBUG] http: Request GET /v1/status/leader (1.061206ms) from=10.233.72.197:45160 2023/02/07 05:14:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:14:18 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m1.179707436s) from=10.233.72.197:42664 2023/02/07 05:14:19 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.19098917s) from=10.233.72.197:42656 2023/02/07 05:14:19 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.238851236s) from=10.233.72.197:42654 2023/02/07 05:14:23 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.558770294s) from=10.233.72.197:42666 2023/02/07 05:14:23 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m4.041870881s) from=10.233.72.197:42672 2023/02/07 05:14:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m5.475084368s) from=10.233.72.197:42658 2023/02/07 05:14:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.950710022s) from=10.233.72.197:42668 2023/02/07 05:14:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.439985404s) from=10.233.72.197:42662 2023/02/07 05:14:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.035288611s) from=10.233.72.197:42660 2023/02/07 05:14:25 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.784850221s) from=10.233.72.197:42650 2023/02/07 05:14:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.814635381s) from=10.233.72.197:42674 2023/02/07 05:14:26 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.617999135s) from=10.233.72.197:42670 2023/02/07 05:14:27 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m3.20473184s) from=10.233.72.197:42652 2023/02/07 05:14:31 [DEBUG] http: Request GET /v1/status/leader (961.603µs) from=10.233.68.58:42482 2023/02/07 05:14:36 [DEBUG] http: Request GET /v1/status/leader (1.938995ms) from=10.233.72.197:45374 2023/02/07 05:14:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:14:47 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:14:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:14:47 [DEBUG] agent: Node info in sync 2023/02/07 05:14:51 [DEBUG] http: Request GET /v1/status/leader (814.531µs) from=10.233.68.58:42702 2023/02/07 05:14:56 [DEBUG] http: Request GET /v1/status/leader (294.701µs) from=10.233.72.197:45570 2023/02/07 05:15:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m1.018264674s) from=10.233.68.58:39664 2023/02/07 05:15:05 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.739085456s) from=10.233.72.197:43082 2023/02/07 05:15:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m6.814262036s) from=10.233.72.197:42644 2023/02/07 05:15:11 [DEBUG] http: Request GET /v1/status/leader (1.882851ms) from=10.233.68.58:43006 2023/02/07 05:15:16 [DEBUG] http: Request GET /v1/status/leader (472.499µs) from=10.233.72.197:45772 2023/02/07 05:15:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:15:31 [DEBUG] http: Request GET /v1/status/leader (473.419µs) from=10.233.68.58:43290 2023/02/07 05:15:37 [DEBUG] http: Request GET /v1/status/leader (297.736µs) from=10.233.72.197:46022 2023/02/07 05:15:51 [DEBUG] http: Request GET /v1/status/leader (283.129µs) from=10.233.68.58:43566 2023/02/07 05:15:57 [DEBUG] http: Request GET /v1/status/leader (1.215728ms) from=10.233.72.197:46278 2023/02/07 05:15:59 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.36842415s) from=10.233.68.58:39702 2023/02/07 05:16:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.973802029s) from=10.233.68.58:39716 2023/02/07 05:16:11 [DEBUG] http: Request GET /v1/status/leader (463.737µs) from=10.233.68.58:43868 2023/02/07 05:16:13 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:16:17 [DEBUG] http: Request GET /v1/status/leader (476.19µs) from=10.233.72.197:46534 2023/02/07 05:16:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:16:23 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.00466861s) from=10.233.72.197:42656 2023/02/07 05:16:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.943977054s) from=10.233.72.197:42658 2023/02/07 05:16:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m0.338478377s) from=10.233.72.197:42660 2023/02/07 05:16:25 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m7.130441176s) from=10.233.72.197:42664 2023/02/07 05:16:26 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m7.021928352s) from=10.233.72.197:42654 2023/02/07 05:16:26 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.729917799s) from=10.233.72.197:42666 2023/02/07 05:16:28 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.896162217s) from=10.233.72.197:42674 2023/02/07 05:16:28 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.560193383s) from=10.233.72.197:42670 2023/02/07 05:16:28 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.952763551s) from=10.233.72.197:42668 2023/02/07 05:16:29 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.650316393s) from=10.233.72.197:42650 2023/02/07 05:16:30 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.369749848s) from=10.233.72.197:42672 2023/02/07 05:16:31 [DEBUG] http: Request GET /v1/status/leader (2.222075ms) from=10.233.68.58:44144 2023/02/07 05:16:32 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.913628734s) from=10.233.72.197:42662 2023/02/07 05:16:33 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.855735468s) from=10.233.72.197:42652 2023/02/07 05:16:37 [DEBUG] http: Request GET /v1/status/leader (253.058µs) from=10.233.72.197:46752 2023/02/07 05:16:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:16:41 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:16:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:16:41 [DEBUG] agent: Node info in sync 2023/02/07 05:16:51 [DEBUG] http: Request GET /v1/status/leader (244.987µs) from=10.233.68.58:44378 2023/02/07 05:16:57 [DEBUG] http: Request GET /v1/status/leader (255.182µs) from=10.233.72.197:46962 2023/02/07 05:17:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m3.504562712s) from=10.233.68.58:39664 2023/02/07 05:17:11 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.481624539s) from=10.233.72.197:43082 2023/02/07 05:17:11 [DEBUG] http: Request GET /v1/status/leader (375.996µs) from=10.233.68.58:44632 2023/02/07 05:17:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m4.209056286s) from=10.233.72.197:42644 2023/02/07 05:17:17 [DEBUG] http: Request GET /v1/status/leader (542.312µs) from=10.233.72.197:47170 2023/02/07 05:17:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:17:31 [DEBUG] http: Request GET /v1/status/leader (460.892µs) from=10.233.68.58:44902 2023/02/07 05:17:37 [DEBUG] http: Request GET /v1/status/leader (880.336µs) from=10.233.72.197:47392 2023/02/07 05:17:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:17:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:17:47 [DEBUG] agent: Node info in sync 2023/02/07 05:17:51 [DEBUG] http: Request GET /v1/status/leader (660.799µs) from=10.233.68.58:45290 2023/02/07 05:17:57 [DEBUG] http: Request GET /v1/status/leader (447.462µs) from=10.233.72.197:47596 2023/02/07 05:18:04 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.408934445s) from=10.233.68.58:39702 2023/02/07 05:18:11 [DEBUG] http: Request GET /v1/status/leader (844.064µs) from=10.233.68.58:45562 2023/02/07 05:18:14 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.395725114s) from=10.233.68.58:39716 2023/02/07 05:18:17 [DEBUG] http: Request GET /v1/status/leader (769.769µs) from=10.233.72.197:47818 2023/02/07 05:18:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:18:26 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.342580593s) from=10.233.72.197:42658 2023/02/07 05:18:27 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.075818702s) from=10.233.72.197:42654 2023/02/07 05:18:27 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m1.918995072s) from=10.233.72.197:42664 2023/02/07 05:18:29 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.921440634s) from=10.233.72.197:42666 2023/02/07 05:18:29 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.760892155s) from=10.233.72.197:42674 2023/02/07 05:18:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m7.046414217s) from=10.233.72.197:42656 2023/02/07 05:18:30 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m2.493897163s) from=10.233.72.197:42670 2023/02/07 05:18:31 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.958524585s) from=10.233.72.197:42668 2023/02/07 05:18:31 [DEBUG] http: Request GET /v1/status/leader (513.8µs) from=10.233.68.58:45780 2023/02/07 05:18:32 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.011459216s) from=10.233.72.197:42660 2023/02/07 05:18:33 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.334499741s) from=10.233.72.197:42650 2023/02/07 05:18:34 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.491058677s) from=10.233.72.197:42652 2023/02/07 05:18:35 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.464166211s) from=10.233.72.197:42672 2023/02/07 05:18:37 [DEBUG] http: Request GET /v1/status/leader (470.202µs) from=10.233.72.197:48032 2023/02/07 05:18:38 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.817253492s) from=10.233.72.197:42662 2023/02/07 05:18:52 [DEBUG] http: Request GET /v1/status/leader (1.022138ms) from=10.233.68.58:46000 2023/02/07 05:18:57 [DEBUG] http: Request GET /v1/status/leader (384.571µs) from=10.233.72.197:48232 2023/02/07 05:18:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:19:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:19:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:19:00 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:19:00 [DEBUG] agent: Node info in sync 2023/02/07 05:19:12 [DEBUG] http: Request GET /v1/status/leader (248.661µs) from=10.233.68.58:46226 2023/02/07 05:19:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m7.121958547s) from=10.233.68.58:39664 2023/02/07 05:19:14 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.024261665s) from=10.233.72.197:43082 2023/02/07 05:19:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m0.399123668s) from=10.233.72.197:42644 2023/02/07 05:19:17 [DEBUG] http: Request GET /v1/status/leader (836.978µs) from=10.233.72.197:48488 2023/02/07 05:19:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:19:32 [DEBUG] http: Request GET /v1/status/leader (250.301µs) from=10.233.68.58:46452 2023/02/07 05:19:37 [DEBUG] http: Request GET /v1/status/leader (285.602µs) from=10.233.72.197:48736 2023/02/07 05:19:52 [DEBUG] http: Request GET /v1/status/leader (5.257575ms) from=10.233.68.58:46674 2023/02/07 05:19:57 [DEBUG] http: Request GET /v1/status/leader (433.36µs) from=10.233.72.197:48990 2023/02/07 05:20:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.912364284s) from=10.233.68.58:39702 2023/02/07 05:20:12 [DEBUG] http: Request GET /v1/status/leader (403.441µs) from=10.233.68.58:46908 2023/02/07 05:20:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:20:14 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:20:14 [DEBUG] agent: Node info in sync 2023/02/07 05:20:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.157927941s) from=10.233.68.58:39716 2023/02/07 05:20:17 [DEBUG] http: Request GET /v1/status/leader (316.323µs) from=10.233.72.197:49198 2023/02/07 05:20:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:20:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.200645557s) from=10.233.72.197:42666 2023/02/07 05:20:32 [DEBUG] http: Request GET /v1/status/leader (835.662µs) from=10.233.68.58:47140 2023/02/07 05:20:32 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m5.997651896s) from=10.233.72.197:42658 2023/02/07 05:20:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.674983122s) from=10.233.72.197:42668 2023/02/07 05:20:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m2.930140578s) from=10.233.72.197:42656 2023/02/07 05:20:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.953011258s) from=10.233.72.197:42664 2023/02/07 05:20:34 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.761541893s) from=10.233.72.197:42654 2023/02/07 05:20:34 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.467996447s) from=10.233.72.197:42670 2023/02/07 05:20:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.225798581s) from=10.233.72.197:42674 2023/02/07 05:20:35 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m1.637159252s) from=10.233.72.197:42650 2023/02/07 05:20:37 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.599070067s) from=10.233.72.197:42672 2023/02/07 05:20:38 [DEBUG] http: Request GET /v1/status/leader (444.649µs) from=10.233.72.197:49418 2023/02/07 05:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m7.423497787s) from=10.233.72.197:42660 2023/02/07 05:20:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.18573178s) from=10.233.72.197:42652 2023/02/07 05:20:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.962587098s) from=10.233.72.197:42662 2023/02/07 05:20:52 [DEBUG] http: Request GET /v1/status/leader (456.192µs) from=10.233.68.58:47362 2023/02/07 05:20:58 [DEBUG] http: Request GET /v1/status/leader (740.101µs) from=10.233.72.197:49626 2023/02/07 05:21:12 [DEBUG] http: Request GET /v1/status/leader (621.449µs) from=10.233.68.58:47584 2023/02/07 05:21:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m0.13296674s) from=10.233.68.58:39664 2023/02/07 05:21:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m3.027891849s) from=10.233.72.197:42644 2023/02/07 05:21:18 [DEBUG] http: Request GET /v1/status/leader (731.662µs) from=10.233.72.197:49870 2023/02/07 05:21:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:21:20 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.758729345s) from=10.233.72.197:43082 2023/02/07 05:21:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:21:32 [DEBUG] http: Request GET /v1/status/leader (258.47µs) from=10.233.68.58:47816 2023/02/07 05:21:38 [DEBUG] http: Request GET /v1/status/leader (8.218221ms) from=10.233.72.197:50114 2023/02/07 05:21:52 [DEBUG] http: Request GET /v1/status/leader (397.034µs) from=10.233.68.58:48034 2023/02/07 05:21:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:21:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:21:54 [DEBUG] agent: Node info in sync 2023/02/07 05:21:58 [DEBUG] http: Request GET /v1/status/leader (396.298µs) from=10.233.72.197:50312 2023/02/07 05:22:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.199339425s) from=10.233.68.58:39702 2023/02/07 05:22:12 [DEBUG] http: Request GET /v1/status/leader (251.264µs) from=10.233.68.58:48256 2023/02/07 05:22:18 [DEBUG] http: Request GET /v1/status/leader (452.887µs) from=10.233.72.197:50518 2023/02/07 05:22:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:22:24 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.450302306s) from=10.233.68.58:39716 2023/02/07 05:22:32 [DEBUG] http: Request GET /v1/status/leader (401.265µs) from=10.233.68.58:48490 2023/02/07 05:22:34 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m0.316934061s) from=10.233.72.197:42670 2023/02/07 05:22:36 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.871080279s) from=10.233.72.197:42658 2023/02/07 05:22:37 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.770273761s) from=10.233.72.197:42654 2023/02/07 05:22:37 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.62282535s) from=10.233.72.197:42666 2023/02/07 05:22:37 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.691266154s) from=10.233.72.197:42656 2023/02/07 05:22:37 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m2.504112616s) from=10.233.72.197:42650 2023/02/07 05:22:38 [DEBUG] http: Request GET /v1/status/leader (1.413999ms) from=10.233.72.197:50724 2023/02/07 05:22:38 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.437774171s) from=10.233.72.197:42674 2023/02/07 05:22:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.30487297s) from=10.233.72.197:42668 2023/02/07 05:22:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.909088837s) from=10.233.72.197:42664 2023/02/07 05:22:41 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m4.479760897s) from=10.233.72.197:42672 2023/02/07 05:22:43 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.865669806s) from=10.233.72.197:42652 2023/02/07 05:22:44 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.078289057s) from=10.233.72.197:42660 2023/02/07 05:22:48 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.694867191s) from=10.233.72.197:42662 2023/02/07 05:22:52 [DEBUG] http: Request GET /v1/status/leader (2.095991ms) from=10.233.68.58:48710 2023/02/07 05:22:58 [DEBUG] http: Request GET /v1/status/leader (297.611µs) from=10.233.72.197:50928 2023/02/07 05:23:12 [DEBUG] http: Request GET /v1/status/leader (473.197µs) from=10.233.68.58:48936 2023/02/07 05:23:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m1.433819435s) from=10.233.68.58:39664 2023/02/07 05:23:18 [DEBUG] http: Request GET /v1/status/leader (321.269µs) from=10.233.72.197:51138 2023/02/07 05:23:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:23:20 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.119241588s) from=10.233.72.197:43082 2023/02/07 05:23:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:23:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:23:21 [DEBUG] agent: Node info in sync 2023/02/07 05:23:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m6.086906158s) from=10.233.72.197:42644 2023/02/07 05:23:32 [DEBUG] http: Request GET /v1/status/leader (1.08083ms) from=10.233.68.58:49156 2023/02/07 05:23:37 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:23:38 [DEBUG] http: Request GET /v1/status/leader (311.919µs) from=10.233.72.197:51460 2023/02/07 05:23:52 [DEBUG] http: Request GET /v1/status/leader (572.426µs) from=10.233.68.58:49394 2023/02/07 05:23:58 [DEBUG] http: Request GET /v1/status/leader (656.493µs) from=10.233.72.197:51662 2023/02/07 05:24:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.47550222s) from=10.233.68.58:39702 2023/02/07 05:24:13 [DEBUG] http: Request GET /v1/status/leader (896.733µs) from=10.233.68.58:49616 2023/02/07 05:24:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:24:18 [DEBUG] http: Request GET /v1/status/leader (7.469047ms) from=10.233.72.197:51874 2023/02/07 05:24:28 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.071879517s) from=10.233.68.58:39716 2023/02/07 05:24:33 [DEBUG] http: Request GET /v1/status/leader (239.199µs) from=10.233.68.58:49836 2023/02/07 05:24:36 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.268996551s) from=10.233.72.197:42658 2023/02/07 05:24:37 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.564223434s) from=10.233.72.197:42654 2023/02/07 05:24:37 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.577184264s) from=10.233.72.197:42666 2023/02/07 05:24:38 [DEBUG] http: Request GET /v1/status/leader (471.159µs) from=10.233.72.197:52092 2023/02/07 05:24:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.215387518s) from=10.233.72.197:42668 2023/02/07 05:24:39 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.123898746s) from=10.233.72.197:42670 2023/02/07 05:24:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.426837679s) from=10.233.72.197:42674 2023/02/07 05:24:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m0.338427053s) from=10.233.72.197:42664 2023/02/07 05:24:42 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.276385348s) from=10.233.72.197:42672 2023/02/07 05:24:42 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.677594908s) from=10.233.72.197:42656 2023/02/07 05:24:45 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m7.489894589s) from=10.233.72.197:42650 2023/02/07 05:24:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:24:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:24:47 [DEBUG] agent: Node info in sync 2023/02/07 05:24:47 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m3.32755727s) from=10.233.72.197:42660 2023/02/07 05:24:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.688591234s) from=10.233.72.197:42652 2023/02/07 05:24:53 [DEBUG] http: Request GET /v1/status/leader (545.363µs) from=10.233.68.58:50072 2023/02/07 05:24:54 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.524692977s) from=10.233.72.197:42662 2023/02/07 05:24:59 [DEBUG] http: Request GET /v1/status/leader (251.324µs) from=10.233.72.197:52294 2023/02/07 05:25:13 [DEBUG] http: Request GET /v1/status/leader (374.227µs) from=10.233.68.58:50296 2023/02/07 05:25:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:25:19 [DEBUG] http: Request GET /v1/status/leader (281.132µs) from=10.233.72.197:52504 2023/02/07 05:25:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m7.460890025s) from=10.233.68.58:39664 2023/02/07 05:25:26 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.013151693s) from=10.233.72.197:43082 2023/02/07 05:25:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (2m6.106528114s) from=10.233.72.197:42644 2023/02/07 05:25:33 [DEBUG] http: Request GET /v1/status/leader (1.690633ms) from=10.233.68.58:50514 2023/02/07 05:25:39 [DEBUG] http: Request GET /v1/status/leader (5.953953ms) from=10.233.72.197:52736 2023/02/07 05:25:53 [DEBUG] http: Request GET /v1/status/leader (434.725µs) from=10.233.68.58:50748 2023/02/07 05:25:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:25:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:25:54 [DEBUG] agent: Node info in sync 2023/02/07 05:25:59 [DEBUG] http: Request GET /v1/status/leader (360.047µs) from=10.233.72.197:52936 2023/02/07 05:26:04 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/so/vnfm-adapter/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:26:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:26:04 [INFO] agent: Synced service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Node info in sync 2023/02/07 05:26:04 [DEBUG] http: Request PUT /v1/agent/service/register (206.801358ms) from=10.233.65.68:59376 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:26:04 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:26:04 [DEBUG] agent: Node info in sync 2023/02/07 05:26:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (34.589115046s) from=10.233.72.197:42644 2023/02/07 05:26:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (42.486711396s) from=10.233.68.58:39664 2023/02/07 05:26:04 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (409.4µs) from=10.233.72.197:52978 2023/02/07 05:26:04 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (7.606451ms) from=10.233.65.68:59380 2023/02/07 05:26:13 [DEBUG] http: Request GET /v1/status/leader (427.311µs) from=10.233.68.58:50976 2023/02/07 05:26:17 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.320703154s) from=10.233.68.58:39702 2023/02/07 05:26:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:26:19 [DEBUG] http: Request GET /v1/status/leader (281.428µs) from=10.233.72.197:53140 2023/02/07 05:26:28 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:26:31 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.602168648s) from=10.233.68.58:39716 2023/02/07 05:26:33 [DEBUG] http: Request GET /v1/status/leader (289.952µs) from=10.233.68.58:51200 2023/02/07 05:26:39 [DEBUG] http: Request GET /v1/status/leader (443.745µs) from=10.233.72.197:53378 2023/02/07 05:26:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.270460924s) from=10.233.72.197:42658 2023/02/07 05:26:40 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.928042761s) from=10.233.72.197:42654 2023/02/07 05:26:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m0.695247233s) from=10.233.72.197:42664 2023/02/07 05:26:43 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.008011365s) from=10.233.72.197:42666 2023/02/07 05:26:43 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.083823165s) from=10.233.72.197:42656 2023/02/07 05:26:43 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.882773551s) from=10.233.72.197:42670 2023/02/07 05:26:44 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.719525781s) from=10.233.72.197:42668 2023/02/07 05:26:45 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.036130798s) from=10.233.72.197:42672 2023/02/07 05:26:47 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m7.43299042s) from=10.233.72.197:42674 2023/02/07 05:26:50 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.356375734s) from=10.233.72.197:42650 2023/02/07 05:26:52 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.679480404s) from=10.233.72.197:42660 2023/02/07 05:26:53 [DEBUG] http: Request GET /v1/status/leader (3.50146ms) from=10.233.68.58:51434 2023/02/07 05:26:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.805389622s) from=10.233.72.197:42652 2023/02/07 05:26:59 [DEBUG] http: Request GET /v1/status/leader (276.947µs) from=10.233.72.197:53580 2023/02/07 05:27:00 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.823331095s) from=10.233.72.197:42662 2023/02/07 05:27:13 [DEBUG] http: Request GET /v1/status/leader (673.696µs) from=10.233.68.58:51660 2023/02/07 05:27:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:27:19 [DEBUG] http: Request GET /v1/status/leader (731.933µs) from=10.233.72.197:53786 2023/02/07 05:27:31 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.183077028s) from=10.233.72.197:43082 2023/02/07 05:27:33 [DEBUG] http: Request GET /v1/status/leader (507.571µs) from=10.233.68.58:51880 2023/02/07 05:27:39 [DEBUG] http: Request GET /v1/status/leader (475.231µs) from=10.233.72.197:54076 2023/02/07 05:27:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:27:47 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:27:47 [DEBUG] agent: Node info in sync 2023/02/07 05:27:53 [DEBUG] http: Request GET /v1/status/leader (528.294µs) from=10.233.68.58:52110 2023/02/07 05:27:59 [DEBUG] http: Request GET /v1/status/leader (10.446141ms) from=10.233.72.197:54278 2023/02/07 05:28:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m0.589744501s) from=10.233.72.197:42644 2023/02/07 05:28:07 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.169984949s) from=10.233.72.197:52978 2023/02/07 05:28:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m5.930202997s) from=10.233.68.58:39664 2023/02/07 05:28:13 [DEBUG] http: Request GET /v1/status/leader (457.413µs) from=10.233.68.58:52344 2023/02/07 05:28:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:28:19 [DEBUG] http: Request GET /v1/status/leader (342.408µs) from=10.233.72.197:54484 2023/02/07 05:28:22 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.457845305s) from=10.233.68.58:39702 2023/02/07 05:28:33 [DEBUG] http: Request GET /v1/status/leader (440.381µs) from=10.233.68.58:52568 2023/02/07 05:28:35 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.556071317s) from=10.233.68.58:39716 2023/02/07 05:28:39 [DEBUG] http: Request GET /v1/status/leader (300.543µs) from=10.233.72.197:54740 2023/02/07 05:28:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.160188188s) from=10.233.72.197:42658 2023/02/07 05:28:43 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.802375982s) from=10.233.72.197:42654 2023/02/07 05:28:44 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.410025989s) from=10.233.72.197:42668 2023/02/07 05:28:44 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m2.960824771s) from=10.233.72.197:42664 2023/02/07 05:28:45 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.315659188s) from=10.233.72.197:42672 2023/02/07 05:28:46 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.084813472s) from=10.233.72.197:42666 2023/02/07 05:28:48 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.724862933s) from=10.233.72.197:42674 2023/02/07 05:28:49 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.356846675s) from=10.233.72.197:42670 2023/02/07 05:28:49 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m5.813668193s) from=10.233.72.197:42656 2023/02/07 05:28:53 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m2.838976131s) from=10.233.72.197:42650 2023/02/07 05:28:53 [DEBUG] http: Request GET /v1/status/leader (372.17µs) from=10.233.68.58:52790 2023/02/07 05:28:59 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m7.185765636s) from=10.233.72.197:42660 2023/02/07 05:28:59 [DEBUG] http: Request GET /v1/status/leader (417.512µs) from=10.233.72.197:54942 2023/02/07 05:29:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.555081852s) from=10.233.72.197:42652 2023/02/07 05:29:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.613553237s) from=10.233.72.197:42662 2023/02/07 05:29:13 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:29:13 [DEBUG] http: Request GET /v1/status/leader (4.066321ms) from=10.233.68.58:53024 2023/02/07 05:29:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:29:19 [DEBUG] http: Request GET /v1/status/leader (466.557µs) from=10.233.72.197:55196 2023/02/07 05:29:33 [DEBUG] http: Request GET /v1/status/leader (556.234µs) from=10.233.68.58:53256 2023/02/07 05:29:36 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.062189246s) from=10.233.72.197:43082 2023/02/07 05:29:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:29:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:29:38 [DEBUG] agent: Node info in sync 2023/02/07 05:29:40 [DEBUG] http: Request GET /v1/status/leader (492.138µs) from=10.233.72.197:55436 2023/02/07 05:29:53 [DEBUG] http: Request GET /v1/status/leader (229.732µs) from=10.233.68.58:53476 2023/02/07 05:30:00 [DEBUG] http: Request GET /v1/status/leader (228.504µs) from=10.233.72.197:55648 2023/02/07 05:30:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m0.968355863s) from=10.233.72.197:42644 2023/02/07 05:30:12 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.613469932s) from=10.233.72.197:52978 2023/02/07 05:30:13 [DEBUG] http: Request GET /v1/status/leader (12.902686ms) from=10.233.68.58:53716 2023/02/07 05:30:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m6.184737857s) from=10.233.68.58:39664 2023/02/07 05:30:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:30:20 [DEBUG] http: Request GET /v1/status/leader (769.567µs) from=10.233.72.197:55876 2023/02/07 05:30:27 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.754950528s) from=10.233.68.58:39702 2023/02/07 05:30:34 [DEBUG] http: Request GET /v1/status/leader (611.065µs) from=10.233.68.58:53940 2023/02/07 05:30:36 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.820393799s) from=10.233.68.58:39716 2023/02/07 05:30:40 [DEBUG] http: Request GET /v1/status/leader (6.841057ms) from=10.233.72.197:56128 2023/02/07 05:30:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.075210722s) from=10.233.72.197:42658 2023/02/07 05:30:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:30:42 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:30:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:30:42 [DEBUG] agent: Node info in sync 2023/02/07 05:30:44 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.596603433s) from=10.233.72.197:42654 2023/02/07 05:30:48 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.692959672s) from=10.233.72.197:42666 2023/02/07 05:30:50 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.086802174s) from=10.233.72.197:42664 2023/02/07 05:30:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.726267916s) from=10.233.72.197:42668 2023/02/07 05:30:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.167969273s) from=10.233.72.197:42656 2023/02/07 05:30:51 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.578683227s) from=10.233.72.197:42672 2023/02/07 05:30:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.259019268s) from=10.233.72.197:42674 2023/02/07 05:30:54 [DEBUG] http: Request GET /v1/status/leader (478.761µs) from=10.233.68.58:54162 2023/02/07 05:30:55 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.772354529s) from=10.233.72.197:42670 2023/02/07 05:31:00 [DEBUG] http: Request GET /v1/status/leader (316.078µs) from=10.233.72.197:56344 2023/02/07 05:31:00 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m7.150636378s) from=10.233.72.197:42650 2023/02/07 05:31:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.559271534s) from=10.233.72.197:42652 2023/02/07 05:31:05 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.86349954s) from=10.233.72.197:42660 2023/02/07 05:31:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.790795173s) from=10.233.72.197:42662 2023/02/07 05:31:14 [DEBUG] http: Request GET /v1/status/leader (437.185µs) from=10.233.68.58:54432 2023/02/07 05:31:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:31:20 [DEBUG] http: Request GET /v1/status/leader (251.121µs) from=10.233.72.197:56568 2023/02/07 05:31:34 [DEBUG] http: Request GET /v1/status/leader (378.074µs) from=10.233.68.58:54648 2023/02/07 05:31:37 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.908151929s) from=10.233.72.197:43082 2023/02/07 05:31:40 [DEBUG] http: Request GET /v1/status/leader (421.201µs) from=10.233.72.197:56846 2023/02/07 05:31:53 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:31:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:31:53 [DEBUG] agent: Node info in sync 2023/02/07 05:31:54 [DEBUG] http: Request GET /v1/status/leader (234.975µs) from=10.233.68.58:54876 2023/02/07 05:32:00 [DEBUG] http: Request GET /v1/status/leader (3.442744ms) from=10.233.72.197:57110 2023/02/07 05:32:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m2.561039708s) from=10.233.72.197:42644 2023/02/07 05:32:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:32:14 [DEBUG] http: Request GET /v1/status/leader (397.445µs) from=10.233.68.58:55106 2023/02/07 05:32:16 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.983116066s) from=10.233.72.197:52978 2023/02/07 05:32:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:32:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m2.735886237s) from=10.233.68.58:39664 2023/02/07 05:32:20 [DEBUG] http: Request GET /v1/status/leader (262.932µs) from=10.233.72.197:57358 2023/02/07 05:32:28 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.193307197s) from=10.233.68.58:39702 2023/02/07 05:32:34 [DEBUG] http: Request GET /v1/status/leader (1.018405ms) from=10.233.68.58:55346 2023/02/07 05:32:40 [DEBUG] http: Request GET /v1/status/leader (3.08153ms) from=10.233.72.197:57634 2023/02/07 05:32:41 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.404444242s) from=10.233.68.58:39716 2023/02/07 05:32:45 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.057530967s) from=10.233.72.197:42654 2023/02/07 05:32:49 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m7.471702957s) from=10.233.72.197:42658 2023/02/07 05:32:49 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.488392796s) from=10.233.72.197:42666 2023/02/07 05:32:54 [DEBUG] http: Request GET /v1/status/leader (1.692305ms) from=10.233.68.58:55570 2023/02/07 05:32:54 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.234972886s) from=10.233.72.197:42656 2023/02/07 05:32:55 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.808511336s) from=10.233.72.197:42664 2023/02/07 05:32:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.547174057s) from=10.233.72.197:42668 2023/02/07 05:32:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.700579728s) from=10.233.72.197:42674 2023/02/07 05:32:56 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.692526027s) from=10.233.72.197:42672 2023/02/07 05:32:57 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.717065975s) from=10.233.72.197:42670 2023/02/07 05:33:00 [DEBUG] http: Request GET /v1/status/leader (344.019µs) from=10.233.72.197:57874 2023/02/07 05:33:01 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.439989656s) from=10.233.72.197:42650 2023/02/07 05:33:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.034258472s) from=10.233.72.197:42662 2023/02/07 05:33:09 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.594437976s) from=10.233.72.197:42652 2023/02/07 05:33:09 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.225529894s) from=10.233.72.197:42660 2023/02/07 05:33:14 [DEBUG] http: Request GET /v1/status/leader (6.522841ms) from=10.233.68.58:55798 2023/02/07 05:33:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:33:20 [DEBUG] http: Request GET /v1/status/leader (689.785µs) from=10.233.72.197:58112 2023/02/07 05:33:34 [DEBUG] http: Request GET /v1/status/leader (480.627µs) from=10.233.68.58:56032 2023/02/07 05:33:36 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:33:36 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:33:36 [DEBUG] agent: Node info in sync 2023/02/07 05:33:40 [DEBUG] http: Request GET /v1/status/leader (4.234998ms) from=10.233.72.197:58392 2023/02/07 05:33:42 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m4.709666025s) from=10.233.72.197:43082 2023/02/07 05:33:54 [DEBUG] http: Request GET /v1/status/leader (825.013µs) from=10.233.68.58:56250 2023/02/07 05:34:00 [DEBUG] http: Request GET /v1/status/leader (231.537µs) from=10.233.72.197:58646 2023/02/07 05:34:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m1.384707156s) from=10.233.72.197:42644 2023/02/07 05:34:14 [DEBUG] http: Request GET /v1/status/leader (490.634µs) from=10.233.68.58:56474 2023/02/07 05:34:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:34:19 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.211727373s) from=10.233.72.197:52978 2023/02/07 05:34:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (2m0.918210804s) from=10.233.68.58:39664 2023/02/07 05:34:20 [DEBUG] http: Request GET /v1/status/leader (369.615µs) from=10.233.72.197:58926 2023/02/07 05:34:33 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.319866512s) from=10.233.68.58:39702 2023/02/07 05:34:35 [DEBUG] http: Request GET /v1/status/leader (520.906µs) from=10.233.68.58:56712 2023/02/07 05:34:39 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:34:40 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/usecaseui-server/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:40 [INFO] agent: Synced service "_v1_usecaseui-server_10.233.7.224_8082" 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Node info in sync 2023/02/07 05:34:40 [DEBUG] http: Request PUT /v1/agent/service/register (157.571702ms) from=10.233.65.68:35586 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (19.42436206s) from=10.233.68.58:39664 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Node info in sync 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (29.742390359s) from=10.233.72.197:42644 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (679.741µs) from=10.233.65.68:35588 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (2.101031ms) from=10.233.72.197:59172 2023/02/07 05:34:40 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/iui/usecaseui\",\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/usecase-ui\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [INFO] agent: Synced service "_v1_usecaseui-ui_10.233.14.53_8443" 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Node info in sync 2023/02/07 05:34:40 [DEBUG] http: Request PUT /v1/agent/service/register (26.715256ms) from=10.233.65.68:35590 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=157 (174.484459ms) from=10.233.68.58:39664 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:40 [DEBUG] agent: Node info in sync 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=157 (200.91746ms) from=10.233.72.197:42644 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (539.662µs) from=10.233.65.68:35592 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (263.798µs) from=10.233.72.197:59178 2023/02/07 05:34:40 [DEBUG] http: Request GET /v1/status/leader (963.277µs) from=10.233.72.197:59192 2023/02/07 05:34:47 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.06114662s) from=10.233.72.197:42654 2023/02/07 05:34:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.445183161s) from=10.233.68.58:39716 2023/02/07 05:34:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/gvnfmdriver/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:49 [INFO] agent: Synced service "_v1_gvnfmdriver_10.233.49.18_8484" 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Node info in sync 2023/02/07 05:34:49 [DEBUG] http: Request PUT /v1/agent/service/register (33.284009ms) from=10.233.65.68:35668 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Node info in sync 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=158 (9.147203277s) from=10.233.72.197:42644 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=158 (9.148385058s) from=10.233.68.58:39664 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (517.067µs) from=10.233.65.68:35674 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (460.957µs) from=10.233.72.197:59304 2023/02/07 05:34:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/huaweivnfmdriver/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:49 [INFO] agent: Synced service "_v1_huaweivnfmdriver_10.233.9.52_8482" 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:49 [DEBUG] agent: Node info in sync 2023/02/07 05:34:49 [DEBUG] http: Request PUT /v1/agent/service/register (54.931881ms) from=10.233.65.68:35676 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:49 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:49 [DEBUG] agent: Node info in sync 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=159 (153.687126ms) from=10.233.68.58:39664 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=159 (180.966758ms) from=10.233.72.197:42644 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (11.361444ms) from=10.233.65.68:35684 2023/02/07 05:34:49 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (420.884µs) from=10.233.72.197:59306 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnfres/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [INFO] agent: Synced service "_v1_vnfres_10.233.56.69_8802" 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request PUT /v1/agent/service/register (34.972743ms) from=10.233.65.68:35686 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=160 (225.815519ms) from=10.233.68.58:39664 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=160 (276.179137ms) from=10.233.72.197:42644 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (545.667µs) from=10.233.65.68:35688 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (390.255µs) from=10.233.72.197:59314 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnflcm/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [INFO] agent: Synced service "_v1_vnflcm_10.233.24.141_8801" 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request PUT /v1/agent/service/register (211.30523ms) from=10.233.65.68:35690 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=161 (277.540334ms) from=10.233.68.58:39664 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=161 (284.631118ms) from=10.233.72.197:42644 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (645.295µs) from=10.233.65.68:35692 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (444.286µs) from=10.233.72.197:59318 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/nslcm/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [INFO] agent: Synced service "_v1_nslcm_10.233.47.196_8403" 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request PUT /v1/agent/service/register (102.641006ms) from=10.233.65.68:35696 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=162 (243.439873ms) from=10.233.72.197:42644 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:50 [DEBUG] agent: Node info in sync 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=162 (224.043758ms) from=10.233.68.58:39664 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (783.864µs) from=10.233.65.68:35698 2023/02/07 05:34:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (454.757µs) from=10.233.72.197:59322 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v2\",\"enable_ssl\":\"false\",\"url\":\"/api/nslcm/v2\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [INFO] agent: Synced service "_v2_nslcm_10.233.47.196_8403" 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request PUT /v1/agent/service/register (190.480892ms) from=10.233.65.68:35700 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=163 (398.153451ms) from=10.233.72.197:42644 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=163 (293.698834ms) from=10.233.68.58:39664 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (734.877µs) from=10.233.65.68:35702 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (467.322µs) from=10.233.72.197:59328 2023/02/07 05:34:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnfmgr/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [INFO] agent: Synced service "_v1_vnfmgr_10.233.20.155_8803" 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request PUT /v1/agent/service/register (32.53231ms) from=10.233.65.68:35706 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=164 (143.000188ms) from=10.233.72.197:42644 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=164 (145.952071ms) from=10.233.68.58:39664 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (809.117µs) from=10.233.65.68:35708 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (461.201µs) from=10.233.72.197:59330 2023/02/07 05:34:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/ztevnfmdriver/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m2.459681168s) from=10.233.72.197:42658 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [INFO] agent: Synced service "_v1_ztevnfmdriver_10.233.47.4_8410" 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request PUT /v1/agent/service/register (84.398771ms) from=10.233.65.68:35712 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=165 (139.346661ms) from=10.233.72.197:42644 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:34:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:34:51 [DEBUG] agent: Node info in sync 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=165 (116.253885ms) from=10.233.68.58:39664 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (1.182677ms) from=10.233.65.68:35714 2023/02/07 05:34:51 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (6.512164ms) from=10.233.72.197:59336 2023/02/07 05:34:55 [DEBUG] http: Request GET /v1/status/leader (389.314µs) from=10.233.68.58:56964 2023/02/07 05:34:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.055782223s) from=10.233.72.197:42666 2023/02/07 05:34:59 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.811765935s) from=10.233.72.197:42672 2023/02/07 05:34:59 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.900163697s) from=10.233.72.197:42668 2023/02/07 05:35:00 [DEBUG] http: Request GET /v1/status/leader (241.434µs) from=10.233.72.197:59446 2023/02/07 05:35:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.589503206s) from=10.233.72.197:42656 2023/02/07 05:35:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.11952394s) from=10.233.72.197:42664 2023/02/07 05:35:02 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m6.075566543s) from=10.233.72.197:42674 2023/02/07 05:35:04 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.596468917s) from=10.233.72.197:42670 2023/02/07 05:35:08 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m7.394640751s) from=10.233.72.197:42650 2023/02/07 05:35:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.261693398s) from=10.233.72.197:42662 2023/02/07 05:35:13 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m3.788741271s) from=10.233.72.197:42652 2023/02/07 05:35:15 [DEBUG] http: Request GET /v1/status/leader (685.01µs) from=10.233.68.58:57216 2023/02/07 05:35:15 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.857090043s) from=10.233.72.197:42660 2023/02/07 05:35:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:35:21 [DEBUG] http: Request GET /v1/status/leader (5.546521ms) from=10.233.72.197:59712 2023/02/07 05:35:35 [DEBUG] http: Request GET /v1/status/leader (2.023445ms) from=10.233.68.58:57468 2023/02/07 05:35:41 [DEBUG] http: Request GET /v1/status/leader (358.97µs) from=10.233.72.197:59966 2023/02/07 05:35:49 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m7.405934772s) from=10.233.72.197:43082 2023/02/07 05:35:55 [DEBUG] http: Request GET /v1/status/leader (5.453059ms) from=10.233.68.58:57688 2023/02/07 05:36:01 [DEBUG] http: Request GET /v1/status/leader (231.579µs) from=10.233.72.197:60234 2023/02/07 05:36:15 [DEBUG] http: Request GET /v1/status/leader (289.327µs) from=10.233.68.58:57932 2023/02/07 05:36:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:36:21 [DEBUG] http: Request GET /v1/status/leader (433.751µs) from=10.233.72.197:60464 2023/02/07 05:36:26 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.428032438s) from=10.233.72.197:52978 2023/02/07 05:36:35 [DEBUG] http: Request GET /v1/status/leader (387.807µs) from=10.233.68.58:58178 2023/02/07 05:36:38 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.01580328s) from=10.233.68.58:39702 2023/02/07 05:36:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:36:38 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:36:38 [DEBUG] agent: Node info in sync 2023/02/07 05:36:41 [DEBUG] http: Request GET /v1/status/leader (257.256µs) from=10.233.72.197:60696 2023/02/07 05:36:44 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.970673761s) from=10.233.72.197:59178 2023/02/07 05:36:47 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.813473298s) from=10.233.72.197:59172 2023/02/07 05:36:49 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.438162377s) from=10.233.72.197:42654 2023/02/07 05:36:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m0.130576175s) from=10.233.72.197:59322 2023/02/07 05:36:51 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m0.767173947s) from=10.233.72.197:59318 2023/02/07 05:36:51 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m1.728351914s) from=10.233.72.197:59306 2023/02/07 05:36:51 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m2.186156235s) from=10.233.72.197:59304 2023/02/07 05:36:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.487040987s) from=10.233.68.58:39716 2023/02/07 05:36:53 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.817194912s) from=10.233.72.197:59314 2023/02/07 05:36:54 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.396845428s) from=10.233.68.58:39664 2023/02/07 05:36:55 [DEBUG] http: Request GET /v1/status/leader (425.659µs) from=10.233.68.58:58456 2023/02/07 05:36:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.179214729s) from=10.233.72.197:59328 2023/02/07 05:36:58 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.72496177s) from=10.233.72.197:59330 2023/02/07 05:36:58 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m6.70397236s) from=10.233.72.197:59336 2023/02/07 05:36:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m6.85760257s) from=10.233.72.197:42658 2023/02/07 05:36:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m7.158931517s) from=10.233.72.197:42644 2023/02/07 05:36:59 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.110342771s) from=10.233.72.197:42666 2023/02/07 05:37:00 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.571221179s) from=10.233.72.197:42672 2023/02/07 05:37:01 [DEBUG] http: Request GET /v1/status/leader (902.959µs) from=10.233.72.197:60944 2023/02/07 05:37:03 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:37:04 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.826756679s) from=10.233.72.197:42668 2023/02/07 05:37:05 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.120746017s) from=10.233.72.197:42656 2023/02/07 05:37:05 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.729820742s) from=10.233.72.197:42670 2023/02/07 05:37:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.949591306s) from=10.233.72.197:42664 2023/02/07 05:37:09 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m7.456423485s) from=10.233.72.197:42674 2023/02/07 05:37:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.488860495s) from=10.233.72.197:42650 2023/02/07 05:37:15 [DEBUG] http: Request GET /v1/status/leader (377.519µs) from=10.233.68.58:58694 2023/02/07 05:37:16 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.447437362s) from=10.233.72.197:42652 2023/02/07 05:37:16 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.594997269s) from=10.233.72.197:42662 2023/02/07 05:37:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:37:20 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.783361818s) from=10.233.72.197:42660 2023/02/07 05:37:21 [DEBUG] http: Request GET /v1/status/leader (641.028µs) from=10.233.72.197:32964 2023/02/07 05:37:35 [DEBUG] http: Request GET /v1/status/leader (2.711551ms) from=10.233.68.58:58924 2023/02/07 05:37:41 [DEBUG] http: Request GET /v1/status/leader (323.539µs) from=10.233.72.197:33224 2023/02/07 05:37:51 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.991953575s) from=10.233.72.197:43082 2023/02/07 05:37:55 [DEBUG] http: Request GET /v1/status/leader (548.711µs) from=10.233.68.58:59174 2023/02/07 05:38:01 [DEBUG] http: Request GET /v1/status/leader (379.249µs) from=10.233.72.197:33448 2023/02/07 05:38:15 [DEBUG] http: Request GET /v1/status/leader (246.007µs) from=10.233.68.58:59412 2023/02/07 05:38:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:38:19 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:38:19 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:38:19 [DEBUG] agent: Node info in sync 2023/02/07 05:38:21 [DEBUG] http: Request GET /v1/status/leader (27.593261ms) from=10.233.72.197:33710 2023/02/07 05:38:27 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m0.739925217s) from=10.233.72.197:52978 2023/02/07 05:38:35 [DEBUG] http: Request GET /v1/status/leader (1.886721ms) from=10.233.68.58:59670 2023/02/07 05:38:41 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.043590965s) from=10.233.68.58:39702 2023/02/07 05:38:41 [DEBUG] http: Request GET /v1/status/leader (304.155µs) from=10.233.72.197:33964 2023/02/07 05:38:47 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.05530238s) from=10.233.72.197:59172 2023/02/07 05:38:51 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m7.1013543s) from=10.233.72.197:59178 2023/02/07 05:38:52 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.050186257s) from=10.233.72.197:59304 2023/02/07 05:38:54 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.235252148s) from=10.233.72.197:59314 2023/02/07 05:38:55 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m5.437481481s) from=10.233.72.197:42654 2023/02/07 05:38:55 [DEBUG] http: Request GET /v1/status/leader (1.243316ms) from=10.233.68.58:59920 2023/02/07 05:38:56 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.637001207s) from=10.233.72.197:59306 2023/02/07 05:38:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.337643576s) from=10.233.68.58:39716 2023/02/07 05:38:57 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.696052018s) from=10.233.72.197:59318 2023/02/07 05:38:58 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m7.107930604s) from=10.233.72.197:59322 2023/02/07 05:38:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.846034s) from=10.233.68.58:39664 2023/02/07 05:38:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.216850434s) from=10.233.72.197:42644 2023/02/07 05:38:59 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.779963749s) from=10.233.72.197:42658 2023/02/07 05:39:00 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.622092792s) from=10.233.72.197:59336 2023/02/07 05:39:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.032538572s) from=10.233.72.197:42666 2023/02/07 05:39:01 [DEBUG] http: Request GET /v1/status/leader (207.994µs) from=10.233.72.197:34210 2023/02/07 05:39:02 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m3.945666413s) from=10.233.72.197:59330 2023/02/07 05:39:02 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.073360227s) from=10.233.72.197:42672 2023/02/07 05:39:03 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.589085696s) from=10.233.72.197:59328 2023/02/07 05:39:07 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.285274675s) from=10.233.72.197:42670 2023/02/07 05:39:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.807293355s) from=10.233.72.197:42668 2023/02/07 05:39:11 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.282797488s) from=10.233.72.197:42656 2023/02/07 05:39:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.241523333s) from=10.233.72.197:42664 2023/02/07 05:39:15 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m2.931702996s) from=10.233.72.197:42650 2023/02/07 05:39:16 [DEBUG] http: Request GET /v1/status/leader (586.239µs) from=10.233.68.58:60160 2023/02/07 05:39:16 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m7.096866678s) from=10.233.72.197:42674 2023/02/07 05:39:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:39:21 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.564322585s) from=10.233.72.197:42662 2023/02/07 05:39:21 [DEBUG] http: Request GET /v1/status/leader (843.779µs) from=10.233.72.197:34458 2023/02/07 05:39:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.443819218s) from=10.233.72.197:42652 2023/02/07 05:39:23 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m3.128593308s) from=10.233.72.197:42660 2023/02/07 05:39:33 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:39:36 [DEBUG] http: Request GET /v1/status/leader (381.659µs) from=10.233.68.58:60406 2023/02/07 05:39:41 [DEBUG] http: Request GET /v1/status/leader (658.151µs) from=10.233.72.197:34732 2023/02/07 05:39:54 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.226844411s) from=10.233.72.197:43082 2023/02/07 05:39:56 [DEBUG] http: Request GET /v1/status/leader (354.324µs) from=10.233.68.58:60652 2023/02/07 05:40:02 [DEBUG] http: Request GET /v1/status/leader (314.971µs) from=10.233.72.197:34998 2023/02/07 05:40:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:40:09 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:40:09 [DEBUG] agent: Node info in sync 2023/02/07 05:40:16 [DEBUG] http: Request GET /v1/status/leader (30.384148ms) from=10.233.68.58:60904 2023/02/07 05:40:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:40:22 [DEBUG] http: Request GET /v1/status/leader (374.802µs) from=10.233.72.197:35566 2023/02/07 05:40:33 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.879298329s) from=10.233.72.197:52978 2023/02/07 05:40:36 [DEBUG] http: Request GET /v1/status/leader (1.000614ms) from=10.233.68.58:32926 2023/02/07 05:40:42 [DEBUG] http: Request GET /v1/status/leader (287µs) from=10.233.72.197:36116 2023/02/07 05:40:46 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.819820153s) from=10.233.68.58:39702 2023/02/07 05:40:53 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.554224892s) from=10.233.72.197:59178 2023/02/07 05:40:54 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.842244574s) from=10.233.72.197:59172 2023/02/07 05:40:55 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.057043577s) from=10.233.72.197:59314 2023/02/07 05:40:56 [DEBUG] http: Request GET /v1/status/leader (281.727µs) from=10.233.68.58:33180 2023/02/07 05:40:57 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.306227592s) from=10.233.72.197:42654 2023/02/07 05:40:57 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m1.517420769s) from=10.233.72.197:59306 2023/02/07 05:40:58 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m6.591860769s) from=10.233.72.197:59304 2023/02/07 05:40:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.105267439s) from=10.233.68.58:39664 2023/02/07 05:40:59 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.306486468s) from=10.233.72.197:42658 2023/02/07 05:41:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.408878724s) from=10.233.68.58:39716 2023/02/07 05:41:01 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.351024412s) from=10.233.72.197:59318 2023/02/07 05:41:02 [DEBUG] http: Request GET /v1/status/leader (619.924µs) from=10.233.72.197:36464 2023/02/07 05:41:02 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.356035267s) from=10.233.72.197:42672 2023/02/07 05:41:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.989016122s) from=10.233.72.197:42644 2023/02/07 05:41:03 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.668303246s) from=10.233.72.197:42666 2023/02/07 05:41:03 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m5.664660783s) from=10.233.72.197:59322 2023/02/07 05:41:06 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.319750505s) from=10.233.72.197:59328 2023/02/07 05:41:07 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m7.324501652s) from=10.233.72.197:59336 2023/02/07 05:41:07 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.542017891s) from=10.233.72.197:59330 2023/02/07 05:41:08 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.644920449s) from=10.233.72.197:42670 2023/02/07 05:41:13 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.006224029s) from=10.233.72.197:42668 2023/02/07 05:41:15 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.282860019s) from=10.233.72.197:42650 2023/02/07 05:41:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m0.730972104s) from=10.233.72.197:42664 2023/02/07 05:41:16 [DEBUG] http: Request GET /v1/status/leader (1.07818ms) from=10.233.68.58:33430 2023/02/07 05:41:16 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.720844453s) from=10.233.72.197:42656 2023/02/07 05:41:18 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.46765209s) from=10.233.72.197:42674 2023/02/07 05:41:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:41:22 [DEBUG] http: Request GET /v1/status/leader (443.252µs) from=10.233.72.197:36724 2023/02/07 05:41:26 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.603105447s) from=10.233.72.197:42662 2023/02/07 05:41:29 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.637226495s) from=10.233.72.197:42660 2023/02/07 05:41:29 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.893621641s) from=10.233.72.197:42652 2023/02/07 05:41:36 [DEBUG] http: Request GET /v1/status/leader (15.523233ms) from=10.233.68.58:33674 2023/02/07 05:41:42 [DEBUG] http: Request GET /v1/status/leader (800.374µs) from=10.233.72.197:37070 2023/02/07 05:41:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:41:43 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:41:43 [DEBUG] agent: Node info in sync 2023/02/07 05:41:56 [DEBUG] http: Request GET /v1/status/leader (330.208µs) from=10.233.68.58:33912 2023/02/07 05:42:00 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.277908965s) from=10.233.72.197:43082 2023/02/07 05:42:02 [DEBUG] http: Request GET /v1/status/leader (818.892µs) from=10.233.72.197:37296 2023/02/07 05:42:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:42:16 [DEBUG] http: Request GET /v1/status/leader (245.14µs) from=10.233.68.58:34166 2023/02/07 05:42:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:42:23 [DEBUG] http: Request GET /v1/status/leader (284.924µs) from=10.233.72.197:37538 2023/02/07 05:42:36 [DEBUG] http: Request GET /v1/status/leader (374.384µs) from=10.233.68.58:34416 2023/02/07 05:42:37 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m4.135508478s) from=10.233.72.197:52978 2023/02/07 05:42:43 [DEBUG] http: Request GET /v1/status/leader (421.814µs) from=10.233.72.197:37898 2023/02/07 05:42:49 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.654106132s) from=10.233.68.58:39702 2023/02/07 05:42:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:42:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:42:54 [DEBUG] agent: Node info in sync 2023/02/07 05:42:56 [DEBUG] http: Request GET /v1/status/leader (258.047µs) from=10.233.68.58:34654 2023/02/07 05:42:58 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.025057662s) from=10.233.72.197:59178 2023/02/07 05:42:58 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m3.437616122s) from=10.233.72.197:59314 2023/02/07 05:42:59 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m1.319914874s) from=10.233.72.197:59304 2023/02/07 05:43:00 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m5.898507286s) from=10.233.72.197:59172 2023/02/07 05:43:00 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m3.245290944s) from=10.233.72.197:42654 2023/02/07 05:43:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.451227321s) from=10.233.68.58:39716 2023/02/07 05:43:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.769822508s) from=10.233.68.58:39664 2023/02/07 05:43:03 [DEBUG] http: Request GET /v1/status/leader (315.994µs) from=10.233.72.197:38140 2023/02/07 05:43:04 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m6.754575579s) from=10.233.72.197:59306 2023/02/07 05:43:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.504093132s) from=10.233.72.197:42666 2023/02/07 05:43:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.0950083s) from=10.233.72.197:42644 2023/02/07 05:43:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m6.668350137s) from=10.233.72.197:42658 2023/02/07 05:43:06 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.921364151s) from=10.233.72.197:42672 2023/02/07 05:43:08 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.589126357s) from=10.233.72.197:59318 2023/02/07 05:43:08 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m2.148033574s) from=10.233.72.197:59328 2023/02/07 05:43:08 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.542357036s) from=10.233.72.197:59336 2023/02/07 05:43:09 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.17689379s) from=10.233.72.197:59322 2023/02/07 05:43:14 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.769767678s) from=10.233.72.197:59330 2023/02/07 05:43:16 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m7.139806205s) from=10.233.72.197:42670 2023/02/07 05:43:16 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.440256207s) from=10.233.72.197:42668 2023/02/07 05:43:17 [DEBUG] http: Request GET /v1/status/leader (429.983µs) from=10.233.68.58:34918 2023/02/07 05:43:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m2.7578548s) from=10.233.72.197:42664 2023/02/07 05:43:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:43:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m2.277390602s) from=10.233.72.197:42674 2023/02/07 05:43:21 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.909193083s) from=10.233.72.197:42650 2023/02/07 05:43:22 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m5.833975273s) from=10.233.72.197:42656 2023/02/07 05:43:23 [DEBUG] http: Request GET /v1/status/leader (827.202µs) from=10.233.72.197:38402 2023/02/07 05:43:29 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.332599726s) from=10.233.72.197:42652 2023/02/07 05:43:30 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m0.853076549s) from=10.233.72.197:42660 2023/02/07 05:43:33 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.370262447s) from=10.233.72.197:42662 2023/02/07 05:43:37 [DEBUG] http: Request GET /v1/status/leader (19.880065ms) from=10.233.68.58:35158 2023/02/07 05:43:43 [DEBUG] http: Request GET /v1/status/leader (480.428µs) from=10.233.72.197:38764 2023/02/07 05:43:57 [DEBUG] http: Request GET /v1/status/leader (655.88µs) from=10.233.68.58:35394 2023/02/07 05:44:03 [DEBUG] http: Request GET /v1/status/leader (270.505µs) from=10.233.72.197:39028 2023/02/07 05:44:05 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m4.895724077s) from=10.233.72.197:43082 2023/02/07 05:44:17 [DEBUG] http: Request GET /v1/status/leader (937.531µs) from=10.233.68.58:35662 2023/02/07 05:44:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:44:23 [DEBUG] http: Request GET /v1/status/leader (307.619µs) from=10.233.72.197:39316 2023/02/07 05:44:37 [DEBUG] http: Request GET /v1/status/leader (244.019µs) from=10.233.68.58:35910 2023/02/07 05:44:43 [DEBUG] http: Request GET /v1/status/leader (567.269µs) from=10.233.72.197:39660 2023/02/07 05:44:44 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.617976326s) from=10.233.72.197:52978 2023/02/07 05:44:48 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:44:48 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:44:48 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:44:48 [DEBUG] agent: Node info in sync 2023/02/07 05:44:56 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.563975047s) from=10.233.68.58:39702 2023/02/07 05:44:57 [DEBUG] http: Request GET /v1/status/leader (8.966243ms) from=10.233.68.58:36150 2023/02/07 05:45:00 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.812041042s) from=10.233.72.197:59304 2023/02/07 05:45:02 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.243018314s) from=10.233.72.197:42654 2023/02/07 05:45:02 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m3.786325459s) from=10.233.72.197:59314 2023/02/07 05:45:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.109859225s) from=10.233.68.58:39664 2023/02/07 05:45:03 [DEBUG] http: Request GET /v1/status/leader (1.241809ms) from=10.233.72.197:39942 2023/02/07 05:45:04 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m6.42209546s) from=10.233.72.197:59178 2023/02/07 05:45:05 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m5.249838462s) from=10.233.72.197:59172 2023/02/07 05:45:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.692539247s) from=10.233.72.197:42666 2023/02/07 05:45:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.03261761s) from=10.233.68.58:39716 2023/02/07 05:45:09 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.280389315s) from=10.233.72.197:42658 2023/02/07 05:45:09 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m1.104186752s) from=10.233.72.197:59328 2023/02/07 05:45:09 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m5.201555603s) from=10.233.72.197:59306 2023/02/07 05:45:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.786616276s) from=10.233.72.197:42672 2023/02/07 05:45:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.809421875s) from=10.233.72.197:42644 2023/02/07 05:45:12 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m3.42568097s) from=10.233.72.197:59336 2023/02/07 05:45:14 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.962797209s) from=10.233.72.197:59318 2023/02/07 05:45:16 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.691708935s) from=10.233.72.197:59322 2023/02/07 05:45:17 [DEBUG] http: Request GET /v1/status/leader (1.363992ms) from=10.233.68.58:36408 2023/02/07 05:45:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:45:19 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m4.896573031s) from=10.233.72.197:59330 2023/02/07 05:45:19 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.813778373s) from=10.233.72.197:42670 2023/02/07 05:45:19 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m1.188244978s) from=10.233.72.197:42664 2023/02/07 05:45:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.329703718s) from=10.233.72.197:42674 2023/02/07 05:45:22 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.044117268s) from=10.233.72.197:42668 2023/02/07 05:45:23 [DEBUG] http: Request GET /v1/status/leader (212.419µs) from=10.233.72.197:40204 2023/02/07 05:45:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.47353088s) from=10.233.72.197:42656 2023/02/07 05:45:26 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.767389333s) from=10.233.72.197:42650 2023/02/07 05:45:30 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m0.224401613s) from=10.233.72.197:42660 2023/02/07 05:45:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.717960184s) from=10.233.72.197:42662 2023/02/07 05:45:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.495466164s) from=10.233.72.197:42652 2023/02/07 05:45:37 [DEBUG] http: Request GET /v1/status/leader (271.047µs) from=10.233.68.58:36648 2023/02/07 05:45:43 [DEBUG] http: Request GET /v1/status/leader (1.177021ms) from=10.233.72.197:40576 2023/02/07 05:45:50 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:45:50 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:45:50 [DEBUG] agent: Node info in sync 2023/02/07 05:45:57 [DEBUG] http: Request GET /v1/status/leader (324.093µs) from=10.233.68.58:36888 2023/02/07 05:46:03 [DEBUG] http: Request GET /v1/status/leader (906.319µs) from=10.233.72.197:40816 2023/02/07 05:46:06 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.516588494s) from=10.233.72.197:43082 2023/02/07 05:46:17 [DEBUG] http: Request GET /v1/status/leader (211.874µs) from=10.233.68.58:37124 2023/02/07 05:46:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:46:23 [DEBUG] http: Request GET /v1/status/leader (411.306µs) from=10.233.72.197:41070 2023/02/07 05:46:37 [DEBUG] http: Request GET /v1/status/leader (339.195µs) from=10.233.68.58:37382 2023/02/07 05:46:43 [DEBUG] http: Request GET /v1/status/leader (302.183µs) from=10.233.72.197:41416 2023/02/07 05:46:46 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.658725978s) from=10.233.72.197:52978 2023/02/07 05:46:57 [DEBUG] http: Request GET /v1/status/leader (338.543µs) from=10.233.68.58:37628 2023/02/07 05:46:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.369192527s) from=10.233.68.58:39702 2023/02/07 05:47:02 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.197704716s) from=10.233.72.197:42654 2023/02/07 05:47:04 [DEBUG] http: Request GET /v1/status/leader (431.968µs) from=10.233.72.197:41662 2023/02/07 05:47:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.300701945s) from=10.233.68.58:39664 2023/02/07 05:47:05 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.031849331s) from=10.233.72.197:59172 2023/02/07 05:47:06 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:47:07 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.552005573s) from=10.233.72.197:59314 2023/02/07 05:47:07 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.654503401s) from=10.233.68.58:39716 2023/02/07 05:47:08 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m7.24969409s) from=10.233.72.197:59304 2023/02/07 05:47:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.169102328s) from=10.233.72.197:42666 2023/02/07 05:47:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m0.970847284s) from=10.233.72.197:59328 2023/02/07 05:47:11 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m6.345523479s) from=10.233.72.197:59178 2023/02/07 05:47:12 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.18265441s) from=10.233.72.197:59306 2023/02/07 05:47:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.654929415s) from=10.233.72.197:42658 2023/02/07 05:47:15 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.949136401s) from=10.233.72.197:59336 2023/02/07 05:47:16 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.088269964s) from=10.233.72.197:42672 2023/02/07 05:47:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.996094883s) from=10.233.72.197:42644 2023/02/07 05:47:17 [DEBUG] http: Request GET /v1/status/leader (342.362µs) from=10.233.68.58:37870 2023/02/07 05:47:18 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.62197953s) from=10.233.72.197:59318 2023/02/07 05:47:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:47:21 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m2.089069776s) from=10.233.72.197:59330 2023/02/07 05:47:21 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m2.00734941s) from=10.233.72.197:42670 2023/02/07 05:47:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.475740926s) from=10.233.72.197:42674 2023/02/07 05:47:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m7.007782828s) from=10.233.72.197:59322 2023/02/07 05:47:23 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.690933131s) from=10.233.72.197:42668 2023/02/07 05:47:24 [DEBUG] http: Request GET /v1/status/leader (366.204µs) from=10.233.72.197:41920 2023/02/07 05:47:27 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m7.159879002s) from=10.233.72.197:42664 2023/02/07 05:47:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.70887822s) from=10.233.72.197:42656 2023/02/07 05:47:31 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.535285795s) from=10.233.72.197:42650 2023/02/07 05:47:37 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m7.302046376s) from=10.233.72.197:42660 2023/02/07 05:47:38 [DEBUG] http: Request GET /v1/status/leader (2.137536ms) from=10.233.68.58:38130 2023/02/07 05:47:38 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.27879748s) from=10.233.72.197:42662 2023/02/07 05:47:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.520605293s) from=10.233.72.197:42652 2023/02/07 05:47:44 [DEBUG] http: Request GET /v1/status/leader (237.083µs) from=10.233.72.197:42280 2023/02/07 05:47:48 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:47:48 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:47:48 [DEBUG] agent: Node info in sync 2023/02/07 05:47:58 [DEBUG] http: Request GET /v1/status/leader (402.497µs) from=10.233.68.58:38374 2023/02/07 05:48:04 [DEBUG] http: Request GET /v1/status/leader (239.329µs) from=10.233.72.197:42550 2023/02/07 05:48:07 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.440812912s) from=10.233.72.197:43082 2023/02/07 05:48:18 [DEBUG] http: Request GET /v1/status/leader (1.690918ms) from=10.233.68.58:38614 2023/02/07 05:48:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:48:24 [DEBUG] http: Request GET /v1/status/leader (313.624µs) from=10.233.72.197:42858 2023/02/07 05:48:38 [DEBUG] http: Request GET /v1/status/leader (1.907993ms) from=10.233.68.58:38872 2023/02/07 05:48:44 [DEBUG] http: Request GET /v1/status/leader (398.528µs) from=10.233.72.197:43180 2023/02/07 05:48:49 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.134019719s) from=10.233.72.197:52978 2023/02/07 05:48:58 [DEBUG] http: Request GET /v1/status/leader (645.786µs) from=10.233.68.58:39116 2023/02/07 05:49:04 [DEBUG] http: Request GET /v1/status/leader (4.255996ms) from=10.233.72.197:43452 2023/02/07 05:49:05 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.277191882s) from=10.233.68.58:39702 2023/02/07 05:49:05 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m3.551334224s) from=10.233.72.197:42654 2023/02/07 05:49:08 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.301480774s) from=10.233.72.197:59314 2023/02/07 05:49:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.319777107s) from=10.233.68.58:39716 2023/02/07 05:49:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m7.04719117s) from=10.233.68.58:39664 2023/02/07 05:49:11 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.59134857s) from=10.233.72.197:59304 2023/02/07 05:49:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.789200907s) from=10.233.72.197:59172 2023/02/07 05:49:15 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m3.258165603s) from=10.233.72.197:59306 2023/02/07 05:49:16 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.942368702s) from=10.233.72.197:42666 2023/02/07 05:49:17 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.979583165s) from=10.233.72.197:59336 2023/02/07 05:49:17 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.853100963s) from=10.233.72.197:59328 2023/02/07 05:49:17 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m4.462760854s) from=10.233.72.197:42658 2023/02/07 05:49:17 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m6.655192695s) from=10.233.72.197:59178 2023/02/07 05:49:18 [DEBUG] http: Request GET /v1/status/leader (1.412559ms) from=10.233.68.58:39352 2023/02/07 05:49:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:49:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.449137191s) from=10.233.72.197:42644 2023/02/07 05:49:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.105844027s) from=10.233.72.197:42674 2023/02/07 05:49:23 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.628125151s) from=10.233.72.197:59318 2023/02/07 05:49:23 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.767705764s) from=10.233.72.197:42672 2023/02/07 05:49:24 [DEBUG] http: Request GET /v1/status/leader (258.567µs) from=10.233.72.197:43746 2023/02/07 05:49:24 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m3.27501152s) from=10.233.72.197:59330 2023/02/07 05:49:25 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.787422345s) from=10.233.72.197:42670 2023/02/07 05:49:29 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.073500395s) from=10.233.72.197:59322 2023/02/07 05:49:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.589444131s) from=10.233.72.197:42668 2023/02/07 05:49:31 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.769091923s) from=10.233.72.197:42656 2023/02/07 05:49:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.24721824s) from=10.233.72.197:42664 2023/02/07 05:49:34 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.061046781s) from=10.233.72.197:42650 2023/02/07 05:49:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:49:37 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:49:37 [DEBUG] agent: Node info in sync 2023/02/07 05:49:38 [DEBUG] http: Request GET /v1/status/leader (998.432µs) from=10.233.68.58:39606 2023/02/07 05:49:41 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m3.67615497s) from=10.233.72.197:42660 2023/02/07 05:49:43 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.987474434s) from=10.233.72.197:42652 2023/02/07 05:49:44 [DEBUG] http: Request GET /v1/status/leader (1.047821ms) from=10.233.72.197:44056 2023/02/07 05:49:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.611184213s) from=10.233.72.197:42662 2023/02/07 05:49:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:49:58 [DEBUG] http: Request GET /v1/status/leader (376.59µs) from=10.233.68.58:39844 2023/02/07 05:50:04 [DEBUG] http: Request GET /v1/status/leader (381.995µs) from=10.233.72.197:44312 2023/02/07 05:50:09 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m2.669330208s) from=10.233.72.197:43082 2023/02/07 05:50:18 [DEBUG] http: Request GET /v1/status/leader (483.93µs) from=10.233.68.58:40090 2023/02/07 05:50:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:50:24 [DEBUG] http: Request GET /v1/status/leader (830.951µs) from=10.233.72.197:44588 2023/02/07 05:50:38 [DEBUG] http: Request GET /v1/status/leader (393.827µs) from=10.233.68.58:40338 2023/02/07 05:50:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:50:41 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:50:41 [DEBUG] agent: Node info in sync 2023/02/07 05:50:44 [DEBUG] http: Request GET /v1/status/leader (354.245µs) from=10.233.72.197:44860 2023/02/07 05:50:53 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.957038705s) from=10.233.72.197:52978 2023/02/07 05:50:58 [DEBUG] http: Request GET /v1/status/leader (389.722µs) from=10.233.68.58:40590 2023/02/07 05:51:04 [DEBUG] http: Request GET /v1/status/leader (450.266µs) from=10.233.72.197:45132 2023/02/07 05:51:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.652622179s) from=10.233.68.58:39702 2023/02/07 05:51:10 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m4.494767639s) from=10.233.72.197:42654 2023/02/07 05:51:10 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.88942075s) from=10.233.72.197:59314 2023/02/07 05:51:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.301306173s) from=10.233.68.58:39664 2023/02/07 05:51:15 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.266738619s) from=10.233.72.197:59306 2023/02/07 05:51:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.415907141s) from=10.233.68.58:39716 2023/02/07 05:51:17 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m5.60349968s) from=10.233.72.197:59172 2023/02/07 05:51:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.820101667s) from=10.233.72.197:42658 2023/02/07 05:51:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:51:18 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m7.171802676s) from=10.233.72.197:59304 2023/02/07 05:51:18 [DEBUG] http: Request GET /v1/status/leader (364.705µs) from=10.233.68.58:40832 2023/02/07 05:51:19 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.574357203s) from=10.233.72.197:42666 2023/02/07 05:51:20 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m3.586085864s) from=10.233.72.197:59336 2023/02/07 05:51:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.288765901s) from=10.233.72.197:42674 2023/02/07 05:51:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.98360623s) from=10.233.72.197:59328 2023/02/07 05:51:24 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m7.086156183s) from=10.233.72.197:59178 2023/02/07 05:51:24 [DEBUG] http: Request GET /v1/status/leader (308.794µs) from=10.233.72.197:45414 2023/02/07 05:51:25 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.632366643s) from=10.233.72.197:42672 2023/02/07 05:51:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.525889148s) from=10.233.72.197:42644 2023/02/07 05:51:26 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m1.268210783s) from=10.233.72.197:59330 2023/02/07 05:51:28 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.015165524s) from=10.233.72.197:59318 2023/02/07 05:51:30 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m4.327946983s) from=10.233.72.197:42670 2023/02/07 05:51:32 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.890829587s) from=10.233.72.197:59322 2023/02/07 05:51:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.483880454s) from=10.233.72.197:42668 2023/02/07 05:51:36 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.595388962s) from=10.233.72.197:42656 2023/02/07 05:51:36 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m1.294921491s) from=10.233.72.197:42650 2023/02/07 05:51:36 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.215257533s) from=10.233.72.197:42664 2023/02/07 05:51:38 [DEBUG] http: Request GET /v1/status/leader (386.527µs) from=10.233.68.58:41080 2023/02/07 05:51:42 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m1.072300799s) from=10.233.72.197:42660 2023/02/07 05:51:44 [DEBUG] http: Request GET /v1/status/leader (417.709µs) from=10.233.72.197:45804 2023/02/07 05:51:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.573989587s) from=10.233.72.197:42652 2023/02/07 05:51:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:51:52 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.258310783s) from=10.233.72.197:42662 2023/02/07 05:51:58 [DEBUG] http: Request GET /v1/status/leader (3.674011ms) from=10.233.68.58:41330 2023/02/07 05:52:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:52:00 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:52:00 [DEBUG] agent: Node info in sync 2023/02/07 05:52:04 [DEBUG] http: Request GET /v1/status/leader (406.82µs) from=10.233.72.197:46078 2023/02/07 05:52:16 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.487964627s) from=10.233.72.197:43082 2023/02/07 05:52:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:52:19 [DEBUG] http: Request GET /v1/status/leader (286.395µs) from=10.233.68.58:41568 2023/02/07 05:52:25 [DEBUG] http: Request GET /v1/status/leader (8.784257ms) from=10.233.72.197:46362 2023/02/07 05:52:39 [DEBUG] http: Request GET /v1/status/leader (5.704372ms) from=10.233.68.58:41818 2023/02/07 05:52:45 [DEBUG] http: Request GET /v1/status/leader (8.904286ms) from=10.233.72.197:46622 2023/02/07 05:52:56 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.081205387s) from=10.233.72.197:52978 2023/02/07 05:52:59 [DEBUG] http: Request GET /v1/status/leader (256.792µs) from=10.233.68.58:42062 2023/02/07 05:53:05 [DEBUG] http: Request GET /v1/status/leader (17.674863ms) from=10.233.72.197:46922 2023/02/07 05:53:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.878808921s) from=10.233.68.58:39702 2023/02/07 05:53:11 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m0.926228516s) from=10.233.72.197:59314 2023/02/07 05:53:12 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.475562683s) from=10.233.72.197:42654 2023/02/07 05:53:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.362894598s) from=10.233.68.58:39664 2023/02/07 05:53:18 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.305430955s) from=10.233.72.197:59172 2023/02/07 05:53:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:53:19 [DEBUG] http: Request GET /v1/status/leader (284.054µs) from=10.233.68.58:42306 2023/02/07 05:53:19 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.494985492s) from=10.233.68.58:39716 2023/02/07 05:53:19 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.64526503s) from=10.233.72.197:42666 2023/02/07 05:53:21 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m5.358430963s) from=10.233.72.197:59306 2023/02/07 05:53:21 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.363434507s) from=10.233.72.197:42658 2023/02/07 05:53:22 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.900846516s) from=10.233.72.197:59304 2023/02/07 05:53:23 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.460492903s) from=10.233.72.197:59336 2023/02/07 05:53:25 [DEBUG] http: Request GET /v1/status/leader (258.632µs) from=10.233.72.197:47196 2023/02/07 05:53:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:53:26 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:53:26 [DEBUG] agent: Node info in sync 2023/02/07 05:53:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.361834008s) from=10.233.72.197:42674 2023/02/07 05:53:26 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.467059545s) from=10.233.72.197:42672 2023/02/07 05:53:29 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.824962147s) from=10.233.72.197:42644 2023/02/07 05:53:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.32891741s) from=10.233.72.197:59178 2023/02/07 05:53:30 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m4.123366042s) from=10.233.72.197:59330 2023/02/07 05:53:30 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.299446213s) from=10.233.72.197:59328 2023/02/07 05:53:32 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m2.06685674s) from=10.233.72.197:42670 2023/02/07 05:53:32 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.311442696s) from=10.233.72.197:59318 2023/02/07 05:53:34 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.847632656s) from=10.233.72.197:42668 2023/02/07 05:53:39 [DEBUG] http: Request GET /v1/status/leader (402.395µs) from=10.233.68.58:42552 2023/02/07 05:53:39 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.760161592s) from=10.233.72.197:59322 2023/02/07 05:53:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.716623067s) from=10.233.72.197:42664 2023/02/07 05:53:40 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.119496201s) from=10.233.72.197:42650 2023/02/07 05:53:41 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m5.131108031s) from=10.233.72.197:42656 2023/02/07 05:53:45 [DEBUG] http: Request GET /v1/status/leader (475.185µs) from=10.233.72.197:47474 2023/02/07 05:53:46 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.046242802s) from=10.233.72.197:42660 2023/02/07 05:53:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.148934325s) from=10.233.72.197:42652 2023/02/07 05:53:59 [DEBUG] http: Request GET /v1/status/leader (1.59151ms) from=10.233.68.58:42804 2023/02/07 05:53:59 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.246157102s) from=10.233.72.197:42662 2023/02/07 05:54:05 [DEBUG] http: Request GET /v1/status/leader (223.207µs) from=10.233.72.197:47778 2023/02/07 05:54:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:54:19 [DEBUG] http: Request GET /v1/status/leader (398.545µs) from=10.233.68.58:43044 2023/02/07 05:54:23 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.945760331s) from=10.233.72.197:43082 2023/02/07 05:54:26 [DEBUG] http: Request GET /v1/status/leader (355.574µs) from=10.233.72.197:48056 2023/02/07 05:54:37 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:54:39 [DEBUG] http: Request GET /v1/status/leader (195.834µs) from=10.233.68.58:43292 2023/02/07 05:54:46 [DEBUG] http: Request GET /v1/status/leader (342.535µs) from=10.233.72.197:48428 2023/02/07 05:54:59 [DEBUG] http: Request GET /v1/status/leader (1.712572ms) from=10.233.68.58:43534 2023/02/07 05:55:00 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m3.999396002s) from=10.233.72.197:52978 2023/02/07 05:55:06 [DEBUG] http: Request GET /v1/status/leader (225.924µs) from=10.233.72.197:48738 2023/02/07 05:55:11 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.463288742s) from=10.233.68.58:39702 2023/02/07 05:55:13 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.751531049s) from=10.233.72.197:59314 2023/02/07 05:55:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.079413428s) from=10.233.68.58:39664 2023/02/07 05:55:17 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m4.359033392s) from=10.233.72.197:42654 2023/02/07 05:55:18 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:55:18 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:55:18 [DEBUG] agent: Node info in sync 2023/02/07 05:55:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:55:18 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.83616776s) from=10.233.72.197:59172 2023/02/07 05:55:19 [DEBUG] http: Request GET /v1/status/leader (433.575µs) from=10.233.68.58:43782 2023/02/07 05:55:22 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.834551218s) from=10.233.72.197:42666 2023/02/07 05:55:23 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.317677954s) from=10.233.68.58:39716 2023/02/07 05:55:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.821270278s) from=10.233.72.197:42658 2023/02/07 05:55:25 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.58926802s) from=10.233.72.197:59306 2023/02/07 05:55:26 [DEBUG] http: Request GET /v1/status/leader (526.377µs) from=10.233.72.197:49006 2023/02/07 05:55:26 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.459620597s) from=10.233.72.197:59304 2023/02/07 05:55:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.685481201s) from=10.233.72.197:42644 2023/02/07 05:55:30 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m7.392662287s) from=10.233.72.197:59336 2023/02/07 05:55:32 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.013623047s) from=10.233.72.197:42672 2023/02/07 05:55:32 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m6.544602415s) from=10.233.72.197:42674 2023/02/07 05:55:33 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m0.325035673s) from=10.233.72.197:59318 2023/02/07 05:55:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.805031271s) from=10.233.72.197:59178 2023/02/07 05:55:36 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.27637333s) from=10.233.72.197:59328 2023/02/07 05:55:36 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.4311653s) from=10.233.72.197:42668 2023/02/07 05:55:37 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.75653406s) from=10.233.72.197:59330 2023/02/07 05:55:38 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.701848877s) from=10.233.72.197:42670 2023/02/07 05:55:39 [DEBUG] http: Request GET /v1/status/leader (38.227497ms) from=10.233.68.58:44022 2023/02/07 05:55:41 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m1.334927947s) from=10.233.72.197:42650 2023/02/07 05:55:46 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.699381631s) from=10.233.72.197:59322 2023/02/07 05:55:46 [DEBUG] http: Request GET /v1/status/leader (362.974µs) from=10.233.72.197:49286 2023/02/07 05:55:46 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.884811683s) from=10.233.72.197:42664 2023/02/07 05:55:48 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.745452979s) from=10.233.72.197:42656 2023/02/07 05:55:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.062209023s) from=10.233.72.197:42652 2023/02/07 05:55:53 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.643111386s) from=10.233.72.197:42660 2023/02/07 05:55:59 [DEBUG] http: Request GET /v1/status/leader (649.795µs) from=10.233.68.58:44266 2023/02/07 05:56:04 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.603590848s) from=10.233.72.197:42662 2023/02/07 05:56:06 [DEBUG] http: Request GET /v1/status/leader (212.769µs) from=10.233.72.197:49598 2023/02/07 05:56:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:56:19 [DEBUG] http: Request GET /v1/status/leader (263.275µs) from=10.233.68.58:44520 2023/02/07 05:56:25 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m2.486400878s) from=10.233.72.197:43082 2023/02/07 05:56:26 [DEBUG] http: Request GET /v1/status/leader (254.55µs) from=10.233.72.197:49872 2023/02/07 05:56:31 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:56:31 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:56:31 [DEBUG] agent: Node info in sync 2023/02/07 05:56:39 [DEBUG] http: Request GET /v1/status/leader (250.943µs) from=10.233.68.58:44770 2023/02/07 05:56:46 [DEBUG] http: Request GET /v1/status/leader (417.967µs) from=10.233.72.197:50142 2023/02/07 05:56:59 [DEBUG] http: Request GET /v1/status/leader (1.369642ms) from=10.233.68.58:45006 2023/02/07 05:57:03 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.644379522s) from=10.233.72.197:52978 2023/02/07 05:57:06 [DEBUG] http: Request GET /v1/status/leader (599.792µs) from=10.233.72.197:50454 2023/02/07 05:57:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:57:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.666247555s) from=10.233.68.58:39702 2023/02/07 05:57:16 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.713696308s) from=10.233.72.197:59314 2023/02/07 05:57:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.07208579s) from=10.233.68.58:39664 2023/02/07 05:57:17 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.514263297s) from=10.233.72.197:42654 2023/02/07 05:57:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:57:19 [DEBUG] http: Request GET /v1/status/leader (544.871µs) from=10.233.68.58:45260 2023/02/07 05:57:20 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.18096385s) from=10.233.72.197:59172 2023/02/07 05:57:23 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.311849809s) from=10.233.68.58:39716 2023/02/07 05:57:24 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.814888787s) from=10.233.72.197:42666 2023/02/07 05:57:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.006546971s) from=10.233.72.197:42658 2023/02/07 05:57:26 [DEBUG] http: Request GET /v1/status/leader (240.378µs) from=10.233.72.197:50724 2023/02/07 05:57:28 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.360679724s) from=10.233.72.197:59306 2023/02/07 05:57:30 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.811334028s) from=10.233.72.197:59304 2023/02/07 05:57:32 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.007002334s) from=10.233.72.197:42672 2023/02/07 05:57:34 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m3.76626995s) from=10.233.72.197:59336 2023/02/07 05:57:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m2.576066327s) from=10.233.72.197:42674 2023/02/07 05:57:35 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.442990386s) from=10.233.72.197:42644 2023/02/07 05:57:36 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.584070069s) from=10.233.72.197:42668 2023/02/07 05:57:37 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m0.35630709s) from=10.233.72.197:59330 2023/02/07 05:57:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m4.677021261s) from=10.233.72.197:59178 2023/02/07 05:57:39 [DEBUG] http: Request GET /v1/status/leader (375.761µs) from=10.233.68.58:45516 2023/02/07 05:57:40 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m7.063936464s) from=10.233.72.197:59318 2023/02/07 05:57:40 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m2.080940778s) from=10.233.72.197:42670 2023/02/07 05:57:41 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.583838458s) from=10.233.72.197:59328 2023/02/07 05:57:46 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m0.003531111s) from=10.233.72.197:42664 2023/02/07 05:57:46 [DEBUG] http: Request GET /v1/status/leader (221.307µs) from=10.233.72.197:51104 2023/02/07 05:57:46 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.039187997s) from=10.233.72.197:42650 2023/02/07 05:57:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.358967755s) from=10.233.72.197:59322 2023/02/07 05:57:51 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.544238555s) from=10.233.72.197:42656 2023/02/07 05:57:57 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.25635817s) from=10.233.72.197:42652 2023/02/07 05:57:59 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.845467142s) from=10.233.72.197:42660 2023/02/07 05:57:59 [DEBUG] http: Request GET /v1/status/leader (418.561µs) from=10.233.68.58:45766 2023/02/07 05:58:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:58:00 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:58:00 [DEBUG] agent: Node info in sync 2023/02/07 05:58:06 [DEBUG] http: Request GET /v1/status/leader (783.423µs) from=10.233.72.197:51414 2023/02/07 05:58:07 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.754846605s) from=10.233.72.197:42662 2023/02/07 05:58:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:58:19 [DEBUG] http: Request GET /v1/status/leader (3.592805ms) from=10.233.68.58:46026 2023/02/07 05:58:26 [DEBUG] http: Request GET /v1/status/leader (1.815472ms) from=10.233.72.197:51686 2023/02/07 05:58:31 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.812000758s) from=10.233.72.197:43082 2023/02/07 05:58:39 [DEBUG] http: Request GET /v1/status/leader (299.415µs) from=10.233.68.58:46268 2023/02/07 05:58:46 [DEBUG] http: Request GET /v1/status/leader (410.191µs) from=10.233.72.197:51956 2023/02/07 05:58:59 [DEBUG] http: Request GET /v1/status/leader (9.247424ms) from=10.233.68.58:46506 2023/02/07 05:59:06 [DEBUG] http: Request GET /v1/status/leader (399.237µs) from=10.233.72.197:52266 2023/02/07 05:59:07 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m4.345867779s) from=10.233.72.197:52978 2023/02/07 05:59:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 05:59:09 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 05:59:09 [DEBUG] agent: Node info in sync 2023/02/07 05:59:16 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.96255146s) from=10.233.68.58:39702 2023/02/07 05:59:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 05:59:19 [DEBUG] http: Request GET /v1/status/leader (408.539µs) from=10.233.68.58:46754 2023/02/07 05:59:21 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m5.405117955s) from=10.233.72.197:59314 2023/02/07 05:59:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.395797003s) from=10.233.68.58:39664 2023/02/07 05:59:23 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m3.815682176s) from=10.233.72.197:59172 2023/02/07 05:59:24 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.254383461s) from=10.233.72.197:42654 2023/02/07 05:59:25 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.691830644s) from=10.233.72.197:42666 2023/02/07 05:59:26 [DEBUG] http: Request GET /v1/status/leader (292.446µs) from=10.233.72.197:52534 2023/02/07 05:59:28 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.022254359s) from=10.233.72.197:59306 2023/02/07 05:59:28 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m2.892283408s) from=10.233.72.197:42658 2023/02/07 05:59:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 05:59:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.90987362s) from=10.233.68.58:39716 2023/02/07 05:59:33 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.51084437s) from=10.233.72.197:42672 2023/02/07 05:59:35 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.124920341s) from=10.233.72.197:59336 2023/02/07 05:59:37 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m7.25799562s) from=10.233.72.197:59304 2023/02/07 05:59:39 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.400974229s) from=10.233.72.197:42644 2023/02/07 05:59:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.173083627s) from=10.233.72.197:42674 2023/02/07 05:59:39 [DEBUG] http: Request GET /v1/status/leader (71.791558ms) from=10.233.68.58:47008 2023/02/07 05:59:41 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.786392839s) from=10.233.72.197:42668 2023/02/07 05:59:41 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m0.821222409s) from=10.233.72.197:42670 2023/02/07 05:59:41 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m0.139810028s) from=10.233.72.197:59328 2023/02/07 05:59:42 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.003029599s) from=10.233.72.197:59330 2023/02/07 05:59:43 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.213202483s) from=10.233.72.197:59178 2023/02/07 05:59:44 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.754038992s) from=10.233.72.197:59318 2023/02/07 05:59:46 [DEBUG] http: Request GET /v1/status/leader (568.583µs) from=10.233.72.197:52826 2023/02/07 05:59:51 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.647131912s) from=10.233.72.197:42650 2023/02/07 05:59:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.704568932s) from=10.233.72.197:42664 2023/02/07 05:59:54 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.185109756s) from=10.233.72.197:59322 2023/02/07 05:59:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.3954603s) from=10.233.72.197:42656 2023/02/07 05:59:58 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m1.246134005s) from=10.233.72.197:42652 2023/02/07 06:00:00 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m0.817111046s) from=10.233.72.197:42660 2023/02/07 06:00:00 [DEBUG] http: Request GET /v1/status/leader (614.414µs) from=10.233.68.58:47246 2023/02/07 06:00:06 [DEBUG] http: Request GET /v1/status/leader (437.671µs) from=10.233.72.197:53138 2023/02/07 06:00:11 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.254635108s) from=10.233.72.197:42662 2023/02/07 06:00:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:00:20 [DEBUG] http: Request GET /v1/status/leader (797.62µs) from=10.233.68.58:47488 2023/02/07 06:00:26 [DEBUG] http: Request GET /v1/status/leader (271.874µs) from=10.233.72.197:53412 2023/02/07 06:00:34 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.39487769s) from=10.233.72.197:43082 2023/02/07 06:00:40 [DEBUG] http: Request GET /v1/status/leader (618.034µs) from=10.233.68.58:47752 2023/02/07 06:00:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:00:43 [DEBUG] agent: Node info in sync 2023/02/07 06:00:46 [DEBUG] http: Request GET /v1/status/leader (487.943µs) from=10.233.72.197:53792 2023/02/07 06:01:00 [DEBUG] http: Request GET /v1/status/leader (743.464µs) from=10.233.68.58:47988 2023/02/07 06:01:06 [DEBUG] http: Request GET /v1/status/leader (38.020681ms) from=10.233.72.197:54100 2023/02/07 06:01:12 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m4.7789192s) from=10.233.72.197:52978 2023/02/07 06:01:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:01:20 [DEBUG] http: Request GET /v1/status/leader (300.83µs) from=10.233.68.58:48232 2023/02/07 06:01:22 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.882443793s) from=10.233.68.58:39702 2023/02/07 06:01:22 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.447773335s) from=10.233.72.197:59314 2023/02/07 06:01:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.597309695s) from=10.233.68.58:39664 2023/02/07 06:01:26 [DEBUG] http: Request GET /v1/status/leader (546.041µs) from=10.233.72.197:54370 2023/02/07 06:01:29 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.122397651s) from=10.233.72.197:42658 2023/02/07 06:01:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.130116857s) from=10.233.72.197:42666 2023/02/07 06:01:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.590980384s) from=10.233.72.197:59172 2023/02/07 06:01:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.638791856s) from=10.233.72.197:42654 2023/02/07 06:01:34 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m6.934884752s) from=10.233.72.197:59306 2023/02/07 06:01:35 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.807349758s) from=10.233.72.197:42672 2023/02/07 06:01:36 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.990276367s) from=10.233.68.58:39716 2023/02/07 06:01:36 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m0.920939433s) from=10.233.72.197:59336 2023/02/07 06:01:38 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m1.173275005s) from=10.233.72.197:59304 2023/02/07 06:01:40 [DEBUG] http: Request GET /v1/status/leader (2.57888ms) from=10.233.68.58:48490 2023/02/07 06:01:40 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:01:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.240526069s) from=10.233.72.197:42674 2023/02/07 06:01:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.203654978s) from=10.233.72.197:42644 2023/02/07 06:01:45 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.484220621s) from=10.233.72.197:59178 2023/02/07 06:01:46 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.185837461s) from=10.233.72.197:42668 2023/02/07 06:01:46 [DEBUG] http: Request GET /v1/status/leader (280.071µs) from=10.233.72.197:54650 2023/02/07 06:01:47 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.00577595s) from=10.233.72.197:42670 2023/02/07 06:01:48 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.649288628s) from=10.233.72.197:59328 2023/02/07 06:01:48 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.250973766s) from=10.233.72.197:59330 2023/02/07 06:01:51 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m7.110287831s) from=10.233.72.197:59318 2023/02/07 06:01:52 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m1.457084763s) from=10.233.72.197:42650 2023/02/07 06:01:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.587850061s) from=10.233.72.197:59322 2023/02/07 06:01:57 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m4.43436623s) from=10.233.72.197:42664 2023/02/07 06:02:00 [DEBUG] http: Request GET /v1/status/leader (359.17µs) from=10.233.68.58:48726 2023/02/07 06:02:02 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m3.810737525s) from=10.233.72.197:42652 2023/02/07 06:02:04 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.731607401s) from=10.233.72.197:42660 2023/02/07 06:02:04 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.830706229s) from=10.233.72.197:42656 2023/02/07 06:02:06 [DEBUG] http: Request GET /v1/status/leader (385.724µs) from=10.233.72.197:54964 2023/02/07 06:02:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:02:09 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:02:09 [DEBUG] agent: Node info in sync 2023/02/07 06:02:14 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.5600627s) from=10.233.72.197:42662 2023/02/07 06:02:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:02:20 [DEBUG] http: Request GET /v1/status/leader (274.37µs) from=10.233.68.58:48962 2023/02/07 06:02:27 [DEBUG] http: Request GET /v1/status/leader (257.292µs) from=10.233.72.197:55234 2023/02/07 06:02:36 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.777176901s) from=10.233.72.197:43082 2023/02/07 06:02:40 [DEBUG] http: Request GET /v1/status/leader (397.688µs) from=10.233.68.58:49226 2023/02/07 06:02:47 [DEBUG] http: Request GET /v1/status/leader (417.244µs) from=10.233.72.197:55502 2023/02/07 06:03:00 [DEBUG] http: Request GET /v1/status/leader (449.265µs) from=10.233.68.58:49466 2023/02/07 06:03:07 [DEBUG] http: Request GET /v1/status/leader (3.207026ms) from=10.233.72.197:55810 2023/02/07 06:03:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:03:14 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:03:14 [DEBUG] agent: Node info in sync 2023/02/07 06:03:15 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.658550152s) from=10.233.72.197:52978 2023/02/07 06:03:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:03:20 [DEBUG] http: Request GET /v1/status/leader (273.833µs) from=10.233.68.58:49708 2023/02/07 06:03:24 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.745993377s) from=10.233.72.197:59314 2023/02/07 06:03:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.653572179s) from=10.233.68.58:39664 2023/02/07 06:03:27 [DEBUG] http: Request GET /v1/status/leader (426.579µs) from=10.233.72.197:56082 2023/02/07 06:03:27 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.868971365s) from=10.233.68.58:39702 2023/02/07 06:03:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.04557318s) from=10.233.72.197:42654 2023/02/07 06:03:35 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.294588391s) from=10.233.72.197:59306 2023/02/07 06:03:36 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.106308081s) from=10.233.72.197:59172 2023/02/07 06:03:36 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m7.174075372s) from=10.233.72.197:42658 2023/02/07 06:03:37 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.484666719s) from=10.233.72.197:42666 2023/02/07 06:03:40 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m4.314771164s) from=10.233.72.197:42672 2023/02/07 06:03:40 [DEBUG] http: Request GET /v1/status/leader (262.194µs) from=10.233.68.58:49956 2023/02/07 06:03:41 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.900705762s) from=10.233.72.197:42674 2023/02/07 06:03:42 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.719156948s) from=10.233.68.58:39716 2023/02/07 06:03:42 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.677811841s) from=10.233.72.197:59304 2023/02/07 06:03:42 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m6.07600091s) from=10.233.72.197:59336 2023/02/07 06:03:47 [DEBUG] http: Request GET /v1/status/leader (270.578µs) from=10.233.72.197:56470 2023/02/07 06:03:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.197386616s) from=10.233.72.197:42644 2023/02/07 06:03:48 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.485160885s) from=10.233.72.197:59178 2023/02/07 06:03:49 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.799923397s) from=10.233.72.197:42670 2023/02/07 06:03:50 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m1.423944667s) from=10.233.72.197:59330 2023/02/07 06:03:51 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.671952903s) from=10.233.72.197:42668 2023/02/07 06:03:54 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.072907041s) from=10.233.72.197:59328 2023/02/07 06:03:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m0.296823008s) from=10.233.72.197:59322 2023/02/07 06:03:58 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.628974391s) from=10.233.72.197:59318 2023/02/07 06:03:58 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.827093887s) from=10.233.72.197:42650 2023/02/07 06:04:00 [DEBUG] http: Request GET /v1/status/leader (2.83754ms) from=10.233.68.58:50214 2023/02/07 06:04:02 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.217335087s) from=10.233.72.197:42664 2023/02/07 06:04:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.763352727s) from=10.233.72.197:42652 2023/02/07 06:04:07 [DEBUG] http: Request GET /v1/status/leader (376.624µs) from=10.233.72.197:56782 2023/02/07 06:04:08 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.169308016s) from=10.233.72.197:42660 2023/02/07 06:04:09 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.949807002s) from=10.233.72.197:42656 2023/02/07 06:04:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.032203784s) from=10.233.72.197:42662 2023/02/07 06:04:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:04:20 [DEBUG] http: Request GET /v1/status/leader (362.958µs) from=10.233.68.58:50460 2023/02/07 06:04:27 [DEBUG] http: Request GET /v1/status/leader (426.958µs) from=10.233.72.197:57068 2023/02/07 06:04:38 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:04:40 [DEBUG] http: Request GET /v1/status/leader (360.189µs) from=10.233.68.58:50708 2023/02/07 06:04:43 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.909629721s) from=10.233.72.197:43082 2023/02/07 06:04:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:04:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:04:43 [DEBUG] agent: Node info in sync 2023/02/07 06:04:47 [DEBUG] http: Request GET /v1/status/leader (494.589µs) from=10.233.72.197:57342 2023/02/07 06:05:01 [DEBUG] http: Request GET /v1/status/leader (629.125µs) from=10.233.68.58:50952 2023/02/07 06:05:07 [DEBUG] http: Request GET /v1/status/leader (304.539µs) from=10.233.72.197:57658 2023/02/07 06:05:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:05:21 [DEBUG] http: Request GET /v1/status/leader (455.432µs) from=10.233.68.58:51194 2023/02/07 06:05:21 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.885166165s) from=10.233.72.197:52978 2023/02/07 06:05:27 [DEBUG] http: Request GET /v1/status/leader (382.444µs) from=10.233.72.197:57934 2023/02/07 06:05:28 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.118790971s) from=10.233.72.197:59314 2023/02/07 06:05:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.150731179s) from=10.233.68.58:39664 2023/02/07 06:05:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.383813099s) from=10.233.68.58:39702 2023/02/07 06:05:31 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.892695152s) from=10.233.72.197:42654 2023/02/07 06:05:37 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.326023448s) from=10.233.72.197:59172 2023/02/07 06:05:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.339931931s) from=10.233.72.197:42658 2023/02/07 06:05:40 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.956553417s) from=10.233.72.197:59306 2023/02/07 06:05:40 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.135305551s) from=10.233.72.197:42672 2023/02/07 06:05:41 [DEBUG] http: Request GET /v1/status/leader (570.87µs) from=10.233.68.58:51438 2023/02/07 06:05:41 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.239160091s) from=10.233.72.197:42666 2023/02/07 06:05:42 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.047395109s) from=10.233.68.58:39716 2023/02/07 06:05:44 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.447380812s) from=10.233.72.197:59336 2023/02/07 06:05:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.311773883s) from=10.233.72.197:42674 2023/02/07 06:05:47 [DEBUG] http: Request GET /v1/status/leader (1.200239ms) from=10.233.72.197:58214 2023/02/07 06:05:48 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m6.469991636s) from=10.233.72.197:59304 2023/02/07 06:05:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.948025917s) from=10.233.72.197:59178 2023/02/07 06:05:54 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.955465074s) from=10.233.72.197:42668 2023/02/07 06:05:54 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m6.862944425s) from=10.233.72.197:42644 2023/02/07 06:05:55 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.651560534s) from=10.233.72.197:42670 2023/02/07 06:05:55 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.343628333s) from=10.233.72.197:59330 2023/02/07 06:05:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m0.192609609s) from=10.233.72.197:59322 2023/02/07 06:05:58 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.358984616s) from=10.233.72.197:59328 2023/02/07 06:05:59 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.245147274s) from=10.233.72.197:42650 2023/02/07 06:06:01 [DEBUG] http: Request GET /v1/status/leader (347.437µs) from=10.233.68.58:51688 2023/02/07 06:06:02 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m3.702950489s) from=10.233.72.197:59318 2023/02/07 06:06:07 [DEBUG] http: Request GET /v1/status/leader (673.055µs) from=10.233.72.197:58516 2023/02/07 06:06:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.711903881s) from=10.233.72.197:42664 2023/02/07 06:06:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.337756505s) from=10.233.72.197:42656 2023/02/07 06:06:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.319492252s) from=10.233.72.197:42652 2023/02/07 06:06:11 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m2.613934273s) from=10.233.72.197:42660 2023/02/07 06:06:16 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.718212394s) from=10.233.72.197:42662 2023/02/07 06:06:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:06:21 [DEBUG] http: Request GET /v1/status/leader (350.594µs) from=10.233.68.58:51932 2023/02/07 06:06:23 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:06:23 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:06:23 [DEBUG] agent: Node info in sync 2023/02/07 06:06:27 [DEBUG] http: Request GET /v1/status/leader (242.366µs) from=10.233.72.197:58806 2023/02/07 06:06:41 [DEBUG] http: Request GET /v1/status/leader (382.793µs) from=10.233.68.58:52180 2023/02/07 06:06:43 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.090114249s) from=10.233.72.197:43082 2023/02/07 06:06:47 [DEBUG] http: Request GET /v1/status/leader (249.047µs) from=10.233.72.197:59180 2023/02/07 06:07:01 [DEBUG] http: Request GET /v1/status/leader (263.985µs) from=10.233.68.58:52428 2023/02/07 06:07:07 [DEBUG] http: Request GET /v1/status/leader (406.698µs) from=10.233.72.197:59492 2023/02/07 06:07:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:07:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:07:21 [DEBUG] http: Request GET /v1/status/leader (293.626µs) from=10.233.68.58:52672 2023/02/07 06:07:24 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.882422424s) from=10.233.72.197:52978 2023/02/07 06:07:27 [DEBUG] http: Request GET /v1/status/leader (427.349µs) from=10.233.72.197:59764 2023/02/07 06:07:31 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.59686584s) from=10.233.72.197:59314 2023/02/07 06:07:31 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.034668374s) from=10.233.72.197:42654 2023/02/07 06:07:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.243531618s) from=10.233.68.58:39664 2023/02/07 06:07:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.567585583s) from=10.233.68.58:39702 2023/02/07 06:07:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.736039697s) from=10.233.72.197:59172 2023/02/07 06:07:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.016436162s) from=10.233.72.197:42658 2023/02/07 06:07:41 [DEBUG] http: Request GET /v1/status/leader (290.458µs) from=10.233.68.58:52928 2023/02/07 06:07:43 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.705631598s) from=10.233.72.197:42672 2023/02/07 06:07:44 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:07:44 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:07:44 [DEBUG] agent: Node info in sync 2023/02/07 06:07:46 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m6.053183891s) from=10.233.72.197:59306 2023/02/07 06:07:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.611365718s) from=10.233.72.197:42674 2023/02/07 06:07:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.201513031s) from=10.233.68.58:39716 2023/02/07 06:07:47 [DEBUG] http: Request GET /v1/status/leader (424.7µs) from=10.233.72.197:60052 2023/02/07 06:07:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.693471137s) from=10.233.72.197:42666 2023/02/07 06:07:48 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.211079009s) from=10.233.72.197:59304 2023/02/07 06:07:50 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m6.742514598s) from=10.233.72.197:59336 2023/02/07 06:07:54 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.967128324s) from=10.233.72.197:59178 2023/02/07 06:07:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.140001545s) from=10.233.72.197:42644 2023/02/07 06:07:57 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.250228359s) from=10.233.72.197:42668 2023/02/07 06:07:59 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m1.114873532s) from=10.233.72.197:59328 2023/02/07 06:07:59 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.907910471s) from=10.233.72.197:42650 2023/02/07 06:08:01 [DEBUG] http: Request GET /v1/status/leader (400.927µs) from=10.233.68.58:53176 2023/02/07 06:08:01 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.201591854s) from=10.233.72.197:59330 2023/02/07 06:08:02 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.170240847s) from=10.233.72.197:59322 2023/02/07 06:08:02 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m7.078837597s) from=10.233.72.197:42670 2023/02/07 06:08:07 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.112144483s) from=10.233.72.197:59318 2023/02/07 06:08:07 [DEBUG] http: Request GET /v1/status/leader (208.757µs) from=10.233.72.197:60368 2023/02/07 06:08:12 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m1.751876886s) from=10.233.72.197:42652 2023/02/07 06:08:13 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m1.561764288s) from=10.233.72.197:42660 2023/02/07 06:08:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m4.814473252s) from=10.233.72.197:42664 2023/02/07 06:08:14 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.456155227s) from=10.233.72.197:42656 2023/02/07 06:08:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:08:18 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.28755612s) from=10.233.72.197:42662 2023/02/07 06:08:21 [DEBUG] http: Request GET /v1/status/leader (19.1291ms) from=10.233.68.58:53414 2023/02/07 06:08:27 [DEBUG] http: Request GET /v1/status/leader (458.602µs) from=10.233.72.197:60648 2023/02/07 06:08:41 [DEBUG] http: Request GET /v1/status/leader (508.24µs) from=10.233.68.58:53662 2023/02/07 06:08:45 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.676460702s) from=10.233.72.197:43082 2023/02/07 06:08:47 [DEBUG] http: Request GET /v1/status/leader (600.911µs) from=10.233.72.197:60930 2023/02/07 06:09:01 [DEBUG] http: Request GET /v1/status/leader (417.691µs) from=10.233.68.58:53906 2023/02/07 06:09:07 [DEBUG] http: Request GET /v1/status/leader (705.716µs) from=10.233.72.197:33024 2023/02/07 06:09:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:09:16 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:09:16 [DEBUG] agent: Node info in sync 2023/02/07 06:09:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:09:21 [DEBUG] http: Request GET /v1/status/leader (511.319µs) from=10.233.68.58:54162 2023/02/07 06:09:27 [DEBUG] http: Request GET /v1/status/leader (692.147µs) from=10.233.72.197:33308 2023/02/07 06:09:29 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.143217273s) from=10.233.72.197:52978 2023/02/07 06:09:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.557940373s) from=10.233.68.58:39664 2023/02/07 06:09:37 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m5.962998843s) from=10.233.72.197:42654 2023/02/07 06:09:38 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m7.22788314s) from=10.233.72.197:59314 2023/02/07 06:09:41 [DEBUG] http: Request GET /v1/status/leader (666.531µs) from=10.233.68.58:54406 2023/02/07 06:09:41 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.261242121s) from=10.233.68.58:39702 2023/02/07 06:09:43 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.249184631s) from=10.233.72.197:42658 2023/02/07 06:09:43 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.630945229s) from=10.233.72.197:42672 2023/02/07 06:09:45 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.85814836s) from=10.233.72.197:59172 2023/02/07 06:09:47 [DEBUG] http: Request GET /v1/status/leader (263.5µs) from=10.233.72.197:33702 2023/02/07 06:09:48 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.04210692s) from=10.233.72.197:59306 2023/02/07 06:09:50 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.604333941s) from=10.233.68.58:39716 2023/02/07 06:09:51 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.324645717s) from=10.233.72.197:42666 2023/02/07 06:09:52 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.04847408s) from=10.233.72.197:59336 2023/02/07 06:09:53 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m4.202007676s) from=10.233.72.197:59304 2023/02/07 06:09:53 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m7.182442567s) from=10.233.72.197:42674 2023/02/07 06:09:57 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.097813731s) from=10.233.72.197:59178 2023/02/07 06:09:59 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.002776958s) from=10.233.72.197:42668 2023/02/07 06:10:00 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.048674647s) from=10.233.72.197:42650 2023/02/07 06:10:01 [DEBUG] http: Request GET /v1/status/leader (364.485µs) from=10.233.68.58:54650 2023/02/07 06:10:03 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m1.337270723s) from=10.233.72.197:59322 2023/02/07 06:10:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.867764348s) from=10.233.72.197:42644 2023/02/07 06:10:03 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:10:04 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m2.538906767s) from=10.233.72.197:42670 2023/02/07 06:10:05 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.666197526s) from=10.233.72.197:59328 2023/02/07 06:10:07 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.933390803s) from=10.233.72.197:59330 2023/02/07 06:10:07 [DEBUG] http: Request GET /v1/status/leader (478.825µs) from=10.233.72.197:34022 2023/02/07 06:10:09 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m1.692714575s) from=10.233.72.197:59318 2023/02/07 06:10:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.235612176s) from=10.233.72.197:42656 2023/02/07 06:10:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.011634498s) from=10.233.72.197:42660 2023/02/07 06:10:18 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.309116872s) from=10.233.72.197:42652 2023/02/07 06:10:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:10:20 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m7.401712943s) from=10.233.72.197:42664 2023/02/07 06:10:21 [DEBUG] http: Request GET /v1/status/leader (521.033µs) from=10.233.68.58:54910 2023/02/07 06:10:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.649985924s) from=10.233.72.197:42662 2023/02/07 06:10:28 [DEBUG] http: Request GET /v1/status/leader (366.717µs) from=10.233.72.197:34298 2023/02/07 06:10:41 [DEBUG] http: Request GET /v1/status/leader (322.37µs) from=10.233.68.58:55162 2023/02/07 06:10:48 [DEBUG] http: Request GET /v1/status/leader (429.817µs) from=10.233.72.197:34570 2023/02/07 06:10:49 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m4.078538618s) from=10.233.72.197:43082 2023/02/07 06:11:02 [DEBUG] http: Request GET /v1/status/leader (2.516224ms) from=10.233.68.58:55396 2023/02/07 06:11:08 [DEBUG] http: Request GET /v1/status/leader (394.687µs) from=10.233.72.197:34884 2023/02/07 06:11:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:11:09 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:11:09 [DEBUG] agent: Node info in sync 2023/02/07 06:11:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:11:22 [DEBUG] http: Request GET /v1/status/leader (867.782µs) from=10.233.68.58:55652 2023/02/07 06:11:28 [DEBUG] http: Request GET /v1/status/leader (224.559µs) from=10.233.72.197:35162 2023/02/07 06:11:30 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m0.683349689s) from=10.233.72.197:52978 2023/02/07 06:11:42 [DEBUG] http: Request GET /v1/status/leader (264.549µs) from=10.233.68.58:55902 2023/02/07 06:11:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.546242833s) from=10.233.68.58:39664 2023/02/07 06:11:43 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.211557756s) from=10.233.72.197:42654 2023/02/07 06:11:45 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m6.947051287s) from=10.233.72.197:59314 2023/02/07 06:11:46 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.570071744s) from=10.233.72.197:59172 2023/02/07 06:11:46 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.906226608s) from=10.233.68.58:39702 2023/02/07 06:11:48 [DEBUG] http: Request GET /v1/status/leader (2.228081ms) from=10.233.72.197:35452 2023/02/07 06:11:49 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m6.188587487s) from=10.233.72.197:42658 2023/02/07 06:11:50 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.312558659s) from=10.233.72.197:42672 2023/02/07 06:11:53 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.962527646s) from=10.233.72.197:42666 2023/02/07 06:11:53 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.924141646s) from=10.233.72.197:59306 2023/02/07 06:11:54 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.331413672s) from=10.233.72.197:59336 2023/02/07 06:11:54 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.883511271s) from=10.233.72.197:42674 2023/02/07 06:11:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.150653191s) from=10.233.68.58:39716 2023/02/07 06:11:57 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m4.123683363s) from=10.233.72.197:59304 2023/02/07 06:12:00 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.211216255s) from=10.233.72.197:42650 2023/02/07 06:12:00 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.526205244s) from=10.233.72.197:42668 2023/02/07 06:12:02 [DEBUG] http: Request GET /v1/status/leader (470.62µs) from=10.233.68.58:56142 2023/02/07 06:12:04 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m6.40798577s) from=10.233.72.197:59178 2023/02/07 06:12:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.924957313s) from=10.233.72.197:42644 2023/02/07 06:12:08 [DEBUG] http: Request GET /v1/status/leader (280.565µs) from=10.233.72.197:35756 2023/02/07 06:12:09 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.523951876s) from=10.233.72.197:59328 2023/02/07 06:12:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.312545731s) from=10.233.72.197:42670 2023/02/07 06:12:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m7.402084126s) from=10.233.72.197:59322 2023/02/07 06:12:10 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m1.63622174s) from=10.233.72.197:59318 2023/02/07 06:12:14 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m6.637661747s) from=10.233.72.197:59330 2023/02/07 06:12:16 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.910284284s) from=10.233.72.197:42656 2023/02/07 06:12:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:12:20 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m0.253521737s) from=10.233.72.197:42664 2023/02/07 06:12:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:12:21 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:12:21 [DEBUG] agent: Node info in sync 2023/02/07 06:12:21 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m3.303400548s) from=10.233.72.197:42652 2023/02/07 06:12:22 [DEBUG] http: Request GET /v1/status/leader (310.374µs) from=10.233.68.58:56392 2023/02/07 06:12:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.58064444s) from=10.233.72.197:42660 2023/02/07 06:12:28 [DEBUG] http: Request GET /v1/status/leader (364.523µs) from=10.233.72.197:36030 2023/02/07 06:12:33 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.455141679s) from=10.233.72.197:42662 2023/02/07 06:12:42 [DEBUG] http: Request GET /v1/status/leader (442.245µs) from=10.233.68.58:56636 2023/02/07 06:12:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:12:48 [DEBUG] http: Request GET /v1/status/leader (261.811µs) from=10.233.72.197:36414 2023/02/07 06:12:53 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.519311029s) from=10.233.72.197:43082 2023/02/07 06:13:02 [DEBUG] http: Request GET /v1/status/leader (1.121929ms) from=10.233.68.58:56876 2023/02/07 06:13:08 [DEBUG] http: Request GET /v1/status/leader (269.421µs) from=10.233.72.197:36730 2023/02/07 06:13:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:13:22 [DEBUG] http: Request GET /v1/status/leader (703.429µs) from=10.233.68.58:57120 2023/02/07 06:13:28 [DEBUG] http: Request GET /v1/status/leader (394.44µs) from=10.233.72.197:37008 2023/02/07 06:13:31 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m0.972342238s) from=10.233.72.197:52978 2023/02/07 06:13:42 [DEBUG] http: Request GET /v1/status/leader (369.856µs) from=10.233.68.58:57374 2023/02/07 06:13:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.017351272s) from=10.233.68.58:39664 2023/02/07 06:13:46 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.585525953s) from=10.233.72.197:42654 2023/02/07 06:13:46 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.14840803s) from=10.233.68.58:39702 2023/02/07 06:13:48 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.283297506s) from=10.233.72.197:59172 2023/02/07 06:13:48 [DEBUG] http: Request GET /v1/status/leader (277.743µs) from=10.233.72.197:37316 2023/02/07 06:13:49 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m3.608240901s) from=10.233.72.197:59314 2023/02/07 06:13:53 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.260286624s) from=10.233.72.197:42672 2023/02/07 06:13:54 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m5.122825363s) from=10.233.72.197:42658 2023/02/07 06:13:55 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.186453949s) from=10.233.72.197:59306 2023/02/07 06:13:59 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m4.808140377s) from=10.233.72.197:59336 2023/02/07 06:13:59 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.62900702s) from=10.233.72.197:42666 2023/02/07 06:13:59 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.954866117s) from=10.233.72.197:42674 2023/02/07 06:13:59 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.707723351s) from=10.233.68.58:39716 2023/02/07 06:14:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:14:00 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:14:00 [DEBUG] agent: Node info in sync 2023/02/07 06:14:00 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.513975118s) from=10.233.72.197:59304 2023/02/07 06:14:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.562232195s) from=10.233.72.197:42668 2023/02/07 06:14:02 [DEBUG] http: Request GET /v1/status/leader (369.183µs) from=10.233.68.58:57612 2023/02/07 06:14:04 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m0.21848002s) from=10.233.72.197:59178 2023/02/07 06:14:05 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.550868693s) from=10.233.72.197:42650 2023/02/07 06:14:08 [DEBUG] http: Request GET /v1/status/leader (1.419342ms) from=10.233.72.197:37640 2023/02/07 06:14:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.759765603s) from=10.233.72.197:42644 2023/02/07 06:14:14 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m4.675009181s) from=10.233.72.197:59328 2023/02/07 06:14:14 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m3.474766018s) from=10.233.72.197:59322 2023/02/07 06:14:15 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.670225358s) from=10.233.72.197:59318 2023/02/07 06:14:15 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.628663857s) from=10.233.72.197:42670 2023/02/07 06:14:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:14:19 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.035525155s) from=10.233.72.197:59330 2023/02/07 06:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.986504436s) from=10.233.72.197:42656 2023/02/07 06:14:22 [DEBUG] http: Request GET /v1/status/leader (355.484µs) from=10.233.68.58:57858 2023/02/07 06:14:25 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.25908502s) from=10.233.72.197:42664 2023/02/07 06:14:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m4.966324949s) from=10.233.72.197:42652 2023/02/07 06:14:28 [DEBUG] http: Request GET /v1/status/leader (386.56µs) from=10.233.72.197:37908 2023/02/07 06:14:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.708167995s) from=10.233.72.197:42660 2023/02/07 06:14:35 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.605417402s) from=10.233.72.197:42662 2023/02/07 06:14:42 [DEBUG] http: Request GET /v1/status/leader (419.808µs) from=10.233.68.58:58116 2023/02/07 06:14:48 [DEBUG] http: Request GET /v1/status/leader (390.761µs) from=10.233.72.197:38192 2023/02/07 06:14:54 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.895783638s) from=10.233.72.197:43082 2023/02/07 06:15:02 [DEBUG] http: Request GET /v1/status/leader (418.954µs) from=10.233.68.58:58350 2023/02/07 06:15:08 [DEBUG] http: Request GET /v1/status/leader (758.255µs) from=10.233.72.197:38496 2023/02/07 06:15:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:15:09 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:15:09 [DEBUG] agent: Node info in sync 2023/02/07 06:15:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:15:22 [DEBUG] http: Request GET /v1/status/leader (273.504µs) from=10.233.68.58:58596 2023/02/07 06:15:28 [DEBUG] http: Request GET /v1/status/leader (384.581µs) from=10.233.72.197:38774 2023/02/07 06:15:38 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m7.006614946s) from=10.233.72.197:52978 2023/02/07 06:15:42 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:15:42 [DEBUG] http: Request GET /v1/status/leader (453.758µs) from=10.233.68.58:58854 2023/02/07 06:15:48 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.226892839s) from=10.233.68.58:39664 2023/02/07 06:15:49 [DEBUG] http: Request GET /v1/status/leader (233.846µs) from=10.233.72.197:39162 2023/02/07 06:15:49 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m2.578811723s) from=10.233.72.197:42654 2023/02/07 06:15:50 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.212706563s) from=10.233.68.58:39702 2023/02/07 06:15:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.037962368s) from=10.233.72.197:59172 2023/02/07 06:15:51 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.738017399s) from=10.233.72.197:59314 2023/02/07 06:15:57 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m2.202693042s) from=10.233.72.197:42658 2023/02/07 06:15:58 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.09609455s) from=10.233.72.197:42672 2023/02/07 06:15:59 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m0.647298654s) from=10.233.72.197:59336 2023/02/07 06:16:00 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m5.221557601s) from=10.233.72.197:59306 2023/02/07 06:16:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m1.875255742s) from=10.233.72.197:42674 2023/02/07 06:16:02 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.06212151s) from=10.233.68.58:39716 2023/02/07 06:16:02 [DEBUG] http: Request GET /v1/status/leader (324.851µs) from=10.233.68.58:59088 2023/02/07 06:16:03 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m2.845077474s) from=10.233.72.197:59304 2023/02/07 06:16:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.348741203s) from=10.233.72.197:42666 2023/02/07 06:16:08 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m4.178475956s) from=10.233.72.197:59178 2023/02/07 06:16:09 [DEBUG] http: Request GET /v1/status/leader (2.768237ms) from=10.233.72.197:39468 2023/02/07 06:16:09 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m7.394877622s) from=10.233.72.197:42668 2023/02/07 06:16:10 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.146595467s) from=10.233.72.197:42650 2023/02/07 06:16:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:16:15 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:16:15 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:16:15 [DEBUG] agent: Node info in sync 2023/02/07 06:16:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m7.037757803s) from=10.233.72.197:42644 2023/02/07 06:16:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:16:19 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.098825556s) from=10.233.72.197:59328 2023/02/07 06:16:19 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.022887573s) from=10.233.72.197:59318 2023/02/07 06:16:19 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.78554597s) from=10.233.72.197:42670 2023/02/07 06:16:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m5.805463409s) from=10.233.72.197:59322 2023/02/07 06:16:21 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m2.000540031s) from=10.233.72.197:59330 2023/02/07 06:16:22 [DEBUG] http: Request GET /v1/status/leader (498.816µs) from=10.233.68.58:59330 2023/02/07 06:16:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.384883408s) from=10.233.72.197:42656 2023/02/07 06:16:29 [DEBUG] http: Request GET /v1/status/leader (648.72µs) from=10.233.72.197:39738 2023/02/07 06:16:30 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.377398029s) from=10.233.72.197:42664 2023/02/07 06:16:33 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.629875849s) from=10.233.72.197:42652 2023/02/07 06:16:34 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.068184134s) from=10.233.72.197:42660 2023/02/07 06:16:42 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.894718341s) from=10.233.72.197:42662 2023/02/07 06:16:42 [DEBUG] http: Request GET /v1/status/leader (19.513405ms) from=10.233.68.58:59596 2023/02/07 06:16:49 [DEBUG] http: Request GET /v1/status/leader (443.364µs) from=10.233.72.197:40006 2023/02/07 06:17:00 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.943839108s) from=10.233.72.197:43082 2023/02/07 06:17:02 [DEBUG] http: Request GET /v1/status/leader (415.93µs) from=10.233.68.58:59828 2023/02/07 06:17:09 [DEBUG] http: Request GET /v1/status/leader (224.973µs) from=10.233.72.197:40318 2023/02/07 06:17:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:17:22 [DEBUG] http: Request GET /v1/status/leader (256.094µs) from=10.233.68.58:60068 2023/02/07 06:17:29 [DEBUG] http: Request GET /v1/status/leader (287.721µs) from=10.233.72.197:40588 2023/02/07 06:17:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:17:42 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:17:42 [DEBUG] agent: Node info in sync 2023/02/07 06:17:42 [DEBUG] http: Request GET /v1/status/leader (405.085µs) from=10.233.68.58:60320 2023/02/07 06:17:45 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m7.364716838s) from=10.233.72.197:52978 2023/02/07 06:17:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:17:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.144261407s) from=10.233.68.58:39664 2023/02/07 06:17:49 [DEBUG] http: Request GET /v1/status/leader (337.248µs) from=10.233.72.197:40870 2023/02/07 06:17:50 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m1.255158075s) from=10.233.72.197:42654 2023/02/07 06:17:52 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.488859933s) from=10.233.68.58:39702 2023/02/07 06:17:52 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.12157796s) from=10.233.72.197:59172 2023/02/07 06:17:55 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m3.483096736s) from=10.233.72.197:59314 2023/02/07 06:17:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.168773543s) from=10.233.72.197:42658 2023/02/07 06:18:01 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.455858341s) from=10.233.72.197:59336 2023/02/07 06:18:02 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m4.310991446s) from=10.233.72.197:42672 2023/02/07 06:18:02 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.066043713s) from=10.233.72.197:59306 2023/02/07 06:18:02 [DEBUG] http: Request GET /v1/status/leader (1.752803ms) from=10.233.68.58:60568 2023/02/07 06:18:06 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.098554557s) from=10.233.72.197:42674 2023/02/07 06:18:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.230860597s) from=10.233.68.58:39716 2023/02/07 06:18:09 [DEBUG] http: Request GET /v1/status/leader (6.476367ms) from=10.233.72.197:41184 2023/02/07 06:18:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.599912148s) from=10.233.72.197:42666 2023/02/07 06:18:10 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m6.615675183s) from=10.233.72.197:59304 2023/02/07 06:18:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.018534743s) from=10.233.72.197:42668 2023/02/07 06:18:11 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.119747232s) from=10.233.72.197:59178 2023/02/07 06:18:17 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m6.142080683s) from=10.233.72.197:42650 2023/02/07 06:18:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:18:20 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m1.020621564s) from=10.233.72.197:42670 2023/02/07 06:18:22 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m1.966096009s) from=10.233.72.197:59322 2023/02/07 06:18:23 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m1.698199447s) from=10.233.72.197:59330 2023/02/07 06:18:23 [DEBUG] http: Request GET /v1/status/leader (393.708µs) from=10.233.68.58:60812 2023/02/07 06:18:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.990882185s) from=10.233.72.197:59328 2023/02/07 06:18:23 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.768602538s) from=10.233.72.197:42644 2023/02/07 06:18:23 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m3.905603718s) from=10.233.72.197:59318 2023/02/07 06:18:26 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m2.014111237s) from=10.233.72.197:42656 2023/02/07 06:18:29 [DEBUG] http: Request GET /v1/status/leader (251.633µs) from=10.233.72.197:41464 2023/02/07 06:18:34 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m4.151129772s) from=10.233.72.197:42664 2023/02/07 06:18:35 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m1.327545911s) from=10.233.72.197:42660 2023/02/07 06:18:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m7.24221414s) from=10.233.72.197:42652 2023/02/07 06:18:42 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.423870651s) from=10.233.72.197:42662 2023/02/07 06:18:43 [DEBUG] http: Request GET /v1/status/leader (317.286µs) from=10.233.68.58:32824 2023/02/07 06:18:49 [DEBUG] http: Request GET /v1/status/leader (880.787µs) from=10.233.72.197:41842 2023/02/07 06:19:03 [DEBUG] http: Request GET /v1/status/leader (510.786µs) from=10.233.68.58:33076 2023/02/07 06:19:06 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.57115151s) from=10.233.72.197:43082 2023/02/07 06:19:09 [DEBUG] http: Request GET /v1/status/leader (418.373µs) from=10.233.72.197:42174 2023/02/07 06:19:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:19:23 [DEBUG] http: Request GET /v1/status/leader (392.405µs) from=10.233.68.58:33322 2023/02/07 06:19:29 [DEBUG] http: Request GET /v1/status/leader (2.347713ms) from=10.233.72.197:42464 2023/02/07 06:19:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:19:37 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:19:37 [DEBUG] agent: Node info in sync 2023/02/07 06:19:43 [DEBUG] http: Request GET /v1/status/leader (2.574224ms) from=10.233.68.58:33566 2023/02/07 06:19:46 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m0.848877865s) from=10.233.72.197:52978 2023/02/07 06:19:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:19:49 [DEBUG] http: Request GET /v1/status/leader (296.528µs) from=10.233.72.197:42756 2023/02/07 06:19:53 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.18817881s) from=10.233.72.197:59172 2023/02/07 06:19:53 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.418661137s) from=10.233.68.58:39702 2023/02/07 06:19:55 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m5.197535424s) from=10.233.72.197:42654 2023/02/07 06:19:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m7.231500246s) from=10.233.68.58:39664 2023/02/07 06:19:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.134556982s) from=10.233.72.197:42658 2023/02/07 06:20:01 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m6.124930981s) from=10.233.72.197:59314 2023/02/07 06:20:03 [DEBUG] http: Request GET /v1/status/leader (464.815µs) from=10.233.68.58:33814 2023/02/07 06:20:03 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.92419227s) from=10.233.72.197:42672 2023/02/07 06:20:04 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m3.44575293s) from=10.233.72.197:59336 2023/02/07 06:20:05 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.825401949s) from=10.233.72.197:59306 2023/02/07 06:20:09 [DEBUG] http: Request GET /v1/status/leader (471.473µs) from=10.233.72.197:43066 2023/02/07 06:20:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.425377595s) from=10.233.72.197:42666 2023/02/07 06:20:13 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.955229692s) from=10.233.68.58:39716 2023/02/07 06:20:13 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.93776247s) from=10.233.72.197:59178 2023/02/07 06:20:14 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m7.464568188s) from=10.233.72.197:42674 2023/02/07 06:20:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.901208563s) from=10.233.72.197:42668 2023/02/07 06:20:17 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.297042215s) from=10.233.72.197:42650 2023/02/07 06:20:17 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m7.479994236s) from=10.233.72.197:59304 2023/02/07 06:20:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:20:23 [DEBUG] http: Request GET /v1/status/leader (419.994µs) from=10.233.68.58:34056 2023/02/07 06:20:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m1.58965619s) from=10.233.72.197:59322 2023/02/07 06:20:24 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.784451911s) from=10.233.72.197:42670 2023/02/07 06:20:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.721755523s) from=10.233.72.197:42644 2023/02/07 06:20:26 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m3.266481087s) from=10.233.72.197:59330 2023/02/07 06:20:29 [DEBUG] http: Request GET /v1/status/leader (271.541µs) from=10.233.72.197:43340 2023/02/07 06:20:29 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.790865713s) from=10.233.72.197:59328 2023/02/07 06:20:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m4.484055772s) from=10.233.72.197:42656 2023/02/07 06:20:30 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m7.344047487s) from=10.233.72.197:59318 2023/02/07 06:20:38 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m3.877853672s) from=10.233.72.197:42664 2023/02/07 06:20:43 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m7.075425776s) from=10.233.72.197:42660 2023/02/07 06:20:43 [DEBUG] http: Request GET /v1/status/leader (421.402µs) from=10.233.68.58:34306 2023/02/07 06:20:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.230032897s) from=10.233.72.197:42652 2023/02/07 06:20:49 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.008833098s) from=10.233.72.197:42662 2023/02/07 06:20:49 [DEBUG] http: Request GET /v1/status/leader (246.866µs) from=10.233.72.197:43606 2023/02/07 06:21:03 [DEBUG] http: Request GET /v1/status/leader (362.251µs) from=10.233.68.58:34552 2023/02/07 06:21:08 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m2.200963528s) from=10.233.72.197:43082 2023/02/07 06:21:10 [DEBUG] http: Request GET /v1/status/leader (238.202µs) from=10.233.72.197:43910 2023/02/07 06:21:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:21:23 [DEBUG] http: Request GET /v1/status/leader (384.048µs) from=10.233.68.58:34794 2023/02/07 06:21:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:21:26 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:21:26 [DEBUG] agent: Node info in sync 2023/02/07 06:21:30 [DEBUG] http: Request GET /v1/status/leader (249.261µs) from=10.233.72.197:44202 2023/02/07 06:21:43 [DEBUG] http: Request GET /v1/status/leader (2.820033ms) from=10.233.68.58:35044 2023/02/07 06:21:50 [DEBUG] http: Request GET /v1/status/leader (848.21µs) from=10.233.72.197:44580 2023/02/07 06:21:51 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m4.712568173s) from=10.233.72.197:52978 2023/02/07 06:21:54 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.584185904s) from=10.233.72.197:59172 2023/02/07 06:21:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.332253471s) from=10.233.68.58:39664 2023/02/07 06:22:00 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m4.753763895s) from=10.233.72.197:42654 2023/02/07 06:22:01 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.221498308s) from=10.233.68.58:39702 2023/02/07 06:22:02 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m1.109628881s) from=10.233.72.197:59314 2023/02/07 06:22:03 [DEBUG] http: Request GET /v1/status/leader (391.356µs) from=10.233.68.58:35288 2023/02/07 06:22:04 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m5.822786245s) from=10.233.72.197:42658 2023/02/07 06:22:06 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.610165899s) from=10.233.72.197:42672 2023/02/07 06:22:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:22:10 [DEBUG] http: Request GET /v1/status/leader (492.542µs) from=10.233.72.197:44894 2023/02/07 06:22:11 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m6.265519728s) from=10.233.72.197:59336 2023/02/07 06:22:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.11611707s) from=10.233.72.197:42666 2023/02/07 06:22:13 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m7.457666152s) from=10.233.72.197:59306 2023/02/07 06:22:16 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.743646244s) from=10.233.68.58:39716 2023/02/07 06:22:17 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.272810972s) from=10.233.72.197:42650 2023/02/07 06:22:18 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.548598689s) from=10.233.72.197:59304 2023/02/07 06:22:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:22:19 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.801403637s) from=10.233.72.197:59178 2023/02/07 06:22:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.89041239s) from=10.233.72.197:42674 2023/02/07 06:22:21 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.335496003s) from=10.233.72.197:42668 2023/02/07 06:22:23 [DEBUG] http: Request GET /v1/status/leader (1.042607ms) from=10.233.68.58:35538 2023/02/07 06:22:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m0.106414953s) from=10.233.72.197:59322 2023/02/07 06:22:28 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.971305179s) from=10.233.72.197:42644 2023/02/07 06:22:30 [DEBUG] http: Request GET /v1/status/leader (352.009µs) from=10.233.72.197:45172 2023/02/07 06:22:30 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.339887295s) from=10.233.72.197:42670 2023/02/07 06:22:31 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m4.971276375s) from=10.233.72.197:59330 2023/02/07 06:22:31 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m1.150874968s) from=10.233.72.197:59318 2023/02/07 06:22:32 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m2.613051875s) from=10.233.72.197:59328 2023/02/07 06:22:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:22:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:22:33 [DEBUG] agent: Node info in sync 2023/02/07 06:22:34 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.588212788s) from=10.233.72.197:42656 2023/02/07 06:22:38 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m0.127868344s) from=10.233.72.197:42664 2023/02/07 06:22:43 [DEBUG] http: Request GET /v1/status/leader (545.734µs) from=10.233.68.58:35784 2023/02/07 06:22:46 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.599754722s) from=10.233.72.197:42660 2023/02/07 06:22:48 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m1.879201069s) from=10.233.72.197:42652 2023/02/07 06:22:49 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.679218296s) from=10.233.72.197:42662 2023/02/07 06:22:50 [DEBUG] http: Request GET /v1/status/leader (495.347µs) from=10.233.72.197:45436 2023/02/07 06:23:03 [DEBUG] http: Request GET /v1/status/leader (1.158886ms) from=10.233.68.58:36022 2023/02/07 06:23:10 [DEBUG] http: Request GET /v1/status/leader (624.783µs) from=10.233.72.197:45744 2023/02/07 06:23:12 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.675645149s) from=10.233.72.197:43082 2023/02/07 06:23:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:23:23 [DEBUG] http: Request GET /v1/status/leader (600.183µs) from=10.233.68.58:36274 2023/02/07 06:23:30 [DEBUG] http: Request GET /v1/status/leader (264.526µs) from=10.233.72.197:46014 2023/02/07 06:23:43 [DEBUG] http: Request GET /v1/status/leader (403.216µs) from=10.233.68.58:36520 2023/02/07 06:23:50 [DEBUG] http: Request GET /v1/status/leader (381.695µs) from=10.233.72.197:46308 2023/02/07 06:23:56 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.112605627s) from=10.233.72.197:59172 2023/02/07 06:23:57 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.537929326s) from=10.233.72.197:52978 2023/02/07 06:23:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.436849124s) from=10.233.68.58:39664 2023/02/07 06:24:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:24:03 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:24:03 [DEBUG] agent: Node info in sync 2023/02/07 06:24:03 [DEBUG] http: Request GET /v1/status/leader (411.813µs) from=10.233.68.58:36752 2023/02/07 06:24:04 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m4.28226066s) from=10.233.72.197:42654 2023/02/07 06:24:07 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.668258254s) from=10.233.68.58:39702 2023/02/07 06:24:07 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.608702421s) from=10.233.72.197:42672 2023/02/07 06:24:09 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m6.514220593s) from=10.233.72.197:59314 2023/02/07 06:24:10 [DEBUG] http: Request GET /v1/status/leader (408.435µs) from=10.233.72.197:46618 2023/02/07 06:24:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m6.296426154s) from=10.233.72.197:42658 2023/02/07 06:24:11 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m0.815985207s) from=10.233.72.197:59336 2023/02/07 06:24:14 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m1.11733264s) from=10.233.72.197:59306 2023/02/07 06:24:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.907199626s) from=10.233.72.197:42666 2023/02/07 06:24:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:24:21 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.230042044s) from=10.233.68.58:39716 2023/02/07 06:24:21 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.688743582s) from=10.233.72.197:59178 2023/02/07 06:24:22 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.988742244s) from=10.233.72.197:42650 2023/02/07 06:24:23 [DEBUG] http: Request GET /v1/status/leader (411.435µs) from=10.233.68.58:37004 2023/02/07 06:24:24 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m6.042438243s) from=10.233.72.197:59304 2023/02/07 06:24:25 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.26860047s) from=10.233.72.197:42674 2023/02/07 06:24:28 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.795093849s) from=10.233.72.197:42668 2023/02/07 06:24:30 [DEBUG] http: Request GET /v1/status/leader (285.651µs) from=10.233.72.197:46890 2023/02/07 06:24:31 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m7.429736663s) from=10.233.72.197:59322 2023/02/07 06:24:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.274939588s) from=10.233.72.197:42644 2023/02/07 06:24:34 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m2.067736686s) from=10.233.72.197:59318 2023/02/07 06:24:38 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m7.151304955s) from=10.233.72.197:42670 2023/02/07 06:24:38 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m7.188880414s) from=10.233.72.197:59330 2023/02/07 06:24:38 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.26542972s) from=10.233.72.197:59328 2023/02/07 06:24:39 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:24:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m5.478363076s) from=10.233.72.197:42656 2023/02/07 06:24:39 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m1.276945413s) from=10.233.72.197:42664 2023/02/07 06:24:43 [DEBUG] http: Request GET /v1/status/leader (293.628µs) from=10.233.68.58:37250 2023/02/07 06:24:50 [DEBUG] http: Request GET /v1/status/leader (490.929µs) from=10.233.72.197:47264 2023/02/07 06:24:52 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.712459102s) from=10.233.72.197:42662 2023/02/07 06:24:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.951456653s) from=10.233.72.197:42660 2023/02/07 06:24:55 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.782106501s) from=10.233.72.197:42652 2023/02/07 06:25:03 [DEBUG] http: Request GET /v1/status/leader (408.226µs) from=10.233.68.58:37486 2023/02/07 06:25:10 [DEBUG] http: Request GET /v1/status/leader (373.833µs) from=10.233.72.197:47566 2023/02/07 06:25:16 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m4.531167344s) from=10.233.72.197:43082 2023/02/07 06:25:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:25:23 [DEBUG] http: Request GET /v1/status/leader (441.35µs) from=10.233.68.58:37740 2023/02/07 06:25:30 [DEBUG] http: Request GET /v1/status/leader (374.744µs) from=10.233.72.197:47838 2023/02/07 06:25:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:25:37 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:25:37 [DEBUG] agent: Node info in sync 2023/02/07 06:25:44 [DEBUG] http: Request GET /v1/status/leader (280.917µs) from=10.233.68.58:37982 2023/02/07 06:25:50 [DEBUG] http: Request GET /v1/status/leader (273.676µs) from=10.233.72.197:48122 2023/02/07 06:25:58 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.336716131s) from=10.233.72.197:59172 2023/02/07 06:26:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.178178838s) from=10.233.68.58:39664 2023/02/07 06:26:03 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.232879704s) from=10.233.72.197:52978 2023/02/07 06:26:04 [DEBUG] http: Request GET /v1/status/leader (1.413919ms) from=10.233.68.58:38226 2023/02/07 06:26:05 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.574879177s) from=10.233.72.197:42654 2023/02/07 06:26:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.491639194s) from=10.233.68.58:39702 2023/02/07 06:26:09 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.756085462s) from=10.233.72.197:42672 2023/02/07 06:26:10 [DEBUG] http: Request GET /v1/status/leader (370.459µs) from=10.233.72.197:48426 2023/02/07 06:26:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.420809199s) from=10.233.72.197:42658 2023/02/07 06:26:13 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.42828866s) from=10.233.72.197:59314 2023/02/07 06:26:16 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m4.93888487s) from=10.233.72.197:59336 2023/02/07 06:26:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.223218038s) from=10.233.72.197:42666 2023/02/07 06:26:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:26:19 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m5.385231013s) from=10.233.72.197:59306 2023/02/07 06:26:24 [DEBUG] http: Request GET /v1/status/leader (268.786µs) from=10.233.68.58:38466 2023/02/07 06:26:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.866059789s) from=10.233.72.197:42674 2023/02/07 06:26:26 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.328598055s) from=10.233.68.58:39716 2023/02/07 06:26:27 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.709748959s) from=10.233.72.197:59178 2023/02/07 06:26:27 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m4.510836152s) from=10.233.72.197:42650 2023/02/07 06:26:27 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.11257692s) from=10.233.72.197:59304 2023/02/07 06:26:30 [DEBUG] http: Request GET /v1/status/leader (262.376µs) from=10.233.72.197:48696 2023/02/07 06:26:32 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.163140825s) from=10.233.72.197:42668 2023/02/07 06:26:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.191306259s) from=10.233.72.197:42644 2023/02/07 06:26:38 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.99369656s) from=10.233.72.197:59322 2023/02/07 06:26:38 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m0.877809774s) from=10.233.72.197:42670 2023/02/07 06:26:40 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.132121655s) from=10.233.72.197:59318 2023/02/07 06:26:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m1.271930012s) from=10.233.72.197:59328 2023/02/07 06:26:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:26:41 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:26:41 [DEBUG] agent: Node info in sync 2023/02/07 06:26:42 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m2.445260418s) from=10.233.72.197:42656 2023/02/07 06:26:42 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m4.133824845s) from=10.233.72.197:59330 2023/02/07 06:26:43 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m3.206756393s) from=10.233.72.197:42664 2023/02/07 06:26:44 [DEBUG] http: Request GET /v1/status/leader (419.72µs) from=10.233.68.58:38722 2023/02/07 06:26:50 [DEBUG] http: Request GET /v1/status/leader (554.577µs) from=10.233.72.197:48966 2023/02/07 06:26:55 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.095084735s) from=10.233.72.197:42662 2023/02/07 06:26:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.951209032s) from=10.233.72.197:42652 2023/02/07 06:26:56 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m4.35826582s) from=10.233.72.197:42660 2023/02/07 06:27:04 [DEBUG] http: Request GET /v1/status/leader (545.791µs) from=10.233.68.58:38960 2023/02/07 06:27:10 [DEBUG] http: Request GET /v1/status/leader (299.054µs) from=10.233.72.197:49280 2023/02/07 06:27:15 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:27:17 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.246656224s) from=10.233.72.197:43082 2023/02/07 06:27:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:27:24 [DEBUG] http: Request GET /v1/status/leader (410.086µs) from=10.233.68.58:39202 2023/02/07 06:27:30 [DEBUG] http: Request GET /v1/status/leader (374.502µs) from=10.233.72.197:49546 2023/02/07 06:27:44 [DEBUG] http: Request GET /v1/status/leader (215.981µs) from=10.233.68.58:39468 2023/02/07 06:27:51 [DEBUG] http: Request GET /v1/status/leader (636.764µs) from=10.233.72.197:49932 2023/02/07 06:28:01 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m2.244854935s) from=10.233.72.197:59172 2023/02/07 06:28:04 [DEBUG] http: Request GET /v1/status/leader (441.505µs) from=10.233.68.58:39706 2023/02/07 06:28:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m5.743904159s) from=10.233.68.58:39664 2023/02/07 06:28:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:28:08 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:28:08 [DEBUG] agent: Node info in sync 2023/02/07 06:28:08 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m4.859224585s) from=10.233.72.197:52978 2023/02/07 06:28:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.087516616s) from=10.233.68.58:39702 2023/02/07 06:28:11 [DEBUG] http: Request GET /v1/status/leader (412.248µs) from=10.233.72.197:50242 2023/02/07 06:28:11 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.461542561s) from=10.233.72.197:42654 2023/02/07 06:28:14 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m3.306032726s) from=10.233.72.197:42658 2023/02/07 06:28:15 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.391614596s) from=10.233.72.197:42672 2023/02/07 06:28:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:28:19 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m5.392266634s) from=10.233.72.197:59314 2023/02/07 06:28:20 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.380221415s) from=10.233.72.197:59306 2023/02/07 06:28:23 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.378730833s) from=10.233.72.197:42666 2023/02/07 06:28:24 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m7.319836422s) from=10.233.72.197:59336 2023/02/07 06:28:24 [DEBUG] http: Request GET /v1/status/leader (407.74µs) from=10.233.68.58:39958 2023/02/07 06:28:28 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.831075567s) from=10.233.72.197:59304 2023/02/07 06:28:30 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.239378624s) from=10.233.72.197:42650 2023/02/07 06:28:31 [DEBUG] http: Request GET /v1/status/leader (413.006µs) from=10.233.72.197:50514 2023/02/07 06:28:31 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m4.331079425s) from=10.233.72.197:59178 2023/02/07 06:28:31 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.252648036s) from=10.233.72.197:42674 2023/02/07 06:28:33 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.483156468s) from=10.233.68.58:39716 2023/02/07 06:28:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.96532191s) from=10.233.72.197:42668 2023/02/07 06:28:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.371152986s) from=10.233.72.197:42644 2023/02/07 06:28:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.159125135s) from=10.233.72.197:59322 2023/02/07 06:28:42 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m0.039278109s) from=10.233.72.197:59330 2023/02/07 06:28:44 [DEBUG] http: Request GET /v1/status/leader (331.871µs) from=10.233.68.58:40216 2023/02/07 06:28:44 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m5.863031597s) from=10.233.72.197:42670 2023/02/07 06:28:45 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.119460238s) from=10.233.72.197:59328 2023/02/07 06:28:45 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.058309898s) from=10.233.72.197:42656 2023/02/07 06:28:46 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.325093165s) from=10.233.72.197:59318 2023/02/07 06:28:49 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.836562155s) from=10.233.72.197:42664 2023/02/07 06:28:51 [DEBUG] http: Request GET /v1/status/leader (436.823µs) from=10.233.72.197:50782 2023/02/07 06:28:57 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m1.436301061s) from=10.233.72.197:42652 2023/02/07 06:29:01 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.235645319s) from=10.233.72.197:42662 2023/02/07 06:29:04 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m7.400664136s) from=10.233.72.197:42660 2023/02/07 06:29:04 [DEBUG] http: Request GET /v1/status/leader (1.248515ms) from=10.233.68.58:40454 2023/02/07 06:29:11 [DEBUG] http: Request GET /v1/status/leader (472.508µs) from=10.233.72.197:51088 2023/02/07 06:29:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:29:23 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.058238108s) from=10.233.72.197:43082 2023/02/07 06:29:24 [DEBUG] http: Request GET /v1/status/leader (523.029µs) from=10.233.68.58:40694 2023/02/07 06:29:31 [DEBUG] http: Request GET /v1/status/leader (460.005µs) from=10.233.72.197:51366 2023/02/07 06:29:44 [DEBUG] http: Request GET /v1/status/leader (363.483µs) from=10.233.68.58:40950 2023/02/07 06:29:51 [DEBUG] http: Request GET /v1/status/leader (660.378µs) from=10.233.72.197:51646 2023/02/07 06:30:02 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:30:04 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m3.409377298s) from=10.233.72.197:59172 2023/02/07 06:30:04 [DEBUG] http: Request GET /v1/status/leader (422.508µs) from=10.233.68.58:41194 2023/02/07 06:30:07 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:30:07 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:30:07 [DEBUG] agent: Node info in sync 2023/02/07 06:30:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.215057965s) from=10.233.68.58:39664 2023/02/07 06:30:11 [DEBUG] http: Request GET /v1/status/leader (471.845µs) from=10.233.72.197:51958 2023/02/07 06:30:15 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.474558833s) from=10.233.72.197:52978 2023/02/07 06:30:16 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.726095397s) from=10.233.68.58:39702 2023/02/07 06:30:17 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m5.60371667s) from=10.233.72.197:42654 2023/02/07 06:30:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m4.476184067s) from=10.233.72.197:42658 2023/02/07 06:30:18 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.741937885s) from=10.233.72.197:42672 2023/02/07 06:30:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:30:22 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m3.44365782s) from=10.233.72.197:59314 2023/02/07 06:30:24 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.223126244s) from=10.233.72.197:59306 2023/02/07 06:30:25 [DEBUG] http: Request GET /v1/status/leader (263.268µs) from=10.233.68.58:41436 2023/02/07 06:30:27 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m3.498039713s) from=10.233.72.197:59336 2023/02/07 06:30:29 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m5.172098595s) from=10.233.72.197:42666 2023/02/07 06:30:31 [DEBUG] http: Request GET /v1/status/leader (263.893µs) from=10.233.72.197:52238 2023/02/07 06:30:31 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.871738919s) from=10.233.72.197:42650 2023/02/07 06:30:31 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.373563042s) from=10.233.72.197:42674 2023/02/07 06:30:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.869827262s) from=10.233.72.197:59178 2023/02/07 06:30:33 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m5.598775833s) from=10.233.72.197:59304 2023/02/07 06:30:36 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.840197792s) from=10.233.72.197:42668 2023/02/07 06:30:39 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.421816634s) from=10.233.68.58:39716 2023/02/07 06:30:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.491056885s) from=10.233.72.197:42644 2023/02/07 06:30:45 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.636336509s) from=10.233.72.197:59322 2023/02/07 06:30:45 [DEBUG] http: Request GET /v1/status/leader (489.104µs) from=10.233.68.58:41682 2023/02/07 06:30:48 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.213488812s) from=10.233.72.197:42670 2023/02/07 06:30:48 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.743920269s) from=10.233.72.197:59330 2023/02/07 06:30:49 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m4.271915316s) from=10.233.72.197:59328 2023/02/07 06:30:51 [DEBUG] http: Request GET /v1/status/leader (382.953µs) from=10.233.72.197:52614 2023/02/07 06:30:51 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.468308932s) from=10.233.72.197:42656 2023/02/07 06:30:53 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.844793101s) from=10.233.72.197:59318 2023/02/07 06:30:55 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.317340731s) from=10.233.72.197:42664 2023/02/07 06:31:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m3.765300725s) from=10.233.72.197:42652 2023/02/07 06:31:05 [DEBUG] http: Request GET /v1/status/leader (61.348896ms) from=10.233.68.58:41932 2023/02/07 06:31:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.326223598s) from=10.233.72.197:42662 2023/02/07 06:31:11 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.859223996s) from=10.233.72.197:42660 2023/02/07 06:31:11 [DEBUG] http: Request GET /v1/status/leader (399.91µs) from=10.233.72.197:52924 2023/02/07 06:31:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:31:25 [DEBUG] http: Request GET /v1/status/leader (686.831µs) from=10.233.68.58:42176 2023/02/07 06:31:25 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m2.25594379s) from=10.233.72.197:43082 2023/02/07 06:31:31 [DEBUG] http: Request GET /v1/status/leader (754.192µs) from=10.233.72.197:53192 2023/02/07 06:31:45 [DEBUG] http: Request GET /v1/status/leader (7.699242ms) from=10.233.68.58:42422 2023/02/07 06:31:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:31:46 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:31:46 [DEBUG] agent: Node info in sync 2023/02/07 06:31:51 [DEBUG] http: Request GET /v1/status/leader (381.529µs) from=10.233.72.197:53482 2023/02/07 06:32:05 [DEBUG] http: Request GET /v1/status/leader (761.402µs) from=10.233.68.58:42672 2023/02/07 06:32:08 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m3.750416749s) from=10.233.72.197:59172 2023/02/07 06:32:11 [DEBUG] http: Request GET /v1/status/leader (259.686µs) from=10.233.72.197:53784 2023/02/07 06:32:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.566558681s) from=10.233.68.58:39664 2023/02/07 06:32:17 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m2.563472775s) from=10.233.72.197:52978 2023/02/07 06:32:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:32:19 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.899039098s) from=10.233.68.58:39702 2023/02/07 06:32:19 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m0.704995451s) from=10.233.72.197:42672 2023/02/07 06:32:23 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m4.887253861s) from=10.233.72.197:42658 2023/02/07 06:32:24 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m7.328671879s) from=10.233.72.197:42654 2023/02/07 06:32:24 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.486849496s) from=10.233.72.197:59306 2023/02/07 06:32:25 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.775529215s) from=10.233.72.197:59314 2023/02/07 06:32:25 [DEBUG] http: Request GET /v1/status/leader (260.643µs) from=10.233.68.58:42922 2023/02/07 06:32:29 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m1.917015387s) from=10.233.72.197:59336 2023/02/07 06:32:31 [DEBUG] http: Request GET /v1/status/leader (246.06µs) from=10.233.72.197:54054 2023/02/07 06:32:34 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.671799801s) from=10.233.72.197:59304 2023/02/07 06:32:35 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.216142708s) from=10.233.72.197:42666 2023/02/07 06:32:36 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.565527711s) from=10.233.72.197:42674 2023/02/07 06:32:37 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m3.710097394s) from=10.233.72.197:59178 2023/02/07 06:32:38 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m6.991562267s) from=10.233.72.197:42650 2023/02/07 06:32:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m2.090307698s) from=10.233.72.197:42668 2023/02/07 06:32:40 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:32:41 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.240790796s) from=10.233.68.58:39716 2023/02/07 06:32:45 [DEBUG] http: Request GET /v1/status/leader (416.392µs) from=10.233.68.58:43162 2023/02/07 06:32:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m6.162042629s) from=10.233.72.197:42644 2023/02/07 06:32:48 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m3.889474147s) from=10.233.72.197:59322 2023/02/07 06:32:51 [DEBUG] http: Request GET /v1/status/leader (656.606µs) from=10.233.72.197:54326 2023/02/07 06:32:51 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.930305669s) from=10.233.72.197:42670 2023/02/07 06:32:52 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.682424771s) from=10.233.72.197:42656 2023/02/07 06:32:53 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m4.318031753s) from=10.233.72.197:59328 2023/02/07 06:32:54 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.773428156s) from=10.233.72.197:59330 2023/02/07 06:32:54 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m1.087512606s) from=10.233.72.197:59318 2023/02/07 06:33:01 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.443597373s) from=10.233.72.197:42664 2023/02/07 06:33:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m2.226057862s) from=10.233.72.197:42652 2023/02/07 06:33:05 [DEBUG] http: Request GET /v1/status/leader (45.330487ms) from=10.233.68.58:43410 2023/02/07 06:33:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.845135807s) from=10.233.72.197:42662 2023/02/07 06:33:11 [DEBUG] http: Request GET /v1/status/leader (486.047µs) from=10.233.72.197:54638 2023/02/07 06:33:14 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.35137371s) from=10.233.72.197:42660 2023/02/07 06:33:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:33:16 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:33:16 [DEBUG] agent: Node info in sync 2023/02/07 06:33:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:33:25 [DEBUG] http: Request GET /v1/status/leader (413.606µs) from=10.233.68.58:43646 2023/02/07 06:33:29 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.997029929s) from=10.233.72.197:43082 2023/02/07 06:33:31 [DEBUG] http: Request GET /v1/status/leader (443.17µs) from=10.233.72.197:54906 2023/02/07 06:33:45 [DEBUG] http: Request GET /v1/status/leader (462.418µs) from=10.233.68.58:43894 2023/02/07 06:33:51 [DEBUG] http: Request GET /v1/status/leader (526.63µs) from=10.233.72.197:55254 2023/02/07 06:34:05 [DEBUG] http: Request GET /v1/status/leader (390.197µs) from=10.233.68.58:44144 2023/02/07 06:34:11 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m3.344226685s) from=10.233.72.197:59172 2023/02/07 06:34:11 [DEBUG] http: Request GET /v1/status/leader (3.626209ms) from=10.233.72.197:55616 2023/02/07 06:34:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m3.677769323s) from=10.233.68.58:39664 2023/02/07 06:34:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:34:19 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m1.28576769s) from=10.233.72.197:52978 2023/02/07 06:34:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:34:20 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:34:20 [DEBUG] agent: Node info in sync 2023/02/07 06:34:25 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.407335397s) from=10.233.72.197:42654 2023/02/07 06:34:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.052056726s) from=10.233.68.58:39702 2023/02/07 06:34:25 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.724325939s) from=10.233.72.197:59306 2023/02/07 06:34:25 [DEBUG] http: Request GET /v1/status/leader (469.472µs) from=10.233.68.58:44390 2023/02/07 06:34:26 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m6.543565576s) from=10.233.72.197:42672 2023/02/07 06:34:28 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m5.155971828s) from=10.233.72.197:42658 2023/02/07 06:34:31 [DEBUG] http: Request GET /v1/status/leader (441.12µs) from=10.233.72.197:55888 2023/02/07 06:34:32 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m6.980244807s) from=10.233.72.197:59314 2023/02/07 06:34:35 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m5.375932026s) from=10.233.72.197:59336 2023/02/07 06:34:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.766349078s) from=10.233.72.197:42674 2023/02/07 06:34:40 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m5.937965876s) from=10.233.72.197:59304 2023/02/07 06:34:41 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.152293821s) from=10.233.72.197:42650 2023/02/07 06:34:42 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m7.226784821s) from=10.233.72.197:42666 2023/02/07 06:34:43 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m6.676466207s) from=10.233.72.197:59178 2023/02/07 06:34:44 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m2.252180355s) from=10.233.68.58:39716 2023/02/07 06:34:44 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m6.020092002s) from=10.233.72.197:42668 2023/02/07 06:34:45 [DEBUG] http: Request GET /v1/status/leader (260.649µs) from=10.233.68.58:44632 2023/02/07 06:34:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:34:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.899967539s) from=10.233.72.197:42644 2023/02/07 06:34:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.371877846s) from=10.233.72.197:59322 2023/02/07 06:34:52 [DEBUG] http: Request GET /v1/status/leader (248.492µs) from=10.233.72.197:56174 2023/02/07 06:34:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m3.605556887s) from=10.233.72.197:42656 2023/02/07 06:34:56 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m2.014858277s) from=10.233.72.197:59318 2023/02/07 06:34:56 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m4.862360445s) from=10.233.72.197:42670 2023/02/07 06:34:56 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m2.708741793s) from=10.233.72.197:59330 2023/02/07 06:34:58 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m4.506869087s) from=10.233.72.197:59328 2023/02/07 06:35:05 [DEBUG] http: Request GET /v1/status/leader (1.356356ms) from=10.233.68.58:44876 2023/02/07 06:35:08 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.235735995s) from=10.233.72.197:42664 2023/02/07 06:35:09 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.564651048s) from=10.233.72.197:42652 2023/02/07 06:35:11 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.219740189s) from=10.233.72.197:42662 2023/02/07 06:35:12 [DEBUG] http: Request GET /v1/status/leader (419.305µs) from=10.233.72.197:56482 2023/02/07 06:35:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.475145927s) from=10.233.72.197:42660 2023/02/07 06:35:18 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:35:26 [DEBUG] http: Request GET /v1/status/leader (400.588µs) from=10.233.68.58:45124 2023/02/07 06:35:32 [DEBUG] http: Request GET /v1/status/leader (554.998µs) from=10.233.72.197:56750 2023/02/07 06:35:32 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m3.126293647s) from=10.233.72.197:43082 2023/02/07 06:35:46 [DEBUG] http: Request GET /v1/status/leader (429.584µs) from=10.233.68.58:45362 2023/02/07 06:35:52 [DEBUG] http: Request GET /v1/status/leader (804.696µs) from=10.233.72.197:57050 2023/02/07 06:36:06 [DEBUG] http: Request GET /v1/status/leader (1.716997ms) from=10.233.68.58:45610 2023/02/07 06:36:12 [DEBUG] http: Request GET /v1/status/leader (252.204µs) from=10.233.72.197:57364 2023/02/07 06:36:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:36:12 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:36:12 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:36:12 [DEBUG] agent: Node info in sync 2023/02/07 06:36:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.747796392s) from=10.233.72.197:59172 2023/02/07 06:36:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:36:19 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m0.205027906s) from=10.233.72.197:52978 2023/02/07 06:36:23 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m7.173508451s) from=10.233.68.58:39664 2023/02/07 06:36:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.259327577s) from=10.233.68.58:39702 2023/02/07 06:36:26 [DEBUG] http: Request GET /v1/status/leader (431.91µs) from=10.233.68.58:45864 2023/02/07 06:36:27 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.207762934s) from=10.233.72.197:42672 2023/02/07 06:36:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m4.948314322s) from=10.233.72.197:42654 2023/02/07 06:36:30 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m4.645625197s) from=10.233.72.197:59306 2023/02/07 06:36:30 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.891787936s) from=10.233.72.197:42658 2023/02/07 06:36:32 [DEBUG] http: Request GET /v1/status/leader (380.991µs) from=10.233.72.197:57632 2023/02/07 06:36:36 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.195034064s) from=10.233.72.197:59314 2023/02/07 06:36:37 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.118126338s) from=10.233.72.197:59336 2023/02/07 06:36:44 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.502391072s) from=10.233.68.58:39716 2023/02/07 06:36:44 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.422723255s) from=10.233.72.197:42674 2023/02/07 06:36:45 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m3.521389325s) from=10.233.72.197:42650 2023/02/07 06:36:45 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.518791217s) from=10.233.72.197:59178 2023/02/07 06:36:46 [DEBUG] http: Request GET /v1/status/leader (365.736µs) from=10.233.68.58:46114 2023/02/07 06:36:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.692688383s) from=10.233.72.197:42666 2023/02/07 06:36:47 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m7.323750187s) from=10.233.72.197:59304 2023/02/07 06:36:51 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m7.396133278s) from=10.233.72.197:42668 2023/02/07 06:36:52 [DEBUG] http: Request GET /v1/status/leader (368.872µs) from=10.233.72.197:57910 2023/02/07 06:36:54 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.738804686s) from=10.233.72.197:59322 2023/02/07 06:36:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m6.668895953s) from=10.233.72.197:42644 2023/02/07 06:36:57 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m1.007946499s) from=10.233.72.197:42656 2023/02/07 06:36:59 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m2.503150249s) from=10.233.72.197:59330 2023/02/07 06:37:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m4.895867037s) from=10.233.72.197:42670 2023/02/07 06:37:01 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.46053829s) from=10.233.72.197:59328 2023/02/07 06:37:03 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m6.876317543s) from=10.233.72.197:59318 2023/02/07 06:37:06 [DEBUG] http: Request GET /v1/status/leader (429.185µs) from=10.233.68.58:46354 2023/02/07 06:37:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:37:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:37:12 [DEBUG] agent: Node info in sync 2023/02/07 06:37:12 [DEBUG] http: Request GET /v1/status/leader (390.409µs) from=10.233.72.197:58316 2023/02/07 06:37:14 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.962841623s) from=10.233.72.197:42664 2023/02/07 06:37:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.683451803s) from=10.233.72.197:42652 2023/02/07 06:37:18 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.194696279s) from=10.233.72.197:42662 2023/02/07 06:37:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:37:21 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m3.005012143s) from=10.233.72.197:42660 2023/02/07 06:37:26 [DEBUG] http: Request GET /v1/status/leader (8.293619ms) from=10.233.68.58:46612 2023/02/07 06:37:32 [DEBUG] http: Request GET /v1/status/leader (390.99µs) from=10.233.72.197:58598 2023/02/07 06:37:35 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m2.767197612s) from=10.233.72.197:43082 2023/02/07 06:37:41 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:37:46 [DEBUG] http: Request GET /v1/status/leader (1.494964ms) from=10.233.68.58:46864 2023/02/07 06:37:52 [DEBUG] http: Request GET /v1/status/leader (390.121µs) from=10.233.72.197:58894 2023/02/07 06:38:06 [DEBUG] http: Request GET /v1/status/leader (413.862µs) from=10.233.68.58:47098 2023/02/07 06:38:12 [DEBUG] http: Request GET /v1/status/leader (4.187895ms) from=10.233.72.197:59200 2023/02/07 06:38:14 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.933090186s) from=10.233.72.197:59172 2023/02/07 06:38:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:38:20 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m1.458638251s) from=10.233.72.197:52978 2023/02/07 06:38:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.83987858s) from=10.233.68.58:39664 2023/02/07 06:38:26 [DEBUG] http: Request GET /v1/status/leader (349.095µs) from=10.233.68.58:47346 2023/02/07 06:38:28 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.616272592s) from=10.233.68.58:39702 2023/02/07 06:38:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m0.276149914s) from=10.233.72.197:42654 2023/02/07 06:38:31 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.819359977s) from=10.233.72.197:42672 2023/02/07 06:38:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.008918711s) from=10.233.72.197:42658 2023/02/07 06:38:32 [DEBUG] http: Request GET /v1/status/leader (258.188µs) from=10.233.72.197:59480 2023/02/07 06:38:32 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m2.535610916s) from=10.233.72.197:59306 2023/02/07 06:38:37 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m0.500856865s) from=10.233.72.197:59336 2023/02/07 06:38:40 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:38:40 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:38:40 [DEBUG] agent: Node info in sync 2023/02/07 06:38:41 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.80776461s) from=10.233.72.197:59314 2023/02/07 06:38:46 [DEBUG] http: Request GET /v1/status/leader (445.279µs) from=10.233.68.58:47592 2023/02/07 06:38:48 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.970371638s) from=10.233.72.197:59304 2023/02/07 06:38:49 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.889292689s) from=10.233.68.58:39716 2023/02/07 06:38:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.957276982s) from=10.233.72.197:42674 2023/02/07 06:38:51 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.839702367s) from=10.233.72.197:42666 2023/02/07 06:38:51 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m6.042564064s) from=10.233.72.197:42650 2023/02/07 06:38:52 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.542646213s) from=10.233.72.197:42668 2023/02/07 06:38:52 [DEBUG] http: Request GET /v1/status/leader (256.975µs) from=10.233.72.197:59772 2023/02/07 06:38:52 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m7.475399279s) from=10.233.72.197:59178 2023/02/07 06:38:56 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m2.395722928s) from=10.233.72.197:59322 2023/02/07 06:39:01 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m2.173785788s) from=10.233.72.197:59330 2023/02/07 06:39:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.848497863s) from=10.233.72.197:42644 2023/02/07 06:39:04 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.895934121s) from=10.233.72.197:42656 2023/02/07 06:39:05 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m4.218568002s) from=10.233.72.197:42670 2023/02/07 06:39:06 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m2.917737818s) from=10.233.72.197:59318 2023/02/07 06:39:06 [DEBUG] http: Request GET /v1/status/leader (583.567µs) from=10.233.68.58:47828 2023/02/07 06:39:07 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m5.614407231s) from=10.233.72.197:59328 2023/02/07 06:39:12 [DEBUG] http: Request GET /v1/status/leader (265.465µs) from=10.233.72.197:60074 2023/02/07 06:39:17 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m1.876887276s) from=10.233.72.197:42652 2023/02/07 06:39:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:39:19 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.586032804s) from=10.233.72.197:42664 2023/02/07 06:39:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m7.461040597s) from=10.233.72.197:42662 2023/02/07 06:39:26 [DEBUG] http: Request GET /v1/status/leader (476.29µs) from=10.233.68.58:48074 2023/02/07 06:39:27 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m6.038609335s) from=10.233.72.197:42660 2023/02/07 06:39:32 [DEBUG] http: Request GET /v1/status/leader (316.33µs) from=10.233.72.197:60360 2023/02/07 06:39:35 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.163149076s) from=10.233.72.197:43082 2023/02/07 06:39:46 [DEBUG] http: Request GET /v1/status/leader (388.626µs) from=10.233.68.58:48324 2023/02/07 06:39:52 [DEBUG] http: Request GET /v1/status/leader (254.212µs) from=10.233.72.197:60642 2023/02/07 06:40:06 [DEBUG] http: Request GET /v1/status/leader (544.158µs) from=10.233.68.58:48576 2023/02/07 06:40:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:40:12 [DEBUG] http: Request GET /v1/status/leader (277.97µs) from=10.233.72.197:32822 2023/02/07 06:40:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:40:19 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m5.366319052s) from=10.233.72.197:59172 2023/02/07 06:40:27 [DEBUG] http: Request GET /v1/status/leader (460.435µs) from=10.233.68.58:48822 2023/02/07 06:40:27 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.567408574s) from=10.233.72.197:52978 2023/02/07 06:40:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m2.126161741s) from=10.233.68.58:39702 2023/02/07 06:40:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.754720792s) from=10.233.68.58:39664 2023/02/07 06:40:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.025625148s) from=10.233.72.197:42658 2023/02/07 06:40:33 [DEBUG] http: Request GET /v1/status/leader (366.718µs) from=10.233.72.197:33088 2023/02/07 06:40:33 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.75086393s) from=10.233.72.197:59306 2023/02/07 06:40:35 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m4.107736258s) from=10.233.72.197:42672 2023/02/07 06:40:36 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m5.93268383s) from=10.233.72.197:42654 2023/02/07 06:40:36 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:40:36 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:40:36 [DEBUG] agent: Node info in sync 2023/02/07 06:40:44 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.734305636s) from=10.233.72.197:59314 2023/02/07 06:40:44 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m6.863980785s) from=10.233.72.197:59336 2023/02/07 06:40:47 [DEBUG] http: Request GET /v1/status/leader (252.512µs) from=10.233.68.58:49078 2023/02/07 06:40:50 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m1.110034407s) from=10.233.72.197:59304 2023/02/07 06:40:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.563382106s) from=10.233.72.197:42666 2023/02/07 06:40:53 [DEBUG] http: Request GET /v1/status/leader (230.322µs) from=10.233.72.197:33364 2023/02/07 06:40:54 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.534810382s) from=10.233.68.58:39716 2023/02/07 06:40:54 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m2.174130081s) from=10.233.72.197:59178 2023/02/07 06:40:54 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m4.199061703s) from=10.233.72.197:42674 2023/02/07 06:40:57 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m5.967697189s) from=10.233.72.197:42650 2023/02/07 06:40:57 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.046208354s) from=10.233.72.197:42668 2023/02/07 06:41:01 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.721653199s) from=10.233.72.197:59322 2023/02/07 06:41:01 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m0.258196984s) from=10.233.72.197:59330 2023/02/07 06:41:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.99276618s) from=10.233.72.197:42644 2023/02/07 06:41:07 [DEBUG] http: Request GET /v1/status/leader (379.489µs) from=10.233.68.58:49318 2023/02/07 06:41:10 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m3.956930206s) from=10.233.72.197:59318 2023/02/07 06:41:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m6.279228296s) from=10.233.72.197:42656 2023/02/07 06:41:12 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m4.954289128s) from=10.233.72.197:59328 2023/02/07 06:41:12 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.868493616s) from=10.233.72.197:42670 2023/02/07 06:41:13 [DEBUG] http: Request GET /v1/status/leader (526.571µs) from=10.233.72.197:33676 2023/02/07 06:41:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:41:22 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m2.832084775s) from=10.233.72.197:42664 2023/02/07 06:41:22 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m5.889638072s) from=10.233.72.197:42652 2023/02/07 06:41:26 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.720144208s) from=10.233.72.197:42662 2023/02/07 06:41:27 [DEBUG] http: Request GET /v1/status/leader (440.22µs) from=10.233.68.58:49562 2023/02/07 06:41:32 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.26720996s) from=10.233.72.197:42660 2023/02/07 06:41:33 [DEBUG] http: Request GET /v1/status/leader (312.12µs) from=10.233.72.197:33958 2023/02/07 06:41:35 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m0.134611006s) from=10.233.72.197:43082 2023/02/07 06:41:47 [DEBUG] http: Request GET /v1/status/leader (966.227µs) from=10.233.68.58:49808 2023/02/07 06:41:53 [DEBUG] http: Request GET /v1/status/leader (383.27µs) from=10.233.72.197:34222 2023/02/07 06:41:56 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:41:56 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:41:56 [DEBUG] agent: Node info in sync 2023/02/07 06:42:07 [DEBUG] http: Request GET /v1/status/leader (278.701µs) from=10.233.68.58:50052 2023/02/07 06:42:13 [DEBUG] http: Request GET /v1/status/leader (290.154µs) from=10.233.72.197:34538 2023/02/07 06:42:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:42:21 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.564584539s) from=10.233.72.197:59172 2023/02/07 06:42:27 [DEBUG] http: Request GET /v1/status/leader (509.091µs) from=10.233.68.58:50308 2023/02/07 06:42:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.201173413s) from=10.233.68.58:39664 2023/02/07 06:42:32 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m1.803512061s) from=10.233.68.58:39702 2023/02/07 06:42:32 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.650315419s) from=10.233.72.197:42658 2023/02/07 06:42:33 [DEBUG] http: Request GET /v1/status/leader (664.82µs) from=10.233.72.197:34810 2023/02/07 06:42:33 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.170415155s) from=10.233.72.197:59306 2023/02/07 06:42:34 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m6.960704286s) from=10.233.72.197:52978 2023/02/07 06:42:36 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m1.029393152s) from=10.233.72.197:42672 2023/02/07 06:42:39 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m3.615477921s) from=10.233.72.197:42654 2023/02/07 06:42:46 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.068153445s) from=10.233.72.197:59336 2023/02/07 06:42:47 [DEBUG] http: Request GET /v1/status/leader (1.105077ms) from=10.233.68.58:50556 2023/02/07 06:42:48 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.717328657s) from=10.233.72.197:59314 2023/02/07 06:42:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:42:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.261223255s) from=10.233.72.197:42666 2023/02/07 06:42:53 [DEBUG] http: Request GET /v1/status/leader (337.503µs) from=10.233.72.197:35094 2023/02/07 06:42:55 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m4.910340879s) from=10.233.72.197:59304 2023/02/07 06:43:00 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.085138243s) from=10.233.72.197:59178 2023/02/07 06:43:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.257755381s) from=10.233.68.58:39716 2023/02/07 06:43:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.448842122s) from=10.233.72.197:42674 2023/02/07 06:43:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m3.621985123s) from=10.233.72.197:42668 2023/02/07 06:43:04 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m7.492885262s) from=10.233.72.197:42650 2023/02/07 06:43:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.474354668s) from=10.233.72.197:42644 2023/02/07 06:43:07 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.233272928s) from=10.233.72.197:59322 2023/02/07 06:43:07 [DEBUG] http: Request GET /v1/status/leader (407.041µs) from=10.233.68.58:50796 2023/02/07 06:43:07 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m5.946384484s) from=10.233.72.197:59330 2023/02/07 06:43:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:43:08 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:43:08 [DEBUG] agent: Node info in sync 2023/02/07 06:43:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.630640366s) from=10.233.72.197:42656 2023/02/07 06:43:13 [DEBUG] http: Request GET /v1/status/leader (285.68µs) from=10.233.72.197:35528 2023/02/07 06:43:15 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.291463892s) from=10.233.72.197:59318 2023/02/07 06:43:16 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.604391643s) from=10.233.72.197:42670 2023/02/07 06:43:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:43:19 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m6.560864605s) from=10.233.72.197:59328 2023/02/07 06:43:27 [DEBUG] http: Request GET /v1/status/leader (267.325µs) from=10.233.68.58:51034 2023/02/07 06:43:27 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m4.848594933s) from=10.233.72.197:42652 2023/02/07 06:43:28 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.64978833s) from=10.233.72.197:42664 2023/02/07 06:43:32 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.34991373s) from=10.233.72.197:42662 2023/02/07 06:43:33 [DEBUG] http: Request GET /v1/status/leader (379.638µs) from=10.233.72.197:35818 2023/02/07 06:43:37 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.276968341s) from=10.233.72.197:42660 2023/02/07 06:43:41 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m5.938673668s) from=10.233.72.197:43082 2023/02/07 06:43:47 [DEBUG] http: Request GET /v1/status/leader (301.58µs) from=10.233.68.58:51286 2023/02/07 06:43:53 [DEBUG] http: Request GET /v1/status/leader (933.088µs) from=10.233.72.197:36100 2023/02/07 06:44:07 [DEBUG] http: Request GET /v1/status/leader (11.39361ms) from=10.233.68.58:51524 2023/02/07 06:44:13 [DEBUG] http: Request GET /v1/status/leader (373.122µs) from=10.233.72.197:36412 2023/02/07 06:44:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:44:27 [DEBUG] http: Request GET /v1/status/leader (396.413µs) from=10.233.68.58:51770 2023/02/07 06:44:27 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m6.434214051s) from=10.233.72.197:59172 2023/02/07 06:44:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.23905255s) from=10.233.68.58:39664 2023/02/07 06:44:33 [DEBUG] http: Request GET /v1/status/leader (366.838µs) from=10.233.72.197:36684 2023/02/07 06:44:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m1.447924755s) from=10.233.72.197:42658 2023/02/07 06:44:34 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m1.088425399s) from=10.233.72.197:59306 2023/02/07 06:44:37 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m5.492423544s) from=10.233.68.58:39702 2023/02/07 06:44:39 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m3.36582339s) from=10.233.72.197:42672 2023/02/07 06:44:41 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m7.464028987s) from=10.233.72.197:52978 2023/02/07 06:44:43 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m3.188459775s) from=10.233.72.197:42654 2023/02/07 06:44:46 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m0.030700168s) from=10.233.72.197:59336 2023/02/07 06:44:47 [DEBUG] http: Request GET /v1/status/leader (1.409205ms) from=10.233.68.58:52004 2023/02/07 06:44:53 [DEBUG] http: Request GET /v1/status/leader (279.958µs) from=10.233.72.197:36948 2023/02/07 06:44:54 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.330893469s) from=10.233.72.197:42666 2023/02/07 06:44:55 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.232363766s) from=10.233.72.197:59304 2023/02/07 06:44:55 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m7.182844262s) from=10.233.72.197:59314 2023/02/07 06:45:02 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m2.363530721s) from=10.233.72.197:59178 2023/02/07 06:45:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:45:05 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:45:05 [DEBUG] agent: Node info in sync 2023/02/07 06:45:05 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.45739985s) from=10.233.72.197:42674 2023/02/07 06:45:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.575170071s) from=10.233.68.58:39716 2023/02/07 06:45:07 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m5.962533163s) from=10.233.72.197:42668 2023/02/07 06:45:07 [DEBUG] http: Request GET /v1/status/leader (329.187µs) from=10.233.68.58:52264 2023/02/07 06:45:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.633057315s) from=10.233.72.197:42644 2023/02/07 06:45:10 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m3.036258778s) from=10.233.72.197:59330 2023/02/07 06:45:11 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m6.751969091s) from=10.233.72.197:42650 2023/02/07 06:45:11 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m0.928928448s) from=10.233.72.197:42656 2023/02/07 06:45:11 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.456906282s) from=10.233.72.197:59322 2023/02/07 06:45:13 [DEBUG] http: Request GET /v1/status/leader (390.871µs) from=10.233.72.197:37256 2023/02/07 06:45:16 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m0.524742763s) from=10.233.72.197:59318 2023/02/07 06:45:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:45:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m1.844318274s) from=10.233.72.197:59328 2023/02/07 06:45:22 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.145461165s) from=10.233.72.197:42670 2023/02/07 06:45:27 [DEBUG] http: Request GET /v1/status/leader (417.05µs) from=10.233.68.58:52504 2023/02/07 06:45:33 [DEBUG] http: Request GET /v1/status/leader (224.362µs) from=10.233.72.197:37542 2023/02/07 06:45:34 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.363743509s) from=10.233.72.197:42664 2023/02/07 06:45:34 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m7.027675121s) from=10.233.72.197:42652 2023/02/07 06:45:36 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.55988795s) from=10.233.72.197:42662 2023/02/07 06:45:36 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:45:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m1.814660161s) from=10.233.72.197:42660 2023/02/07 06:45:47 [DEBUG] http: Request GET /v1/status/leader (235.969µs) from=10.233.68.58:52744 2023/02/07 06:45:49 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m7.388811228s) from=10.233.72.197:43082 2023/02/07 06:45:53 [DEBUG] http: Request GET /v1/status/leader (397.178µs) from=10.233.72.197:37810 2023/02/07 06:46:08 [DEBUG] http: Request GET /v1/status/leader (336.303µs) from=10.233.68.58:52996 2023/02/07 06:46:13 [DEBUG] http: Request GET /v1/status/leader (358.821µs) from=10.233.72.197:38212 2023/02/07 06:46:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:46:28 [DEBUG] http: Request GET /v1/status/leader (445.015µs) from=10.233.68.58:53240 2023/02/07 06:46:28 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m0.732006751s) from=10.233.72.197:59172 2023/02/07 06:46:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.864122074s) from=10.233.68.58:39664 2023/02/07 06:46:33 [DEBUG] http: Request GET /v1/status/leader (710.786µs) from=10.233.72.197:38482 2023/02/07 06:46:35 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m0.125877257s) from=10.233.72.197:59306 2023/02/07 06:46:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m6.218904063s) from=10.233.72.197:42658 2023/02/07 06:46:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:46:41 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:46:41 [DEBUG] agent: Node info in sync 2023/02/07 06:46:44 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m6.263776608s) from=10.233.68.58:39702 2023/02/07 06:46:44 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m5.204669714s) from=10.233.72.197:42672 2023/02/07 06:46:47 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.382701764s) from=10.233.72.197:52978 2023/02/07 06:46:48 [DEBUG] http: Request GET /v1/status/leader (404.27µs) from=10.233.68.58:53478 2023/02/07 06:46:49 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.459941603s) from=10.233.72.197:59336 2023/02/07 06:46:50 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m7.064769944s) from=10.233.72.197:42654 2023/02/07 06:46:53 [DEBUG] http: Request GET /v1/status/leader (228.917µs) from=10.233.72.197:38758 2023/02/07 06:46:58 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m3.284148126s) from=10.233.72.197:59304 2023/02/07 06:47:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.038222998s) from=10.233.72.197:42666 2023/02/07 06:47:00 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.906687021s) from=10.233.72.197:59314 2023/02/07 06:47:03 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m1.390177178s) from=10.233.72.197:59178 2023/02/07 06:47:08 [DEBUG] http: Request GET /v1/status/leader (229.648µs) from=10.233.68.58:53728 2023/02/07 06:47:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m1.321277014s) from=10.233.72.197:42668 2023/02/07 06:47:09 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m3.515707677s) from=10.233.72.197:42674 2023/02/07 06:47:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m3.867781025s) from=10.233.68.58:39716 2023/02/07 06:47:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m0.835433491s) from=10.233.72.197:42650 2023/02/07 06:47:13 [DEBUG] http: Request GET /v1/status/leader (578.896µs) from=10.233.72.197:39062 2023/02/07 06:47:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.805719513s) from=10.233.72.197:42644 2023/02/07 06:47:14 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m2.618027879s) from=10.233.72.197:42656 2023/02/07 06:47:18 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m7.187955003s) from=10.233.72.197:59330 2023/02/07 06:47:18 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m6.814038067s) from=10.233.72.197:59322 2023/02/07 06:47:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:47:20 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m4.643887917s) from=10.233.72.197:59318 2023/02/07 06:47:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.739672231s) from=10.233.72.197:59328 2023/02/07 06:47:26 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m3.821609384s) from=10.233.72.197:42670 2023/02/07 06:47:28 [DEBUG] http: Request GET /v1/status/leader (807.807µs) from=10.233.68.58:53976 2023/02/07 06:47:33 [DEBUG] http: Request GET /v1/status/leader (993.128µs) from=10.233.72.197:39348 2023/02/07 06:47:34 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m0.026381678s) from=10.233.72.197:42652 2023/02/07 06:47:37 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.864463144s) from=10.233.72.197:42662 2023/02/07 06:47:40 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m6.014743947s) from=10.233.72.197:42664 2023/02/07 06:47:44 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m5.056778747s) from=10.233.72.197:42660 2023/02/07 06:47:48 [DEBUG] http: Request GET /v1/status/leader (333.239µs) from=10.233.68.58:54230 2023/02/07 06:47:50 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m1.291768474s) from=10.233.72.197:43082 2023/02/07 06:47:54 [DEBUG] http: Request GET /v1/status/leader (387.197µs) from=10.233.72.197:39630 2023/02/07 06:47:57 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:48:08 [DEBUG] http: Request GET /v1/status/leader (400.736µs) from=10.233.68.58:54490 2023/02/07 06:48:14 [DEBUG] http: Request GET /v1/status/leader (650.309µs) from=10.233.72.197:39956 2023/02/07 06:48:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:48:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:48:26 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:48:26 [DEBUG] agent: Node info in sync 2023/02/07 06:48:28 [DEBUG] http: Request GET /v1/status/leader (409.809µs) from=10.233.68.58:54734 2023/02/07 06:48:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m1.37513947s) from=10.233.72.197:59172 2023/02/07 06:48:34 [DEBUG] http: Request GET /v1/status/leader (420.361µs) from=10.233.72.197:40242 2023/02/07 06:48:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m1.031115082s) from=10.233.68.58:39664 2023/02/07 06:48:36 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m1.240230988s) from=10.233.72.197:59306 2023/02/07 06:48:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.309673091s) from=10.233.72.197:42658 2023/02/07 06:48:44 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.653569857s) from=10.233.68.58:39702 2023/02/07 06:48:47 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.926888876s) from=10.233.72.197:42672 2023/02/07 06:48:49 [DEBUG] http: Request GET /v1/status/leader (2.560174ms) from=10.233.68.58:54984 2023/02/07 06:48:51 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m2.493259922s) from=10.233.72.197:59336 2023/02/07 06:48:54 [DEBUG] http: Request GET /v1/status/leader (622.885µs) from=10.233.72.197:40538 2023/02/07 06:48:54 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m7.276834098s) from=10.233.72.197:52978 2023/02/07 06:48:56 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.228367119s) from=10.233.72.197:42654 2023/02/07 06:48:59 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m0.960103951s) from=10.233.72.197:59304 2023/02/07 06:49:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m1.489387817s) from=10.233.72.197:42666 2023/02/07 06:49:03 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m2.333458727s) from=10.233.72.197:59314 2023/02/07 06:49:06 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m2.479932537s) from=10.233.72.197:59178 2023/02/07 06:49:09 [DEBUG] http: Request GET /v1/status/leader (234.086µs) from=10.233.68.58:55234 2023/02/07 06:49:09 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m0.565648028s) from=10.233.72.197:42668 2023/02/07 06:49:14 [DEBUG] http: Request GET /v1/status/leader (1.053142ms) from=10.233.72.197:40982 2023/02/07 06:49:14 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m5.203814255s) from=10.233.72.197:42674 2023/02/07 06:49:15 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m2.683600874s) from=10.233.72.197:42650 2023/02/07 06:49:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m6.616937381s) from=10.233.68.58:39716 2023/02/07 06:49:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m4.323576681s) from=10.233.72.197:42644 2023/02/07 06:49:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:49:19 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m5.207863139s) from=10.233.72.197:42656 2023/02/07 06:49:22 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m4.044349315s) from=10.233.72.197:59330 2023/02/07 06:49:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m4.319630236s) from=10.233.72.197:59322 2023/02/07 06:49:24 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m3.457390886s) from=10.233.72.197:59318 2023/02/07 06:49:27 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m3.034891821s) from=10.233.72.197:59328 2023/02/07 06:49:29 [DEBUG] http: Request GET /v1/status/leader (362.732µs) from=10.233.68.58:55486 2023/02/07 06:49:33 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m7.351938573s) from=10.233.72.197:42670 2023/02/07 06:49:34 [DEBUG] http: Request GET /v1/status/leader (10.432318ms) from=10.233.72.197:41300 2023/02/07 06:49:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m4.893104619s) from=10.233.72.197:42652 2023/02/07 06:49:41 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m4.592837522s) from=10.233.72.197:42662 2023/02/07 06:49:45 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m5.415942767s) from=10.233.72.197:42664 2023/02/07 06:49:49 [DEBUG] http: Request GET /v1/status/leader (524.972µs) from=10.233.68.58:55724 2023/02/07 06:49:51 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=60 (2m7.148628084s) from=10.233.72.197:42660 2023/02/07 06:49:54 [DEBUG] http: Request GET /v1/status/leader (7.007805ms) from=10.233.72.197:41588 2023/02/07 06:49:56 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=66 (2m6.066490547s) from=10.233.72.197:43082 2023/02/07 06:49:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-n2c5m.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2023/02/07 06:50:09 [DEBUG] http: Request GET /v1/status/leader (365.173µs) from=10.233.68.58:55970 2023/02/07 06:50:14 [DEBUG] http: Request GET /v1/status/leader (352.593µs) from=10.233.72.197:41890 2023/02/07 06:50:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:50:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:50:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14.53_8443" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.47.4_8410" in sync 2023/02/07 06:50:26 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:50:26 [DEBUG] agent: Node info in sync 2023/02/07 06:50:29 [DEBUG] http: Request GET /v1/status/leader (229.725µs) from=10.233.68.58:56222 2023/02/07 06:50:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=157 (2m3.018731644s) from=10.233.72.197:59172 2023/02/07 06:50:34 [DEBUG] http: Request GET /v1/status/leader (267.344µs) from=10.233.72.197:42158 2023/02/07 06:50:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m2.039477s) from=10.233.68.58:39664 2023/02/07 06:50:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=61 (2m0.415366062s) from=10.233.72.197:42658 2023/02/07 06:50:43 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=160 (2m7.374580928s) from=10.233.72.197:59306 2023/02/07 06:50:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m0.977539872s) from=10.233.68.58:39702 2023/02/07 06:50:49 [DEBUG] http: Request GET /v1/status/leader (550.621µs) from=10.233.68.58:56458 2023/02/07 06:50:50 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=58 (2m2.600819906s) from=10.233.72.197:42672 2023/02/07 06:50:54 [DEBUG] http: Request GET /v1/status/leader (335.589µs) from=10.233.72.197:42430 2023/02/07 06:50:57 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=166 (2m5.354805094s) from=10.233.72.197:59336 2023/02/07 06:51:00 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=124 (2m5.785676274s) from=10.233.72.197:52978 2023/02/07 06:51:01 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=159 (2m2.41295327s) from=10.233.72.197:59304 2023/02/07 06:51:02 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m0.910118018s) from=10.233.72.197:42666 2023/02/07 06:51:02 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=57 (2m6.428637994s) from=10.233.72.197:42654 2023/02/07 06:51:07 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=161 (2m4.400338406s) from=10.233.72.197:59314 2023/02/07 06:51:09 [DEBUG] http: Request GET /v1/status/leader (534.24µs) from=10.233.68.58:56696 2023/02/07 06:51:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=158 (2m5.771896529s) from=10.233.72.197:59178 2023/02/07 06:51:13 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=49 (2m4.859249454s) from=10.233.72.197:42668 2023/02/07 06:51:14 [DEBUG] http: Request GET /v1/status/leader (3.360224ms) from=10.233.72.197:42738 2023/02/07 06:51:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=52 (2m0.641076656s) from=10.233.72.197:42674 2023/02/07 06:51:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=166 (2m0.061578848s) from=10.233.72.197:42644 2023/02/07 06:51:19 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-n2c5m" since the cluster is too small 2023/02/07 06:51:21 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=55 (2m4.140212126s) from=10.233.68.58:39716 2023/02/07 06:51:22 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=56 (2m7.371961549s) from=10.233.72.197:42650 2023/02/07 06:51:22 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=50 (2m2.89029622s) from=10.233.72.197:42656 2023/02/07 06:51:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=163 (2m0.507878766s) from=10.233.72.197:59322 2023/02/07 06:51:23 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=165 (2m1.840447558s) from=10.233.72.197:59330 2023/02/07 06:51:29 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=164 (2m1.386681581s) from=10.233.72.197:59328 2023/02/07 06:51:29 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=162 (2m5.230412574s) from=10.233.72.197:59318 2023/02/07 06:51:29 [DEBUG] http: Request GET /v1/status/leader (485.888µs) from=10.233.68.58:56952 2023/02/07 06:51:34 [DEBUG] http: Request GET /v1/status/leader (353.861µs) from=10.233.72.197:43024 2023/02/07 06:51:40 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=59 (2m6.243063985s) from=10.233.72.197:42670 2023/02/07 06:51:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=51 (2m3.257719829s) from=10.233.72.197:42662 2023/02/07 06:51:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=53 (2m6.375978277s) from=10.233.72.197:42652 2023/02/07 06:51:48 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=54 (2m2.50719598s) from=10.233.72.197:42664 2023/02/07 06:51:49 [DEBUG] http: Request GET /v1/status/leader (427.829µs) from=10.233.68.58:57186 2023/02/07 06:51:51 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.43_8080" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.50.51_9011" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.138_9015" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_parser_10.233.57.57_8806" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.24.141_8801" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v2_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.20.155_8803" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.30.122_8181" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.7.224_8082" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.49.18_8484" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.9.52_8482" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v0_multicloud_10.233.34.252_9001" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.57.57_8806" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.53.116_9007" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_sdnc_10.233.18.255_8282" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.36.80_9092" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_vnfres_10.233.56.69_8802" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_nslcm_10.233.47.196_8403" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_catalog_10.233.57.57_8806" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_nsd_10.233.57.57_8806" in sync 2023/02/07 06:51:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.14