Results

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: 'ea38d24d-f7c1-32dd-0b5d-e89fb15a2553'
         Node name: 'onap-msb-consul-55bf85f47-lchqg'
        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:

    2021/11/15 01:25:09 [DEBUG] agent: Using random ID "ea38d24d-f7c1-32dd-0b5d-e89fb15a2553" as node ID
    2021/11/15 01:25:10 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:ea38d24d-f7c1-32dd-0b5d-e89fb15a2553 Address:127.0.0.1:8300}]
    2021/11/15 01:25:10 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "")
    2021/11/15 01:25:10 [WARN] raft: Heartbeat timeout from "" reached, starting election
    2021/11/15 01:25:10 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2
    2021/11/15 01:25:10 [WARN] raft: Unable to get address for server id ea38d24d-f7c1-32dd-0b5d-e89fb15a2553, using fallback address 127.0.0.1:8300: Could not find address for server id ea38d24d-f7c1-32dd-0b5d-e89fb15a2553
    2021/11/15 01:25:10 [DEBUG] raft: Votes needed: 1
    2021/11/15 01:25:10 [DEBUG] raft: Vote granted from ea38d24d-f7c1-32dd-0b5d-e89fb15a2553 in term 2. Tally: 1
    2021/11/15 01:25:10 [INFO] raft: Election won. Tally: 1
    2021/11/15 01:25:10 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state
    2021/11/15 01:25:10 [INFO] serf: EventMemberJoin: onap-msb-consul-55bf85f47-lchqg.dc1 127.0.0.1
    2021/11/15 01:25:10 [INFO] serf: EventMemberJoin: onap-msb-consul-55bf85f47-lchqg 127.0.0.1
    2021/11/15 01:25:11 [INFO] consul: Adding LAN server onap-msb-consul-55bf85f47-lchqg (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:25:11 [INFO] consul: Handled member-join event for server "onap-msb-consul-55bf85f47-lchqg.dc1" in area "wan"
    2021/11/15 01:25:11 [INFO] consul: cluster leadership acquired
    2021/11/15 01:25:11 [DEBUG] agent/proxy: managed Connect proxy manager started
    2021/11/15 01:25:11 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
    2021/11/15 01:25:11 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
    2021/11/15 01:25:11 [INFO] consul: New leader elected: onap-msb-consul-55bf85f47-lchqg
    2021/11/15 01:25:11 [INFO] agent: Started HTTP server on [::]:8500 (tcp)
    2021/11/15 01:25:11 [INFO] agent: started state syncer
    2021/11/15 01:25:11 [INFO] agent: Started gRPC server on [::]:8502 (tcp)
    2021/11/15 01:25:11 [INFO] agent: Synced node info
    2021/11/15 01:25:11 [DEBUG] agent: Node info in sync
    2021/11/15 01:25:12 [INFO] connect: initialized primary datacenter CA with provider "consul"
    2021/11/15 01:25:12 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:25:12 [INFO] consul: member 'onap-msb-consul-55bf85f47-lchqg' joined, marking health alive
    2021/11/15 01:25:13 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:25:13 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:25:13 [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)
    2021/11/15 01:26:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:26:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:26:15 [DEBUG] agent: Node info in sync
    2021/11/15 01:27:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:27:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:27:57 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:27:57 [DEBUG] agent: Node info in sync
    2021/11/15 01:28:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:29:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:29:03 [DEBUG] agent: Node info in sync
    2021/11/15 01:29:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:30:00 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:30:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:30:05 [DEBUG] agent: Node info in sync
    2021/11/15 01:30:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:31:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:31:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:31:35 [DEBUG] agent: Node info in sync
    2021/11/15 01:32:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:32:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:33:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:33:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:33:16 [DEBUG] agent: Node info in sync
    2021/11/15 01:34:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:34:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:34:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:34:17 [DEBUG] agent: Node info in sync
    2021/11/15 01:35:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:35:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:35:20 [DEBUG] agent: Node info in sync
    2021/11/15 01:36:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:36:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:36:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:36:49 [DEBUG] agent: Node info in sync
    2021/11/15 01:37:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:38:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:38:42 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:38:42 [DEBUG] agent: Node info in sync
    2021/11/15 01:39:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:39:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:40:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:40:00 [DEBUG] agent: Node info in sync
    2021/11/15 01:40:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:41:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:41:29 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:41:36 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:41:36 [DEBUG] agent: Node info in sync
    2021/11/15 01:42:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:43:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:43:13 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
    2021/11/15 01:43:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:14 [DEBUG] http: Request GET /v1/status/leader (336.878µs) from=10.233.71.199:54020
    2021/11/15 01:43:16 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:27 [INFO] agent: Synced service "_v1_parser_10.233.41.148_8806"
    2021/11/15 01:43:27 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:27 [DEBUG] http: Request PUT /v1/agent/service/register (10.640576574s) from=10.233.71.199:54036
    2021/11/15 01:43:27 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:27 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:27 [DEBUG] http: Request GET /v1/health/service/parser-v1 (857.603µs) from=10.233.71.199:54132
    2021/11/15 01:43:27 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:33 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:33 [INFO] agent: Synced service "_v1_catalog_10.233.41.148_8806"
    2021/11/15 01:43:33 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:33 [DEBUG] http: Request PUT /v1/agent/service/register (5.635628979s) from=10.233.71.199:54138
    2021/11/15 01:43:33 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:33 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:33 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:33 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (1.140609ms) from=10.233.71.199:54194
    2021/11/15 01:43:33 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:35 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:35 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:35 [INFO] agent: Synced service "_v1_nsd_10.233.41.148_8806"
    2021/11/15 01:43:35 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:35 [DEBUG] http: Request PUT /v1/agent/service/register (1.737572073s) from=10.233.71.199:54202
    2021/11/15 01:43:35 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:35 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:35 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:35 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:35 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (1.047425ms) from=10.233.71.199:54210
    2021/11/15 01:43:35 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.41.148_8806"
    2021/11/15 01:43:36 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:36 [DEBUG] http: Request PUT /v1/agent/service/register (1.111138938s) from=10.233.71.199:54214
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:36 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:37 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (348.204µs) from=10.233.71.199:54226
    2021/11/15 01:43:37 [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.
    2021/11/15 01:43:37 [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.
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [INFO] agent: Synced service "_v0_multicloud_10.233.20.104_9001"
    2021/11/15 01:43:38 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:38 [DEBUG] http: Request PUT /v1/agent/service/register (746.558175ms) from=10.233.71.199:54230
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (99.978031ms) from=10.233.71.199:54238
    2021/11/15 01:43: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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:38 [INFO] agent: Synced service "_v1_multicloud_10.233.20.104_9001"
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:38 [DEBUG] http: Request PUT /v1/agent/service/register (513.298349ms) from=10.233.71.199:54240
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:38 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:38 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (332.765µs) from=10.233.71.199:54248
    2021/11/15 01:43: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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:39 [INFO] agent: Synced service "_v1_wf-gui_10.233.33.232_8443"
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:39 [DEBUG] http: Request PUT /v1/agent/service/register (792.277685ms) from=10.233.71.199:54250
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:39 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:39 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (315.401µs) from=10.233.71.199:54258
    2021/11/15 01:43:40 [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.
    2021/11/15 01:43:40 [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.
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:41 [INFO] agent: Synced service "_v1_sdc-gui_10.233.17.67_8181"
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:41 [DEBUG] http: Request PUT /v1/agent/service/register (1.135939559s) from=10.233.71.199:54262
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:41 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:41 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (388.688082ms) from=10.233.71.199:54274
    2021/11/15 01:43:41 [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.
    2021/11/15 01:43:41 [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.
    2021/11/15 01:43:43 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.29.50_9007"
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:43 [DEBUG] http: Request PUT /v1/agent/service/register (1.521945839s) from=10.233.71.199:54282
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:43 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:43 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (685.481µs) from=10.233.71.199:54302
    2021/11/15 01:43:43 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:44 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.29.50_9007"
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:44 [DEBUG] http: Request PUT /v1/agent/service/register (500.718194ms) from=10.233.71.199:54306
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:44 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:44 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (661.906µs) from=10.233.71.199:54314
    2021/11/15 01:43:44 [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.
    2021/11/15 01:43:44 [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.
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:46 [INFO] agent: Synced service "_v1_message-router_10.233.31.93_3904"
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:46 [DEBUG] http: Request PUT /v1/agent/service/register (1.660046946s) from=10.233.71.199:54316
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:46 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:46 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (461.513µs) from=10.233.71.199:54326
    2021/11/15 01:43:46 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:48 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.44.74_9011"
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:48 [DEBUG] http: Request PUT /v1/agent/service/register (2.505545466s) from=10.233.71.199:54330
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:48 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:48 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (496.743µs) from=10.233.71.199:54358
    2021/11/15 01:43: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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:53 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.44.74_9011"
    2021/11/15 01:43:53 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:53 [DEBUG] http: Request PUT /v1/agent/service/register (4.599063874s) from=10.233.71.199:54360
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:53 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:53 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (95.144332ms) from=10.233.71.199:54400
    2021/11/15 01:43:53 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [INFO] agent: Synced service "_v1_sdc_10.233.10.36_8443"
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:55 [DEBUG] http: Request PUT /v1/agent/service/register (1.029053456s) from=10.233.71.199:54404
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:55 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (453.883µs) from=10.233.71.199:54412
    2021/11/15 01:43:55 [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.
    2021/11/15 01:43: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.
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [INFO] agent: Synced service "_v1_sdc-deprecated_10.233.10.36_8080"
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:55 [DEBUG] http: Request PUT /v1/agent/service/register (498.55705ms) from=10.233.71.199:54416
    2021/11/15 01:43:55 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (535.413µs) from=10.233.71.199:54420
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:55 [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.
    2021/11/15 01:43:56 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:56 [DEBUG] agent: Node info in sync
    2021/11/15 01:43: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.
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:57 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.37.132_9015"
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:57 [DEBUG] http: Request PUT /v1/agent/service/register (1.208014918s) from=10.233.71.199:54424
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:43:57 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:57 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (81.611036ms) from=10.233.71.199:54438
    2021/11/15 01:43:57 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
    2021/11/15 01:43: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.
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:43:58 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.233.24.167_443"
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:58 [DEBUG] http: Request PUT /v1/agent/service/register (1.20031997s) from=10.233.71.199:54440
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:43:58 [DEBUG] agent: Node info in sync
    2021/11/15 01:43:58 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (611.59µs) from=10.233.71.199:54458
    2021/11/15 01:43:58 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
    2021/11/15 01:43: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.
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [INFO] agent: Synced service "_v1_sdnc_10.233.52.75_8282"
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:01 [DEBUG] http: Request PUT /v1/agent/service/register (2.20054662s) from=10.233.71.199:54462
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:01 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (99.334901ms) from=10.233.71.199:54480
    2021/11/15 01:44:01 [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.
    2021/11/15 01:44:01 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [INFO] agent: Synced service "_v11__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:01 [DEBUG] http: Request PUT /v1/agent/service/register (300.349095ms) from=10.233.71.199:54486
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:01 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (339.883µs) from=10.233.71.199:54498
    2021/11/15 01:44:01 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:02 [INFO] agent: Synced service "_v11_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:02 [DEBUG] http: Request PUT /v1/agent/service/register (499.797572ms) from=10.233.71.199:54502
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:02 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (495.231µs) from=10.233.71.199:54508
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:02 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:02 [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.
    2021/11/15 01:44:02 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:03 [INFO] agent: Synced service "_v12__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:03 [DEBUG] http: Request PUT /v1/agent/service/register (700.698425ms) from=10.233.71.199:54512
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:03 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:03 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (513.536µs) from=10.233.71.199:54522
    2021/11/15 01:44:03 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [INFO] agent: Synced service "_v12_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:04 [DEBUG] http: Request PUT /v1/agent/service/register (399.570767ms) from=10.233.71.199:54524
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:04 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:04 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (477.233µs) from=10.233.71.199:54530
    2021/11/15 01:44:04 [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.
    2021/11/15 01:44:04 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:04 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-lchqg.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [INFO] agent: Synced service "_v13__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:05 [DEBUG] http: Request PUT /v1/agent/service/register (880.849712ms) from=10.233.71.199:54532
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (443.775µs) from=10.233.71.199:54546
    2021/11/15 01:44:05 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [INFO] agent: Synced service "_v13_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:05 [DEBUG] http: Request PUT /v1/agent/service/register (360.279211ms) from=10.233.71.199:54550
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:05 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (34.015131ms) from=10.233.71.199:54556
    2021/11/15 01:44:06 [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.
    2021/11/15 01:44:06 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [INFO] agent: Synced service "_v14__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:07 [DEBUG] http: Request PUT /v1/agent/service/register (1.000359511s) from=10.233.71.199:54558
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:07 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:07 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (520.016µs) from=10.233.71.199:54568
    2021/11/15 01:44:08 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:09 [INFO] agent: Synced service "_v14_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:09 [DEBUG] http: Request PUT /v1/agent/service/register (1.402107326s) from=10.233.71.199:54572
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:09 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (473.491µs) from=10.233.71.199:54590
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:09 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:09 [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.
    2021/11/15 01:44:09 [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.
    2021/11/15 01:44:09 [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.
    2021/11/15 01:44:09 [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.
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:10 [INFO] agent: Synced service "_v15__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:10 [DEBUG] http: Request PUT /v1/agent/service/register (706.816146ms) from=10.233.71.199:54596
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:10 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (650.395µs) from=10.233.71.199:54600
    2021/11/15 01:44:10 [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.
    2021/11/15 01:44:10 [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.
    2021/11/15 01:44:10 [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.
    2021/11/15 01:44:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:11 [INFO] agent: Synced service "_v15_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:11 [DEBUG] http: Request PUT /v1/agent/service/register (697.392195ms) from=10.233.71.199:54606
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:11 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:11 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (542.254µs) from=10.233.71.199:54618
    2021/11/15 01:44:11 [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.
    2021/11/15 01:44:11 [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.
    2021/11/15 01:44:11 [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.
    2021/11/15 01:44:11 [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.
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [INFO] agent: Synced service "_v16__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:12 [DEBUG] http: Request PUT /v1/agent/service/register (818.295921ms) from=10.233.71.199:54620
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:12 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (415.206µs) from=10.233.71.199:54630
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:12 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:12 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [INFO] agent: Synced service "_v16_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:13 [DEBUG] http: Request PUT /v1/agent/service/register (796.796091ms) from=10.233.71.199:54636
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:13 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (436.75µs) from=10.233.71.199:54640
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:13 [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.
    2021/11/15 01:44:13 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [INFO] agent: Synced service "_v17__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:14 [DEBUG] http: Request PUT /v1/agent/service/register (899.73934ms) from=10.233.71.199:54644
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:14 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (436.665µs) from=10.233.71.199:54652
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:14 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:15 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [INFO] agent: Synced service "_v17_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:15 [DEBUG] http: Request PUT /v1/agent/service/register (400.249604ms) from=10.233.71.199:54656
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:15 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:15 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (528.45µs) from=10.233.71.199:54662
    2021/11/15 01:44:15 [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.
    2021/11/15 01:44:15 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [INFO] agent: Synced service "_v18__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:16 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:16 [DEBUG] http: Request PUT /v1/agent/service/register (860.880987ms) from=10.233.71.199:54666
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:16 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:16 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (564.389µs) from=10.233.71.199:54672
    2021/11/15 01:44:16 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:17 [DEBUG] http: Request GET /v1/catalog/services (1.093353ms) from=10.233.73.239:57606
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [INFO] agent: Synced service "_v18_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:17 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:17 [DEBUG] http: Request PUT /v1/agent/service/register (674.726149ms) from=10.233.71.199:54676
    2021/11/15 01:44:17 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (531.794µs) from=10.233.71.199:54688
    2021/11/15 01:44:17 [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.
    2021/11/15 01:44:17 [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.
    2021/11/15 01:44:17 [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.
    2021/11/15 01:44:17 [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.
    2021/11/15 01:44:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=112 (100.202394ms) from=10.233.73.239:57606
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [INFO] agent: Synced service "_v19__aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:18 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:18 [DEBUG] http: Request PUT /v1/agent/service/register (316.886221ms) from=10.233.71.199:54690
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:18 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:18 [DEBUG] http: Request GET /v1/status/leader (253.822µs) from=10.233.73.239:57630
    2021/11/15 01:44:18 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (467.957µs) from=10.233.71.199:54694
    2021/11/15 01:44:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=113 (1.111768ms) from=10.233.73.239:57636
    2021/11/15 01:44:18 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (300.27µs) from=10.233.73.239:57606
    2021/11/15 01:44:18 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:18 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (425.537µs) from=10.233.73.239:57648
    2021/11/15 01:44:38 [DEBUG] http: Request GET /v1/status/leader (554.583µs) from=10.233.73.239:57944
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:42 [INFO] agent: Synced service "_v19_aai-generic-query_10.233.72.147_8446"
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:42 [DEBUG] http: Request PUT /v1/agent/service/register (23.809080324s) from=10.233.71.199:54700
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:42 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=114 (22.928429804s) from=10.233.73.239:57636
    2021/11/15 01:44:42 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (100.186224ms) from=10.233.71.199:54906
    2021/11/15 01:44:42 [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.
    2021/11/15 01:44:42 [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.
    2021/11/15 01:44:42 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [INFO] agent: Synced service "_v11__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:51 [DEBUG] http: Request PUT /v1/agent/service/register (9.370908386s) from=10.233.71.199:54910
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:51 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=116 (9.671733749s) from=10.233.73.239:57636
    2021/11/15 01:44:52 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (394µs) from=10.233.71.199:54996
    2021/11/15 01:44:52 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [INFO] agent: Synced service "_v11_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:53 [DEBUG] http: Request PUT /v1/agent/service/register (1.0660522s) from=10.233.71.199:54998
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:53 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=117 (1.175969985s) from=10.233.73.239:57636
    2021/11/15 01:44:53 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (383.819µs) from=10.233.71.199:55006
    2021/11/15 01:44:53 [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.
    2021/11/15 01:44:53 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [INFO] agent: Synced service "_v12__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:54 [DEBUG] http: Request PUT /v1/agent/service/register (500.873775ms) from=10.233.71.199:55008
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (468.301µs) from=10.233.71.199:55018
    2021/11/15 01:44:54 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:54 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=118 (700.92577ms) from=10.233.73.239:57636
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [INFO] agent: Synced service "_v12_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:54 [DEBUG] http: Request PUT /v1/agent/service/register (730.542409ms) from=10.233.71.199:55020
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:54 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:55 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (199.496598ms) from=10.233.71.199:55024
    2021/11/15 01:44:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=119 (900.320116ms) from=10.233.73.239:57636
    2021/11/15 01:44:56 [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.
    2021/11/15 01:44:56 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [INFO] agent: Synced service "_v13__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:56 [DEBUG] http: Request PUT /v1/agent/service/register (686.798686ms) from=10.233.71.199:55028
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:56 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:56 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (709.782µs) from=10.233.71.199:55036
    2021/11/15 01:44:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=120 (800.109704ms) from=10.233.73.239:57636
    2021/11/15 01:44:56 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [INFO] agent: Synced service "_v13_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:57 [DEBUG] http: Request PUT /v1/agent/service/register (636.279241ms) from=10.233.71.199:55040
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:57 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:57 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (593.002µs) from=10.233.71.199:55050
    2021/11/15 01:44:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=121 (1.095095188s) from=10.233.73.239:57636
    2021/11/15 01:44:57 [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.
    2021/11/15 01:44:57 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [INFO] agent: Synced service "_v14__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:58 [DEBUG] http: Request PUT /v1/agent/service/register (1.210773543s) from=10.233.71.199:55052
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:58 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=122 (1.212171128s) from=10.233.73.239:57636
    2021/11/15 01:44:58 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (394.147µs) from=10.233.71.199:55068
    2021/11/15 01:44:59 [DEBUG] http: Request GET /v1/status/leader (189.48µs) from=10.233.73.239:58352
    2021/11/15 01:44:59 [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.
    2021/11/15 01:44: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.
    2021/11/15 01:44: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.
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:59 [INFO] agent: Synced service "_v14_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:59 [DEBUG] http: Request PUT /v1/agent/service/register (744.572265ms) from=10.233.71.199:55070
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:44:59 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:00 [DEBUG] agent: Node info in sync
    2021/11/15 01:44:59 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (47.926529ms) from=10.233.71.199:55082
    2021/11/15 01:45:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=123 (800.258936ms) from=10.233.73.239:57636
    2021/11/15 01:45:00 [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.
    2021/11/15 01:45:00 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [INFO] agent: Synced service "_v15__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:01 [DEBUG] http: Request PUT /v1/agent/service/register (1.000274549s) from=10.233.71.199:55088
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:01 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:01 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (789.496µs) from=10.233.71.199:55102
    2021/11/15 01:45:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=124 (1.400213643s) from=10.233.73.239:57636
    2021/11/15 01:45:01 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [INFO] agent: Synced service "_v15_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:02 [DEBUG] http: Request PUT /v1/agent/service/register (496.577235ms) from=10.233.71.199:55110
    2021/11/15 01:45:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=125 (282.155859ms) from=10.233.73.239:57636
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:02 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:02 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (99.473859ms) from=10.233.71.199:55118
    2021/11/15 01:45:02 [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.
    2021/11/15 01:45:02 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [INFO] agent: Synced service "_v16__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:04 [DEBUG] http: Request PUT /v1/agent/service/register (2.163981643s) from=10.233.71.199:55128
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=126 (2.56768912s) from=10.233.73.239:57636
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:04 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:05 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (591.813µs) from=10.233.71.199:55176
    2021/11/15 01:45:05 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [INFO] agent: Synced service "_v16_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.788486956s) from=10.233.71.199:55178
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:07 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=127 (2.900221396s) from=10.233.73.239:57636
    2021/11/15 01:45:08 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (101.753999ms) from=10.233.71.199:55200
    2021/11/15 01:45:08 [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.
    2021/11/15 01:45:08 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [INFO] agent: Synced service "_v17__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:09 [DEBUG] http: Request PUT /v1/agent/service/register (900.467441ms) from=10.233.71.199:55204
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=129 (1.102067615s) from=10.233.73.239:57636
    2021/11/15 01:45:09 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (508.644µs) from=10.233.71.199:55218
    2021/11/15 01:45:09 [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.
    2021/11/15 01:45:09 [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.
    2021/11/15 01:45:09 [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.
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [INFO] agent: Synced service "_v17_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:10 [DEBUG] http: Request PUT /v1/agent/service/register (599.7895ms) from=10.233.71.199:55220
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=130 (700.57315ms) from=10.233.73.239:57636
    2021/11/15 01:45:10 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (200.301905ms) from=10.233.71.199:55226
    2021/11/15 01:45:10 [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.
    2021/11/15 01:45:10 [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.
    2021/11/15 01:45:10 [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.
    2021/11/15 01:45:10 [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.
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [INFO] agent: Synced service "_v18__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:10 [DEBUG] http: Request PUT /v1/agent/service/register (223.106958ms) from=10.233.71.199:55234
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:10 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=131 (700.943124ms) from=10.233.73.239:57636
    2021/11/15 01:45:11 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (99.970273ms) from=10.233.71.199:55238
    2021/11/15 01:45:11 [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.
    2021/11/15 01:45:11 [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.
    2021/11/15 01:45:11 [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.
    2021/11/15 01:45:11 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-lchqg" since the cluster is too small
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [INFO] agent: Synced service "_v18_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:11 [DEBUG] http: Request PUT /v1/agent/service/register (599.715218ms) from=10.233.71.199:55240
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:11 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:12 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (193.011453ms) from=10.233.71.199:55254
    2021/11/15 01:45:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=132 (1.101070866s) from=10.233.73.239:57636
    2021/11/15 01:45:12 [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.
    2021/11/15 01:45:12 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [INFO] agent: Synced service "_v19__aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:13 [DEBUG] http: Request PUT /v1/agent/service/register (1.001315438s) from=10.233.71.199:55258
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=134 (203.256413ms) from=10.233.73.239:57636
    2021/11/15 01:45:13 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (747.131µs) from=10.233.71.199:55266
    2021/11/15 01:45:13 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [INFO] agent: Synced service "_v19_aai-nodes-query_10.233.72.147_8446"
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:13 [DEBUG] http: Request PUT /v1/agent/service/register (272.233272ms) from=10.233.71.199:55270
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:13 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=135 (400.109135ms) from=10.233.73.239:57636
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:14 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (683.851µs) from=10.233.71.199:55276
    2021/11/15 01:45:14 [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.
    2021/11/15 01:45:14 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [INFO] agent: Synced service "_v11__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:14 [DEBUG] http: Request PUT /v1/agent/service/register (316.945377ms) from=10.233.71.199:55278
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=136 (400.791991ms) from=10.233.73.239:57636
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:14 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:14 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (422.137µs) from=10.233.71.199:55282
    2021/11/15 01:45:15 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:15 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [INFO] agent: Synced service "_v11_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:16 [DEBUG] http: Request PUT /v1/agent/service/register (1.299690066s) from=10.233.71.199:55286
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:16 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:16 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (662.524µs) from=10.233.71.199:55296
    2021/11/15 01:45:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=137 (1.800429037s) from=10.233.73.239:57636
    2021/11/15 01:45:16 [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.
    2021/11/15 01:45:16 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [INFO] agent: Synced service "_v12__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:17 [DEBUG] http: Request PUT /v1/agent/service/register (600.665118ms) from=10.233.71.199:55300
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:17 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (599.081µs) from=10.233.71.199:55310
    2021/11/15 01:45:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=138 (699.825386ms) from=10.233.73.239:57636
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:17 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:17 [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.
    2021/11/15 01:45:17 [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.
    2021/11/15 01:45:17 [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.
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [INFO] agent: Synced service "_v12_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:18 [DEBUG] http: Request PUT /v1/agent/service/register (528.306428ms) from=10.233.71.199:55314
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:18 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=139 (793.360476ms) from=10.233.73.239:57636
    2021/11/15 01:45:18 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (199.612265ms) from=10.233.71.199:55326
    2021/11/15 01:45:18 [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.
    2021/11/15 01:45:18 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [INFO] agent: Synced service "_v13__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:19 [DEBUG] http: Request PUT /v1/agent/service/register (503.756987ms) from=10.233.71.199:55336
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] http: Request GET /v1/status/leader (90.931159ms) from=10.233.73.239:58682
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:19 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:19 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (200.72116ms) from=10.233.71.199:55342
    2021/11/15 01:45:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=140 (1.48480596s) from=10.233.73.239:57636
    2021/11/15 01:45:20 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [INFO] agent: Synced service "_v13_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:20 [DEBUG] http: Request PUT /v1/agent/service/register (800.512039ms) from=10.233.71.199:55364
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:20 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=141 (1.194635182s) from=10.233.73.239:57636
    2021/11/15 01:45:21 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (609.102µs) from=10.233.71.199:55378
    2021/11/15 01:45:21 [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.
    2021/11/15 01:45:21 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [INFO] agent: Synced service "_v14__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:21 [DEBUG] http: Request PUT /v1/agent/service/register (300.103959ms) from=10.233.71.199:55380
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:21 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=142 (499.98846ms) from=10.233.73.239:57636
    2021/11/15 01:45:21 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (620.887µs) from=10.233.71.199:55388
    2021/11/15 01:45:21 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [INFO] agent: Synced service "_v14_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:22 [DEBUG] http: Request PUT /v1/agent/service/register (1.095307434s) from=10.233.71.199:55392
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:22 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=143 (1.200324458s) from=10.233.73.239:57636
    2021/11/15 01:45:23 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (300.009417ms) from=10.233.71.199:55408
    2021/11/15 01:45:23 [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.
    2021/11/15 01:45:23 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [INFO] agent: Synced service "_v15__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:24 [DEBUG] http: Request PUT /v1/agent/service/register (800.040402ms) from=10.233.71.199:55410
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=144 (1.000682964s) from=10.233.73.239:57636
    2021/11/15 01:45:24 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (465.435µs) from=10.233.71.199:55422
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:24 [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.
    2021/11/15 01:45:24 [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.
    2021/11/15 01:45:24 [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.
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [INFO] agent: Synced service "_v15_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:24 [DEBUG] http: Request PUT /v1/agent/service/register (188.735422ms) from=10.233.71.199:55426
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:24 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:24 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (555.469µs) from=10.233.71.199:55430
    2021/11/15 01:45:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=145 (700.781511ms) from=10.233.73.239:57636
    2021/11/15 01:45:25 [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.
    2021/11/15 01:45:25 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:26 [INFO] agent: Synced service "_v16__aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:26 [DEBUG] http: Request PUT /v1/agent/service/register (800.711815ms) from=10.233.71.199:55432
    2021/11/15 01:45:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=146 (702.803988ms) from=10.233.73.239:57636
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v16__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:26 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:26 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (430.916µs) from=10.233.71.199:55440
    2021/11/15 01:45:26 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [INFO] agent: Synced service "_v16_aai-nquery_10.233.72.147_8446"
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:27 [DEBUG] http: Request PUT /v1/agent/service/register (1.399907577s) from=10.233.71.199:55444
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_message-router_10.233.31.93_3904" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.37.132_9015" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.33.232_8443" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.10.36_8080" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdnc_10.233.52.75_8282" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.44.74_9011" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:27 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v12__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Node info in sync
    2021/11/15 01:45:28 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (506.125µs) from=10.233.71.199:55464
    2021/11/15 01:45:28 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=147 (1.901031035s) from=10.233.73.239:57636
    2021/11/15 01:45:28 [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.
    2021/11/15 01:45:28 [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.
    2021/11/15 01:45: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.
    2021/11/15 01:45: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.
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v11_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_nsd_10.233.41.148_8806" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.17.67_8181" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_parser_10.233.41.148_8806" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.41.148_8806" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.50_9007" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.24.167_443" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v0_multicloud_10.233.20.104_9001" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v16_aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v11__aai-nquery_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_catalog_10.233.41.148_8806" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v1_sdc_10.233.10.36_8443" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.72.147_8446" in sync
    2021/11/15 01:45:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.23