By type
+ 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: 'df865b4c-95c6-c994-6a84-eeafacba87f6' Node name: 'onap-msb-consul-59f55f8877-lh8jt' 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/03/29 00:57:40 [DEBUG] agent: Using random ID "df865b4c-95c6-c994-6a84-eeafacba87f6" as node ID 2022/03/29 00:57:40 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:df865b4c-95c6-c994-6a84-eeafacba87f6 Address:127.0.0.1:8300}] 2022/03/29 00:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2022/03/29 00:57:40 [WARN] raft: Heartbeat timeout from "" reached, starting election 2022/03/29 00:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2022/03/29 00:57:40 [WARN] raft: Unable to get address for server id df865b4c-95c6-c994-6a84-eeafacba87f6, using fallback address 127.0.0.1:8300: Could not find address for server id df865b4c-95c6-c994-6a84-eeafacba87f6 2022/03/29 00:57:40 [DEBUG] raft: Votes needed: 1 2022/03/29 00:57:40 [WARN] raft: Election timeout reached, restarting election 2022/03/29 00:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 3 2022/03/29 00:57:40 [WARN] raft: Unable to get address for server id df865b4c-95c6-c994-6a84-eeafacba87f6, using fallback address 127.0.0.1:8300: Could not find address for server id df865b4c-95c6-c994-6a84-eeafacba87f6 2022/03/29 00:57:40 [DEBUG] raft: Votes needed: 1 2022/03/29 00:57:40 [DEBUG] raft: Vote granted from df865b4c-95c6-c994-6a84-eeafacba87f6 in term 3. Tally: 1 2022/03/29 00:57:40 [INFO] raft: Election won. Tally: 1 2022/03/29 00:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2022/03/29 00:57:40 [INFO] serf: EventMemberJoin: onap-msb-consul-59f55f8877-lh8jt.dc1 127.0.0.1 2022/03/29 00:57:41 [INFO] serf: EventMemberJoin: onap-msb-consul-59f55f8877-lh8jt 127.0.0.1 2022/03/29 00:57:41 [INFO] consul: Handled member-join event for server "onap-msb-consul-59f55f8877-lh8jt.dc1" in area "wan" 2022/03/29 00:57:41 [INFO] consul: Adding LAN server onap-msb-consul-59f55f8877-lh8jt (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 00:57:41 [INFO] consul: cluster leadership acquired 2022/03/29 00:57:41 [INFO] consul: New leader elected: onap-msb-consul-59f55f8877-lh8jt 2022/03/29 00:57:41 [DEBUG] agent/proxy: managed Connect proxy manager started 2022/03/29 00:57:41 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2022/03/29 00:57:41 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2022/03/29 00:57:41 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2022/03/29 00:57:41 [INFO] agent: started state syncer 2022/03/29 00:57:42 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2022/03/29 00:57:42 [INFO] agent: Synced node info 2022/03/29 00:57:42 [DEBUG] agent: Node info in sync 2022/03/29 00:57:42 [INFO] connect: initialized primary datacenter CA with provider "consul" 2022/03/29 00:57:42 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 00:57:42 [INFO] consul: member 'onap-msb-consul-59f55f8877-lh8jt' joined, marking health alive 2022/03/29 00:57:42 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 00:57:44 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 00:57:44 [DEBUG] agent: Node info in sync ==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=&version=1.4.3: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 2022/03/29 00:58:02 [WARN] consul: error getting server health from "onap-msb-consul-59f55f8877-lh8jt": context deadline exceeded 2022/03/29 00:58:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 00:59:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 00:59:00 [DEBUG] agent: Node info in sync 2022/03/29 00:59:41 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 00:59:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:00:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:00:06 [DEBUG] agent: Node info in sync 2022/03/29 01:00:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:01:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:01:08 [DEBUG] agent: Node info in sync 2022/03/29 01:01:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:02:13 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 01:02:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:02:17 [DEBUG] agent: Node info in sync 2022/03/29 01:02:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:03:24 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:03:24 [DEBUG] agent: Node info in sync 2022/03/29 01:03:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:04:20 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 01:04:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:05:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:05:16 [DEBUG] agent: Node info in sync 2022/03/29 01:05:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:06:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:06:55 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:06:55 [DEBUG] agent: Node info in sync 2022/03/29 01:07:11 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 01:07:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:08:27 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:08:27 [DEBUG] agent: Node info in sync 2022/03/29 01:08:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:09:21 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 01:09:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:10:11 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:10:11 [DEBUG] agent: Node info in sync 2022/03/29 01:10:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:11:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:11:46 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-59f55f8877-lh8jt.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/03/29 01:11:48 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/03/29 01:11:48 [DEBUG] agent: Node info in sync 2022/03/29 01:12:30 [DEBUG] http: Request GET /v1/status/leader (907.355µs) from=10.233.76.162:49642 2022/03/29 01:12:32 [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/03/29 01:12:32 [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/03/29 01:12:32 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.46.60_9015" 2022/03/29 01:12:32 [DEBUG] agent: Node info in sync 2022/03/29 01:12:32 [DEBUG] http: Request PUT /v1/agent/service/register (312.565047ms) from=10.233.76.162:49678 2022/03/29 01:12:32 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:32 [DEBUG] agent: Node info in sync 2022/03/29 01:12:32 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (570.808µs) from=10.233.76.162:49680 2022/03/29 01:12:33 [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/03/29 01:12:33 [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/03/29 01:12:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:34 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.233.48.177_443" 2022/03/29 01:12:34 [DEBUG] agent: Node info in sync 2022/03/29 01:12:34 [DEBUG] http: Request PUT /v1/agent/service/register (1.142730756s) from=10.233.76.162:49692 2022/03/29 01:12:34 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:34 [DEBUG] agent: Node info in sync 2022/03/29 01:12:34 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (371.295µs) from=10.233.76.162:49708 2022/03/29 01:12:34 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:34 [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/03/29 01:12:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:35 [INFO] agent: Synced service "_v1_sdc_10.233.2.100_8443" 2022/03/29 01:12:35 [DEBUG] agent: Node info in sync 2022/03/29 01:12:35 [DEBUG] http: Request PUT /v1/agent/service/register (948.283298ms) from=10.233.76.162:49712 2022/03/29 01:12:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:35 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:35 [DEBUG] agent: Node info in sync 2022/03/29 01:12:35 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (1.042109ms) from=10.233.76.162:49718 2022/03/29 01:12:35 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:35 [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/03/29 01:12:36 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:36 [INFO] agent: Synced service "_v1_sdc-deprecated_10.233.2.100_8080" 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:36 [DEBUG] agent: Node info in sync 2022/03/29 01:12:36 [DEBUG] http: Request PUT /v1/agent/service/register (346.453494ms) from=10.233.76.162:49722 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:36 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:36 [DEBUG] agent: Node info in sync 2022/03/29 01:12:36 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (327.724446ms) from=10.233.76.162:49728 2022/03/29 01:12:36 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"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/03/29 01:12:36 [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/03/29 01:12:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:38 [INFO] agent: Synced service "_v0_multicloud_10.233.60.112_9001" 2022/03/29 01:12:38 [DEBUG] agent: Node info in sync 2022/03/29 01:12:38 [DEBUG] http: Request PUT /v1/agent/service/register (1.733202488s) from=10.233.76.162:49750 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:38 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:38 [DEBUG] agent: Node info in sync 2022/03/29 01:12:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (566.108µs) from=10.233.76.162:49768 2022/03/29 01:12:38 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"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/03/29 01:12: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/03/29 01:12:39 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:39 [INFO] agent: Synced service "_v1_multicloud_10.233.60.112_9001" 2022/03/29 01:12:39 [DEBUG] agent: Node info in sync 2022/03/29 01:12:39 [DEBUG] http: Request PUT /v1/agent/service/register (999.083104ms) from=10.233.76.162:49772 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:39 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:39 [DEBUG] agent: Node info in sync 2022/03/29 01:12:39 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (503.76µs) from=10.233.76.162:49788 2022/03/29 01:12:39 [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/03/29 01:12:39 [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/03/29 01:12:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:40 [INFO] agent: Synced service "_v1_wf-gui_10.233.40.62_8443" 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:40 [DEBUG] agent: Node info in sync 2022/03/29 01:12:40 [DEBUG] http: Request PUT /v1/agent/service/register (680.948485ms) from=10.233.76.162:49792 2022/03/29 01:12:40 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:40 [DEBUG] agent: Node info in sync 2022/03/29 01:12:40 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (312.904µs) from=10.233.76.162:49798 2022/03/29 01:12:40 [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/03/29 01:12:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-59f55f8877-lh8jt" since the cluster is too small 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:42 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.61.208_9007" 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:42 [DEBUG] agent: Node info in sync 2022/03/29 01:12:42 [DEBUG] http: Request PUT /v1/agent/service/register (1.878938243s) from=10.233.76.162:49800 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Node info in sync 2022/03/29 01:12:42 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (390.323µs) from=10.233.76.162:49830 2022/03/29 01:12:42 [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/03/29 01:12:42 [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/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:42 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.61.208_9007" 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:42 [DEBUG] agent: Node info in sync 2022/03/29 01:12:42 [DEBUG] http: Request PUT /v1/agent/service/register (778.952562ms) from=10.233.76.162:49832 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:42 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:42 [DEBUG] agent: Node info in sync 2022/03/29 01:12:42 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (313.255µs) from=10.233.76.162:49844 2022/03/29 01:12:43 [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/03/29 01:12: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/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:43 [INFO] agent: Synced service "_v1_message-router_10.233.59.194_3904" 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:43 [DEBUG] agent: Node info in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:43 [DEBUG] agent: Node info in sync 2022/03/29 01:12:43 [DEBUG] http: Request PUT /v1/agent/service/register (525.494636ms) from=10.233.76.162:49846 2022/03/29 01:12:43 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (594.216µs) from=10.233.76.162:49858 2022/03/29 01:12:43 [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/03/29 01:12: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/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:45 [INFO] agent: Synced service "_v1_parser_10.233.7.155_8806" 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:45 [DEBUG] agent: Node info in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:45 [DEBUG] agent: Node info in sync 2022/03/29 01:12:45 [DEBUG] http: Request PUT /v1/agent/service/register (1.660707445s) from=10.233.76.162:49860 2022/03/29 01:12:45 [DEBUG] http: Request GET /v1/health/service/parser-v1 (367.818µs) from=10.233.76.162:49888 2022/03/29 01:12:45 [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/03/29 01:12:45 [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/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:46 [INFO] agent: Synced service "_v1_catalog_10.233.7.155_8806" 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:46 [DEBUG] agent: Node info in sync 2022/03/29 01:12:46 [DEBUG] http: Request PUT /v1/agent/service/register (680.532084ms) from=10.233.76.162:49890 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:46 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:46 [DEBUG] agent: Node info in sync 2022/03/29 01:12:46 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (344.084µs) from=10.233.76.162:49902 2022/03/29 01:12:46 [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/03/29 01:12:46 [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/03/29 01:12:47 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:47 [INFO] agent: Synced service "_v1_nsd_10.233.7.155_8806" 2022/03/29 01:12:47 [DEBUG] agent: Node info in sync 2022/03/29 01:12:47 [DEBUG] http: Request PUT /v1/agent/service/register (1.152970654s) from=10.233.76.162:49910 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:47 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:47 [DEBUG] agent: Node info in sync 2022/03/29 01:12:47 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (358.699µs) from=10.233.76.162:49918 2022/03/29 01:12:47 [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/03/29 01:12:47 [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/03/29 01:12:48 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.7.155_8806" 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:48 [DEBUG] agent: Node info in sync 2022/03/29 01:12:48 [DEBUG] http: Request PUT /v1/agent/service/register (600.547459ms) from=10.233.76.162:49924 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:48 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:48 [DEBUG] agent: Node info in sync 2022/03/29 01:12:48 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (300.538µs) from=10.233.76.162:49930 2022/03/29 01:12:48 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"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/03/29 01:12:48 [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/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:49 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.56.228_9011" 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:49 [DEBUG] agent: Node info in sync 2022/03/29 01:12:49 [DEBUG] http: Request PUT /v1/agent/service/register (1.149656814s) from=10.233.76.162:49932 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:49 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:49 [DEBUG] agent: Node info in sync 2022/03/29 01:12:49 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (354.359µs) from=10.233.76.162:49942 2022/03/29 01:12:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"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/03/29 01:12:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:51 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.56.228_9011" 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Node info in sync 2022/03/29 01:12:51 [DEBUG] http: Request PUT /v1/agent/service/register (1.722126657s) from=10.233.76.162:49944 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:51 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:51 [DEBUG] agent: Node info in sync 2022/03/29 01:12:51 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (398.953µs) from=10.233.76.162:49966 2022/03/29 01:12:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:52 [INFO] agent: Synced service "_v1_sdc-gui_10.233.33.148_8181" 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Node info in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:52 [DEBUG] agent: Node info in sync 2022/03/29 01:12:52 [DEBUG] http: Request PUT /v1/agent/service/register (483.960123ms) from=10.233.76.162:49968 2022/03/29 01:12:52 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (458.615µs) from=10.233.76.162:49978 2022/03/29 01:12:52 [WARN] agent: Service name "_aai-generic-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:52 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:52 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:53 [INFO] agent: Synced service "_v11__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Node info in sync 2022/03/29 01:12:53 [DEBUG] http: Request PUT /v1/agent/service/register (965.222834ms) from=10.233.76.162:49982 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:53 [DEBUG] agent: Node info in sync 2022/03/29 01:12:53 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (426.109µs) from=10.233.76.162:49998 2022/03/29 01:12:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:53 [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/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [INFO] agent: Synced service "_v11_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Node info in sync 2022/03/29 01:12:54 [DEBUG] http: Request PUT /v1/agent/service/register (740.559733ms) from=10.233.76.162:50000 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Node info in sync 2022/03/29 01:12:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (416.974µs) from=10.233.76.162:50004 2022/03/29 01:12:54 [WARN] agent: Service name "_aai-generic-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:54 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:54 [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/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [INFO] agent: Synced service "_v12__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:54 [DEBUG] agent: Node info in sync 2022/03/29 01:12:54 [DEBUG] http: Request PUT /v1/agent/service/register (164.060952ms) from=10.233.76.162:50006 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:54 [DEBUG] agent: Node info in sync 2022/03/29 01:12:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (409.325µs) from=10.233.76.162:50008 2022/03/29 01:12:54 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:54 [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/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [INFO] agent: Synced service "_v12_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:55 [DEBUG] agent: Node info in sync 2022/03/29 01:12:55 [DEBUG] http: Request PUT /v1/agent/service/register (725.150674ms) from=10.233.76.162:50012 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Node info in sync 2022/03/29 01:12:55 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (374.404µs) from=10.233.76.162:50016 2022/03/29 01:12:55 [WARN] agent: Service name "_aai-generic-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12: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/03/29 01:12:55 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [INFO] agent: Synced service "_v13__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Node info in sync 2022/03/29 01:12:55 [DEBUG] http: Request PUT /v1/agent/service/register (326.425696ms) from=10.233.76.162:50020 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:55 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:55 [DEBUG] agent: Node info in sync 2022/03/29 01:12:56 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (100.263475ms) from=10.233.76.162:50022 2022/03/29 01:12:56 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:56 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:56 [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/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [INFO] agent: Synced service "_v13_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Node info in sync 2022/03/29 01:12:56 [DEBUG] http: Request PUT /v1/agent/service/register (450.59506ms) from=10.233.76.162:50024 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Node info in sync 2022/03/29 01:12:56 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (100.898551ms) from=10.233.76.162:50042 2022/03/29 01:12:56 [WARN] agent: Service name "_aai-generic-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:56 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:56 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:56 [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/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [INFO] agent: Synced service "_v14__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Node info in sync 2022/03/29 01:12:56 [DEBUG] http: Request PUT /v1/agent/service/register (7.091787ms) from=10.233.76.162:50044 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:56 [DEBUG] agent: Node info in sync 2022/03/29 01:12:56 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (385.001µs) from=10.233.76.162:50046 2022/03/29 01:12:57 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12: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/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [INFO] agent: Synced service "_v14_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Node info in sync 2022/03/29 01:12:57 [DEBUG] http: Request PUT /v1/agent/service/register (270.003764ms) from=10.233.76.162:50048 2022/03/29 01:12:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:57 [DEBUG] agent: Node info in sync 2022/03/29 01:12:57 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (345.414µs) from=10.233.76.162:50052 2022/03/29 01:12:57 [WARN] agent: Service name "_aai-generic-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:57 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12: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/03/29 01:12:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [INFO] agent: Synced service "_v15__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Node info in sync 2022/03/29 01:12:58 [DEBUG] http: Request PUT /v1/agent/service/register (829.348248ms) from=10.233.76.162:50054 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:58 [DEBUG] agent: Node info in sync 2022/03/29 01:12:58 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (306.338µs) from=10.233.76.162:50058 2022/03/29 01:12:58 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:58 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12: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/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [INFO] agent: Synced service "_v15_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:59 [DEBUG] agent: Node info in sync 2022/03/29 01:12:59 [DEBUG] http: Request PUT /v1/agent/service/register (1.432845759s) from=10.233.76.162:50060 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:12:59 [DEBUG] agent: Node info in sync 2022/03/29 01:12:59 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (60.429614ms) from=10.233.76.162:50068 2022/03/29 01:12:59 [WARN] agent: Service name "_aai-generic-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:59 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:59 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:12:59 [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/03/29 01:13:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [INFO] agent: Synced service "_v16__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Node info in sync 2022/03/29 01:13:00 [DEBUG] http: Request PUT /v1/agent/service/register (218.076459ms) from=10.233.76.162:50070 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Node info in sync 2022/03/29 01:13:00 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (570.621µs) from=10.233.76.162:50074 2022/03/29 01:13:00 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:00 [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/03/29 01:13:00 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [INFO] agent: Synced service "_v16_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Node info in sync 2022/03/29 01:13:00 [DEBUG] http: Request PUT /v1/agent/service/register (337.062546ms) from=10.233.76.162:50078 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:00 [DEBUG] agent: Node info in sync 2022/03/29 01:13:00 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (100.250381ms) from=10.233.76.162:50088 2022/03/29 01:13:00 [WARN] agent: Service name "_aai-generic-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:00 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:00 [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/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [INFO] agent: Synced service "_v17__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Node info in sync 2022/03/29 01:13:01 [DEBUG] http: Request PUT /v1/agent/service/register (328.450668ms) from=10.233.76.162:50096 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:01 [DEBUG] agent: Node info in sync 2022/03/29 01:13:01 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (465.713µs) from=10.233.76.162:50104 2022/03/29 01:13:01 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:01 [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/03/29 01:13:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [INFO] agent: Synced service "_v17_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Node info in sync 2022/03/29 01:13:02 [DEBUG] http: Request PUT /v1/agent/service/register (706.098987ms) from=10.233.76.162:50106 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Node info in sync 2022/03/29 01:13:02 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (414.054µs) from=10.233.76.162:50118 2022/03/29 01:13:02 [WARN] agent: Service name "_aai-generic-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:02 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:02 [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/03/29 01:13:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [INFO] agent: Synced service "_v18__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Node info in sync 2022/03/29 01:13:02 [DEBUG] http: Request PUT /v1/agent/service/register (264.01272ms) from=10.233.76.162:50122 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:02 [DEBUG] agent: Node info in sync 2022/03/29 01:13:02 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (544.865µs) from=10.233.76.162:50124 2022/03/29 01:13:02 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:02 [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/03/29 01:13:03 [INFO] agent: Synced service "_v18_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Node info in sync 2022/03/29 01:13:03 [DEBUG] http: Request PUT /v1/agent/service/register (302.47629ms) from=10.233.76.162:50126 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:03 [DEBUG] agent: Node info in sync 2022/03/29 01:13:03 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (100.047771ms) from=10.233.76.162:50134 2022/03/29 01:13:03 [WARN] agent: Service name "_aai-generic-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:03 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:03 [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/03/29 01:13:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [INFO] agent: Synced service "_v19__aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Node info in sync 2022/03/29 01:13:04 [DEBUG] http: Request PUT /v1/agent/service/register (938.034414ms) from=10.233.76.162:50142 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:04 [DEBUG] agent: Node info in sync 2022/03/29 01:13:04 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (411.776µs) from=10.233.76.162:50148 2022/03/29 01:13:04 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [INFO] agent: Synced service "_v19_aai-generic-query_10.233.71.97_8446" 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:05 [DEBUG] agent: Node info in sync 2022/03/29 01:13:05 [DEBUG] http: Request PUT /v1/agent/service/register (583.783044ms) from=10.233.76.162:50150 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (492.481µs) from=10.233.76.162:50156 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Node info in sync 2022/03/29 01:13:05 [WARN] agent: Service name "_aai-nodes-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [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/03/29 01:13:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [INFO] agent: Synced service "_v11__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Node info in sync 2022/03/29 01:13:05 [DEBUG] http: Request PUT /v1/agent/service/register (284.429732ms) from=10.233.76.162:50158 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:05 [DEBUG] agent: Node info in sync 2022/03/29 01:13:05 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (392.938µs) from=10.233.76.162:50162 2022/03/29 01:13:05 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:05 [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/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [INFO] agent: Synced service "_v11_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Node info in sync 2022/03/29 01:13:06 [DEBUG] http: Request PUT /v1/agent/service/register (365.462291ms) from=10.233.76.162:50164 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Node info in sync 2022/03/29 01:13:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (358.503µs) from=10.233.76.162:50180 2022/03/29 01:13:06 [WARN] agent: Service name "_aai-nodes-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:06 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:06 [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/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [INFO] agent: Synced service "_v12__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Node info in sync 2022/03/29 01:13:06 [DEBUG] http: Request PUT /v1/agent/service/register (199.720696ms) from=10.233.76.162:50182 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:06 [DEBUG] agent: Node info in sync 2022/03/29 01:13:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (453.274µs) from=10.233.76.162:50184 2022/03/29 01:13:06 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:06 [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/03/29 01:13:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [INFO] agent: Synced service "_v12_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Node info in sync 2022/03/29 01:13:07 [DEBUG] http: Request PUT /v1/agent/service/register (728.015736ms) from=10.233.76.162:50186 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:07 [DEBUG] agent: Node info in sync 2022/03/29 01:13:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (346.22µs) from=10.233.76.162:50190 2022/03/29 01:13:07 [WARN] agent: Service name "_aai-nodes-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:07 [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/03/29 01:13:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [INFO] agent: Synced service "_v13__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Node info in sync 2022/03/29 01:13:08 [DEBUG] http: Request PUT /v1/agent/service/register (625.352993ms) from=10.233.76.162:50192 2022/03/29 01:13:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:08 [DEBUG] agent: Node info in sync 2022/03/29 01:13:08 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (289.841µs) from=10.233.76.162:50196 2022/03/29 01:13:08 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:08 [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/03/29 01:13:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [INFO] agent: Synced service "_v13_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Node info in sync 2022/03/29 01:13:11 [DEBUG] http: Request PUT /v1/agent/service/register (3.300528481s) from=10.233.76.162:50200 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:11 [DEBUG] agent: Node info in sync 2022/03/29 01:13:11 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (368.308µs) from=10.233.76.162:50250 2022/03/29 01:13:12 [WARN] agent: Service name "_aai-nodes-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:12 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:12 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:12 [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/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [INFO] agent: Synced service "_v14__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Node info in sync 2022/03/29 01:13:13 [DEBUG] http: Request PUT /v1/agent/service/register (1.165796238s) from=10.233.76.162:50252 2022/03/29 01:13:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (436.092µs) from=10.233.76.162:50268 2022/03/29 01:13:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:13 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:13 [DEBUG] agent: Node info in sync 2022/03/29 01:13:13 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:13 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:13 [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/03/29 01:13:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [INFO] agent: Synced service "_v14_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Node info in sync 2022/03/29 01:13:14 [DEBUG] http: Request PUT /v1/agent/service/register (627.425556ms) from=10.233.76.162:50270 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:14 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:14 [DEBUG] agent: Node info in sync 2022/03/29 01:13:14 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (508.601µs) from=10.233.76.162:50272 2022/03/29 01:13:14 [WARN] agent: Service name "_aai-nodes-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:14 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:14 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:14 [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/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [INFO] agent: Synced service "_v15__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:15 [DEBUG] agent: Node info in sync 2022/03/29 01:13:15 [DEBUG] http: Request PUT /v1/agent/service/register (937.566871ms) from=10.233.76.162:50276 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:15 [DEBUG] agent: Node info in sync 2022/03/29 01:13:15 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (375.879µs) from=10.233.76.162:50286 2022/03/29 01:13:15 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:15 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:15 [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/03/29 01:13:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [INFO] agent: Synced service "_v15_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:16 [DEBUG] agent: Node info in sync 2022/03/29 01:13:16 [DEBUG] http: Request PUT /v1/agent/service/register (854.267424ms) from=10.233.76.162:50288 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:16 [DEBUG] agent: Node info in sync 2022/03/29 01:13:16 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (408.338µs) from=10.233.76.162:50304 2022/03/29 01:13:16 [WARN] agent: Service name "_aai-nodes-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:16 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:16 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:16 [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/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [INFO] agent: Synced service "_v16__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Node info in sync 2022/03/29 01:13:17 [DEBUG] http: Request PUT /v1/agent/service/register (849.412781ms) from=10.233.76.162:50306 2022/03/29 01:13:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:17 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (422.321µs) from=10.233.76.162:50314 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:17 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:17 [DEBUG] agent: Node info in sync 2022/03/29 01:13:18 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:18 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:18 [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/03/29 01:13:19 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [INFO] agent: Synced service "_v16_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Node info in sync 2022/03/29 01:13:19 [DEBUG] http: Request PUT /v1/agent/service/register (923.040106ms) from=10.233.76.162:50318 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:19 [DEBUG] agent: Node info in sync 2022/03/29 01:13:19 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (566.546µs) from=10.233.76.162:50326 2022/03/29 01:13:19 [WARN] agent: Service name "_aai-nodes-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:19 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:19 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:19 [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/03/29 01:13:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [INFO] agent: Synced service "_v17__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Node info in sync 2022/03/29 01:13:20 [DEBUG] http: Request PUT /v1/agent/service/register (903.423577ms) from=10.233.76.162:50328 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:20 [DEBUG] agent: Node info in sync 2022/03/29 01:13:20 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (415.659µs) from=10.233.76.162:50340 2022/03/29 01:13:20 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:20 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:20 [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/03/29 01:13:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [INFO] agent: Synced service "_v17_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Node info in sync 2022/03/29 01:13:21 [DEBUG] http: Request PUT /v1/agent/service/register (755.455637ms) from=10.233.76.162:50348 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:21 [DEBUG] agent: Node info in sync 2022/03/29 01:13:21 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (409.648µs) from=10.233.76.162:50364 2022/03/29 01:13:21 [WARN] agent: Service name "_aai-nodes-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:21 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:21 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:21 [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/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [INFO] agent: Synced service "_v18__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Node info in sync 2022/03/29 01:13:22 [DEBUG] http: Request PUT /v1/agent/service/register (920.873257ms) from=10.233.76.162:50366 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Node info in sync 2022/03/29 01:13:22 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (324.785µs) from=10.233.76.162:50380 2022/03/29 01:13:22 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:22 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:22 [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/03/29 01:13:22 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [INFO] agent: Synced service "_v18_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Node info in sync 2022/03/29 01:13:22 [DEBUG] http: Request PUT /v1/agent/service/register (672.390624ms) from=10.233.76.162:50382 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:22 [DEBUG] agent: Node info in sync 2022/03/29 01:13:22 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (387.981µs) from=10.233.76.162:50392 2022/03/29 01:13:23 [WARN] agent: Service name "_aai-nodes-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:23 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:23 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:23 [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/03/29 01:13:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [INFO] agent: Synced service "_v19__aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Node info in sync 2022/03/29 01:13:24 [DEBUG] http: Request PUT /v1/agent/service/register (900.391774ms) from=10.233.76.162:50394 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:24 [DEBUG] agent: Node info in sync 2022/03/29 01:13:24 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (2.685615ms) from=10.233.76.162:50408 2022/03/29 01:13:25 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:25 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:25 [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/03/29 01:13:25 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [INFO] agent: Synced service "_v19_aai-nodes-query_10.233.71.97_8446" 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Node info in sync 2022/03/29 01:13:25 [DEBUG] http: Request PUT /v1/agent/service/register (512.001822ms) from=10.233.76.162:50412 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:25 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:25 [DEBUG] agent: Node info in sync 2022/03/29 01:13:25 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (100.3413ms) from=10.233.76.162:50416 2022/03/29 01:13:25 [WARN] agent: Service name "_aai-nquery-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:25 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:25 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:25 [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/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [INFO] agent: Synced service "_v11__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Node info in sync 2022/03/29 01:13:26 [DEBUG] http: Request PUT /v1/agent/service/register (363.155753ms) from=10.233.76.162:50420 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:26 [DEBUG] agent: Node info in sync 2022/03/29 01:13:26 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (505.435µs) from=10.233.76.162:50424 2022/03/29 01:13:26 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:26 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:26 [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/03/29 01:13:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [INFO] agent: Synced service "_v11_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:27 [DEBUG] agent: Node info in sync 2022/03/29 01:13:27 [DEBUG] http: Request PUT /v1/agent/service/register (962.260008ms) from=10.233.76.162:50426 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:27 [DEBUG] agent: Node info in sync 2022/03/29 01:13:27 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (500.142065ms) from=10.233.76.162:50444 2022/03/29 01:13:27 [WARN] agent: Service name "_aai-nquery-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:27 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:27 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:27 [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/03/29 01:13:28 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [INFO] agent: Synced service "_v12__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Node info in sync 2022/03/29 01:13:28 [DEBUG] http: Request PUT /v1/agent/service/register (719.614351ms) from=10.233.76.162:50446 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (347.41µs) from=10.233.76.162:50450 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:28 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:28 [DEBUG] agent: Node info in sync 2022/03/29 01:13:28 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:28 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:28 [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/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:29 [INFO] agent: Synced service "_v12_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Node info in sync 2022/03/29 01:13:29 [DEBUG] http: Request PUT /v1/agent/service/register (405.257852ms) from=10.233.76.162:50452 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:29 [DEBUG] agent: Node info in sync 2022/03/29 01:13:29 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (476.696µs) from=10.233.76.162:50456 2022/03/29 01:13:29 [WARN] agent: Service name "_aai-nquery-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:29 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:29 [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/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [INFO] agent: Synced service "_v13__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Node info in sync 2022/03/29 01:13:30 [DEBUG] http: Request PUT /v1/agent/service/register (700.140904ms) from=10.233.76.162:50460 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Node info in sync 2022/03/29 01:13:30 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (437.941µs) from=10.233.76.162:50470 2022/03/29 01:13:30 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:30 [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/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [INFO] agent: Synced service "_v13_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Node info in sync 2022/03/29 01:13:30 [DEBUG] http: Request PUT /v1/agent/service/register (601.364228ms) from=10.233.76.162:50476 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:30 [DEBUG] agent: Node info in sync 2022/03/29 01:13:30 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (348.507µs) from=10.233.76.162:50486 2022/03/29 01:13:31 [WARN] agent: Service name "_aai-nquery-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:31 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:31 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:31 [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/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [INFO] agent: Synced service "_v14__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Node info in sync 2022/03/29 01:13:31 [DEBUG] http: Request PUT /v1/agent/service/register (200.636876ms) from=10.233.76.162:50492 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Node info in sync 2022/03/29 01:13:31 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (354.379µs) from=10.233.76.162:50520 2022/03/29 01:13:31 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:31 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:31 [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/03/29 01:13:31 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [INFO] agent: Synced service "_v14_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Node info in sync 2022/03/29 01:13:31 [DEBUG] http: Request PUT /v1/agent/service/register (401.726658ms) from=10.233.76.162:50522 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Node info in sync 2022/03/29 01:13:32 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (433.583µs) from=10.233.76.162:50536 2022/03/29 01:13:32 [WARN] agent: Service name "_aai-nquery-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:32 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:32 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:32 [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/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [INFO] agent: Synced service "_v15__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Node info in sync 2022/03/29 01:13:32 [DEBUG] http: Request PUT /v1/agent/service/register (384.91523ms) from=10.233.76.162:50538 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:32 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:32 [DEBUG] agent: Node info in sync 2022/03/29 01:13:32 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (437.192µs) from=10.233.76.162:50542 2022/03/29 01:13:32 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:32 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:32 [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/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [INFO] agent: Synced service "_v15_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Node info in sync 2022/03/29 01:13:33 [DEBUG] http: Request PUT /v1/agent/service/register (727.343598ms) from=10.233.76.162:50544 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (431.988µs) from=10.233.76.162:50560 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Node info in sync 2022/03/29 01:13:33 [WARN] agent: Service name "_aai-nquery-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:33 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:33 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:33 [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/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [INFO] agent: Synced service "_v16__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Node info in sync 2022/03/29 01:13:33 [DEBUG] http: Request PUT /v1/agent/service/register (188.65654ms) from=10.233.76.162:50562 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:33 [DEBUG] agent: Node info in sync 2022/03/29 01:13:33 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (493.575µs) from=10.233.76.162:50564 2022/03/29 01:13:34 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:34 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:34 [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/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:34 [INFO] agent: Synced service "_v16_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Node info in sync 2022/03/29 01:13:34 [DEBUG] http: Request PUT /v1/agent/service/register (501.794132ms) from=10.233.76.162:50566 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:34 [DEBUG] agent: Node info in sync 2022/03/29 01:13:34 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (422.865µs) from=10.233.76.162:50572 2022/03/29 01:13:34 [WARN] agent: Service name "_aai-nquery-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:34 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:34 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:34 [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/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [INFO] agent: Synced service "_v17__aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Node info in sync 2022/03/29 01:13:35 [DEBUG] http: Request PUT /v1/agent/service/register (167.94178ms) from=10.233.76.162:50576 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Node info in sync 2022/03/29 01:13:35 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v17 (328.11µs) from=10.233.76.162:50578 2022/03/29 01:13:35 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:35 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/03/29 01:13:35 [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/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.2.100_8080" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.46.60_9015" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [INFO] agent: Synced service "_v17_aai-nquery_10.233.71.97_8446" 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.48.177_443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_nsd_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:35 [DEBUG] agent: Node info in sync 2022/03/29 01:13:35 [DEBUG] http: Request PUT /v1/agent/service/register (725.473298ms) from=10.233.76.162:50580 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.56.228_9011" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc_10.233.2.100_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.61.208_9007" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_catalog_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.40.62_8443" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_parser_10.233.7.155_8806" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_message-router_10.233.59.194_3904" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.33.148_8181" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v15_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v0_multicloud_10.233.60.112_9001" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13__aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-nquery_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.71.97_8446" in sync 2022/03/29 01:13:35 [DEBUG] agent: Service "_v11__aai-nquery_10.233.71.97_8446" in sync 2022