+ 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: '9647af6a-14b0-8f38-ae04-01f492d271c2' Node name: 'onap-msb-consul-5454dcc5c5-spm4r' 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: 2022/08/22 22:57:21 [DEBUG] agent: Using random ID "9647af6a-14b0-8f38-ae04-01f492d271c2" as node ID 2022/08/22 22:57:21 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:9647af6a-14b0-8f38-ae04-01f492d271c2 Address:127.0.0.1:8300}] 2022/08/22 22:57:21 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2022/08/22 22:57:21 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-spm4r.dc1 127.0.0.1 2022/08/22 22:57:21 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-spm4r 127.0.0.1 2022/08/22 22:57:21 [DEBUG] agent/proxy: managed Connect proxy manager started 2022/08/22 22:57:21 [INFO] consul: Handled member-join event for server "onap-msb-consul-5454dcc5c5-spm4r.dc1" in area "wan" 2022/08/22 22:57:21 [INFO] consul: Adding LAN server onap-msb-consul-5454dcc5c5-spm4r (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 22:57:21 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2022/08/22 22:57:21 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2022/08/22 22:57:21 [WARN] raft: Heartbeat timeout from "" reached, starting election 2022/08/22 22:57:21 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2022/08/22 22:57:21 [DEBUG] raft: Votes needed: 1 2022/08/22 22:57:21 [DEBUG] raft: Vote granted from 9647af6a-14b0-8f38-ae04-01f492d271c2 in term 2. Tally: 1 2022/08/22 22:57:21 [INFO] raft: Election won. Tally: 1 2022/08/22 22:57:21 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2022/08/22 22:57:21 [INFO] consul: cluster leadership acquired 2022/08/22 22:57:21 [INFO] consul: New leader elected: onap-msb-consul-5454dcc5c5-spm4r 2022/08/22 22:57:21 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2022/08/22 22:57:21 [INFO] agent: started state syncer 2022/08/22 22:57:21 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2022/08/22 22:57:21 [INFO] agent: Synced node info 2022/08/22 22:57:21 [INFO] connect: initialized primary datacenter CA with provider "consul" 2022/08/22 22:57:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 22:57:21 [INFO] consul: member 'onap-msb-consul-5454dcc5c5-spm4r' joined, marking health alive 2022/08/22 22:57:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 22:57:22 [DEBUG] agent: Node info in sync 2022/08/22 22:57:22 [DEBUG] agent: Node info in sync ==> Newer Consul version available: 1.13.1 (currently running: 1.4.3) 2022/08/22 22:58:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 22:58:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 22:58:41 [DEBUG] agent: Node info in sync 2022/08/22 22:59:21 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 22:59:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:00:11 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:00:11 [DEBUG] agent: Node info in sync 2022/08/22 23:00:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:01:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:01:23 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:01:23 [DEBUG] agent: Node info in sync 2022/08/22 23:01:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:02:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:03:10 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:03:10 [DEBUG] agent: Node info in sync 2022/08/22 23:03:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:04:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:04:20 [DEBUG] agent: Node info in sync 2022/08/22 23:04:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:04:45 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:05:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:06:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:06:03 [DEBUG] agent: Node info in sync 2022/08/22 23:06:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:06:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:07:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:07:09 [DEBUG] agent: Node info in sync 2022/08/22 23:07:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:08:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:08:59 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:08:59 [DEBUG] agent: Node info in sync 2022/08/22 23:09:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:09:36 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:10:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:10:45 [DEBUG] http: Request GET /v1/catalog/services (534.134µs) from=127.0.0.6:49653 2022/08/22 23:10:45 [DEBUG] http: Request GET /v1/status/leader (4.262679ms) from=127.0.0.6:40017 2022/08/22 23:10:52 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:10:52 [DEBUG] agent: Node info in sync 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/status/leader (479.322µs) from=127.0.0.6:40017 2022/08/22 23:10:57 [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. 2022/08/22 23: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. 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=10 (12.242088892s) from=127.0.0.6:49653 2022/08/22 23:10:57 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.233.41.8_443" 2022/08/22 23:10:57 [DEBUG] agent: Node info in sync 2022/08/22 23:10:57 [DEBUG] http: Request PUT /v1/agent/service/register (14.553193ms) from=127.0.0.6:40017 2022/08/22 23:10:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:57 [DEBUG] agent: Node info in sync 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (700.233µs) from=127.0.0.6:40017 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (514.574µs) from=127.0.0.6:40017 2022/08/22 23:10:57 [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. 2022/08/22 23:10:57 [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. 2022/08/22 23:10:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:57 [INFO] agent: Synced service "_v1_sdc-gui_10.233.32.8_8181" 2022/08/22 23:10:57 [DEBUG] agent: Node info in sync 2022/08/22 23:10:57 [DEBUG] http: Request PUT /v1/agent/service/register (5.420015ms) from=127.0.0.6:43613 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=60 (239.301197ms) from=127.0.0.6:49653 2022/08/22 23:10:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:57 [DEBUG] agent: Node info in sync 2022/08/22 23:10:57 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (791.082µs) from=127.0.0.6:43613 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (486.452µs) from=127.0.0.6:42389 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.23.243_9015" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (4.604522ms) from=127.0.0.6:43613 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=61 (66.667788ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (465.729µs) from=127.0.0.6:43613 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (359.901µs) from=127.0.0.6:38379 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v0_multicloud_10.233.53.103_9001" 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (6.669478ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=62 (61.053526ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (1.546957ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (264.479µs) from=127.0.0.6:33361 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_multicloud_10.233.53.103_9001" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (23.075667ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=63 (57.898901ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (667.888µs) from=127.0.0.6:38379 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.52.105_9007" 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (6.814179ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=64 (28.731737ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (1.84998ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (11.842916ms) from=127.0.0.6:38379 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (1.893638ms) from=127.0.0.6:37639 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.52.105_9007" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (12.604471ms) from=127.0.0.6:58987 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=65 (51.866153ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (5.393252ms) from=127.0.0.6:58987 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (277.158µs) from=127.0.0.6:58715 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_wf-gui_10.233.10.34_8080" 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (25.071236ms) from=127.0.0.6:58987 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (84.374194ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.260615ms) from=127.0.0.6:58715 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (351.214µs) from=127.0.0.6:44333 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_parser_10.233.15.172_8806" 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (43.58609ms) from=127.0.0.6:58715 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=67 (96.410521ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/parser-v1 (1.375572ms) from=127.0.0.6:58715 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/parser-v1 (357.544µs) from=127.0.0.6:58715 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_catalog_10.233.15.172_8806" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (65.529206ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=68 (133.928914ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (588.485µs) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (245.216µs) from=127.0.0.6:60169 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_nsd_10.233.15.172_8806" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (9.65229ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=69 (59.582886ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (424.071µs) from=127.0.0.6:50509 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (308.507µs) from=127.0.0.6:56573 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.15.172_8806" 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (11.161272ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=70 (17.225194ms) from=127.0.0.6:49653 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (297.957µs) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (262.268µs) from=127.0.0.6:41807 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.56.27_9011" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (4.202848ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=71 (28.464654ms) from=127.0.0.6:56573 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (1.418637ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (218.373µs) from=127.0.0.6:54749 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [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. 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:10:58 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.56.27_9011" 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request PUT /v1/agent/service/register (22.401165ms) from=127.0.0.6:50509 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:10:58 [DEBUG] agent: Node info in sync 2022/08/22 23:10:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=72 (88.246427ms) from=127.0.0.6:56573 2022/08/22 23:10:59 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (4.698158ms) from=127.0.0.6:50509 2022/08/22 23:10:59 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (1.477956ms) from=127.0.0.6:56573 2022/08/22 23:11:05 [DEBUG] http: Request GET /v1/status/leader (13.001199ms) from=127.0.0.6:43451 2022/08/22 23:11:12 [DEBUG] http: Request GET /v1/catalog/services (716.953µs) from=127.0.0.6:43451 2022/08/22 23:11:12 [DEBUG] http: Request GET /v1/status/leader (1.491499ms) from=127.0.0.6:56303 2022/08/22 23:11:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (287.303µs) from=127.0.0.6:37581 2022/08/22 23:11:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (179.203µs) from=127.0.0.6:56303 2022/08/22 23:11:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:11:25 [DEBUG] http: Request GET /v1/status/leader (858.201µs) from=127.0.0.6:54751 2022/08/22 23:11:32 [DEBUG] http: Request GET /v1/status/leader (2.003563ms) from=127.0.0.6:57811 2022/08/22 23:11:52 [DEBUG] http: Request GET /v1/status/leader (960.354µs) from=127.0.0.6:57811 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/catalog/services (2.45663ms) from=127.0.0.6:57811 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/status/leader (305.584µs) from=127.0.0.6:54751 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (3.827169ms) from=127.0.0.6:54751 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (423.461µs) from=127.0.0.6:36061 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/parser-v1 (676.625µs) from=127.0.0.6:36061 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (521.35µs) from=127.0.0.6:59663 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (341.549µs) from=127.0.0.6:54751 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (2.791496ms) from=127.0.0.6:36061 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (559.855µs) from=127.0.0.6:59663 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (368.941µs) from=127.0.0.6:38935 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (306.672µs) from=127.0.0.6:40857 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (282.829µs) from=127.0.0.6:40741 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (314.11µs) from=127.0.0.6:46531 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (244.036µs) from=127.0.0.6:54751 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (289.737µs) from=127.0.0.6:57965 2022/08/22 23:11:56 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (2.048054ms) from=127.0.0.6:53779 2022/08/22 23:12:15 [DEBUG] http: Request GET /v1/catalog/services (473.893µs) from=127.0.0.6:34425 2022/08/22 23:12:15 [DEBUG] http: Request GET /v1/status/leader (403.863µs) from=127.0.0.6:41549 2022/08/22 23:12:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:12:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:12:15 [DEBUG] agent: Node info in sync 2022/08/22 23:12:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.161007ms) from=127.0.0.6:41549 2022/08/22 23:12:16 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (22.311202ms) from=127.0.0.6:41549 2022/08/22 23:12:16 [DEBUG] http: Request GET /v1/status/leader (223.759µs) from=127.0.0.6:53567 2022/08/22 23:12:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:12:35 [DEBUG] http: Request GET /v1/status/leader (1.872422ms) from=127.0.0.6:53567 2022/08/22 23:12:35 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:12:36 [DEBUG] http: Request GET /v1/status/leader (572.454µs) from=127.0.0.6:53567 2022/08/22 23:12:55 [DEBUG] http: Request GET /v1/status/leader (4.195353ms) from=127.0.0.6:53567 2022/08/22 23:12:58 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m0.408954843s) from=127.0.0.6:43613 2022/08/22 23:12:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m0.343918882s) from=127.0.0.6:38379 2022/08/22 23:12:59 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m1.852536266s) from=127.0.0.6:40017 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.614738676s) from=127.0.0.6:42389 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/catalog/services (505.074µs) from=127.0.0.6:53567 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/status/leader (957.68µs) from=127.0.0.6:53567 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (667.631µs) from=127.0.0.6:53567 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (450.757µs) from=127.0.0.6:53567 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/parser-v1 (305.949µs) from=127.0.0.6:59077 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.352517ms) from=127.0.0.6:40891 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (236.133µs) from=127.0.0.6:53567 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (401.737µs) from=127.0.0.6:59077 2022/08/22 23:13:00 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (760.864µs) from=127.0.0.6:52977 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (324.954µs) from=127.0.0.6:52977 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (329.934µs) from=127.0.0.6:59077 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (271.324µs) from=127.0.0.6:57543 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (205.703µs) from=127.0.0.6:53567 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (333.357µs) from=127.0.0.6:60073 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (215.398µs) from=127.0.0.6:52977 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.223476317s) from=127.0.0.6:41807 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (263.049µs) from=127.0.0.6:40891 2022/08/22 23:13:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.034791425s) from=127.0.0.6:37639 2022/08/22 23:13:02 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m3.559401094s) from=127.0.0.6:58715 2022/08/22 23:13:02 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.311696662s) from=127.0.0.6:54749 2022/08/22 23:13:02 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m4.4768393s) from=127.0.0.6:58987 2022/08/22 23:13:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m4.329692974s) from=127.0.0.6:56573 2022/08/22 23:13:04 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m6.187272073s) from=127.0.0.6:60169 2022/08/22 23:13:04 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.112631996s) from=127.0.0.6:49653 2022/08/22 23:13:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (2m6.021603711s) from=127.0.0.6:50509 2022/08/22 23:13:05 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m7.157939323s) from=127.0.0.6:33361 2022/08/22 23:13:05 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.470299054s) from=127.0.0.6:44333 2022/08/22 23:13:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (2m0.866383096s) from=127.0.0.6:43451 2022/08/22 23:13:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.910302889s) from=127.0.0.6:56303 2022/08/22 23:13:19 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.98501435s) from=127.0.0.6:37581 2022/08/22 23:13:20 [DEBUG] http: Request GET /v1/status/leader (1.715719ms) from=127.0.0.6:55963 2022/08/22 23:13:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:13:25 [DEBUG] http: Request GET /v1/catalog/services (778.347µs) from=127.0.0.6:56011 2022/08/22 23:13:25 [DEBUG] http: Request GET /v1/status/leader (959.323µs) from=127.0.0.6:52943 2022/08/22 23:13:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (482.124µs) from=127.0.0.6:33623 2022/08/22 23:13:25 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (240.946µs) from=127.0.0.6:55963 2022/08/22 23:13:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:13:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:13:37 [DEBUG] agent: Node info in sync 2022/08/22 23:13:40 [DEBUG] http: Request GET /v1/status/leader (204.306µs) from=127.0.0.6:33669 2022/08/22 23:13:45 [DEBUG] http: Request GET /v1/status/leader (386.822µs) from=127.0.0.6:52943 2022/08/22 23:13:55 [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. 2022/08/22 23:13:55 [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. 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [INFO] agent: Synced service "_v1_sdnc_10.233.52.102_8282" 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:55 [DEBUG] agent: Node info in sync 2022/08/22 23:13:55 [DEBUG] http: Request PUT /v1/agent/service/register (61.675761ms) from=127.0.0.6:33669 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (1m40.033663309s) from=127.0.0.6:34425 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (1m59.398078561s) from=127.0.0.6:57811 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (29.996892735s) from=127.0.0.6:56011 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (54.912209737s) from=127.0.0.6:38825 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:13:55 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:13:55 [DEBUG] agent: Node info in sync 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (526.613µs) from=127.0.0.6:38825 2022/08/22 23:13:55 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (267.757µs) from=127.0.0.6:40207 2022/08/22 23:13:57 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m0.476330561s) from=127.0.0.6:50837 2022/08/22 23:13:57 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.635076035s) from=127.0.0.6:56905 2022/08/22 23:13:57 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.384037148s) from=127.0.0.6:39393 2022/08/22 23:13:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.589513412s) from=127.0.0.6:38935 2022/08/22 23:13:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.808953529s) from=127.0.0.6:40805 2022/08/22 23:13:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.941486318s) from=127.0.0.6:54751 2022/08/22 23:13:59 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m2.698521597s) from=127.0.0.6:40741 2022/08/22 23:14:00 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m3.729619866s) from=127.0.0.6:40857 2022/08/22 23:14:00 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.903589969s) from=127.0.0.6:36061 2022/08/22 23:14:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m4.549187843s) from=127.0.0.6:53779 2022/08/22 23:14:01 [DEBUG] http: Request GET /v1/status/leader (370.735µs) from=127.0.0.6:52943 2022/08/22 23:14:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.894679383s) from=127.0.0.6:57965 2022/08/22 23:14:02 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m5.611024693s) from=127.0.0.6:46531 2022/08/22 23:14:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.506332208s) from=127.0.0.6:53643 2022/08/22 23:14:03 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.665430233s) from=127.0.0.6:59663 2022/08/22 23:14:05 [DEBUG] http: Request GET /v1/status/leader (512.216µs) from=127.0.0.6:52943 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/catalog/services (513.667µs) from=127.0.0.6:38825 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/status/leader (950.954µs) from=127.0.0.6:52943 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (305.831µs) from=127.0.0.6:48099 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (175.526µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/parser-v1 (221.061µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (288.717µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (208.908µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (234.006µs) from=127.0.0.6:48099 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (349.112µs) from=127.0.0.6:52943 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (7.57042ms) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (205.573µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (186.944µs) from=127.0.0.6:48099 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (250.841µs) from=127.0.0.6:52943 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (557.177µs) from=127.0.0.6:48099 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (309.732µs) from=127.0.0.6:52779 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (29.798215ms) from=127.0.0.6:46371 2022/08/22 23:14:10 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (215.702µs) from=127.0.0.6:55355 2022/08/22 23:14:17 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.720633987s) from=127.0.0.6:41319 2022/08/22 23:14:18 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.921472778s) from=127.0.0.6:41549 2022/08/22 23:14:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:14:30 [DEBUG] http: Request GET /v1/status/leader (335.666µs) from=127.0.0.6:53869 2022/08/22 23:14:50 [DEBUG] http: Request GET /v1/catalog/services (1.549734ms) from=127.0.0.6:53869 2022/08/22 23:14:50 [DEBUG] http: Request GET /v1/status/leader (4.724427ms) from=127.0.0.6:39423 2022/08/22 23:14:50 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (285.021µs) from=127.0.0.6:39079 2022/08/22 23:14:50 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (221.266µs) from=127.0.0.6:39079 2022/08/22 23:14:50 [DEBUG] http: Request GET /v1/status/leader (1.68747ms) from=127.0.0.6:52289 2022/08/22 23:15:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m1.256313936s) from=127.0.0.6:59077 2022/08/22 23:15:02 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.27294512s) from=127.0.0.6:55863 2022/08/22 23:15:03 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.878124081s) from=127.0.0.6:57543 2022/08/22 23:15:03 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.954261648s) from=127.0.0.6:44933 2022/08/22 23:15:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.287972367s) from=127.0.0.6:59379 2022/08/22 23:15:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.196611295s) from=127.0.0.6:35069 2022/08/22 23:15:06 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m5.020476569s) from=127.0.0.6:40891 2022/08/22 23:15:06 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m5.132473264s) from=127.0.0.6:60073 2022/08/22 23:15:06 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m5.143344183s) from=127.0.0.6:53567 2022/08/22 23:15:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m5.179771474s) from=127.0.0.6:52977 2022/08/22 23:15:07 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.428211075s) from=127.0.0.6:36429 2022/08/22 23:15:08 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.863647335s) from=127.0.0.6:57803 2022/08/22 23:15:08 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.007404874s) from=127.0.0.6:40807 2022/08/22 23:15:08 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m7.080605987s) from=127.0.0.6:52243 2022/08/22 23:15:10 [DEBUG] http: Request GET /v1/status/leader (708.34µs) from=127.0.0.6:51563 2022/08/22 23:15:10 [DEBUG] http: Request GET /v1/status/leader (530.887µs) from=127.0.0.6:52289 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/catalog/services (869.114µs) from=127.0.0.6:52289 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/status/leader (3.312032ms) from=127.0.0.6:52289 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.225657ms) from=127.0.0.6:48815 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (259.58µs) from=127.0.0.6:48815 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (344.199µs) from=127.0.0.6:51563 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/parser-v1 (340.746µs) from=127.0.0.6:49323 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (307.064µs) from=127.0.0.6:49323 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (601.614µs) from=127.0.0.6:49323 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (406.514µs) from=127.0.0.6:48815 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (513.68µs) from=127.0.0.6:59159 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (376.044µs) from=127.0.0.6:51563 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (282.77µs) from=127.0.0.6:48815 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.040343ms) from=127.0.0.6:59159 2022/08/22 23:15:20 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (360.427µs) from=127.0.0.6:51563 2022/08/22 23:15:21 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (345.535µs) from=127.0.0.6:59159 2022/08/22 23:15:21 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (408.874µs) from=127.0.0.6:59159 2022/08/22 23:15:21 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (463.531µs) from=127.0.0.6:49323 2022/08/22 23:15:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:15:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:15:26 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:15:26 [DEBUG] agent: Node info in sync 2022/08/22 23:15:27 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.469682527s) from=127.0.0.6:55963 2022/08/22 23:15:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:15:30 [DEBUG] http: Request GET /v1/status/leader (10.228391ms) from=127.0.0.6:38903 2022/08/22 23:15:33 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.294592278s) from=127.0.0.6:33623 2022/08/22 23:15:40 [DEBUG] http: Request GET /v1/status/leader (508.408µs) from=127.0.0.6:36923 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/catalog/services (407.848µs) from=127.0.0.6:36923 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/status/leader (449.926µs) from=127.0.0.6:59681 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (374.153µs) from=127.0.0.6:59681 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m0.75398882s) from=127.0.0.6:40207 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (270.019µs) from=127.0.0.6:59681 2022/08/22 23:15:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m0.947590748s) from=127.0.0.6:33669 2022/08/22 23:16:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m4.504900612s) from=127.0.0.6:56011 2022/08/22 23:16:00 [DEBUG] http: Request GET /v1/status/leader (472.118µs) from=127.0.0.6:38903 2022/08/22 23:16:11 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.081596049s) from=127.0.0.6:58909 2022/08/22 23:16:11 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m0.958977397s) from=127.0.0.6:58887 2022/08/22 23:16:12 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.236961964s) from=127.0.0.6:55355 2022/08/22 23:16:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.729873577s) from=127.0.0.6:52943 2022/08/22 23:16:13 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.515521238s) from=127.0.0.6:46563 2022/08/22 23:16:13 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.616883032s) from=127.0.0.6:43805 2022/08/22 23:16:14 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.413975425s) from=127.0.0.6:59783 2022/08/22 23:16:14 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.601817608s) from=127.0.0.6:47795 2022/08/22 23:16:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m4.285537525s) from=127.0.0.6:52779 2022/08/22 23:16:16 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m5.492050899s) from=127.0.0.6:51615 2022/08/22 23:16:16 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m5.497279597s) from=127.0.0.6:52681 2022/08/22 23:16:16 [DEBUG] http: Request GET /v1/status/leader (255.706µs) from=127.0.0.6:42511 2022/08/22 23:16:17 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m6.108257145s) from=127.0.0.6:57833 2022/08/22 23:16:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.955913018s) from=127.0.0.6:60071 2022/08/22 23:16:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m7.17408807s) from=127.0.0.6:38825 2022/08/22 23:16:18 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.372404418s) from=127.0.0.6:46371 2022/08/22 23:16:18 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m7.492011942s) from=127.0.0.6:48099 2022/08/22 23:16:20 [DEBUG] http: Request GET /v1/status/leader (260.073µs) from=127.0.0.6:42511 2022/08/22 23:16:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/catalog/services (15.965278ms) from=127.0.0.6:42511 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/status/leader (7.796888ms) from=127.0.0.6:38903 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/health/service/parser-v1 (291.916µs) from=127.0.0.6:36963 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (271.132µs) from=127.0.0.6:38903 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (291.175µs) from=127.0.0.6:45907 2022/08/22 23:16:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (264.119µs) from=127.0.0.6:39399 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (932.699µs) from=127.0.0.6:36963 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (1.467083ms) from=127.0.0.6:38903 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (148.628µs) from=127.0.0.6:45907 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (4.416321ms) from=127.0.0.6:39399 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (6.446096ms) from=127.0.0.6:38581 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (735.518µs) from=127.0.0.6:45907 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (860.032µs) from=127.0.0.6:54497 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (635.542µs) from=127.0.0.6:35347 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (414.046µs) from=127.0.0.6:37149 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (196.122µs) from=127.0.0.6:36963 2022/08/22 23:16:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (310.233µs) from=127.0.0.6:59795 2022/08/22 23:16:36 [DEBUG] http: Request GET /v1/status/leader (232.449µs) from=127.0.0.6:46349 2022/08/22 23:16:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:16:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:16:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:16:45 [DEBUG] agent: Node info in sync 2022/08/22 23:16:50 [DEBUG] http: Request GET /v1/status/leader (281.823µs) from=127.0.0.6:46349 2022/08/22 23:16:54 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.483513007s) from=127.0.0.6:39423 2022/08/22 23:16:54 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m4.38768927s) from=127.0.0.6:53869 2022/08/22 23:16:57 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.604506942s) from=127.0.0.6:39079 2022/08/22 23:17:06 [DEBUG] http: Request GET /v1/catalog/services (1.082557ms) from=127.0.0.6:35739 2022/08/22 23:17:06 [DEBUG] http: Request GET /v1/status/leader (298.418µs) from=127.0.0.6:35739 2022/08/22 23:17:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (499.491µs) from=127.0.0.6:46349 2022/08/22 23:17:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (229.46µs) from=127.0.0.6:60159 2022/08/22 23:17:10 [DEBUG] http: Request GET /v1/status/leader (487.207µs) from=127.0.0.6:37427 2022/08/22 23:17:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m0.023606328s) from=127.0.0.6:52289 2022/08/22 23:17:21 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m0.328390058s) from=127.0.0.6:51563 2022/08/22 23:17:21 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.427245994s) from=127.0.0.6:48209 2022/08/22 23:17:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:17:22 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.071158389s) from=127.0.0.6:59159 2022/08/22 23:17:24 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.186587177s) from=127.0.0.6:37439 2022/08/22 23:17:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.270811751s) from=127.0.0.6:56623 2022/08/22 23:17:25 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.000426611s) from=127.0.0.6:55161 2022/08/22 23:17:26 [DEBUG] http: Request GET /v1/status/leader (13.854616ms) from=127.0.0.6:59265 2022/08/22 23:17:26 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m5.490712381s) from=127.0.0.6:40253 2022/08/22 23:17:26 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m5.533707828s) from=127.0.0.6:40421 2022/08/22 23:17:27 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m5.924781292s) from=127.0.0.6:45789 2022/08/22 23:17:27 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.333864992s) from=127.0.0.6:33885 2022/08/22 23:17:27 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.702784462s) from=127.0.0.6:36307 2022/08/22 23:17:28 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m7.070703328s) from=127.0.0.6:49323 2022/08/22 23:17:28 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m7.008269112s) from=127.0.0.6:45627 2022/08/22 23:17:28 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m7.034404567s) from=127.0.0.6:54167 2022/08/22 23:17:28 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m7.493149499s) from=127.0.0.6:48815 2022/08/22 23:17:30 [DEBUG] http: Request GET /v1/status/leader (7.776512ms) from=127.0.0.6:37427 2022/08/22 23:17:46 [DEBUG] http: Request GET /v1/status/leader (1.063879ms) from=127.0.0.6:59265 2022/08/22 23:17:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:17:49 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:17:49 [DEBUG] agent: Node info in sync 2022/08/22 23:17:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m1.588420145s) from=127.0.0.6:36923 2022/08/22 23:17:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.124102719s) from=127.0.0.6:57027 2022/08/22 23:18:02 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.809783851s) from=127.0.0.6:59681 2022/08/22 23:18:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:18:27 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:18:32 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.175894244s) from=127.0.0.6:48289 2022/08/22 23:18:32 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.399975812s) from=127.0.0.6:39399 2022/08/22 23:18:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m2.29275061s) from=127.0.0.6:37149 2022/08/22 23:18:34 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m3.326654714s) from=127.0.0.6:45907 2022/08/22 23:18:35 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m4.015170484s) from=127.0.0.6:47479 2022/08/22 23:18:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m4.184377383s) from=127.0.0.6:59795 2022/08/22 23:18:35 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.44723995s) from=127.0.0.6:36963 2022/08/22 23:18:36 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m4.938761041s) from=127.0.0.6:38581 2022/08/22 23:18:36 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m5.173657778s) from=127.0.0.6:43291 2022/08/22 23:18:36 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m5.331320562s) from=127.0.0.6:35347 2022/08/22 23:18:37 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m6.229402142s) from=127.0.0.6:42511 2022/08/22 23:18:37 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.303553023s) from=127.0.0.6:46813 2022/08/22 23:18:37 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.437889713s) from=127.0.0.6:39223 2022/08/22 23:18:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m7.275220492s) from=127.0.0.6:54497 2022/08/22 23:18:38 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.466941693s) from=127.0.0.6:38903 2022/08/22 23:18:38 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m7.487705402s) from=127.0.0.6:38225 2022/08/22 23:19:07 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.978634478s) from=127.0.0.6:46349 2022/08/22 23:19:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:19:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:19:08 [DEBUG] agent: Node info in sync 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/catalog/services (17.46105ms) from=127.0.0.6:37427 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/status/leader (33.105538ms) from=127.0.0.6:37427 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/parser-v1 (315.85µs) from=127.0.0.6:59265 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (183.9µs) from=127.0.0.6:59377 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (341.578µs) from=127.0.0.6:59377 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (903.113µs) from=127.0.0.6:33919 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (439.479µs) from=127.0.0.6:59377 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (381.874µs) from=127.0.0.6:36837 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (350.482µs) from=127.0.0.6:34477 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (1.823956ms) from=127.0.0.6:55649 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (227.756µs) from=127.0.0.6:33919 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (801.606µs) from=127.0.0.6:55649 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (782.564µs) from=127.0.0.6:34477 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (735.696µs) from=127.0.0.6:33919 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (278.008µs) from=127.0.0.6:58355 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (3.630798ms) from=127.0.0.6:55649 2022/08/22 23:19:08 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (2.020019ms) from=127.0.0.6:59265 2022/08/22 23:19:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m5.992673069s) from=127.0.0.6:35739 2022/08/22 23:19:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.440255047s) from=127.0.0.6:60159 2022/08/22 23:19:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:19:28 [DEBUG] http: Request GET /v1/status/leader (1.662647ms) from=127.0.0.6:49239 2022/08/22 23:19:43 [DEBUG] http: Request GET /v1/catalog/services (1.322132ms) from=127.0.0.6:49239 2022/08/22 23:19:43 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (6.530093ms) from=127.0.0.6:57301 2022/08/22 23:19:43 [DEBUG] http: Request GET /v1/status/leader (438.374µs) from=127.0.0.6:55199 2022/08/22 23:19:43 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.120459ms) from=127.0.0.6:57301 2022/08/22 23:19:48 [DEBUG] http: Request GET /v1/status/leader (1.652083ms) from=127.0.0.6:55199 2022/08/22 23:20:03 [DEBUG] http: Request GET /v1/status/leader (1.078618ms) from=127.0.0.6:55199 2022/08/22 23:20:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:20:23 [DEBUG] http: Request GET /v1/status/leader (24.912579ms) from=127.0.0.6:55199 2022/08/22 23:20:33 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:20:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:20:43 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:20:43 [DEBUG] agent: Node info in sync 2022/08/22 23:21:10 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.524439021s) from=127.0.0.6:32887 2022/08/22 23:21:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m1.782714297s) from=127.0.0.6:38375 2022/08/22 23:21:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.85731182s) from=127.0.0.6:34477 2022/08/22 23:21:11 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.658018288s) from=127.0.0.6:45715 2022/08/22 23:21:11 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m2.824170055s) from=127.0.0.6:59377 2022/08/22 23:21:11 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m3.047608735s) from=127.0.0.6:55649 2022/08/22 23:21:12 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.953689671s) from=127.0.0.6:42237 2022/08/22 23:21:12 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m4.127571097s) from=127.0.0.6:37335 2022/08/22 23:21:12 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m4.365955315s) from=127.0.0.6:58355 2022/08/22 23:21:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m5.094167548s) from=127.0.0.6:37427 2022/08/22 23:21:14 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.262092697s) from=127.0.0.6:41747 2022/08/22 23:21:14 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m6.290276806s) from=127.0.0.6:34547 2022/08/22 23:21:15 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m7.138813797s) from=127.0.0.6:53133 2022/08/22 23:21:15 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m7.333620595s) from=127.0.0.6:59265 2022/08/22 23:21:15 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m7.31934478s) from=127.0.0.6:33919 2022/08/22 23:21:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.367744255s) from=127.0.0.6:36837 2022/08/22 23:21:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:21:47 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.364375322s) from=127.0.0.6:57301 2022/08/22 23:21:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m6.349418402s) from=127.0.0.6:49239 2022/08/22 23:21:50 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.594363683s) from=127.0.0.6:42979 2022/08/22 23:22:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:22:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:22:38 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:22:38 [DEBUG] agent: Node info in sync 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/catalog/services (1.911108ms) from=127.0.0.6:32901 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/status/leader (11.878472ms) from=127.0.0.6:32901 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (2.956378ms) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (358.304µs) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/parser-v1 (241.544µs) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (275.023µs) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (896.2µs) from=127.0.0.6:60281 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (195.439µs) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (318.656µs) from=127.0.0.6:60281 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (585.474µs) from=127.0.0.6:60281 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (214.448µs) from=127.0.0.6:60281 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (326.711µs) from=127.0.0.6:45939 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (15.373446ms) from=127.0.0.6:42373 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (210.394µs) from=127.0.0.6:60281 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (242.211µs) from=127.0.0.6:32901 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (294.016µs) from=127.0.0.6:32901 2022/08/22 23:22:58 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (1.289766ms) from=127.0.0.6:50669 2022/08/22 23:23:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:23:18 [DEBUG] http: Request GET /v1/status/leader (13.816007ms) from=127.0.0.6:60971 2022/08/22 23:23:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:23:29 [DEBUG] http: Request GET /v1/catalog/services (2.270666ms) from=127.0.0.6:60971 2022/08/22 23:23:29 [DEBUG] http: Request GET /v1/status/leader (176.011µs) from=127.0.0.6:60971 2022/08/22 23:23:29 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.774961ms) from=127.0.0.6:44969 2022/08/22 23:23:29 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (985.189µs) from=127.0.0.6:60945 2022/08/22 23:23:38 [DEBUG] http: Request GET /v1/status/leader (16.396489ms) from=127.0.0.6:52797 2022/08/22 23:23:49 [DEBUG] http: Request GET /v1/status/leader (653.468µs) from=127.0.0.6:46319 2022/08/22 23:24:09 [DEBUG] http: Request GET /v1/status/leader (379.388µs) from=127.0.0.6:46319 2022/08/22 23:24:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:24:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:24:15 [DEBUG] agent: Node info in sync 2022/08/22 23:24:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:24:58 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m0.167961456s) from=127.0.0.6:42591 2022/08/22 23:24:59 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m0.533172157s) from=127.0.0.6:46821 2022/08/22 23:24:59 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.916706206s) from=127.0.0.6:39293 2022/08/22 23:24:59 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m1.133978489s) from=127.0.0.6:60065 2022/08/22 23:25:00 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m1.610931131s) from=127.0.0.6:32901 2022/08/22 23:25:01 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m2.881753918s) from=127.0.0.6:42373 2022/08/22 23:25:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.925721413s) from=127.0.0.6:45939 2022/08/22 23:25:02 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.52455689s) from=127.0.0.6:56073 2022/08/22 23:25:02 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.924813501s) from=127.0.0.6:56857 2022/08/22 23:25:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m3.961516449s) from=127.0.0.6:36959 2022/08/22 23:25:03 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.522101882s) from=127.0.0.6:60281 2022/08/22 23:25:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m4.949778865s) from=127.0.0.6:60043 2022/08/22 23:25:03 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m4.977782747s) from=127.0.0.6:41839 2022/08/22 23:25:03 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.93130778s) from=127.0.0.6:58043 2022/08/22 23:25:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m5.503573455s) from=127.0.0.6:50669 2022/08/22 23:25:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.408555169s) from=127.0.0.6:56853 2022/08/22 23:25:14 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:25:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:25:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.126686404s) from=127.0.0.6:44969 2022/08/22 23:25:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:25:33 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:25:33 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:25:33 [DEBUG] agent: Node info in sync 2022/08/22 23:25:33 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.122206526s) from=127.0.0.6:60945 2022/08/22 23:25:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m7.241260643s) from=127.0.0.6:60971 2022/08/22 23:26:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:26:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:26:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:26:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:26:49 [DEBUG] agent: Node info in sync 2022/08/22 23:27:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:28:07 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:28:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:28:07 [DEBUG] agent: Node info in sync 2022/08/22 23:28:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:28:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/catalog/services (1.837678ms) from=127.0.0.6:50233 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/status/leader (859.463µs) from=127.0.0.6:53875 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (1.258794ms) from=127.0.0.6:53875 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (395.697µs) from=127.0.0.6:53875 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/parser-v1 (334.084µs) from=127.0.0.6:53875 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (364.848µs) from=127.0.0.6:53875 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (247.956µs) from=127.0.0.6:36233 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (702.023µs) from=127.0.0.6:49377 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (600.265µs) from=127.0.0.6:33135 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (402.61µs) from=127.0.0.6:39303 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (644.357µs) from=127.0.0.6:37191 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (357.111µs) from=127.0.0.6:33135 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (167.788µs) from=127.0.0.6:51115 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (157.528µs) from=127.0.0.6:37191 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (235.551µs) from=127.0.0.6:49377 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (177.006µs) from=127.0.0.6:32799 2022/08/22 23:29:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (672.339µs) from=127.0.0.6:52271 2022/08/22 23:29:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:29:26 [DEBUG] http: Request GET /v1/status/leader (216.958µs) from=127.0.0.6:42939 2022/08/22 23:29:42 [DEBUG] http: Request GET /v1/catalog/services (454.635µs) from=127.0.0.6:42939 2022/08/22 23:29:42 [DEBUG] http: Request GET /v1/status/leader (7.696891ms) from=127.0.0.6:42939 2022/08/22 23:29:42 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (315.711µs) from=127.0.0.6:36911 2022/08/22 23:29:42 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (756.119µs) from=127.0.0.6:42247 2022/08/22 23:29:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:29:43 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:29:43 [DEBUG] agent: Node info in sync 2022/08/22 23:29:46 [DEBUG] http: Request GET /v1/status/leader (865.804µs) from=127.0.0.6:55215 2022/08/22 23:30:02 [DEBUG] http: Request GET /v1/status/leader (2.458591ms) from=127.0.0.6:55215 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/catalog/services (3.098435ms) from=127.0.0.6:55215 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/status/leader (756.595µs) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (3.650044ms) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (453.843µs) from=127.0.0.6:42473 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (780.754µs) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (455.399µs) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/parser-v1 (851.512µs) from=127.0.0.6:39517 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (445.735µs) from=127.0.0.6:42473 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (445.519µs) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (407.492µs) from=127.0.0.6:54341 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (208.565µs) from=127.0.0.6:39517 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (446.38µs) from=127.0.0.6:39517 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (926.854µs) from=127.0.0.6:54341 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (4.122158ms) from=127.0.0.6:42473 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (876.256µs) from=127.0.0.6:59891 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (664.473µs) from=127.0.0.6:50107 2022/08/22 23:30:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (446.264µs) from=127.0.0.6:50307 2022/08/22 23:30:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:30:22 [DEBUG] http: Request GET /v1/status/leader (853.628µs) from=127.0.0.6:58425 2022/08/22 23:30:22 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:30:30 [DEBUG] http: Request GET /v1/status/leader (1.376626ms) from=127.0.0.6:58425 2022/08/22 23:30:44 [DEBUG] http: Request GET /v1/catalog/services (1.004883ms) from=127.0.0.6:58425 2022/08/22 23:30:44 [DEBUG] http: Request GET /v1/status/leader (513.076µs) from=127.0.0.6:58525 2022/08/22 23:30:44 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (425.997µs) from=127.0.0.6:58525 2022/08/22 23:30:44 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (231.273µs) from=127.0.0.6:58705 2022/08/22 23:30:50 [DEBUG] http: Request GET /v1/status/leader (480.595µs) from=127.0.0.6:41133 2022/08/22 23:30:55 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:30:55 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:30:55 [DEBUG] agent: Node info in sync 2022/08/22 23:31:04 [DEBUG] http: Request GET /v1/status/leader (294.233µs) from=127.0.0.6:41133 2022/08/22 23:31:07 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.627855512s) from=127.0.0.6:51115 2022/08/22 23:31:07 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.174496549s) from=127.0.0.6:54593 2022/08/22 23:31:08 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.69034711s) from=127.0.0.6:39303 2022/08/22 23:31:08 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m2.185741861s) from=127.0.0.6:37191 2022/08/22 23:31:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m3.1284444s) from=127.0.0.6:50233 2022/08/22 23:31:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m3.655884556s) from=127.0.0.6:33135 2022/08/22 23:31:10 [DEBUG] http: Request GET /v1/status/leader (138.782µs) from=127.0.0.6:41133 2022/08/22 23:31:10 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m3.836397211s) from=127.0.0.6:59823 2022/08/22 23:31:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m4.05889381s) from=127.0.0.6:53875 2022/08/22 23:31:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.27236398s) from=127.0.0.6:49377 2022/08/22 23:31:11 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.717225446s) from=127.0.0.6:45917 2022/08/22 23:31:11 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.037988908s) from=127.0.0.6:52387 2022/08/22 23:31:12 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m5.830905392s) from=127.0.0.6:32799 2022/08/22 23:31:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m6.158191642s) from=127.0.0.6:36895 2022/08/22 23:31:13 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.612842415s) from=127.0.0.6:50239 2022/08/22 23:31:13 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m6.730500894s) from=127.0.0.6:36233 2022/08/22 23:31:13 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m6.934502374s) from=127.0.0.6:52271 2022/08/22 23:31:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:31:25 [DEBUG] http: Request GET /v1/status/leader (381.802µs) from=127.0.0.6:41133 2022/08/22 23:31:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m2.336388425s) from=127.0.0.6:42939 2022/08/22 23:31:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.978581212s) from=127.0.0.6:42247 2022/08/22 23:31:49 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.238315419s) from=127.0.0.6:36911 2022/08/22 23:32:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.242025655s) from=127.0.0.6:54967 2022/08/22 23:32:11 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.058326653s) from=127.0.0.6:51319 2022/08/22 23:32:11 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m1.34594125s) from=127.0.0.6:50307 2022/08/22 23:32:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.99724909s) from=127.0.0.6:58933 2022/08/22 23:32:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.078149672s) from=127.0.0.6:39517 2022/08/22 23:32:12 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.167904947s) from=127.0.0.6:46479 2022/08/22 23:32:13 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m2.582778713s) from=127.0.0.6:42473 2022/08/22 23:32:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m2.639963971s) from=127.0.0.6:50107 2022/08/22 23:32:13 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.794033446s) from=127.0.0.6:50359 2022/08/22 23:32:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (2m3.350047133s) from=127.0.0.6:55215 2022/08/22 23:32:15 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m5.02971894s) from=127.0.0.6:46071 2022/08/22 23:32:16 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m5.45389043s) from=127.0.0.6:43031 2022/08/22 23:32:16 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.156879621s) from=127.0.0.6:54341 2022/08/22 23:32:16 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.231890728s) from=127.0.0.6:39857 2022/08/22 23:32:17 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m6.366360943s) from=127.0.0.6:59891 2022/08/22 23:32:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:32:17 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:32:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:32:17 [DEBUG] agent: Node info in sync 2022/08/22 23:32:17 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m7.016903804s) from=127.0.0.6:54217 2022/08/22 23:32:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:32:43 [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. 2022/08/22 23:32:43 [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. 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:43 [INFO] agent: Synced service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Node info in sync 2022/08/22 23:32:43 [DEBUG] http: Request PUT /v1/agent/service/register (114.579618ms) from=127.0.0.6:59649 2022/08/22 23:32:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (1m58.803612653s) from=127.0.0.6:58425 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:32:43 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:32:43 [DEBUG] agent: Node info in sync 2022/08/22 23:32:43 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (2.93406ms) from=127.0.0.6:59649 2022/08/22 23:32:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:32:46 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.020052247s) from=127.0.0.6:58705 2022/08/22 23:32:50 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.44407057s) from=127.0.0.6:58525 2022/08/22 23:33:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:34:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:34:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:34:08 [DEBUG] agent: Node info in sync 2022/08/22 23:34:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:35:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:35:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:35:38 [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. 2022/08/22 23:35:38 [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. 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:38 [INFO] agent: Synced service "_v1_usecaseui-server_10.233.23.53_8082" 2022/08/22 23:35:38 [DEBUG] agent: Node info in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:38 [DEBUG] agent: Node info in sync 2022/08/22 23:35:38 [DEBUG] http: Request PUT /v1/agent/service/register (27.839748ms) from=127.0.0.6:42613 2022/08/22 23:35:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (3.209498ms) from=127.0.0.6:42613 2022/08/22 23:35:38 [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. 2022/08/22 23:35:38 [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. 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [INFO] agent: Synced service "_v1_usecaseui-ui_10.233.45.114_8443" 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Node info in sync 2022/08/22 23:35:38 [DEBUG] http: Request PUT /v1/agent/service/register (46.9204ms) from=127.0.0.6:42613 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:38 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:38 [DEBUG] agent: Node info in sync 2022/08/22 23:35:39 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (12.414633ms) from=127.0.0.6:42613 2022/08/22 23:35:50 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [INFO] agent: Synced service "_v1_ztevnfmdriver_10.233.4.123_8410" 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:50 [DEBUG] http: Request PUT /v1/agent/service/register (47.903259ms) from=127.0.0.6:42613 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:50 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (800.678µs) from=127.0.0.6:42613 2022/08/22 23:35:50 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [INFO] agent: Synced service "_v1_gvnfmdriver_10.233.52.95_8484" 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:50 [DEBUG] http: Request PUT /v1/agent/service/register (46.021442ms) from=127.0.0.6:42613 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:50 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (1.378628ms) from=127.0.0.6:42613 2022/08/22 23:35: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. 2022/08/22 23:35: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. 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:50 [INFO] agent: Synced service "_v1_nslcm_10.233.33.51_8403" 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:50 [DEBUG] http: Request PUT /v1/agent/service/register (31.263758ms) from=127.0.0.6:42613 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:50 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (970.472µs) from=127.0.0.6:42613 2022/08/22 23:35:51 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [INFO] agent: Synced service "_v2_nslcm_10.233.33.51_8403" 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request PUT /v1/agent/service/register (43.476959ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (5.815556ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [INFO] agent: Synced service "_v1_huaweivnfmdriver_10.233.7.229_8482" 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request PUT /v1/agent/service/register (23.716567ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (526.076µs) from=127.0.0.6:42613 2022/08/22 23:35: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. 2022/08/22 23:35: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. 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [INFO] agent: Synced service "_v1_vnfmgr_10.233.60.93_8803" 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request PUT /v1/agent/service/register (79.368966ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (491.861µs) from=127.0.0.6:42613 2022/08/22 23:35:51 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [INFO] agent: Synced service "_v1_vnflcm_10.233.45.123_8801" 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request PUT /v1/agent/service/register (66.533533ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (13.708208ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [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. 2022/08/22 23:35: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. 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:35:51 [INFO] agent: Synced service "_v1_vnfres_10.233.15.226_8802" 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:51 [DEBUG] http: Request PUT /v1/agent/service/register (76.761419ms) from=127.0.0.6:42613 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:35:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:35:51 [DEBUG] agent: Node info in sync 2022/08/22 23:35:52 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (273.399416ms) from=127.0.0.6:42613 2022/08/22 23:36:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:36:23 [DEBUG] http: Request GET /v1/catalog/services (2.027772ms) from=127.0.0.6:40545 2022/08/22 23:36:23 [DEBUG] http: Request GET /v1/status/leader (474.759µs) from=127.0.0.6:56249 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (1.37877ms) from=127.0.0.6:40545 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (1.467316ms) from=127.0.0.6:42613 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (888.603µs) from=127.0.0.6:42613 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (301.162µs) from=127.0.0.6:56929 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (170.742µs) from=127.0.0.6:35863 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (157.238µs) from=127.0.0.6:58345 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (147.711µs) from=127.0.0.6:46887 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (166.141µs) from=127.0.0.6:37899 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (141.266µs) from=127.0.0.6:56107 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (17.849525ms) from=127.0.0.6:40179 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (235.221µs) from=127.0.0.6:46887 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (172.228µs) from=127.0.0.6:56107 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (190.187µs) from=127.0.0.6:42613 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (775.295µs) from=127.0.0.6:46887 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (647.238µs) from=127.0.0.6:58345 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/parser-v1 (621.132µs) from=127.0.0.6:37899 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (1.004839ms) from=127.0.0.6:56107 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (518.27µs) from=127.0.0.6:42613 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (688.048µs) from=127.0.0.6:37899 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (53.987183ms) from=127.0.0.6:40179 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (304.521µs) from=127.0.0.6:50799 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (149.062µs) from=127.0.0.6:40545 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (245.636µs) from=127.0.0.6:51651 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (243.8µs) from=127.0.0.6:49149 2022/08/22 23:36:24 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (187.088µs) from=127.0.0.6:56129 2022/08/22 23:36:25 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (387.006µs) from=127.0.0.6:41043 2022/08/22 23:36:44 [DEBUG] http: Request GET /v1/status/leader (67.431079ms) from=127.0.0.6:39555 2022/08/22 23:37:04 [DEBUG] http: Request GET /v1/status/leader (9.20931ms) from=127.0.0.6:39555 2022/08/22 23:37:04 [DEBUG] http: Request GET /v1/catalog/services (1.432266ms) from=127.0.0.6:60859 2022/08/22 23:37:05 [DEBUG] http: Request GET /v1/status/leader (133.651222ms) from=127.0.0.6:60859 2022/08/22 23:37:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.482266ms) from=127.0.0.6:60859 2022/08/22 23:37:05 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (322.138µs) from=127.0.0.6:47197 2022/08/22 23:37:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:37:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:37:24 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:37:24 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:37:24 [DEBUG] agent: Node info in sync 2022/08/22 23:37:25 [DEBUG] http: Request GET /v1/status/leader (3.937785ms) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/catalog/services (13.909428ms) from=127.0.0.6:54987 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/status/leader (802.68µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (276.371µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (278.998µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (254.186µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (430.477µs) from=127.0.0.6:56547 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (943.098µs) from=127.0.0.6:56547 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (10.46665ms) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (860.529µs) from=127.0.0.6:57729 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (233.504µs) from=127.0.0.6:41367 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (913.4µs) from=127.0.0.6:56547 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (396.145µs) from=127.0.0.6:56547 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (295.699µs) from=127.0.0.6:53841 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (223.061µs) from=127.0.0.6:52833 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (299.667µs) from=127.0.0.6:41367 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/parser-v1 (225.18µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (1.021752ms) from=127.0.0.6:57729 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (463.774µs) from=127.0.0.6:41781 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (392.203µs) from=127.0.0.6:37179 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (6.272059ms) from=127.0.0.6:56547 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (373.377µs) from=127.0.0.6:53069 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (1.03748ms) from=127.0.0.6:51567 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (372.459µs) from=127.0.0.6:56687 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (982.167µs) from=127.0.0.6:39555 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (510.952µs) from=127.0.0.6:57729 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (384.491µs) from=127.0.0.6:41367 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (638.096µs) from=127.0.0.6:41781 2022/08/22 23:37:30 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (862.084µs) from=127.0.0.6:34201 2022/08/22 23:37:45 [DEBUG] http: Request GET /v1/status/leader (340.231µs) from=127.0.0.6:38021 2022/08/22 23:37:50 [DEBUG] http: Request GET /v1/status/leader (228.785µs) from=127.0.0.6:38021 2022/08/22 23:38:10 [DEBUG] http: Request GET /v1/status/leader (257.322µs) from=127.0.0.6:38021 2022/08/22 23:38:15 [DEBUG] http: Request GET /v1/catalog/services (628.519µs) from=127.0.0.6:38021 2022/08/22 23:38:15 [DEBUG] http: Request GET /v1/status/leader (514.387µs) from=127.0.0.6:43453 2022/08/22 23:38:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (392.281µs) from=127.0.0.6:43453 2022/08/22 23:38:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.590556ms) from=127.0.0.6:39649 2022/08/22 23:38:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:38:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.28527613s) from=127.0.0.6:56249 2022/08/22 23:38:25 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m0.151470196s) from=127.0.0.6:41043 2022/08/22 23:38:25 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m0.692057883s) from=127.0.0.6:37899 2022/08/22 23:38:25 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m0.509500401s) from=127.0.0.6:47395 2022/08/22 23:38:25 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m0.933214357s) from=127.0.0.6:52959 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m1.277053076s) from=127.0.0.6:56929 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m1.477455692s) from=127.0.0.6:53879 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.69900319s) from=127.0.0.6:44943 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m2.040935648s) from=127.0.0.6:35863 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m1.823813389s) from=127.0.0.6:40545 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m1.931615743s) from=127.0.0.6:60351 2022/08/22 23:38:26 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m1.979551468s) from=127.0.0.6:51651 2022/08/22 23:38:27 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.093253724s) from=127.0.0.6:49611 2022/08/22 23:38:27 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m3.141762732s) from=127.0.0.6:40179 2022/08/22 23:38:28 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.536130144s) from=127.0.0.6:58295 2022/08/22 23:38:29 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m4.644055391s) from=127.0.0.6:49149 2022/08/22 23:38:29 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m4.731519112s) from=127.0.0.6:55931 2022/08/22 23:38:29 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m5.107944601s) from=127.0.0.6:46887 2022/08/22 23:38:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m5.167880308s) from=127.0.0.6:59343 2022/08/22 23:38:30 [DEBUG] http: Request GET /v1/status/leader (336.826µs) from=127.0.0.6:45517 2022/08/22 23:38:30 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m5.78637078s) from=127.0.0.6:56109 2022/08/22 23:38:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.925152219s) from=127.0.0.6:50799 2022/08/22 23:38:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.209845283s) from=127.0.0.6:42613 2022/08/22 23:38:31 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.583540484s) from=127.0.0.6:58345 2022/08/22 23:38:31 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m6.706036007s) from=127.0.0.6:45627 2022/08/22 23:38:31 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m6.554510762s) from=127.0.0.6:56129 2022/08/22 23:38:32 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m7.142544294s) from=127.0.0.6:38691 2022/08/22 23:38:32 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m7.427302598s) from=127.0.0.6:56107 2022/08/22 23:38:35 [DEBUG] http: Request GET /v1/status/leader (176.741µs) from=127.0.0.6:45517 2022/08/22 23:38:55 [DEBUG] http: Request GET /v1/status/leader (381.725µs) from=127.0.0.6:45517 2022/08/22 23:39:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:39:05 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:39:05 [DEBUG] agent: Node info in sync 2022/08/22 23:39:08 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.795917241s) from=127.0.0.6:47197 2022/08/22 23:39:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.144447051s) from=127.0.0.6:57961 2022/08/22 23:39:11 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.583841943s) from=127.0.0.6:60859 2022/08/22 23:39:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:39:31 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m0.127019102s) from=127.0.0.6:41367 2022/08/22 23:39:31 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m0.236321372s) from=127.0.0.6:47719 2022/08/22 23:39:31 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m0.765606576s) from=127.0.0.6:33409 2022/08/22 23:39:31 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.044363355s) from=127.0.0.6:40413 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.155423283s) from=127.0.0.6:51567 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m1.22431468s) from=127.0.0.6:47345 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m1.200835847s) from=127.0.0.6:60981 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m1.237861699s) from=127.0.0.6:39555 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m1.332116791s) from=127.0.0.6:57729 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m1.457639947s) from=127.0.0.6:59675 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m2.173067342s) from=127.0.0.6:52833 2022/08/22 23:39:32 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m2.080346773s) from=127.0.0.6:41781 2022/08/22 23:39:33 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m2.213135911s) from=127.0.0.6:53069 2022/08/22 23:39:33 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.916760964s) from=127.0.0.6:37105 2022/08/22 23:39:33 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m3.183731589s) from=127.0.0.6:60583 2022/08/22 23:39:34 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.118310237s) from=127.0.0.6:36067 2022/08/22 23:39:34 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m3.455458775s) from=127.0.0.6:58385 2022/08/22 23:39:35 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m4.434075435s) from=127.0.0.6:51819 2022/08/22 23:39:36 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m5.825112497s) from=127.0.0.6:36001 2022/08/22 23:39:36 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m5.904113788s) from=127.0.0.6:34201 2022/08/22 23:39:36 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m5.926626171s) from=127.0.0.6:55719 2022/08/22 23:39:36 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m6.002105558s) from=127.0.0.6:56547 2022/08/22 23:39:36 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m6.076219435s) from=127.0.0.6:37761 2022/08/22 23:39:37 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m7.27068604s) from=127.0.0.6:54987 2022/08/22 23:39:37 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.072227533s) from=127.0.0.6:56687 2022/08/22 23:39:38 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m7.217905558s) from=127.0.0.6:53841 2022/08/22 23:39:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m7.266222589s) from=127.0.0.6:37179 2022/08/22 23:39:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:40:17 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.536423969s) from=127.0.0.6:43453 2022/08/22 23:40:18 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m3.291179878s) from=127.0.0.6:39649 2022/08/22 23:40:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.938903363s) from=127.0.0.6:38021 2022/08/22 23:40:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:40:34 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:40:34 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:40:34 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:40:34 [DEBUG] agent: Node info in sync 2022/08/22 23:41:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:42:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:42:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:42:14 [DEBUG] agent: Node info in sync 2022/08/22 23:42:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:42:32 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:43:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/catalog/services (7.306274ms) from=127.0.0.6:42537 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/status/leader (1.250457ms) from=127.0.0.6:40129 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (4.060797ms) from=127.0.0.6:40129 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (35.443182ms) from=127.0.0.6:40129 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (296.75µs) from=127.0.0.6:50065 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (192.061µs) from=127.0.0.6:36033 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (175.456µs) from=127.0.0.6:53607 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (699.858µs) from=127.0.0.6:34081 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (321.617µs) from=127.0.0.6:34081 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (268.551µs) from=127.0.0.6:55573 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (1.173902ms) from=127.0.0.6:50963 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/parser-v1 (236.077µs) from=127.0.0.6:40129 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (205.606µs) from=127.0.0.6:50065 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (180.79µs) from=127.0.0.6:36033 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (357.377µs) from=127.0.0.6:51125 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (497.928µs) from=127.0.0.6:40361 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (4.964955ms) from=127.0.0.6:49141 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (576.954µs) from=127.0.0.6:40361 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (261.437µs) from=127.0.0.6:36033 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (2.068923ms) from=127.0.0.6:50065 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (1.246635ms) from=127.0.0.6:47683 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (901.952µs) from=127.0.0.6:41349 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (319.118µs) from=127.0.0.6:53607 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (641.648µs) from=127.0.0.6:41477 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (36.035178ms) from=127.0.0.6:52689 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (763.802µs) from=127.0.0.6:37379 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (579.515µs) from=127.0.0.6:41349 2022/08/22 23:43:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (614.7µs) from=127.0.0.6:47683 2022/08/22 23:43:57 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:43:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:43:57 [DEBUG] agent: Node info in sync 2022/08/22 23:44:10 [DEBUG] http: Request GET /v1/status/leader (11.54836ms) from=127.0.0.6:45167 2022/08/22 23:44:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:44:30 [DEBUG] http: Request GET /v1/status/leader (1.273558ms) from=127.0.0.6:45167 2022/08/22 23:44:50 [DEBUG] http: Request GET /v1/status/leader (1.121459ms) from=127.0.0.6:39763 2022/08/22 23:44:57 [DEBUG] http: Request GET /v1/catalog/services (2.250375ms) from=127.0.0.6:45167 2022/08/22 23:44:57 [DEBUG] http: Request GET /v1/status/leader (173.756µs) from=127.0.0.6:45167 2022/08/22 23:44:57 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (450.025µs) from=127.0.0.6:49019 2022/08/22 23:44:57 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (365.657µs) from=127.0.0.6:39763 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/catalog/services (1.695583ms) from=127.0.0.6:37875 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/status/leader (417.753µs) from=127.0.0.6:36025 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (645.923µs) from=127.0.0.6:36025 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (677.54µs) from=127.0.0.6:54067 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (92.976457ms) from=127.0.0.6:36025 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (246.376µs) from=127.0.0.6:54067 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (40.592197ms) from=127.0.0.6:55357 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (63.270421ms) from=127.0.0.6:35703 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (309.394µs) from=127.0.0.6:47355 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (68.443042ms) from=127.0.0.6:45767 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (23.500297ms) from=127.0.0.6:36025 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (10.124515ms) from=127.0.0.6:54067 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (422.813µs) from=127.0.0.6:43625 2022/08/22 23:45:00 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (55.361528ms) from=127.0.0.6:43625 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (116.422707ms) from=127.0.0.6:49797 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (123.117439ms) from=127.0.0.6:54067 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (186.804438ms) from=127.0.0.6:48027 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (492.939µs) from=127.0.0.6:49797 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/parser-v1 (110.574416ms) from=127.0.0.6:49005 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (1.805342ms) from=127.0.0.6:38569 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (839.699µs) from=127.0.0.6:43323 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (409.975µs) from=127.0.0.6:51115 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (833.914µs) from=127.0.0.6:47429 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (1.202664ms) from=127.0.0.6:52293 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (1.254008ms) from=127.0.0.6:43643 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (449.647µs) from=127.0.0.6:42471 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (8.147152ms) from=127.0.0.6:58931 2022/08/22 23:45:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.008094ms) from=127.0.0.6:54341 2022/08/22 23:45:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:45:17 [DEBUG] http: Request GET /v1/status/leader (1.990065ms) from=127.0.0.6:43337 2022/08/22 23:45:20 [DEBUG] http: Request GET /v1/status/leader (5.109427ms) from=127.0.0.6:54937 2022/08/22 23:45:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:45:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:45:28 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:45:28 [DEBUG] agent: Node info in sync 2022/08/22 23:45:37 [DEBUG] http: Request GET /v1/status/leader (1.276172ms) from=127.0.0.6:43337 2022/08/22 23:45:40 [DEBUG] http: Request GET /v1/status/leader (805.253µs) from=127.0.0.6:43337 2022/08/22 23:45:50 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m0.129460004s) from=127.0.0.6:53607 2022/08/22 23:45:51 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m0.633053905s) from=127.0.0.6:53451 2022/08/22 23:45:51 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m1.020366941s) from=127.0.0.6:50963 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.327478118s) from=127.0.0.6:34081 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m1.77659734s) from=127.0.0.6:36625 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m1.777302865s) from=127.0.0.6:36033 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m1.806355554s) from=127.0.0.6:40129 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.370277563s) from=127.0.0.6:49141 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.245697745s) from=127.0.0.6:41017 2022/08/22 23:45:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m2.223962234s) from=127.0.0.6:41819 2022/08/22 23:45:53 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m2.521095876s) from=127.0.0.6:51125 2022/08/22 23:45:53 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m2.409490455s) from=127.0.0.6:41349 2022/08/22 23:45:53 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.801982408s) from=127.0.0.6:37379 2022/08/22 23:45:53 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m3.021037703s) from=127.0.0.6:42603 2022/08/22 23:45:54 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m3.414690156s) from=127.0.0.6:40361 2022/08/22 23:45:54 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m3.676251112s) from=127.0.0.6:52689 2022/08/22 23:45:54 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.73395824s) from=127.0.0.6:39211 2022/08/22 23:45:54 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.060390985s) from=127.0.0.6:39483 2022/08/22 23:45:55 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m4.890105631s) from=127.0.0.6:41973 2022/08/22 23:45:55 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m5.177488883s) from=127.0.0.6:55573 2022/08/22 23:45:56 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m5.398771278s) from=127.0.0.6:47683 2022/08/22 23:45:56 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m5.668151423s) from=127.0.0.6:59143 2022/08/22 23:45:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.899894401s) from=127.0.0.6:42537 2022/08/22 23:45:57 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m6.657888712s) from=127.0.0.6:41477 2022/08/22 23:45:57 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.982242677s) from=127.0.0.6:50065 2022/08/22 23:45:57 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m6.998774824s) from=127.0.0.6:54449 2022/08/22 23:45:58 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m7.433824437s) from=127.0.0.6:50701 2022/08/22 23:46:00 [DEBUG] http: Request GET /v1/status/leader (410.652µs) from=127.0.0.6:43337 2022/08/22 23:46:04 [DEBUG] http: Request GET /v1/catalog/services (697.068µs) from=127.0.0.6:43337 2022/08/22 23:46:05 [DEBUG] http: Request GET /v1/status/leader (435.365µs) from=127.0.0.6:38279 2022/08/22 23:46:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (5.429781ms) from=127.0.0.6:38279 2022/08/22 23:46:05 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (167.979µs) from=127.0.0.6:38279 2022/08/22 23:46:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:46:25 [DEBUG] http: Request GET /v1/status/leader (1.196225ms) from=127.0.0.6:54937 2022/08/22 23:46:45 [DEBUG] http: Request GET /v1/status/leader (391.062µs) from=127.0.0.6:54937 2022/08/22 23:46:59 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.328069367s) from=127.0.0.6:49019 2022/08/22 23:47:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m0.088100496s) from=127.0.0.6:48027 2022/08/22 23:47:01 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.372199349s) from=127.0.0.6:43625 2022/08/22 23:47:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.200972545s) from=127.0.0.6:39763 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m0.896281138s) from=127.0.0.6:49005 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m1.260456032s) from=127.0.0.6:34371 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.29503577s) from=127.0.0.6:43323 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.423259755s) from=127.0.0.6:47429 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m1.652070626s) from=127.0.0.6:36025 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m1.633212717s) from=127.0.0.6:54341 2022/08/22 23:47:02 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m1.750992477s) from=127.0.0.6:49797 2022/08/22 23:47:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.970846924s) from=127.0.0.6:45167 2022/08/22 23:47:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m2.501761374s) from=127.0.0.6:35887 2022/08/22 23:47:04 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.987341828s) from=127.0.0.6:50863 2022/08/22 23:47:04 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m3.082467288s) from=127.0.0.6:48447 2022/08/22 23:47:04 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m3.360248799s) from=127.0.0.6:43643 2022/08/22 23:47:04 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m3.725374249s) from=127.0.0.6:35703 2022/08/22 23:47:05 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.910899454s) from=127.0.0.6:54067 2022/08/22 23:47:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m3.897784649s) from=127.0.0.6:54579 2022/08/22 23:47:05 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m4.612682604s) from=127.0.0.6:58931 2022/08/22 23:47:06 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m4.872602226s) from=127.0.0.6:42471 2022/08/22 23:47:06 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m5.024798152s) from=127.0.0.6:51115 2022/08/22 23:47:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.138637984s) from=127.0.0.6:46375 2022/08/22 23:47:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.10355612s) from=127.0.0.6:37875 2022/08/22 23:47:07 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m6.571605246s) from=127.0.0.6:45767 2022/08/22 23:47:07 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.452611058s) from=127.0.0.6:38569 2022/08/22 23:47:07 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m6.72745176s) from=127.0.0.6:52293 2022/08/22 23:47:08 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m7.459763388s) from=127.0.0.6:55357 2022/08/22 23:47:08 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m7.439899677s) from=127.0.0.6:47355 2022/08/22 23:47:08 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m7.280471546s) from=127.0.0.6:41289 2022/08/22 23:47:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:47:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:47:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:47:14 [DEBUG] agent: Node info in sync 2022/08/22 23:47:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:48:05 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.652451049s) from=127.0.0.6:38279 2022/08/22 23:48:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m2.082527378s) from=127.0.0.6:43337 2022/08/22 23:48:11 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.749979433s) from=127.0.0.6:59593 2022/08/22 23:48:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:48:53 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:48:53 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:48:53 [DEBUG] agent: Node info in sync 2022/08/22 23:49:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:49:35 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:50:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:50:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:50:47 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:50:47 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:50:47 [DEBUG] agent: Node info in sync 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/catalog/services (1.383046ms) from=127.0.0.6:52269 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/status/leader (1.359774ms) from=127.0.0.6:52269 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (864.901µs) from=127.0.0.6:50075 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (328.774µs) from=127.0.0.6:34875 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (1.274463ms) from=127.0.0.6:44691 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (5.765589ms) from=127.0.0.6:44691 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (18.977523ms) from=127.0.0.6:34875 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (2.550678ms) from=127.0.0.6:42659 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (530.839µs) from=127.0.0.6:47625 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (629.564µs) from=127.0.0.6:55069 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (310.536µs) from=127.0.0.6:47323 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (383.614µs) from=127.0.0.6:51299 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (336.081µs) from=127.0.0.6:41645 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (190.339µs) from=127.0.0.6:60943 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (1.067762ms) from=127.0.0.6:44691 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/parser-v1 (299.491µs) from=127.0.0.6:34875 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (2.064729ms) from=127.0.0.6:34875 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (237.894µs) from=127.0.0.6:50075 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (927.706µs) from=127.0.0.6:48773 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.464751ms) from=127.0.0.6:55869 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (387.314µs) from=127.0.0.6:48673 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (219.766µs) from=127.0.0.6:49647 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (195.539µs) from=127.0.0.6:40203 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (220.392µs) from=127.0.0.6:38241 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (266.087µs) from=127.0.0.6:53011 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (229.361µs) from=127.0.0.6:50075 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (517.918µs) from=127.0.0.6:55869 2022/08/22 23:51:12 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (170.799µs) from=127.0.0.6:55601 2022/08/22 23:51:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:51:32 [DEBUG] http: Request GET /v1/status/leader (5.651188ms) from=127.0.0.6:47187 2022/08/22 23:51:52 [DEBUG] http: Request GET /v1/status/leader (178.773µs) from=127.0.0.6:47187 2022/08/22 23:51:58 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:52:12 [DEBUG] http: Request GET /v1/status/leader (724.807µs) from=127.0.0.6:47187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/catalog/services (922.436µs) from=127.0.0.6:47187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/status/leader (695.431µs) from=127.0.0.6:47187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (2.036447ms) from=127.0.0.6:57677 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (331.453µs) from=127.0.0.6:33207 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (245.346µs) from=127.0.0.6:57677 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (168.988µs) from=127.0.0.6:55983 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.175764ms) from=127.0.0.6:41243 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (280.429µs) from=127.0.0.6:45947 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (253.376µs) from=127.0.0.6:41243 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (232.265µs) from=127.0.0.6:33123 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (259.009µs) from=127.0.0.6:37729 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.10253ms) from=127.0.0.6:56187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (257.997µs) from=127.0.0.6:37729 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (11.333055ms) from=127.0.0.6:57677 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (401.237µs) from=127.0.0.6:56187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (244.651µs) from=127.0.0.6:56187 2022/08/22 23:52:20 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (225.796µs) from=127.0.0.6:41243 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (602.853µs) from=127.0.0.6:33123 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (450.441µs) from=127.0.0.6:55983 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/parser-v1 (1.451982ms) from=127.0.0.6:48021 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (869.463µs) from=127.0.0.6:33207 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (871.146µs) from=127.0.0.6:47013 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (622.802µs) from=127.0.0.6:52361 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (397.677µs) from=127.0.0.6:57261 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (350.739µs) from=127.0.0.6:53485 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (270.471µs) from=127.0.0.6:49341 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (206.191µs) from=127.0.0.6:48021 2022/08/22 23:52:21 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (169.416µs) from=127.0.0.6:55983 2022/08/22 23:52:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:52:25 [DEBUG] http: Request GET /v1/catalog/services (607.1µs) from=127.0.0.6:41923 2022/08/22 23:52:25 [DEBUG] http: Request GET /v1/status/leader (282.766µs) from=127.0.0.6:50619 2022/08/22 23:52:25 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (253.821µs) from=127.0.0.6:50619 2022/08/22 23:52:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (225.729µs) from=127.0.0.6:50619 2022/08/22 23:52:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:52:30 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:52:30 [DEBUG] agent: Node info in sync 2022/08/22 23:52:40 [DEBUG] http: Request GET /v1/status/leader (183.614µs) from=127.0.0.6:47453 2022/08/22 23:52:45 [DEBUG] http: Request GET /v1/status/leader (605.69µs) from=127.0.0.6:47453 2022/08/22 23:53:00 [DEBUG] http: Request GET /v1/status/leader (644.91µs) from=127.0.0.6:47453 2022/08/22 23:53:05 [DEBUG] http: Request GET /v1/status/leader (1.310048ms) from=127.0.0.6:47453 2022/08/22 23:53:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.208876795s) from=127.0.0.6:51299 2022/08/22 23:53:12 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m0.141118754s) from=127.0.0.6:60667 2022/08/22 23:53:13 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m0.651278581s) from=127.0.0.6:38241 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.627366097s) from=127.0.0.6:40203 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m1.691546539s) from=127.0.0.6:47323 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.108960251s) from=127.0.0.6:41645 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m2.022755852s) from=127.0.0.6:54855 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.125210395s) from=127.0.0.6:53011 2022/08/22 23:53:14 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.193389516s) from=127.0.0.6:55069 2022/08/22 23:53:15 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m2.628388608s) from=127.0.0.6:48673 2022/08/22 23:53:15 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m2.9392346s) from=127.0.0.6:49499 2022/08/22 23:53:16 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m3.911318257s) from=127.0.0.6:59493 2022/08/22 23:53:16 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m3.945559893s) from=127.0.0.6:55869 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.476198798s) from=127.0.0.6:55601 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m4.79246065s) from=127.0.0.6:44691 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m4.726432918s) from=127.0.0.6:47625 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m4.937545706s) from=127.0.0.6:33145 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m5.217523025s) from=127.0.0.6:60943 2022/08/22 23:53:17 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m5.137172833s) from=127.0.0.6:42659 2022/08/22 23:53:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.995463614s) from=127.0.0.6:52269 2022/08/22 23:53:18 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m6.005927131s) from=127.0.0.6:48773 2022/08/22 23:53:18 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m6.088554988s) from=127.0.0.6:34875 2022/08/22 23:53:18 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m6.205968884s) from=127.0.0.6:49647 2022/08/22 23:53:19 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m6.326843786s) from=127.0.0.6:50075 2022/08/22 23:53:19 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m6.408249824s) from=127.0.0.6:42927 2022/08/22 23:53:19 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m6.942404667s) from=127.0.0.6:44773 2022/08/22 23:53:19 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m6.854249077s) from=127.0.0.6:37317 2022/08/22 23:53:20 [DEBUG] http: Request GET /v1/status/leader (417.619µs) from=127.0.0.6:47453 2022/08/22 23:53:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:53:34 [DEBUG] http: Request GET /v1/catalog/services (531.12µs) from=127.0.0.6:47453 2022/08/22 23:53:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (317.901µs) from=127.0.0.6:34793 2022/08/22 23:53:34 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (368.511µs) from=127.0.0.6:60091 2022/08/22 23:53:34 [DEBUG] http: Request GET /v1/status/leader (144.748µs) from=127.0.0.6:60091 2022/08/22 23:53:54 [DEBUG] http: Request GET /v1/status/leader (1.17674ms) from=127.0.0.6:56849 2022/08/22 23:53:58 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:53:58 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:53:58 [DEBUG] agent: Node info in sync 2022/08/22 23:54:14 [DEBUG] http: Request GET /v1/status/leader (689.35µs) from=127.0.0.6:56849 2022/08/22 23:54:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.318175238s) from=127.0.0.6:47187 2022/08/22 23:54:21 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m0.485633235s) from=127.0.0.6:34063 2022/08/22 23:54:21 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.426145114s) from=127.0.0.6:47185 2022/08/22 23:54:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:54:21 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m0.549913635s) from=127.0.0.6:43617 2022/08/22 23:54:22 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.103440561s) from=127.0.0.6:41243 2022/08/22 23:54:22 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.186792974s) from=127.0.0.6:37729 2022/08/22 23:54:22 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.145866681s) from=127.0.0.6:40385 2022/08/22 23:54:22 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m1.810358865s) from=127.0.0.6:57261 2022/08/22 23:54:22 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m1.782285776s) from=127.0.0.6:52361 2022/08/22 23:54:23 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.004571148s) from=127.0.0.6:46927 2022/08/22 23:54:23 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.227421145s) from=127.0.0.6:33123 2022/08/22 23:54:24 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m3.053375779s) from=127.0.0.6:47349 2022/08/22 23:54:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.398100947s) from=127.0.0.6:51965 2022/08/22 23:54:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m3.548853678s) from=127.0.0.6:53485 2022/08/22 23:54:24 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m3.670923021s) from=127.0.0.6:33207 2022/08/22 23:54:25 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m3.899969329s) from=127.0.0.6:47013 2022/08/22 23:54:25 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m4.506445708s) from=127.0.0.6:46869 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m4.981233646s) from=127.0.0.6:57677 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m5.092817425s) from=127.0.0.6:56187 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m5.173266738s) from=127.0.0.6:45947 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m5.257403949s) from=127.0.0.6:55983 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m5.194582519s) from=127.0.0.6:44649 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m5.414310927s) from=127.0.0.6:34733 2022/08/22 23:54:26 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m5.612936796s) from=127.0.0.6:48021 2022/08/22 23:54:27 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.954975878s) from=127.0.0.6:44831 2022/08/22 23:54:27 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.796144173s) from=127.0.0.6:49341 2022/08/22 23:54:28 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.417363255s) from=127.0.0.6:51531 2022/08/22 23:54:28 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m6.865981939s) from=127.0.0.6:40121 2022/08/22 23:54:28 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.710569675s) from=127.0.0.6:50619 2022/08/22 23:54:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:54:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.822564266s) from=127.0.0.6:41923 2022/08/22 23:55:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:55:38 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.488745309s) from=127.0.0.6:60091 2022/08/22 23:55:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.822782768s) from=127.0.0.6:47453 2022/08/22 23:55:41 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.444147948s) from=127.0.0.6:34793 2022/08/22 23:55:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:55:45 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:55:45 [DEBUG] agent: Node info in sync 2022/08/22 23:56:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:56:56 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:56:56 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:56:56 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:56:56 [DEBUG] agent: Node info in sync 2022/08/22 23:57:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:58:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:58:12 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:58:12 [DEBUG] agent: Node info in sync 2022/08/22 23:58:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/catalog/services (693.882µs) from=127.0.0.6:35385 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/status/leader (1.246549ms) from=127.0.0.6:35385 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (383.311µs) from=127.0.0.6:38679 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (318.691µs) from=127.0.0.6:38679 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (396.497µs) from=127.0.0.6:35307 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (333.884µs) from=127.0.0.6:38679 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (361.187µs) from=127.0.0.6:35775 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (229.22µs) from=127.0.0.6:53523 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (230.445µs) from=127.0.0.6:32989 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (221.655µs) from=127.0.0.6:35307 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (263.626µs) from=127.0.0.6:38013 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (26.453063ms) from=127.0.0.6:46101 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.581051ms) from=127.0.0.6:43009 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (3.003494ms) from=127.0.0.6:44901 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (2.538597ms) from=127.0.0.6:33883 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (692.96µs) from=127.0.0.6:38649 2022/08/22 23:58:34 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (590.184µs) from=127.0.0.6:47885 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (81.474923ms) from=127.0.0.6:55235 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.50236ms) from=127.0.0.6:38363 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (405.352µs) from=127.0.0.6:38679 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (30.528839ms) from=127.0.0.6:57261 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (3.196649ms) from=127.0.0.6:35775 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (1.277584ms) from=127.0.0.6:56213 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/parser-v1 (2.083782ms) from=127.0.0.6:43765 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (8.194422ms) from=127.0.0.6:39425 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (34.300098ms) from=127.0.0.6:47985 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (1.597361ms) from=127.0.0.6:59999 2022/08/22 23:58:35 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (2.463736ms) from=127.0.0.6:52827 2022/08/22 23:58:54 [DEBUG] http: Request GET /v1/status/leader (405.71µs) from=127.0.0.6:58857 2022/08/22 23:59:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/22 23:59:14 [DEBUG] http: Request GET /v1/status/leader (2.262933ms) from=127.0.0.6:50999 2022/08/22 23:59:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/22 23:59:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/22 23:59:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/22 23:59:22 [DEBUG] agent: Node info in sync 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/catalog/services (4.826199ms) from=127.0.0.6:50999 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/status/leader (286.613µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (379.171µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (219.436µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (409.522µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (245.129µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (170.428µs) from=127.0.0.6:39041 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (160.691µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (227.336µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (140.38µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (142.374µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/parser-v1 (151.506µs) from=127.0.0.6:39041 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (149.508µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (712.741µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (357.22µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (155.49µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (379.628µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (310.335µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (215.235µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (645.228µs) from=127.0.0.6:58857 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (161.18µs) from=127.0.0.6:52137 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (166.966µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (237.624µs) from=127.0.0.6:58969 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (154.621µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (336.934µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (465.249µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (156.012µs) from=127.0.0.6:49163 2022/08/22 23:59:40 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (215.861µs) from=127.0.0.6:47657 2022/08/22 23:59:51 [DEBUG] http: Request GET /v1/catalog/services (750.11µs) from=127.0.0.6:45393 2022/08/22 23:59:51 [DEBUG] http: Request GET /v1/status/leader (8.19996ms) from=127.0.0.6:45393 2022/08/22 23:59:51 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.765918ms) from=127.0.0.6:37943 2022/08/22 23:59:51 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.166078ms) from=127.0.0.6:38611 2022/08/23 00:00:00 [DEBUG] http: Request GET /v1/status/leader (2.022015ms) from=127.0.0.6:39451 2022/08/23 00:00:11 [DEBUG] http: Request GET /v1/status/leader (569.043µs) from=127.0.0.6:55775 2022/08/23 00:00:20 [DEBUG] http: Request GET /v1/status/leader (2.356797ms) from=127.0.0.6:39451 2022/08/23 00:00:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:00:31 [DEBUG] http: Request GET /v1/status/leader (261.199µs) from=127.0.0.6:39451 2022/08/23 00:00:34 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:00:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:00:34 [DEBUG] agent: Node info in sync 2022/08/23 00:00:35 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.262848133s) from=127.0.0.6:35385 2022/08/23 00:00:35 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.243056127s) from=127.0.0.6:39425 2022/08/23 00:00:35 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.267037332s) from=127.0.0.6:35775 2022/08/23 00:00:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.440839569s) from=127.0.0.6:32989 2022/08/23 00:00:35 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m0.972211306s) from=127.0.0.6:33883 2022/08/23 00:00:36 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m1.457990475s) from=127.0.0.6:59999 2022/08/23 00:00:36 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m1.545983204s) from=127.0.0.6:55235 2022/08/23 00:00:37 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m2.236841631s) from=127.0.0.6:41989 2022/08/23 00:00:37 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m2.190202408s) from=127.0.0.6:44901 2022/08/23 00:00:37 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.529298726s) from=127.0.0.6:35307 2022/08/23 00:00:37 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.710091001s) from=127.0.0.6:47885 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m3.278885684s) from=127.0.0.6:38013 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m3.31534223s) from=127.0.0.6:38649 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.35123212s) from=127.0.0.6:43009 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.388768425s) from=127.0.0.6:57261 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m3.513772107s) from=127.0.0.6:52827 2022/08/23 00:00:38 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m3.805848507s) from=127.0.0.6:42765 2022/08/23 00:00:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.904415133s) from=127.0.0.6:47985 2022/08/23 00:00:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m4.319886207s) from=127.0.0.6:38207 2022/08/23 00:00:39 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m4.673478542s) from=127.0.0.6:53523 2022/08/23 00:00:39 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m4.626109089s) from=127.0.0.6:43765 2022/08/23 00:00:39 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m4.837936631s) from=127.0.0.6:39363 2022/08/23 00:00:40 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m5.421099866s) from=127.0.0.6:56213 2022/08/23 00:00:40 [DEBUG] http: Request GET /v1/status/leader (173.072µs) from=127.0.0.6:39451 2022/08/23 00:00:41 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.334662222s) from=127.0.0.6:38363 2022/08/23 00:00:41 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m6.617609147s) from=127.0.0.6:36987 2022/08/23 00:00:42 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m7.16694515s) from=127.0.0.6:46101 2022/08/23 00:00:42 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.228639533s) from=127.0.0.6:38679 2022/08/23 00:00:55 [DEBUG] http: Request GET /v1/catalog/services (1.190399ms) from=127.0.0.6:39451 2022/08/23 00:00:55 [DEBUG] http: Request GET /v1/status/leader (482.32µs) from=127.0.0.6:55775 2022/08/23 00:00:55 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (768.329µs) from=127.0.0.6:57175 2022/08/23 00:00:55 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (568.23µs) from=127.0.0.6:55775 2022/08/23 00:01:15 [DEBUG] http: Request GET /v1/status/leader (349.664µs) from=127.0.0.6:34235 2022/08/23 00:01:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:01:27 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:01:35 [DEBUG] http: Request GET /v1/status/leader (19.909876ms) from=127.0.0.6:50131 2022/08/23 00:01:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.173050128s) from=127.0.0.6:50999 2022/08/23 00:01:40 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m0.034520093s) from=127.0.0.6:33671 2022/08/23 00:01:41 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m0.113754592s) from=127.0.0.6:56475 2022/08/23 00:01:41 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m0.647480369s) from=127.0.0.6:52419 2022/08/23 00:01:42 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.170828053s) from=127.0.0.6:58969 2022/08/23 00:01:42 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.660528865s) from=127.0.0.6:49163 2022/08/23 00:01:42 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m1.884369313s) from=127.0.0.6:52137 2022/08/23 00:01:42 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m1.864636213s) from=127.0.0.6:52631 2022/08/23 00:01:42 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m2.024188281s) from=127.0.0.6:58857 2022/08/23 00:01:43 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.018634464s) from=127.0.0.6:36989 2022/08/23 00:01:43 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m2.172267652s) from=127.0.0.6:41157 2022/08/23 00:01:44 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m3.070169709s) from=127.0.0.6:36909 2022/08/23 00:01:44 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m3.250938351s) from=127.0.0.6:43197 2022/08/23 00:01:44 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m3.269905486s) from=127.0.0.6:59755 2022/08/23 00:01:44 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.713810881s) from=127.0.0.6:45571 2022/08/23 00:01:45 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.169314145s) from=127.0.0.6:46555 2022/08/23 00:01:45 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m4.419354569s) from=127.0.0.6:56783 2022/08/23 00:01:45 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m4.878652719s) from=127.0.0.6:59955 2022/08/23 00:01:46 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m5.145400029s) from=127.0.0.6:43803 2022/08/23 00:01:46 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.003554188s) from=127.0.0.6:39041 2022/08/23 00:01:46 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m5.86149476s) from=127.0.0.6:47657 2022/08/23 00:01:46 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m5.908205251s) from=127.0.0.6:60067 2022/08/23 00:01:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m5.964980595s) from=127.0.0.6:47315 2022/08/23 00:01:47 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.314363648s) from=127.0.0.6:47617 2022/08/23 00:01:47 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m6.775611197s) from=127.0.0.6:47063 2022/08/23 00:01:48 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m7.045413048s) from=127.0.0.6:46907 2022/08/23 00:01:48 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m7.382582232s) from=127.0.0.6:44553 2022/08/23 00:01:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m2.376080539s) from=127.0.0.6:45393 2022/08/23 00:01:55 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.836185485s) from=127.0.0.6:37943 2022/08/23 00:01:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.474339175s) from=127.0.0.6:38611 2022/08/23 00:02:02 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:02:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:02:02 [DEBUG] agent: Node info in sync 2022/08/23 00:02:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:03:01 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.948336714s) from=127.0.0.6:57175 2022/08/23 00:03:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.780933895s) from=127.0.0.6:39451 2022/08/23 00:03:02 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.574781856s) from=127.0.0.6:55775 2022/08/23 00:03:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:03:17 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:03:17 [DEBUG] agent: Node info in sync 2022/08/23 00:03:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:03:28 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:04:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:04:50 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:04:50 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:04:50 [DEBUG] agent: Node info in sync 2022/08/23 00:05:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/catalog/services (886.249µs) from=127.0.0.6:37553 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/status/leader (2.938602ms) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (648.862µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (466.595µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (366.959µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (256.906µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (285.142µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (227.116µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/parser-v1 (375.481µs) from=127.0.0.6:50819 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (316.796µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (319.011µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (233.6µs) from=127.0.0.6:50819 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (248.543µs) from=127.0.0.6:50819 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (343.957µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (260.965µs) from=127.0.0.6:40351 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (592.818µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (241.094µs) from=127.0.0.6:50831 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (194.1µs) from=127.0.0.6:55669 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (321.616µs) from=127.0.0.6:55669 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (233.193µs) from=127.0.0.6:39105 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (227.064µs) from=127.0.0.6:50831 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (182.546µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (158.501µs) from=127.0.0.6:50819 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (16.172447ms) from=127.0.0.6:40351 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (3.037185ms) from=127.0.0.6:36391 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (238.078µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (204.68µs) from=127.0.0.6:36391 2022/08/23 00:05:56 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (159.508µs) from=127.0.0.6:36429 2022/08/23 00:05:56 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:05:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:05:56 [DEBUG] agent: Node info in sync 2022/08/23 00:06:02 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:06:16 [DEBUG] http: Request GET /v1/status/leader (1.661004ms) from=127.0.0.6:50513 2022/08/23 00:06:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:06:36 [DEBUG] http: Request GET /v1/status/leader (349.705µs) from=127.0.0.6:50513 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/catalog/services (707.504µs) from=127.0.0.6:50513 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/status/leader (319.526µs) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (1.027966ms) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (265.547µs) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (269.29µs) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (315.943µs) from=127.0.0.6:52713 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (784.876µs) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (659.99µs) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (179.395µs) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (930.882µs) from=127.0.0.6:52713 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/parser-v1 (211.508µs) from=127.0.0.6:52713 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (1.481445ms) from=127.0.0.6:39349 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (1.349672ms) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (205.055µs) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (8.963458ms) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (568.202µs) from=127.0.0.6:41121 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (408.328µs) from=127.0.0.6:60615 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (521.143µs) from=127.0.0.6:40825 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (442.976µs) from=127.0.0.6:43625 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (1.574057ms) from=127.0.0.6:57309 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (827.696µs) from=127.0.0.6:57309 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (229.362µs) from=127.0.0.6:50389 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (228.064µs) from=127.0.0.6:52713 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (196.494µs) from=127.0.0.6:57309 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (485.507µs) from=127.0.0.6:39349 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (343.649µs) from=127.0.0.6:40039 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (483.207µs) from=127.0.0.6:52713 2022/08/23 00:07:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (342.185µs) from=127.0.0.6:40039 2022/08/23 00:07:04 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:07:04 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:07:04 [DEBUG] agent: Node info in sync 2022/08/23 00:07:09 [DEBUG] http: Request GET /v1/catalog/services (1.385555ms) from=127.0.0.6:42853 2022/08/23 00:07:09 [DEBUG] http: Request GET /v1/status/leader (2.260253ms) from=127.0.0.6:43677 2022/08/23 00:07:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (681.173µs) from=127.0.0.6:43677 2022/08/23 00:07:09 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (831.008µs) from=127.0.0.6:34227 2022/08/23 00:07:20 [DEBUG] http: Request GET /v1/status/leader (436.916µs) from=127.0.0.6:46025 2022/08/23 00:07:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:07:29 [DEBUG] http: Request GET /v1/status/leader (10.541321ms) from=127.0.0.6:46025 2022/08/23 00:07:40 [DEBUG] http: Request GET /v1/status/leader (448.954µs) from=127.0.0.6:46025 2022/08/23 00:07:49 [DEBUG] http: Request GET /v1/status/leader (7.130064ms) from=127.0.0.6:46025 2022/08/23 00:07:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m0.042503389s) from=127.0.0.6:42717 2022/08/23 00:07:56 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.256365255s) from=127.0.0.6:39105 2022/08/23 00:07:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m0.433357149s) from=127.0.0.6:55669 2022/08/23 00:07:57 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m0.346620542s) from=127.0.0.6:54069 2022/08/23 00:07:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.473113961s) from=127.0.0.6:37553 2022/08/23 00:07:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.436671286s) from=127.0.0.6:47169 2022/08/23 00:07:58 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m1.769576498s) from=127.0.0.6:56211 2022/08/23 00:07:58 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m1.943839079s) from=127.0.0.6:40351 2022/08/23 00:07:58 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m2.144750339s) from=127.0.0.6:50819 2022/08/23 00:07:59 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m2.369979368s) from=127.0.0.6:34691 2022/08/23 00:07:59 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.696897933s) from=127.0.0.6:53995 2022/08/23 00:07:59 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m2.694582486s) from=127.0.0.6:59261 2022/08/23 00:07:59 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m3.051796811s) from=127.0.0.6:45239 2022/08/23 00:07:59 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m3.294274983s) from=127.0.0.6:36391 2022/08/23 00:08:00 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m3.837404703s) from=127.0.0.6:55215 2022/08/23 00:08:00 [DEBUG] http: Request GET /v1/status/leader (166.037µs) from=127.0.0.6:46025 2022/08/23 00:08:01 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m4.476607067s) from=127.0.0.6:46155 2022/08/23 00:08:01 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m4.416744396s) from=127.0.0.6:38739 2022/08/23 00:08:01 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.592009325s) from=127.0.0.6:49779 2022/08/23 00:08:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m5.002697542s) from=127.0.0.6:34351 2022/08/23 00:08:01 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m5.17730152s) from=127.0.0.6:50831 2022/08/23 00:08:02 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m5.918481354s) from=127.0.0.6:46993 2022/08/23 00:08:03 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m6.569318428s) from=127.0.0.6:49001 2022/08/23 00:08:03 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m7.095204333s) from=127.0.0.6:54197 2022/08/23 00:08:03 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m7.175286472s) from=127.0.0.6:38281 2022/08/23 00:08:03 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m7.289754405s) from=127.0.0.6:36429 2022/08/23 00:08:03 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m7.286577957s) from=127.0.0.6:35715 2022/08/23 00:08:04 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.492893459s) from=127.0.0.6:47631 2022/08/23 00:08:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:08:05 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:08:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:08:05 [DEBUG] agent: Node info in sync 2022/08/23 00:08:14 [DEBUG] http: Request GET /v1/catalog/services (668.949µs) from=127.0.0.6:46025 2022/08/23 00:08:15 [DEBUG] http: Request GET /v1/status/leader (234.773µs) from=127.0.0.6:46025 2022/08/23 00:08:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (330.54µs) from=127.0.0.6:60821 2022/08/23 00:08:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (161.823µs) from=127.0.0.6:54331 2022/08/23 00:08:18 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:08:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:08:35 [DEBUG] http: Request GET /v1/status/leader (307.942µs) from=127.0.0.6:51405 2022/08/23 00:08:55 [DEBUG] http: Request GET /v1/status/leader (857.202µs) from=127.0.0.6:53091 2022/08/23 00:09:01 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.424250546s) from=127.0.0.6:44607 2022/08/23 00:09:01 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m0.832271956s) from=127.0.0.6:52713 2022/08/23 00:09:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m0.803702373s) from=127.0.0.6:33713 2022/08/23 00:09:01 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.00010923s) from=127.0.0.6:40039 2022/08/23 00:09:02 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.531095261s) from=127.0.0.6:58291 2022/08/23 00:09:02 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m1.740788413s) from=127.0.0.6:60397 2022/08/23 00:09:02 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m1.954793944s) from=127.0.0.6:33677 2022/08/23 00:09:02 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m2.060913721s) from=127.0.0.6:57309 2022/08/23 00:09:03 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m2.097157895s) from=127.0.0.6:41121 2022/08/23 00:09:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m2.299762307s) from=127.0.0.6:42585 2022/08/23 00:09:03 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.374997402s) from=127.0.0.6:34049 2022/08/23 00:09:03 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m3.075967113s) from=127.0.0.6:40055 2022/08/23 00:09:04 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m3.105458199s) from=127.0.0.6:53407 2022/08/23 00:09:04 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m3.136600862s) from=127.0.0.6:55865 2022/08/23 00:09:04 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m3.566113918s) from=127.0.0.6:43625 2022/08/23 00:09:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.000675784s) from=127.0.0.6:38467 2022/08/23 00:09:05 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m4.142269344s) from=127.0.0.6:38125 2022/08/23 00:09:05 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.087739446s) from=127.0.0.6:40825 2022/08/23 00:09:05 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m5.089389954s) from=127.0.0.6:60615 2022/08/23 00:09:06 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m5.169724428s) from=127.0.0.6:42827 2022/08/23 00:09:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.527776542s) from=127.0.0.6:50513 2022/08/23 00:09:06 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m5.473603139s) from=127.0.0.6:39349 2022/08/23 00:09:06 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m5.975356228s) from=127.0.0.6:55681 2022/08/23 00:09:07 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.357979534s) from=127.0.0.6:52183 2022/08/23 00:09:07 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m6.511504499s) from=127.0.0.6:46477 2022/08/23 00:09:07 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.698329527s) from=127.0.0.6:50389 2022/08/23 00:09:07 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m6.810253259s) from=127.0.0.6:59809 2022/08/23 00:09:11 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.017679937s) from=127.0.0.6:43677 2022/08/23 00:09:13 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.081983942s) from=127.0.0.6:34227 2022/08/23 00:09:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.623650704s) from=127.0.0.6:42853 2022/08/23 00:09:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:10:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:10:05 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:10:05 [DEBUG] agent: Node info in sync 2022/08/23 00:10:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.431846461s) from=127.0.0.6:60821 2022/08/23 00:10:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.945441414s) from=127.0.0.6:46025 2022/08/23 00:10:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:10:22 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.287052677s) from=127.0.0.6:54331 2022/08/23 00:10:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:11:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:11:05 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:11:05 [DEBUG] agent: Node info in sync 2022/08/23 00:11:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:12:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:12:31 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:12:31 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:12:31 [DEBUG] agent: Node info in sync 2022/08/23 00:13:11 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/catalog/services (1.568017ms) from=127.0.0.6:47565 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/status/leader (2.689564ms) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (486.015µs) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (216.256µs) from=127.0.0.6:60477 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (285.679µs) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (404.33µs) from=127.0.0.6:60477 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (375.832µs) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (245.098µs) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (287.32µs) from=127.0.0.6:60477 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (334.751µs) from=127.0.0.6:60477 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (4.992765ms) from=127.0.0.6:41225 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (225.351µs) from=127.0.0.6:41225 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (232.042µs) from=127.0.0.6:59557 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (268.889µs) from=127.0.0.6:45043 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (329.654µs) from=127.0.0.6:45043 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (11.266218ms) from=127.0.0.6:48879 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (384.882µs) from=127.0.0.6:48879 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (190.455µs) from=127.0.0.6:41225 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (249.82µs) from=127.0.0.6:60477 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/parser-v1 (217.917µs) from=127.0.0.6:45043 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (522.979µs) from=127.0.0.6:52859 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (292.315µs) from=127.0.0.6:45043 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (274.332µs) from=127.0.0.6:45043 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (291.652µs) from=127.0.0.6:41327 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (231.229µs) from=127.0.0.6:42841 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (297.337µs) from=127.0.0.6:42841 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (723.323µs) from=127.0.0.6:43697 2022/08/23 00:13:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (228.966µs) from=127.0.0.6:52859 2022/08/23 00:13:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:13:35 [DEBUG] http: Request GET /v1/status/leader (661.09µs) from=127.0.0.6:39159 2022/08/23 00:13:55 [DEBUG] http: Request GET /v1/status/leader (457.807µs) from=127.0.0.6:39159 2022/08/23 00:14:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:14:12 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:14:12 [DEBUG] agent: Node info in sync 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/catalog/services (880.019µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/status/leader (2.728121ms) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (262.008µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (849.908µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (266.813µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (159.455µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (151.62µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (194.297µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (163.502µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (175.637µs) from=127.0.0.6:42081 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (173.494µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (144.71µs) from=127.0.0.6:42081 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (166.602µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (291.484µs) from=127.0.0.6:42081 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (445.901µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (414.001µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (346.293µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (555.206µs) from=127.0.0.6:51185 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/parser-v1 (280.821µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (254.977µs) from=127.0.0.6:34729 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (270.297µs) from=127.0.0.6:59505 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (448.055µs) from=127.0.0.6:35149 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (169.39µs) from=127.0.0.6:39159 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (198.777µs) from=127.0.0.6:35575 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (216.131µs) from=127.0.0.6:35575 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (258.385µs) from=127.0.0.6:34765 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (209.516µs) from=127.0.0.6:38855 2022/08/23 00:14:20 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (8.937655ms) from=127.0.0.6:34765 2022/08/23 00:14:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:14:30 [DEBUG] http: Request GET /v1/catalog/services (1.515551ms) from=127.0.0.6:33283 2022/08/23 00:14:30 [DEBUG] http: Request GET /v1/status/leader (7.328723ms) from=127.0.0.6:33283 2022/08/23 00:14:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.385235ms) from=127.0.0.6:56015 2022/08/23 00:14:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (161.055µs) from=127.0.0.6:58687 2022/08/23 00:14:40 [DEBUG] http: Request GET /v1/status/leader (333.024µs) from=127.0.0.6:37607 2022/08/23 00:14:50 [DEBUG] http: Request GET /v1/status/leader (1.178145ms) from=127.0.0.6:49841 2022/08/23 00:15:00 [DEBUG] http: Request GET /v1/status/leader (172.239µs) from=127.0.0.6:37607 2022/08/23 00:15:10 [DEBUG] http: Request GET /v1/status/leader (1.186038ms) from=127.0.0.6:49841 2022/08/23 00:15:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m0.07530498s) from=127.0.0.6:42841 2022/08/23 00:15:15 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m0.262584005s) from=127.0.0.6:48879 2022/08/23 00:15:16 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m0.407030533s) from=127.0.0.6:46843 2022/08/23 00:15:16 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m0.5356548s) from=127.0.0.6:52247 2022/08/23 00:15:16 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m0.553641178s) from=127.0.0.6:35845 2022/08/23 00:15:16 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m0.643162094s) from=127.0.0.6:33449 2022/08/23 00:15:16 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m1.21664081s) from=127.0.0.6:45043 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.363230057s) from=127.0.0.6:60477 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m1.315817481s) from=127.0.0.6:46885 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m1.479769324s) from=127.0.0.6:41251 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.5213425s) from=127.0.0.6:54987 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m1.683515482s) from=127.0.0.6:41225 2022/08/23 00:15:17 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.817189507s) from=127.0.0.6:58985 2022/08/23 00:15:18 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.455204434s) from=127.0.0.6:38041 2022/08/23 00:15:18 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m3.028573539s) from=127.0.0.6:49857 2022/08/23 00:15:18 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m3.111096947s) from=127.0.0.6:52859 2022/08/23 00:15:19 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m3.478558641s) from=127.0.0.6:45749 2022/08/23 00:15:19 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.001442938s) from=127.0.0.6:52137 2022/08/23 00:15:19 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m4.061572063s) from=127.0.0.6:46985 2022/08/23 00:15:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.375050123s) from=127.0.0.6:47565 2022/08/23 00:15:20 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.31490734s) from=127.0.0.6:41327 2022/08/23 00:15:20 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m4.414467154s) from=127.0.0.6:57203 2022/08/23 00:15:20 [DEBUG] http: Request GET /v1/status/leader (278.067µs) from=127.0.0.6:37607 2022/08/23 00:15:20 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m4.889282445s) from=127.0.0.6:60549 2022/08/23 00:15:21 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.647888726s) from=127.0.0.6:43697 2022/08/23 00:15:21 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m5.650636116s) from=127.0.0.6:35565 2022/08/23 00:15:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:15:21 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.107178372s) from=127.0.0.6:48439 2022/08/23 00:15:22 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.810172396s) from=127.0.0.6:59557 2022/08/23 00:15:34 [DEBUG] http: Request GET /v1/catalog/services (662.853µs) from=127.0.0.6:49841 2022/08/23 00:15:34 [DEBUG] http: Request GET /v1/status/leader (324.907µs) from=127.0.0.6:37607 2022/08/23 00:15:34 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (305.747µs) from=127.0.0.6:37607 2022/08/23 00:15:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (221.836µs) from=127.0.0.6:37607 2022/08/23 00:15:43 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:15:54 [DEBUG] http: Request GET /v1/status/leader (213.926µs) from=127.0.0.6:58107 2022/08/23 00:16:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:16:06 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:16:06 [DEBUG] agent: Node info in sync 2022/08/23 00:16:14 [DEBUG] http: Request GET /v1/status/leader (312.603µs) from=127.0.0.6:58107 2022/08/23 00:16:20 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.179225836s) from=127.0.0.6:59505 2022/08/23 00:16:20 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m0.178490603s) from=127.0.0.6:35575 2022/08/23 00:16:21 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m0.50978933s) from=127.0.0.6:51185 2022/08/23 00:16:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:16:21 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.268555787s) from=127.0.0.6:40015 2022/08/23 00:16:21 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m1.311081369s) from=127.0.0.6:33547 2022/08/23 00:16:22 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m1.319939137s) from=127.0.0.6:35739 2022/08/23 00:16:22 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m1.649544898s) from=127.0.0.6:34729 2022/08/23 00:16:22 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m2.162502952s) from=127.0.0.6:49779 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m2.398945977s) from=127.0.0.6:56531 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.768962199s) from=127.0.0.6:42081 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m2.81436944s) from=127.0.0.6:41131 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m3.322794379s) from=127.0.0.6:39599 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m3.024366526s) from=127.0.0.6:51635 2022/08/23 00:16:23 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m2.966209038s) from=127.0.0.6:34765 2022/08/23 00:16:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m3.451002591s) from=127.0.0.6:36393 2022/08/23 00:16:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.792757342s) from=127.0.0.6:39159 2022/08/23 00:16:24 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.821235724s) from=127.0.0.6:59903 2022/08/23 00:16:24 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m3.859605948s) from=127.0.0.6:53169 2022/08/23 00:16:24 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.117589258s) from=127.0.0.6:33193 2022/08/23 00:16:25 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m4.447283686s) from=127.0.0.6:60067 2022/08/23 00:16:25 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m4.906778983s) from=127.0.0.6:58117 2022/08/23 00:16:25 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m5.060277703s) from=127.0.0.6:41701 2022/08/23 00:16:26 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.432587355s) from=127.0.0.6:57843 2022/08/23 00:16:26 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m5.696647352s) from=127.0.0.6:38855 2022/08/23 00:16:27 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m6.344582741s) from=127.0.0.6:42149 2022/08/23 00:16:27 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.233991053s) from=127.0.0.6:36171 2022/08/23 00:16:28 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m7.416451764s) from=127.0.0.6:35149 2022/08/23 00:16:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.229465491s) from=127.0.0.6:33283 2022/08/23 00:16:31 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.44920811s) from=127.0.0.6:58687 2022/08/23 00:16:33 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.459348681s) from=127.0.0.6:56015 2022/08/23 00:17:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:17:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:17:29 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:17:29 [DEBUG] agent: Node info in sync 2022/08/23 00:17:35 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m0.63975018s) from=127.0.0.6:55411 2022/08/23 00:17:35 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m0.925274662s) from=127.0.0.6:49841 2022/08/23 00:17:35 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.026084469s) from=127.0.0.6:37607 2022/08/23 00:18:11 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:18:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:18:55 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:18:55 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:18:55 [DEBUG] agent: Node info in sync 2022/08/23 00:19:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:20:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:20:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:20:12 [DEBUG] agent: Node info in sync 2022/08/23 00:20:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:20:23 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/catalog/services (1.16281ms) from=127.0.0.6:52235 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/status/leader (446.812µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (442.784µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (202.953µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (266.235µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (285.84µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (387.224µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (13.783438ms) from=127.0.0.6:45405 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (286.088µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (20.902802ms) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (382.167µs) from=127.0.0.6:45405 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (303.237µs) from=127.0.0.6:57527 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (303.952µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (1.274438ms) from=127.0.0.6:33061 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (912.226µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.411916ms) from=127.0.0.6:54607 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (400.527µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (209.136µs) from=127.0.0.6:33061 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/parser-v1 (211.962µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (303.905µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (266.319µs) from=127.0.0.6:36191 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (324.487µs) from=127.0.0.6:44855 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (647.752µs) from=127.0.0.6:35529 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (353.547µs) from=127.0.0.6:56141 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (281.181µs) from=127.0.0.6:39387 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (361.518µs) from=127.0.0.6:50989 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (243.615µs) from=127.0.0.6:45405 2022/08/23 00:20:39 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (327.625µs) from=127.0.0.6:44529 2022/08/23 00:20:59 [DEBUG] http: Request GET /v1/status/leader (317.922µs) from=127.0.0.6:60623 2022/08/23 00:21:19 [DEBUG] http: Request GET /v1/status/leader (3.622213ms) from=127.0.0.6:60623 2022/08/23 00:21:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:21:39 [DEBUG] http: Request GET /v1/status/leader (446.516µs) from=127.0.0.6:60623 2022/08/23 00:21:47 [DEBUG] http: Request GET /v1/catalog/services (684.229µs) from=127.0.0.6:55703 2022/08/23 00:21:47 [DEBUG] http: Request GET /v1/status/leader (409.894µs) from=127.0.0.6:58297 2022/08/23 00:21:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (406.461µs) from=127.0.0.6:58297 2022/08/23 00:21:47 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (272.966µs) from=127.0.0.6:58297 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/catalog/services (1.429506ms) from=127.0.0.6:60623 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/status/leader (2.985898ms) from=127.0.0.6:49821 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (1.159725ms) from=127.0.0.6:41541 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (294.177µs) from=127.0.0.6:39479 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (706.918µs) from=127.0.0.6:55179 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (744.075µs) from=127.0.0.6:58813 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/parser-v1 (985.502µs) from=127.0.0.6:42195 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (931.454µs) from=127.0.0.6:49821 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (5.893106ms) from=127.0.0.6:54259 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (841.996µs) from=127.0.0.6:50011 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (556.712µs) from=127.0.0.6:37519 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (661.107µs) from=127.0.0.6:36607 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (631.888µs) from=127.0.0.6:47749 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (825.553µs) from=127.0.0.6:41541 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (740.751µs) from=127.0.0.6:39479 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (492.867µs) from=127.0.0.6:55179 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (3.868895ms) from=127.0.0.6:34159 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (818.984µs) from=127.0.0.6:50151 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (671.144µs) from=127.0.0.6:42195 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (677.749µs) from=127.0.0.6:58813 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (478.222µs) from=127.0.0.6:49821 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (575.213µs) from=127.0.0.6:39701 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (879.889µs) from=127.0.0.6:37615 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (659.063µs) from=127.0.0.6:34607 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (637.508µs) from=127.0.0.6:58961 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (1.33572ms) from=127.0.0.6:39653 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (1.010457ms) from=127.0.0.6:32875 2022/08/23 00:21:50 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (588.356µs) from=127.0.0.6:38793 2022/08/23 00:22:04 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:22:04 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:22:04 [DEBUG] agent: Node info in sync 2022/08/23 00:22:07 [DEBUG] http: Request GET /v1/status/leader (382.192µs) from=127.0.0.6:47841 2022/08/23 00:22:10 [DEBUG] http: Request GET /v1/status/leader (226.211µs) from=127.0.0.6:47841 2022/08/23 00:22:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:22:27 [DEBUG] http: Request GET /v1/status/leader (703.373µs) from=127.0.0.6:47841 2022/08/23 00:22:30 [DEBUG] http: Request GET /v1/status/leader (228.212µs) from=127.0.0.6:47841 2022/08/23 00:22:39 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m0.28707156s) from=127.0.0.6:33061 2022/08/23 00:22:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.707847644s) from=127.0.0.6:50989 2022/08/23 00:22:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m0.744287655s) from=127.0.0.6:60933 2022/08/23 00:22:40 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m1.080066562s) from=127.0.0.6:54043 2022/08/23 00:22:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.204544558s) from=127.0.0.6:46363 2022/08/23 00:22:41 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.46966971s) from=127.0.0.6:56141 2022/08/23 00:22:41 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m1.821155134s) from=127.0.0.6:58389 2022/08/23 00:22:41 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.815478192s) from=127.0.0.6:39985 2022/08/23 00:22:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m1.898830823s) from=127.0.0.6:39387 2022/08/23 00:22:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m3.085119671s) from=127.0.0.6:52235 2022/08/23 00:22:42 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m2.973979974s) from=127.0.0.6:59687 2022/08/23 00:22:43 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.360045129s) from=127.0.0.6:41029 2022/08/23 00:22:43 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m3.995780325s) from=127.0.0.6:44995 2022/08/23 00:22:43 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m3.910120417s) from=127.0.0.6:49223 2022/08/23 00:22:43 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m4.056632479s) from=127.0.0.6:44855 2022/08/23 00:22:44 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.435883385s) from=127.0.0.6:46355 2022/08/23 00:22:44 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m4.555927832s) from=127.0.0.6:35073 2022/08/23 00:22:44 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m4.603487207s) from=127.0.0.6:45405 2022/08/23 00:22:44 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m4.980335843s) from=127.0.0.6:35529 2022/08/23 00:22:44 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m5.036140242s) from=127.0.0.6:55315 2022/08/23 00:22:45 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m5.632661685s) from=127.0.0.6:36191 2022/08/23 00:22:45 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m5.725045393s) from=127.0.0.6:38757 2022/08/23 00:22:46 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m6.366027774s) from=127.0.0.6:57527 2022/08/23 00:22:46 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m6.878713284s) from=127.0.0.6:54607 2022/08/23 00:22:46 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m6.791112339s) from=127.0.0.6:35183 2022/08/23 00:22:46 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m7.00057145s) from=127.0.0.6:44529 2022/08/23 00:22:46 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m6.901730749s) from=127.0.0.6:50671 2022/08/23 00:22:50 [DEBUG] http: Request GET /v1/status/leader (326.818µs) from=127.0.0.6:36895 2022/08/23 00:22:54 [DEBUG] http: Request GET /v1/catalog/services (645.044µs) from=127.0.0.6:47841 2022/08/23 00:22:54 [DEBUG] http: Request GET /v1/status/leader (641.147µs) from=127.0.0.6:36025 2022/08/23 00:22:54 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (358.208µs) from=127.0.0.6:36025 2022/08/23 00:22:54 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (269.118µs) from=127.0.0.6:36025 2022/08/23 00:23:04 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:23:14 [DEBUG] http: Request GET /v1/status/leader (3.353881ms) from=127.0.0.6:36895 2022/08/23 00:23:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:23:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:23:28 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:23:28 [DEBUG] agent: Node info in sync 2022/08/23 00:23:34 [DEBUG] http: Request GET /v1/status/leader (999.889µs) from=127.0.0.6:56819 2022/08/23 00:23:49 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.863671103s) from=127.0.0.6:58297 2022/08/23 00:23:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m2.110192091s) from=127.0.0.6:55703 2022/08/23 00:23:51 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m0.416932621s) from=127.0.0.6:38793 2022/08/23 00:23:51 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m0.866891177s) from=127.0.0.6:36607 2022/08/23 00:23:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m1.124676147s) from=127.0.0.6:47749 2022/08/23 00:23:51 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m1.170224846s) from=127.0.0.6:50011 2022/08/23 00:23:51 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m1.234491364s) from=127.0.0.6:32875 2022/08/23 00:23:52 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m1.587858919s) from=127.0.0.6:34159 2022/08/23 00:23:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.807726526s) from=127.0.0.6:55827 2022/08/23 00:23:52 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m1.844203058s) from=127.0.0.6:39653 2022/08/23 00:23:52 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.88486498s) from=127.0.0.6:49821 2022/08/23 00:23:53 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m2.361285275s) from=127.0.0.6:48061 2022/08/23 00:23:53 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.66758022s) from=127.0.0.6:37519 2022/08/23 00:23:53 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m2.741410398s) from=127.0.0.6:56085 2022/08/23 00:23:53 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m2.904852874s) from=127.0.0.6:42195 2022/08/23 00:23:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.280294491s) from=127.0.0.6:54685 2022/08/23 00:23:54 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m3.371034146s) from=127.0.0.6:50151 2022/08/23 00:23:54 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m3.544757294s) from=127.0.0.6:38971 2022/08/23 00:23:54 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m4.113294899s) from=127.0.0.6:44225 2022/08/23 00:23:54 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.313113596s) from=127.0.0.6:39701 2022/08/23 00:23:54 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.337266174s) from=127.0.0.6:55179 2022/08/23 00:23:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.944758806s) from=127.0.0.6:60623 2022/08/23 00:23:55 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m5.053742407s) from=127.0.0.6:47463 2022/08/23 00:23:55 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m5.352941336s) from=127.0.0.6:58813 2022/08/23 00:23:56 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m5.608325583s) from=127.0.0.6:54259 2022/08/23 00:23:56 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m5.664364598s) from=127.0.0.6:39479 2022/08/23 00:23:56 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.195530384s) from=127.0.0.6:58961 2022/08/23 00:23:56 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m6.182428395s) from=127.0.0.6:41541 2022/08/23 00:23:57 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.435581509s) from=127.0.0.6:37615 2022/08/23 00:23:57 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m6.737556312s) from=127.0.0.6:34607 2022/08/23 00:24:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:24:40 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:24:40 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:24:40 [DEBUG] agent: Node info in sync 2022/08/23 00:24:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.163006404s) from=127.0.0.6:47841 2022/08/23 00:24:59 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.921634705s) from=127.0.0.6:35083 2022/08/23 00:25:00 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m5.100567929s) from=127.0.0.6:36025 2022/08/23 00:25:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:25:43 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:26:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:26:20 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:26:20 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:26:20 [DEBUG] agent: Node info in sync 2022/08/23 00:26:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:27:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:27:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:27:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:27:29 [DEBUG] agent: Node info in sync 2022/08/23 00:27:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/catalog/services (1.146095ms) from=127.0.0.6:41379 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/status/leader (871.148µs) from=127.0.0.6:33823 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (1.485844ms) from=127.0.0.6:33823 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (437.05µs) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (363.652µs) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (224.432µs) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (379.82µs) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (316.127µs) from=127.0.0.6:33823 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (1.363042ms) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (279.123µs) from=127.0.0.6:38323 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (211.98µs) from=127.0.0.6:38323 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (198.281µs) from=127.0.0.6:38323 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (230.554µs) from=127.0.0.6:38323 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (370.932µs) from=127.0.0.6:38323 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (937.984µs) from=127.0.0.6:49183 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (259.866µs) from=127.0.0.6:49183 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (271.58µs) from=127.0.0.6:49183 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (226.041µs) from=127.0.0.6:44263 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (273.881µs) from=127.0.0.6:52891 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (256.25µs) from=127.0.0.6:44263 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (212.472µs) from=127.0.0.6:52891 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (184.386µs) from=127.0.0.6:33823 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (234.231µs) from=127.0.0.6:56241 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (269.007µs) from=127.0.0.6:58257 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (244.851µs) from=127.0.0.6:37915 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (234.658µs) from=127.0.0.6:58197 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/parser-v1 (5.131594ms) from=127.0.0.6:40459 2022/08/23 00:28:08 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (186.979µs) from=127.0.0.6:33823 2022/08/23 00:28:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:28:28 [DEBUG] http: Request GET /v1/status/leader (372.573µs) from=127.0.0.6:45983 2022/08/23 00:28:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:28:41 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:28:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:28:41 [DEBUG] agent: Node info in sync 2022/08/23 00:28:48 [DEBUG] http: Request GET /v1/status/leader (436.096µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/catalog/services (1.507543ms) from=127.0.0.6:50995 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/status/leader (891.341µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (335.607µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (240.443µs) from=127.0.0.6:47033 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (723.7µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (1.453406ms) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/parser-v1 (261.153µs) from=127.0.0.6:47033 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (160.454µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (228.056µs) from=127.0.0.6:53899 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (214.71µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (289.094µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (207.756µs) from=127.0.0.6:34095 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (271.072µs) from=127.0.0.6:34095 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (230.601µs) from=127.0.0.6:53899 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (154.586µs) from=127.0.0.6:34095 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (143.606µs) from=127.0.0.6:47033 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (128.925µs) from=127.0.0.6:45983 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (263.72µs) from=127.0.0.6:55683 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (243.25µs) from=127.0.0.6:49847 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (670.381µs) from=127.0.0.6:47897 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (512.483µs) from=127.0.0.6:34095 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (198.15µs) from=127.0.0.6:55683 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (289.525µs) from=127.0.0.6:47897 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (191.269µs) from=127.0.0.6:53899 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (269.372µs) from=127.0.0.6:56417 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (470.859µs) from=127.0.0.6:41165 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (182.426µs) from=127.0.0.6:55569 2022/08/23 00:29:10 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (493.939µs) from=127.0.0.6:55897 2022/08/23 00:29:15 [DEBUG] http: Request GET /v1/catalog/services (1.27334ms) from=127.0.0.6:48127 2022/08/23 00:29:15 [DEBUG] http: Request GET /v1/status/leader (456.831µs) from=127.0.0.6:33587 2022/08/23 00:29:15 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (287.356µs) from=127.0.0.6:54279 2022/08/23 00:29:15 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (155.804µs) from=127.0.0.6:33587 2022/08/23 00:29:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:29:30 [DEBUG] http: Request GET /v1/status/leader (473.187µs) from=127.0.0.6:56723 2022/08/23 00:29:35 [DEBUG] http: Request GET /v1/status/leader (225.941µs) from=127.0.0.6:57907 2022/08/23 00:29:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:29:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:29:42 [DEBUG] agent: Node info in sync 2022/08/23 00:29:50 [DEBUG] http: Request GET /v1/status/leader (1.952509ms) from=127.0.0.6:57907 2022/08/23 00:29:55 [DEBUG] http: Request GET /v1/status/leader (430.465µs) from=127.0.0.6:56723 2022/08/23 00:30:08 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.144531959s) from=127.0.0.6:56241 2022/08/23 00:30:08 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m0.481090943s) from=127.0.0.6:35479 2022/08/23 00:30:09 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.035984255s) from=127.0.0.6:38323 2022/08/23 00:30:09 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m0.835274447s) from=127.0.0.6:42663 2022/08/23 00:30:09 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m0.925261589s) from=127.0.0.6:56653 2022/08/23 00:30:09 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.06684271s) from=127.0.0.6:60301 2022/08/23 00:30:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m1.392482054s) from=127.0.0.6:50857 2022/08/23 00:30:10 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.557625551s) from=127.0.0.6:60307 2022/08/23 00:30:10 [DEBUG] http: Request GET /v1/status/leader (348.275µs) from=127.0.0.6:56723 2022/08/23 00:30:11 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m3.356644297s) from=127.0.0.6:57095 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m3.753391544s) from=127.0.0.6:59203 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m3.679282804s) from=127.0.0.6:58197 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m3.810936639s) from=127.0.0.6:40459 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m4.017311417s) from=127.0.0.6:44263 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.211022877s) from=127.0.0.6:52891 2022/08/23 00:30:12 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m4.156912131s) from=127.0.0.6:33823 2022/08/23 00:30:13 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m4.673511128s) from=127.0.0.6:57449 2022/08/23 00:30:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.063092394s) from=127.0.0.6:41379 2022/08/23 00:30:13 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m4.825098414s) from=127.0.0.6:39447 2022/08/23 00:30:13 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m5.047752556s) from=127.0.0.6:33153 2022/08/23 00:30:14 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m5.551848137s) from=127.0.0.6:58365 2022/08/23 00:30:14 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m5.637836486s) from=127.0.0.6:49183 2022/08/23 00:30:15 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m6.423360334s) from=127.0.0.6:58257 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m6.79359808s) from=127.0.0.6:53321 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m6.907896703s) from=127.0.0.6:51721 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m7.186972098s) from=127.0.0.6:37915 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m7.399456862s) from=127.0.0.6:39677 2022/08/23 00:30:15 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m7.25626461s) from=127.0.0.6:59581 2022/08/23 00:30:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:30:24 [DEBUG] http: Request GET /v1/catalog/services (1.752807ms) from=127.0.0.6:56723 2022/08/23 00:30:24 [DEBUG] http: Request GET /v1/status/leader (173.981µs) from=127.0.0.6:56723 2022/08/23 00:30:24 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (338.796µs) from=127.0.0.6:57907 2022/08/23 00:30:25 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (406.88µs) from=127.0.0.6:57907 2022/08/23 00:30:44 [DEBUG] http: Request GET /v1/status/leader (465.72µs) from=127.0.0.6:35145 2022/08/23 00:31:04 [DEBUG] http: Request GET /v1/status/leader (436.537µs) from=127.0.0.6:38893 2022/08/23 00:31:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m0.179915436s) from=127.0.0.6:47033 2022/08/23 00:31:10 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m0.431442022s) from=127.0.0.6:46453 2022/08/23 00:31:11 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.736943474s) from=127.0.0.6:56545 2022/08/23 00:31:11 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m1.20749507s) from=127.0.0.6:41929 2022/08/23 00:31:11 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.578473613s) from=127.0.0.6:49847 2022/08/23 00:31:12 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.549106314s) from=127.0.0.6:53631 2022/08/23 00:31:12 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m1.819075106s) from=127.0.0.6:40305 2022/08/23 00:31:12 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m2.185048546s) from=127.0.0.6:54277 2022/08/23 00:31:12 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.50890727s) from=127.0.0.6:59179 2022/08/23 00:31:13 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m2.885547801s) from=127.0.0.6:56417 2022/08/23 00:31:13 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m2.896986735s) from=127.0.0.6:36279 2022/08/23 00:31:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.450307599s) from=127.0.0.6:41165 2022/08/23 00:31:14 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m4.359613532s) from=127.0.0.6:34917 2022/08/23 00:31:15 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m4.650009321s) from=127.0.0.6:47897 2022/08/23 00:31:15 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m4.595675906s) from=127.0.0.6:50309 2022/08/23 00:31:15 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m4.986084063s) from=127.0.0.6:51137 2022/08/23 00:31:15 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m5.493985163s) from=127.0.0.6:55897 2022/08/23 00:31:16 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m5.642461888s) from=127.0.0.6:55683 2022/08/23 00:31:16 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m6.123881625s) from=127.0.0.6:34095 2022/08/23 00:31:16 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.214787278s) from=127.0.0.6:55569 2022/08/23 00:31:16 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m6.412480281s) from=127.0.0.6:37549 2022/08/23 00:31:16 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.316551677s) from=127.0.0.6:49117 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.753631896s) from=127.0.0.6:45983 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.276676608s) from=127.0.0.6:54279 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m6.78052707s) from=127.0.0.6:43877 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m6.964548037s) from=127.0.0.6:56383 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m7.189081885s) from=127.0.0.6:50995 2022/08/23 00:31:17 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.256525187s) from=127.0.0.6:53899 2022/08/23 00:31:21 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m5.437571065s) from=127.0.0.6:33587 2022/08/23 00:31:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:31:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.43182019s) from=127.0.0.6:48127 2022/08/23 00:31:23 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:31:23 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:31:23 [DEBUG] agent: Node info in sync 2022/08/23 00:32:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:32:26 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m1.277804585s) from=127.0.0.6:59131 2022/08/23 00:32:28 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:32:28 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.456969739s) from=127.0.0.6:57907 2022/08/23 00:32:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m7.514980018s) from=127.0.0.6:56723 2022/08/23 00:33:11 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:33:11 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:33:11 [DEBUG] agent: Node info in sync 2022/08/23 00:33:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:34:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:34:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:34:25 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:34:25 [DEBUG] agent: Node info in sync 2022/08/23 00:35:11 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:35:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:35:31 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:35:31 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:35:31 [DEBUG] agent: Node info in sync 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/catalog/services (1.163714ms) from=127.0.0.6:48737 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/status/leader (1.007692ms) from=127.0.0.6:57663 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (644.313µs) from=127.0.0.6:57663 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (406.78µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (5.653106ms) from=127.0.0.6:57663 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (334.562µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (344.961µs) from=127.0.0.6:57663 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (247.804µs) from=127.0.0.6:48505 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (376.591µs) from=127.0.0.6:48505 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (288.27µs) from=127.0.0.6:58397 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (466.163µs) from=127.0.0.6:38695 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (302.519µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (949.794µs) from=127.0.0.6:60321 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (225.938µs) from=127.0.0.6:60321 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (284.372µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (182.973µs) from=127.0.0.6:38695 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (332.689µs) from=127.0.0.6:58397 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (1.263871ms) from=127.0.0.6:38695 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (298.659µs) from=127.0.0.6:52041 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (330.042µs) from=127.0.0.6:43759 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (537.857µs) from=127.0.0.6:60321 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (328.161µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (242.074µs) from=127.0.0.6:60321 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (642.805µs) from=127.0.0.6:42533 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/parser-v1 (222.879µs) from=127.0.0.6:60321 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (213.533µs) from=127.0.0.6:48505 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (960.891µs) from=127.0.0.6:57663 2022/08/23 00:35:33 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (538.254µs) from=127.0.0.6:43759 2022/08/23 00:35:53 [DEBUG] http: Request GET /v1/status/leader (361.941µs) from=127.0.0.6:48193 2022/08/23 00:36:13 [DEBUG] http: Request GET /v1/status/leader (336.705µs) from=127.0.0.6:48193 2022/08/23 00:36:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:36:33 [DEBUG] http: Request GET /v1/status/leader (362.502µs) from=127.0.0.6:48193 2022/08/23 00:36:37 [DEBUG] http: Request GET /v1/catalog/services (2.142667ms) from=127.0.0.6:49773 2022/08/23 00:36:37 [DEBUG] http: Request GET /v1/status/leader (789.875µs) from=127.0.0.6:48193 2022/08/23 00:36:38 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.60477ms) from=127.0.0.6:37001 2022/08/23 00:36:38 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (4.751816ms) from=127.0.0.6:48193 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/catalog/services (907.008µs) from=127.0.0.6:43529 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/status/leader (198.248µs) from=127.0.0.6:43529 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (540.635µs) from=127.0.0.6:45745 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (447.491µs) from=127.0.0.6:55379 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (262.641µs) from=127.0.0.6:53299 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (842.038µs) from=127.0.0.6:48129 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (254.865µs) from=127.0.0.6:43377 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (219.828µs) from=127.0.0.6:45745 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (253.579µs) from=127.0.0.6:53417 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (789.206µs) from=127.0.0.6:49497 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (253.737µs) from=127.0.0.6:35721 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (281.066µs) from=127.0.0.6:47163 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (262.682µs) from=127.0.0.6:41399 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (263.867µs) from=127.0.0.6:53111 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (235.559µs) from=127.0.0.6:34759 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (238.331µs) from=127.0.0.6:43773 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (233.165µs) from=127.0.0.6:47961 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (252.768µs) from=127.0.0.6:44629 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (217.877µs) from=127.0.0.6:44813 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (269.441µs) from=127.0.0.6:46081 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (196.161µs) from=127.0.0.6:58831 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (234.225µs) from=127.0.0.6:41493 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/parser-v1 (159.169µs) from=127.0.0.6:35963 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (290.165µs) from=127.0.0.6:43347 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (165.58µs) from=127.0.0.6:47049 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (582.423µs) from=127.0.0.6:44901 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (1.074508ms) from=127.0.0.6:39181 2022/08/23 00:36:40 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (11.445995ms) from=127.0.0.6:51649 2022/08/23 00:36:57 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:36:57 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:36:57 [DEBUG] agent: Node info in sync 2022/08/23 00:36:58 [DEBUG] http: Request GET /v1/status/leader (282.628µs) from=127.0.0.6:37191 2022/08/23 00:37:00 [DEBUG] http: Request GET /v1/status/leader (365.552µs) from=127.0.0.6:37191 2022/08/23 00:37:18 [DEBUG] http: Request GET /v1/status/leader (1.867117ms) from=127.0.0.6:37191 2022/08/23 00:37:20 [DEBUG] http: Request GET /v1/status/leader (275.052µs) from=127.0.0.6:37191 2022/08/23 00:37:21 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:37:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m0.492789659s) from=127.0.0.6:40095 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m0.479007665s) from=127.0.0.6:48719 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m0.590479257s) from=127.0.0.6:38695 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m0.875416465s) from=127.0.0.6:43225 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.193038725s) from=127.0.0.6:48737 2022/08/23 00:37:34 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.236169448s) from=127.0.0.6:36601 2022/08/23 00:37:35 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.412929846s) from=127.0.0.6:50543 2022/08/23 00:37:35 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m1.751278521s) from=127.0.0.6:43721 2022/08/23 00:37:35 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.934190256s) from=127.0.0.6:42533 2022/08/23 00:37:36 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.559436564s) from=127.0.0.6:58397 2022/08/23 00:37:36 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m2.44584398s) from=127.0.0.6:40659 2022/08/23 00:37:36 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.238972406s) from=127.0.0.6:48759 2022/08/23 00:37:37 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m3.379519595s) from=127.0.0.6:59739 2022/08/23 00:37:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m4.458637564s) from=127.0.0.6:53093 2022/08/23 00:37:38 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m4.55320606s) from=127.0.0.6:37077 2022/08/23 00:37:38 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.697760424s) from=127.0.0.6:42121 2022/08/23 00:37:38 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m4.770898189s) from=127.0.0.6:57663 2022/08/23 00:37:39 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m5.436286668s) from=127.0.0.6:43759 2022/08/23 00:37:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.552083555s) from=127.0.0.6:41917 2022/08/23 00:37:39 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m5.913866207s) from=127.0.0.6:36345 2022/08/23 00:37:39 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.099381177s) from=127.0.0.6:38817 2022/08/23 00:37:39 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m6.22368932s) from=127.0.0.6:43081 2022/08/23 00:37:40 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.604148916s) from=127.0.0.6:60321 2022/08/23 00:37:40 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m6.580864461s) from=127.0.0.6:42241 2022/08/23 00:37:40 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m6.627147125s) from=127.0.0.6:48505 2022/08/23 00:37:40 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m6.682296312s) from=127.0.0.6:52041 2022/08/23 00:37:40 [DEBUG] http: Request GET /v1/status/leader (342.663µs) from=127.0.0.6:37191 2022/08/23 00:37:41 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m7.405854971s) from=127.0.0.6:34679 2022/08/23 00:37:45 [DEBUG] http: Request GET /v1/catalog/services (571.589µs) from=127.0.0.6:37191 2022/08/23 00:37:45 [DEBUG] http: Request GET /v1/status/leader (162.288µs) from=127.0.0.6:51913 2022/08/23 00:37:45 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (228.412µs) from=127.0.0.6:51913 2022/08/23 00:37:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (186.025µs) from=127.0.0.6:51913 2022/08/23 00:38:05 [DEBUG] http: Request GET /v1/status/leader (318µs) from=127.0.0.6:51467 2022/08/23 00:38:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:38:25 [DEBUG] http: Request GET /v1/status/leader (367.3µs) from=127.0.0.6:51467 2022/08/23 00:38:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.550839818s) from=127.0.0.6:48193 2022/08/23 00:38:40 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m0.01020093s) from=127.0.0.6:43377 2022/08/23 00:38:41 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m0.892704884s) from=127.0.0.6:43773 2022/08/23 00:38:41 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:38:41 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:38:41 [DEBUG] agent: Node info in sync 2022/08/23 00:38:42 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m1.088102716s) from=127.0.0.6:41493 2022/08/23 00:38:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.638672039s) from=127.0.0.6:43529 2022/08/23 00:38:42 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.747295702s) from=127.0.0.6:49497 2022/08/23 00:38:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.820799222s) from=127.0.0.6:49773 2022/08/23 00:38:42 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m2.007641147s) from=127.0.0.6:51649 2022/08/23 00:38:43 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.0932982s) from=127.0.0.6:37001 2022/08/23 00:38:43 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m2.446842311s) from=127.0.0.6:44901 2022/08/23 00:38:43 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m2.788054884s) from=127.0.0.6:43347 2022/08/23 00:38:43 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m2.857665359s) from=127.0.0.6:47961 2022/08/23 00:38:43 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m2.958456898s) from=127.0.0.6:44629 2022/08/23 00:38:44 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m3.741493753s) from=127.0.0.6:53111 2022/08/23 00:38:44 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m3.923667729s) from=127.0.0.6:35721 2022/08/23 00:38:45 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m4.139753375s) from=127.0.0.6:58831 2022/08/23 00:38:45 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m4.238060126s) from=127.0.0.6:34759 2022/08/23 00:38:45 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m4.484569648s) from=127.0.0.6:53417 2022/08/23 00:38:45 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.733606086s) from=127.0.0.6:40235 2022/08/23 00:38:46 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m5.146054561s) from=127.0.0.6:35963 2022/08/23 00:38:46 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.501750439s) from=127.0.0.6:46081 2022/08/23 00:38:46 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m5.824677215s) from=127.0.0.6:47049 2022/08/23 00:38:46 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m5.949011736s) from=127.0.0.6:47163 2022/08/23 00:38:47 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m6.242616764s) from=127.0.0.6:41399 2022/08/23 00:38:47 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m6.215799589s) from=127.0.0.6:53299 2022/08/23 00:38:47 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m6.370147731s) from=127.0.0.6:55379 2022/08/23 00:38:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m6.668048508s) from=127.0.0.6:39181 2022/08/23 00:38:47 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.679546111s) from=127.0.0.6:44813 2022/08/23 00:38:48 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m7.278459904s) from=127.0.0.6:48129 2022/08/23 00:38:48 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m7.494543377s) from=127.0.0.6:45745 2022/08/23 00:39:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:39:36 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:39:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:39:43 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:39:43 [DEBUG] agent: Node info in sync 2022/08/23 00:39:46 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.48632916s) from=127.0.0.6:51913 2022/08/23 00:39:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.931089791s) from=127.0.0.6:37191 2022/08/23 00:39:47 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.479014913s) from=127.0.0.6:60105 2022/08/23 00:40:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:41:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:41:08 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:41:08 [DEBUG] agent: Node info in sync 2022/08/23 00:41:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:42:07 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:42:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:42:53 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:42:53 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:42:53 [DEBUG] agent: Node info in sync 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/catalog/services (814.08µs) from=127.0.0.6:41475 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/status/leader (3.292294ms) from=127.0.0.6:41475 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (796.025µs) from=127.0.0.6:45423 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (1.785388ms) from=127.0.0.6:45423 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (1.001652ms) from=127.0.0.6:37451 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (1.15276ms) from=127.0.0.6:39987 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (321.47µs) from=127.0.0.6:49855 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/parser-v1 (230.156µs) from=127.0.0.6:45423 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (2.74108ms) from=127.0.0.6:37451 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (177.328µs) from=127.0.0.6:49855 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (204.431µs) from=127.0.0.6:45907 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (1.937042ms) from=127.0.0.6:39987 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (373.994µs) from=127.0.0.6:52299 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (754.234µs) from=127.0.0.6:38311 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (235.376µs) from=127.0.0.6:43597 2022/08/23 00:43:02 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (678.081µs) from=127.0.0.6:42069 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (316.239µs) from=127.0.0.6:39987 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (346.861µs) from=127.0.0.6:45907 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (279.654µs) from=127.0.0.6:37451 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (547.809µs) from=127.0.0.6:45423 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (298.803µs) from=127.0.0.6:50105 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (667.134µs) from=127.0.0.6:42069 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.875378ms) from=127.0.0.6:38311 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (344.681µs) from=127.0.0.6:45907 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (217.346µs) from=127.0.0.6:49855 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (883.246µs) from=127.0.0.6:57415 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (176.25µs) from=127.0.0.6:54913 2022/08/23 00:43:03 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (2.253379ms) from=127.0.0.6:38923 2022/08/23 00:43:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:43:22 [DEBUG] http: Request GET /v1/status/leader (687.977µs) from=127.0.0.6:45785 2022/08/23 00:43:42 [DEBUG] http: Request GET /v1/status/leader (644.81µs) from=127.0.0.6:45785 2022/08/23 00:43:58 [DEBUG] http: Request GET /v1/catalog/services (985.661µs) from=127.0.0.6:45785 2022/08/23 00:43:58 [DEBUG] http: Request GET /v1/status/leader (440.599µs) from=127.0.0.6:45785 2022/08/23 00:43:58 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (364.472µs) from=127.0.0.6:39887 2022/08/23 00:43:58 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (420.515µs) from=127.0.0.6:39887 2022/08/23 00:44:02 [DEBUG] http: Request GET /v1/status/leader (508.884µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/catalog/services (598.782µs) from=127.0.0.6:36735 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/status/leader (263.655µs) from=127.0.0.6:36735 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (923.024µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (266.669µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (430.544µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (477.884µs) from=127.0.0.6:52789 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (369.766µs) from=127.0.0.6:52789 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (781.51µs) from=127.0.0.6:52789 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (347.944µs) from=127.0.0.6:48547 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (301.804µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (341.45µs) from=127.0.0.6:60495 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (313.588µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/parser-v1 (395.5µs) from=127.0.0.6:48547 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (203.476µs) from=127.0.0.6:60495 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (508.688µs) from=127.0.0.6:38049 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (582.743µs) from=127.0.0.6:52789 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (631.681µs) from=127.0.0.6:52789 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (247.039µs) from=127.0.0.6:38049 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (334.025µs) from=127.0.0.6:48547 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (503.362µs) from=127.0.0.6:38463 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (212.309µs) from=127.0.0.6:60495 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (268.552µs) from=127.0.0.6:34971 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (210.619µs) from=127.0.0.6:49639 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (189.211µs) from=127.0.0.6:49639 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (219.339µs) from=127.0.0.6:49639 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (195.933µs) from=127.0.0.6:38049 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (240.424µs) from=127.0.0.6:60495 2022/08/23 00:44:10 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (454.421µs) from=127.0.0.6:38463 2022/08/23 00:44:18 [DEBUG] http: Request GET /v1/status/leader (612.132µs) from=127.0.0.6:36031 2022/08/23 00:44:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:44:30 [DEBUG] http: Request GET /v1/status/leader (394.574µs) from=127.0.0.6:41663 2022/08/23 00:44:38 [DEBUG] http: Request GET /v1/status/leader (2.094301ms) from=127.0.0.6:41663 2022/08/23 00:44:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:44:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:44:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:44:49 [DEBUG] agent: Node info in sync 2022/08/23 00:44:50 [DEBUG] http: Request GET /v1/status/leader (1.444678ms) from=127.0.0.6:36031 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m0.064287951s) from=127.0.0.6:45907 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m0.100517145s) from=127.0.0.6:38311 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m0.338974121s) from=127.0.0.6:33605 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m0.407505104s) from=127.0.0.6:52299 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m0.689001364s) from=127.0.0.6:40791 2022/08/23 00:45:03 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m0.779354585s) from=127.0.0.6:45155 2022/08/23 00:45:04 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.020944147s) from=127.0.0.6:49855 2022/08/23 00:45:04 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m1.480329799s) from=127.0.0.6:55243 2022/08/23 00:45:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m1.761433733s) from=127.0.0.6:41477 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m1.906826432s) from=127.0.0.6:53133 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m2.015923892s) from=127.0.0.6:38923 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m2.2672992s) from=127.0.0.6:43597 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m2.444424882s) from=127.0.0.6:36541 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m2.678916931s) from=127.0.0.6:52353 2022/08/23 00:45:05 [DEBUG] http: Request GET /v1/catalog/services (704.655µs) from=127.0.0.6:41663 2022/08/23 00:45:06 [DEBUG] http: Request GET /v1/status/leader (533.37µs) from=127.0.0.6:36031 2022/08/23 00:45:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (29.597163ms) from=127.0.0.6:36031 2022/08/23 00:45:06 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (375.686µs) from=127.0.0.6:43683 2022/08/23 00:45:06 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m3.577122582s) from=127.0.0.6:45423 2022/08/23 00:45:07 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m4.090632904s) from=127.0.0.6:42069 2022/08/23 00:45:07 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m4.360718489s) from=127.0.0.6:50105 2022/08/23 00:45:07 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m4.551407141s) from=127.0.0.6:39535 2022/08/23 00:45:07 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m4.690422294s) from=127.0.0.6:54297 2022/08/23 00:45:09 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m6.285090546s) from=127.0.0.6:57415 2022/08/23 00:45:09 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m6.23076603s) from=127.0.0.6:46325 2022/08/23 00:45:09 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m6.443664653s) from=127.0.0.6:54913 2022/08/23 00:45:09 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m6.694367954s) from=127.0.0.6:40091 2022/08/23 00:45:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m7.033828711s) from=127.0.0.6:41475 2022/08/23 00:45:10 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m7.023286653s) from=127.0.0.6:39987 2022/08/23 00:45:10 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m7.200883466s) from=127.0.0.6:59397 2022/08/23 00:45:10 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m7.229941364s) from=127.0.0.6:37451 2022/08/23 00:45:10 [DEBUG] http: Request GET /v1/status/leader (3.674793ms) from=127.0.0.6:47515 2022/08/23 00:45:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:45:26 [DEBUG] http: Request GET /v1/status/leader (2.665076ms) from=127.0.0.6:52805 2022/08/23 00:45:46 [DEBUG] http: Request GET /v1/status/leader (298.174µs) from=127.0.0.6:52805 2022/08/23 00:46:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m4.954537023s) from=127.0.0.6:45785 2022/08/23 00:46:03 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m4.693906096s) from=127.0.0.6:39887 2022/08/23 00:46:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.170786541s) from=127.0.0.6:39279 2022/08/23 00:46:10 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m0.314808717s) from=127.0.0.6:52789 2022/08/23 00:46:11 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m0.861113423s) from=127.0.0.6:39631 2022/08/23 00:46:11 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m1.060606119s) from=127.0.0.6:37819 2022/08/23 00:46:12 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m1.64160022s) from=127.0.0.6:60261 2022/08/23 00:46:12 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.789457673s) from=127.0.0.6:57253 2022/08/23 00:46:12 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m2.193880822s) from=127.0.0.6:48547 2022/08/23 00:46:12 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m2.236990095s) from=127.0.0.6:49457 2022/08/23 00:46:12 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m2.386058006s) from=127.0.0.6:45161 2022/08/23 00:46:13 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m2.50179538s) from=127.0.0.6:39853 2022/08/23 00:46:13 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m2.473137391s) from=127.0.0.6:55475 2022/08/23 00:46:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m2.635236928s) from=127.0.0.6:60557 2022/08/23 00:46:13 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m2.947278584s) from=127.0.0.6:49639 2022/08/23 00:46:13 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m3.255806964s) from=127.0.0.6:52827 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m3.540706396s) from=127.0.0.6:60495 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m3.557330494s) from=127.0.0.6:46109 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m3.691752302s) from=127.0.0.6:37641 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m3.727439137s) from=127.0.0.6:38049 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m3.772465437s) from=127.0.0.6:57239 2022/08/23 00:46:14 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.25019624s) from=127.0.0.6:58707 2022/08/23 00:46:15 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m4.447585125s) from=127.0.0.6:42759 2022/08/23 00:46:15 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m4.627740271s) from=127.0.0.6:34971 2022/08/23 00:46:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.0800261s) from=127.0.0.6:36735 2022/08/23 00:46:16 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m5.964098784s) from=127.0.0.6:41081 2022/08/23 00:46:16 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m6.043891804s) from=127.0.0.6:46001 2022/08/23 00:46:17 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m7.289949907s) from=127.0.0.6:38463 2022/08/23 00:46:18 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m7.296403289s) from=127.0.0.6:51675 2022/08/23 00:46:18 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m7.34876078s) from=127.0.0.6:56769 2022/08/23 00:46:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:46:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:46:30 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:46:30 [DEBUG] agent: Node info in sync 2022/08/23 00:46:51 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:47:07 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m1.215821658s) from=127.0.0.6:43683 2022/08/23 00:47:09 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m2.802426614s) from=127.0.0.6:36031 2022/08/23 00:47:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m6.362028423s) from=127.0.0.6:41663 2022/08/23 00:47:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:48:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:48:16 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:48:16 [DEBUG] agent: Node info in sync 2022/08/23 00:48:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:49:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:49:24 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:49:24 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:49:24 [DEBUG] agent: Node info in sync 2022/08/23 00:49:34 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:50:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/catalog/services (910.424µs) from=127.0.0.6:33229 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/status/leader (6.217136ms) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (375.984µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (178.996µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (279.994µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (793.239µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (285.538µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (545.824µs) from=127.0.0.6:36675 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (385.864µs) from=127.0.0.6:36675 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (800.476µs) from=127.0.0.6:59247 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (545.222µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (299.249µs) from=127.0.0.6:57581 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (541.512µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (212.409µs) from=127.0.0.6:39733 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (235.345µs) from=127.0.0.6:33789 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (217.202µs) from=127.0.0.6:57581 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (396.051µs) from=127.0.0.6:59247 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (289.917µs) from=127.0.0.6:46957 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (468.271µs) from=127.0.0.6:36675 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (163.623µs) from=127.0.0.6:57329 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (204.052µs) from=127.0.0.6:46957 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (181.766µs) from=127.0.0.6:36675 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/parser-v1 (231.363µs) from=127.0.0.6:36675 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (188.341µs) from=127.0.0.6:46957 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (242.234µs) from=127.0.0.6:53239 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (425.741µs) from=127.0.0.6:46957 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (499.994µs) from=127.0.0.6:46957 2022/08/23 00:50:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (249.454µs) from=127.0.0.6:46957 2022/08/23 00:50:44 [DEBUG] http: Request GET /v1/status/leader (1.415054ms) from=127.0.0.6:57835 2022/08/23 00:51:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:51:03 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:51:03 [DEBUG] agent: Node info in sync 2022/08/23 00:51:04 [DEBUG] http: Request GET /v1/status/leader (3.180072ms) from=127.0.0.6:57835 2022/08/23 00:51:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:51:23 [DEBUG] http: Request GET /v1/catalog/services (808.013µs) from=127.0.0.6:44411 2022/08/23 00:51:23 [DEBUG] http: Request GET /v1/status/leader (258.413µs) from=127.0.0.6:44411 2022/08/23 00:51:23 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (499.87µs) from=127.0.0.6:43265 2022/08/23 00:51:23 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (181.699µs) from=127.0.0.6:57835 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/catalog/services (800.976µs) from=127.0.0.6:35723 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/status/leader (189.919µs) from=127.0.0.6:35723 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (2.434745ms) from=127.0.0.6:42763 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/nslcm-v2 (283.244µs) from=127.0.0.6:42763 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (266.269µs) from=127.0.0.6:44563 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1 (883.836µs) from=127.0.0.6:46467 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1 (288.794µs) from=127.0.0.6:46467 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (234.912µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (2.478555ms) from=127.0.0.6:44563 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (228.671µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/nslcm-v1 (229.339µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (211.56µs) from=127.0.0.6:46467 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (246.523µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (321.596µs) from=127.0.0.6:50015 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1 (1.767225ms) from=127.0.0.6:53581 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (408.852µs) from=127.0.0.6:50015 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1 (196.8µs) from=127.0.0.6:44563 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1 (513.177µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/parser-v1 (216.329µs) from=127.0.0.6:44563 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (176.148µs) from=127.0.0.6:42763 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (223.386µs) from=127.0.0.6:45819 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (176.715µs) from=127.0.0.6:46467 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (4.025427ms) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1 (210.955µs) from=127.0.0.6:45819 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1 (180.214µs) from=127.0.0.6:42479 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1 (1.026303ms) from=127.0.0.6:42955 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/vnfres-v1 (218.319µs) from=127.0.0.6:45819 2022/08/23 00:51:30 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (163.928µs) from=127.0.0.6:46467 2022/08/23 00:51:43 [DEBUG] http: Request GET /v1/status/leader (306.004µs) from=127.0.0.6:37285 2022/08/23 00:51:50 [DEBUG] http: Request GET /v1/status/leader (3.446064ms) from=127.0.0.6:37285 2022/08/23 00:52:03 [DEBUG] http: Request GET /v1/status/leader (432.569µs) from=127.0.0.6:37285 2022/08/23 00:52:10 [DEBUG] http: Request GET /v1/status/leader (697.27µs) from=127.0.0.6:37285 2022/08/23 00:52:18 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:52:18 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:52:18 [DEBUG] agent: Node info in sync 2022/08/23 00:52:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:52:23 [DEBUG] http: Request GET /v1/status/leader (363.846µs) from=127.0.0.6:37285 2022/08/23 00:52:24 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m0.069106569s) from=127.0.0.6:43461 2022/08/23 00:52:25 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m0.328745029s) from=127.0.0.6:52091 2022/08/23 00:52:25 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m0.434914295s) from=127.0.0.6:53239 2022/08/23 00:52:25 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m1.118171666s) from=127.0.0.6:47013 2022/08/23 00:52:25 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m1.150051846s) from=127.0.0.6:46957 2022/08/23 00:52:25 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m1.294073533s) from=127.0.0.6:33943 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1?wait=120s&index=73 (2m1.442709682s) from=127.0.0.6:59467 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m1.539982683s) from=127.0.0.6:46441 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m1.795777487s) from=127.0.0.6:33229 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.651378525s) from=127.0.0.6:44447 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m1.698011204s) from=127.0.0.6:40567 2022/08/23 00:52:26 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m2.04348847s) from=127.0.0.6:42143 2022/08/23 00:52:27 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m2.631069044s) from=127.0.0.6:43525 2022/08/23 00:52:27 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-spm4r.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/08/23 00:52:27 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m3.350538612s) from=127.0.0.6:57581 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m3.587065108s) from=127.0.0.6:36675 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m3.841900719s) from=127.0.0.6:58015 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m3.864028714s) from=127.0.0.6:57575 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m4.121724873s) from=127.0.0.6:57329 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m4.192568692s) from=127.0.0.6:39733 2022/08/23 00:52:28 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m4.306629079s) from=127.0.0.6:59247 2022/08/23 00:52:29 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m4.339738286s) from=127.0.0.6:42655 2022/08/23 00:52:30 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m5.483780792s) from=127.0.0.6:33059 2022/08/23 00:52:30 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m5.640748579s) from=127.0.0.6:33357 2022/08/23 00:52:30 [DEBUG] http: Request GET /v1/status/leader (172.232µs) from=127.0.0.6:37285 2022/08/23 00:52:30 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m6.260467939s) from=127.0.0.6:35735 2022/08/23 00:52:31 [DEBUG] http: Request GET /v1/health/service/vnfres-v1?wait=120s&index=178 (2m6.737197305s) from=127.0.0.6:44735 2022/08/23 00:52:31 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1?wait=120s&index=62 (2m6.935254258s) from=127.0.0.6:33789 2022/08/23 00:52:32 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m7.379202525s) from=127.0.0.6:47273 2022/08/23 00:52:34 [DEBUG] http: Request GET /v1/catalog/services (741.186µs) from=127.0.0.6:37285 2022/08/23 00:52:34 [DEBUG] http: Request GET /v1/status/leader (166.281µs) from=127.0.0.6:37285 2022/08/23 00:52:34 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (436.549µs) from=127.0.0.6:60355 2022/08/23 00:52:34 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (402.66µs) from=127.0.0.6:48197 2022/08/23 00:52:54 [DEBUG] http: Request GET /v1/status/leader (503.921µs) from=127.0.0.6:46119 2022/08/23 00:53:14 [DEBUG] http: Request GET /v1/status/leader (192.76µs) from=127.0.0.6:46119 2022/08/23 00:53:21 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-spm4r" since the cluster is too small 2022/08/23 00:53:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_vnflcm_10.233.45.123_8801" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_vnfres_10.233.15.226_8802" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_catalog_10.233.15.172_8806" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_usecaseui-ui_10.233.45.114_8443" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_ztevnfmdriver_10.233.4.123_8410" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v2_nslcm_10.233.33.51_8403" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_huaweivnfmdriver_10.233.7.229_8482" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.32.8_8181" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.23.243_9015" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.15.172_8806" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_sdnc_10.233.52.102_8282" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_usecaseui-server_10.233.23.53_8082" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v0_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.10.34_8080" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_parser_10.233.15.172_8806" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_nsd_10.233.15.172_8806" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_gvnfmdriver_10.233.52.95_8484" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_vnfmgr_10.233.60.93_8803" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.41.8_443" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_multicloud_10.233.53.103_9001" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.52.105_9007" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.27_9011" in sync 2022/08/23 00:53:21 [DEBUG] agent: Service "_v1_so-etsi-sol003-adapter_10.233.13.61_9092" in sync 2022/08/23 00:53:21 [DEBUG] agent: Node info in sync 2022/08/23 00:53:26 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m2.184192947s) from=127.0.0.6:57835 2022/08/23 00:53:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m3.125165799s) from=127.0.0.6:44411 2022/08/23 00:53:27 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m3.529652841s) from=127.0.0.6:43265 2022/08/23 00:53:31 [DEBUG] http: Request GET /v1/health/service/parser-v1?wait=120s&index=68 (2m0.702334472s) from=127.0.0.6:36917 2022/08/23 00:53:31 [DEBUG] http: Request GET /v1/health/service/vnflcm-v1?wait=120s&index=177 (2m1.153117026s) from=127.0.0.6:34661 2022/08/23 00:53:32 [DEBUG] http: Request GET /v1/health/service/nslcm-v2?wait=120s&index=174 (2m1.750478603s) from=127.0.0.6:44563 2022/08/23 00:53:32 [DEBUG] http: Request GET /v1/health/service/ztevnfmdriver-v1?wait=120s&index=171 (2m1.962469038s) from=127.0.0.6:50015 2022/08/23 00:53:32 [DEBUG] http: Request GET /v1/health/service/usecaseui-server-v1?wait=120s&index=168 (2m1.861306334s) from=127.0.0.6:49831 2022/08/23 00:53:32 [DEBUG] http: Request GET /v1/health/service/nsd-v1?wait=120s&index=70 (2m2.185662491s) from=127.0.0.6:58241 2022/08/23 00:53:33 [DEBUG] http: Request GET /v1/health/service/usecaseui-ui-v1?wait=120s&index=169 (2m2.316093945s) from=127.0.0.6:60271 2022/08/23 00:53:33 [DEBUG] http: Request GET /v1/health/service/sdnc-v1?wait=120s&index=86 (2m2.555816448s) from=127.0.0.6:57807 2022/08/23 00:53:33 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1?wait=120s&index=71 (2m2.64125913s) from=127.0.0.6:60991 2022/08/23 00:53:34 [DEBUG] http: Request GET /v1/health/service/vnfmgr-v1?wait=120s&index=176 (2m3.482136364s) from=127.0.0.6:42955 2022/08/23 00:53:34 [DEBUG] http: Request GET /v1/health/service/gvnfmdriver-v1?wait=120s&index=172 (2m3.817096799s) from=127.0.0.6:38879 2022/08/23 00:53:34 [DEBUG] http: Request GET /v1/health/service/so-etsi-sol003-adapter-v1?wait=120s&index=156 (2m4.030983128s) from=127.0.0.6:33575 2022/08/23 00:53:34 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0?wait=120s&index=65 (2m4.1544846s) from=127.0.0.6:42689 2022/08/23 00:53:34 [DEBUG] http: Request GET /v1/health/service/huaweivnfmdriver-v1?wait=120s&index=175 (2m4.229474543s) from=127.0.0.6:45819 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/catalog-v1?wait=120s&index=69 (2m4.317972532s) from=127.0.0.6:37835 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/multicloud-v1?wait=120s&index=64 (2m4.547722935s) from=127.0.0.6:42763 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0?wait=120s&index=72 (2m4.875244021s) from=127.0.0.6:60749 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/nslcm-v1?wait=120s&index=173 (2m5.033390066s) from=127.0.0.6:53581 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1?wait=120s&index=66 (2m5.141228679s) from=127.0.0.6:40647 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/multicloud-v0?wait=120s&index=63 (2m5.228480473s) from=127.0.0.6:46467 2022/08/23 00:53:35 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1?wait=120s&index=67 (2m5.341685972s) from=127.0.0.6:49859 2022/08/23 00:53:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=178 (2m5.861559918s) from=127.0.0.6:35723 2022/08/23 00:53:36 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1?wait=120s&index=61 (2m5.633503656s) from=127.0.0.6:35271 2022/08/23 00:53:37 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1?wait=120s&index=60 (2m6.580946151s) from=12