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: '5ce81dc0-47ea-328f-4eb8-9f168c976557'
Node name: 'onap-msb-consul-f96d66b85-jd754'
Datacenter: 'dc1' (Segment: '')
Server: true (Bootstrap: false)
Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, gRPC: 8502, DNS: 8600)
Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302)
Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false
==> Log data will now stream in as it occurs:
2022/03/29 09:07:35 [DEBUG] agent: Using random ID "5ce81dc0-47ea-328f-4eb8-9f168c976557" as node ID
2022/03/29 09:07:35 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:5ce81dc0-47ea-328f-4eb8-9f168c976557 Address:127.0.0.1:8300}]
2022/03/29 09:07:35 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "")
2022/03/29 09:07:35 [INFO] serf: EventMemberJoin: onap-msb-consul-f96d66b85-jd754.dc1 127.0.0.1
2022/03/29 09:07:35 [INFO] serf: EventMemberJoin: onap-msb-consul-f96d66b85-jd754 127.0.0.1
2022/03/29 09:07:35 [INFO] consul: Adding LAN server onap-msb-consul-f96d66b85-jd754 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:07:35 [INFO] consul: Handled member-join event for server "onap-msb-consul-f96d66b85-jd754.dc1" in area "wan"
2022/03/29 09:07:35 [DEBUG] agent/proxy: managed Connect proxy manager started
2022/03/29 09:07:35 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
2022/03/29 09:07:35 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
2022/03/29 09:07:35 [INFO] agent: Started HTTP server on [::]:8500 (tcp)
2022/03/29 09:07:35 [INFO] agent: started state syncer
2022/03/29 09:07:35 [INFO] agent: Started gRPC server on [::]:8502 (tcp)
2022/03/29 09:07:35 [WARN] raft: Heartbeat timeout from "" reached, starting election
2022/03/29 09:07:35 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2
2022/03/29 09:07:35 [DEBUG] raft: Votes needed: 1
2022/03/29 09:07:35 [DEBUG] raft: Vote granted from 5ce81dc0-47ea-328f-4eb8-9f168c976557 in term 2. Tally: 1
2022/03/29 09:07:35 [INFO] raft: Election won. Tally: 1
2022/03/29 09:07:35 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state
2022/03/29 09:07:35 [INFO] consul: cluster leadership acquired
2022/03/29 09:07:35 [INFO] consul: New leader elected: onap-msb-consul-f96d66b85-jd754
2022/03/29 09:07:35 [INFO] agent: Synced node info
2022/03/29 09:07:35 [DEBUG] agent: Node info in sync
2022/03/29 09:07:35 [INFO] connect: initialized primary datacenter CA with provider "consul"
2022/03/29 09:07:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:07:35 [INFO] consul: member 'onap-msb-consul-f96d66b85-jd754' joined, marking health alive
2022/03/29 09:07:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:07:37 [DEBUG] agent: Node info in sync
==> Newer Consul version available: 1.11.4 (currently running: 1.4.3)
2022/03/29 09:08:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:08:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:08:38 [DEBUG] agent: Node info in sync
2022/03/29 09:09:35 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-f96d66b85-jd754.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:09:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:09:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:09:54 [DEBUG] agent: Node info in sync
2022/03/29 09:10:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:11:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:11:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:11:46 [DEBUG] agent: Node info in sync
2022/03/29 09:12:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-f96d66b85-jd754.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:12:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:13:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:13:09 [DEBUG] agent: Node info in sync
2022/03/29 09:13:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:14:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:14:21 [DEBUG] agent: Node info in sync
2022/03/29 09:14:26 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-f96d66b85-jd754.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:14:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:15:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:15:29 [DEBUG] agent: Node info in sync
2022/03/29 09:15:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:16:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:16:48 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-f96d66b85-jd754.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:17:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:17:03 [DEBUG] agent: Node info in sync
2022/03/29 09:17:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:18:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:18:57 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:18:57 [DEBUG] agent: Node info in sync
2022/03/29 09:19:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-f96d66b85-jd754.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/03/29 09:19:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:20:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/03/29 09:20:25 [DEBUG] agent: Node info in sync
2022/03/29 09:20:35 [DEBUG] consul: Skipping self join check for "onap-msb-consul-f96d66b85-jd754" since the cluster is too small
2022/03/29 09:20:45 [DEBUG] http: Request GET /v1/status/leader (1.014896ms) from=10.233.71.55:47310
2022/03/29 09:20:47 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:47 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:47 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.13.242_9015"
2022/03/29 09:20:47 [DEBUG] agent: Node info in sync
2022/03/29 09:20:47 [DEBUG] http: Request PUT /v1/agent/service/register (64.920107ms) from=10.233.71.55:47336
2022/03/29 09:20:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:47 [DEBUG] agent: Node info in sync
2022/03/29 09:20:48 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (2.147814ms) from=10.233.71.55:47348
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [INFO] agent: Synced service "_v1_sdc_10.233.33.52_8443"
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request PUT /v1/agent/service/register (5.584373ms) from=10.233.71.55:47360
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (1.127209ms) from=10.233.71.55:47368
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:49 [INFO] agent: Synced service "_v1_sdc-deprecated_10.233.33.52_8080"
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request PUT /v1/agent/service/register (22.805896ms) from=10.233.71.55:47372
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (566.147µs) from=10.233.71.55:47374
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:49 [INFO] agent: Synced service "_v0_multicloud_10.233.62.191_9001"
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request PUT /v1/agent/service/register (4.935657ms) from=10.233.71.55:47376
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:49 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:49 [DEBUG] agent: Node info in sync
2022/03/29 09:20:49 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (607.684µs) from=10.233.71.55:47378
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [INFO] agent: Synced service "_v1_multicloud_10.233.62.191_9001"
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] http: Request PUT /v1/agent/service/register (5.804704ms) from=10.233.71.55:47388
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (633.598µs) from=10.233.71.55:47392
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/parser/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [INFO] agent: Synced service "_v1_parser_10.233.56.146_8806"
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] http: Request PUT /v1/agent/service/register (18.689049ms) from=10.233.71.55:47398
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] http: Request GET /v1/health/service/parser-v1 (549.633µs) from=10.233.71.55:47400
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/catalog/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [INFO] agent: Synced service "_v1_catalog_10.233.56.146_8806"
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] http: Request PUT /v1/agent/service/register (20.793015ms) from=10.233.71.55:47414
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:50 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:50 [DEBUG] agent: Node info in sync
2022/03/29 09:20:51 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (804.905µs) from=10.233.71.55:47418
2022/03/29 09:20:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/nsd/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [INFO] agent: Synced service "_v1_nsd_10.233.56.146_8806"
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:51 [DEBUG] agent: Node info in sync
2022/03/29 09:20:51 [DEBUG] http: Request PUT /v1/agent/service/register (9.031749ms) from=10.233.71.55:47420
2022/03/29 09:20:51 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:51 [DEBUG] agent: Node info in sync
2022/03/29 09:20:51 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (594.619µs) from=10.233.71.55:47422
2022/03/29 09:20:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnfpkgm/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.56.146_8806"
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Node info in sync
2022/03/29 09:20:51 [DEBUG] http: Request PUT /v1/agent/service/register (7.467982ms) from=10.233.71.55:47426
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:51 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:51 [DEBUG] agent: Node info in sync
2022/03/29 09:20:51 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (701.135µs) from=10.233.71.55:47428
2022/03/29 09:20:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-fcaps/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.12.10_9011"
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Node info in sync
2022/03/29 09:20:52 [DEBUG] http: Request PUT /v1/agent/service/register (17.60548ms) from=10.233.71.55:47438
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:52 [DEBUG] agent: Node info in sync
2022/03/29 09:20:52 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (526.297µs) from=10.233.71.55:47440
2022/03/29 09:20:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-fcaps/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.12.10_9011"
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Node info in sync
2022/03/29 09:20:52 [DEBUG] http: Request PUT /v1/agent/service/register (17.439565ms) from=10.233.71.55:47444
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:52 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:52 [DEBUG] agent: Node info in sync
2022/03/29 09:20:52 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (1.485788ms) from=10.233.71.55:47458
2022/03/29 09:20:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:53 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:53 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.24.242_9007"
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Node info in sync
2022/03/29 09:20:53 [DEBUG] http: Request PUT /v1/agent/service/register (12.61644ms) from=10.233.71.55:47460
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Node info in sync
2022/03/29 09:20:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (768.801µs) from=10.233.71.55:47464
2022/03/29 09:20:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:53 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:53 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.24.242_9007"
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:53 [DEBUG] agent: Node info in sync
2022/03/29 09:20:53 [DEBUG] http: Request PUT /v1/agent/service/register (22.439977ms) from=10.233.71.55:47466
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:53 [DEBUG] agent: Node info in sync
2022/03/29 09:20:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (515.469µs) from=10.233.71.55:47470
2022/03/29 09:20:54 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [INFO] agent: Synced service "_v1_sdc-gui_10.233.42.214_8181"
2022/03/29 09:20:54 [DEBUG] agent: Node info in sync
2022/03/29 09:20:54 [DEBUG] http: Request PUT /v1/agent/service/register (16.925808ms) from=10.233.71.55:47478
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Node info in sync
2022/03/29 09:20:54 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (829.865µs) from=10.233.71.55:47482
2022/03/29 09:20:54 [WARN] agent: Service name "_aai-generic-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:54 [INFO] agent: Synced service "_v11__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:54 [DEBUG] agent: Node info in sync
2022/03/29 09:20:54 [DEBUG] http: Request PUT /v1/agent/service/register (7.434895ms) from=10.233.71.55:47486
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:54 [DEBUG] agent: Node info in sync
2022/03/29 09:20:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (652.321µs) from=10.233.71.55:47488
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [INFO] agent: Synced service "_v11_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Node info in sync
2022/03/29 09:20:55 [DEBUG] http: Request PUT /v1/agent/service/register (32.827724ms) from=10.233.71.55:47496
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Node info in sync
2022/03/29 09:20:55 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (1.125249ms) from=10.233.71.55:47502
2022/03/29 09:20:55 [WARN] agent: Service name "_aai-generic-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [INFO] agent: Synced service "_v12__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Node info in sync
2022/03/29 09:20:55 [DEBUG] http: Request PUT /v1/agent/service/register (7.979438ms) from=10.233.71.55:47512
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:55 [DEBUG] agent: Node info in sync
2022/03/29 09:20:56 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (538.465µs) from=10.233.71.55:47524
2022/03/29 09:20:56 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:56 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:56 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [INFO] agent: Synced service "_v12_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:56 [DEBUG] agent: Node info in sync
2022/03/29 09:20:56 [DEBUG] http: Request PUT /v1/agent/service/register (22.875888ms) from=10.233.71.55:47536
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:56 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:56 [DEBUG] agent: Node info in sync
2022/03/29 09:20:56 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (536.273µs) from=10.233.71.55:47540
2022/03/29 09:20:57 [WARN] agent: Service name "_aai-generic-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [INFO] agent: Synced service "_v13__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request PUT /v1/agent/service/register (5.411353ms) from=10.233.71.55:47548
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (636.599µs) from=10.233.71.55:47550
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [INFO] agent: Synced service "_v13_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request PUT /v1/agent/service/register (16.484722ms) from=10.233.71.55:47552
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (862.603µs) from=10.233.71.55:47554
2022/03/29 09:20:57 [WARN] agent: Service name "_aai-generic-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [INFO] agent: Synced service "_v14__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request PUT /v1/agent/service/register (6.963098ms) from=10.233.71.55:47556
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (429.531µs) from=10.233.71.55:47558
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [INFO] agent: Synced service "_v14_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:57 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:57 [DEBUG] agent: Node info in sync
2022/03/29 09:20:57 [DEBUG] http: Request PUT /v1/agent/service/register (14.103112ms) from=10.233.71.55:47562
2022/03/29 09:20:58 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (609.31µs) from=10.233.71.55:47570
2022/03/29 09:20:58 [WARN] agent: Service name "_aai-generic-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [INFO] agent: Synced service "_v15__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Node info in sync
2022/03/29 09:20:58 [DEBUG] http: Request PUT /v1/agent/service/register (5.919297ms) from=10.233.71.55:47574
2022/03/29 09:20:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Node info in sync
2022/03/29 09:20:58 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (527.895µs) from=10.233.71.55:47576
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [INFO] agent: Synced service "_v15_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Node info in sync
2022/03/29 09:20:58 [DEBUG] http: Request PUT /v1/agent/service/register (5.650215ms) from=10.233.71.55:47580
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:58 [DEBUG] agent: Node info in sync
2022/03/29 09:20:58 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (645.141µs) from=10.233.71.55:47584
2022/03/29 09:20:59 [WARN] agent: Service name "_aai-generic-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [INFO] agent: Synced service "_v16__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Node info in sync
2022/03/29 09:20:59 [DEBUG] http: Request PUT /v1/agent/service/register (524.164017ms) from=10.233.71.55:47588
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Node info in sync
2022/03/29 09:20:59 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (509.93µs) from=10.233.71.55:47594
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [INFO] agent: Synced service "_v16_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Node info in sync
2022/03/29 09:20:59 [DEBUG] http: Request PUT /v1/agent/service/register (7.969116ms) from=10.233.71.55:47598
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:20:59 [DEBUG] agent: Node info in sync
2022/03/29 09:20:59 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (401.061µs) from=10.233.71.55:47604
2022/03/29 09:21:00 [WARN] agent: Service name "_aai-generic-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [INFO] agent: Synced service "_v17__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request PUT /v1/agent/service/register (5.024454ms) from=10.233.71.55:47618
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (654.118µs) from=10.233.71.55:47620
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [INFO] agent: Synced service "_v17_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] http: Request PUT /v1/agent/service/register (12.180499ms) from=10.233.71.55:47622
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (1.015596ms) from=10.233.71.55:47626
2022/03/29 09:21:00 [WARN] agent: Service name "_aai-generic-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [INFO] agent: Synced service "_v18__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request PUT /v1/agent/service/register (5.764076ms) from=10.233.71.55:47632
2022/03/29 09:21:00 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (721.077µs) from=10.233.71.55:47634
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [INFO] agent: Synced service "_v18_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request PUT /v1/agent/service/register (5.943404ms) from=10.233.71.55:47636
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (644.565µs) from=10.233.71.55:47638
2022/03/29 09:21:00 [WARN] agent: Service name "_aai-generic-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [INFO] agent: Synced service "_v19__aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request PUT /v1/agent/service/register (4.446366ms) from=10.233.71.55:47648
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:00 [DEBUG] agent: Node info in sync
2022/03/29 09:21:00 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (529.581µs) from=10.233.71.55:47650
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [INFO] agent: Synced service "_v19_aai-generic-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (7.68769ms) from=10.233.71.55:47652
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (1.725724ms) from=10.233.71.55:47656
2022/03/29 09:21:01 [WARN] agent: Service name "_aai-nodes-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [INFO] agent: Synced service "_v11__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (5.584335ms) from=10.233.71.55:47662
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (892.099µs) from=10.233.71.55:47664
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [INFO] agent: Synced service "_v11_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (9.207234ms) from=10.233.71.55:47668
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (493.544µs) from=10.233.71.55:47672
2022/03/29 09:21:01 [WARN] agent: Service name "_aai-nodes-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [INFO] agent: Synced service "_v12__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (23.683509ms) from=10.233.71.55:47676
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (455.308µs) from=10.233.71.55:47678
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [INFO] agent: Synced service "_v12_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (9.931438ms) from=10.233.71.55:47692
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (698.021µs) from=10.233.71.55:47694
2022/03/29 09:21:01 [WARN] agent: Service name "_aai-nodes-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [INFO] agent: Synced service "_v13__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:01 [DEBUG] http: Request PUT /v1/agent/service/register (27.457922ms) from=10.233.71.55:47696
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:01 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (1.676964ms) from=10.233.71.55:47700
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [INFO] agent: Synced service "_v13_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request PUT /v1/agent/service/register (15.98794ms) from=10.233.71.55:47706
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (522.342µs) from=10.233.71.55:47708
2022/03/29 09:21:02 [WARN] agent: Service name "_aai-nodes-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [INFO] agent: Synced service "_v14__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request PUT /v1/agent/service/register (22.904544ms) from=10.233.71.55:47710
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (655.198µs) from=10.233.71.55:47712
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [INFO] agent: Synced service "_v14_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request PUT /v1/agent/service/register (10.93ms) from=10.233.71.55:47714
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (516.659µs) from=10.233.71.55:47722
2022/03/29 09:21:02 [WARN] agent: Service name "_aai-nodes-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [INFO] agent: Synced service "_v15__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request PUT /v1/agent/service/register (6.728647ms) from=10.233.71.55:47732
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (561.013µs) from=10.233.71.55:47736
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [INFO] agent: Synced service "_v15_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request PUT /v1/agent/service/register (5.157099ms) from=10.233.71.55:47738
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:02 [DEBUG] agent: Node info in sync
2022/03/29 09:21:02 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (1.260202ms) from=10.233.71.55:47740
2022/03/29 09:21:03 [WARN] agent: Service name "_aai-nodes-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [INFO] agent: Synced service "_v16__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request PUT /v1/agent/service/register (8.726209ms) from=10.233.71.55:47744
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (569.628µs) from=10.233.71.55:47746
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [INFO] agent: Synced service "_v16_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request PUT /v1/agent/service/register (15.640254ms) from=10.233.71.55:47748
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (643.504µs) from=10.233.71.55:47750
2022/03/29 09:21:03 [WARN] agent: Service name "_aai-nodes-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [INFO] agent: Synced service "_v17__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request PUT /v1/agent/service/register (6.928814ms) from=10.233.71.55:47752
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (564.285µs) from=10.233.71.55:47754
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [INFO] agent: Synced service "_v17_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request PUT /v1/agent/service/register (6.713859ms) from=10.233.71.55:47758
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (784.336µs) from=10.233.71.55:47760
2022/03/29 09:21:03 [WARN] agent: Service name "_aai-nodes-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [INFO] agent: Synced service "_v18__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request PUT /v1/agent/service/register (5.17037ms) from=10.233.71.55:47764
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:03 [DEBUG] agent: Node info in sync
2022/03/29 09:21:03 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (604.952µs) from=10.233.71.55:47772
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [INFO] agent: Synced service "_v18_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request PUT /v1/agent/service/register (8.066502ms) from=10.233.71.55:47778
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (1.378221ms) from=10.233.71.55:47782
2022/03/29 09:21:04 [WARN] agent: Service name "_aai-nodes-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [INFO] agent: Synced service "_v19__aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request PUT /v1/agent/service/register (5.684202ms) from=10.233.71.55:47786
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (494.649µs) from=10.233.71.55:47788
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [INFO] agent: Synced service "_v19_aai-nodes-query_10.233.65.22_8446"
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request PUT /v1/agent/service/register (11.700413ms) from=10.233.71.55:47790
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (584.223µs) from=10.233.71.55:47792
2022/03/29 09:21:04 [WARN] agent: Service name "_aai-nquery-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [INFO] agent: Synced service "_v11__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:04 [DEBUG] http: Request PUT /v1/agent/service/register (20.488691ms) from=10.233.71.55:47802
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:04 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:04 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (6.127191ms) from=10.233.71.55:47806
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [INFO] agent: Synced service "_v11_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request PUT /v1/agent/service/register (15.955047ms) from=10.233.71.55:47818
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (779.142µs) from=10.233.71.55:47820
2022/03/29 09:21:05 [WARN] agent: Service name "_aai-nquery-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [INFO] agent: Synced service "_v12__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request PUT /v1/agent/service/register (11.003155ms) from=10.233.71.55:47828
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (650.56µs) from=10.233.71.55:47830
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [INFO] agent: Synced service "_v12_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request PUT /v1/agent/service/register (5.894465ms) from=10.233.71.55:47836
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:05 [DEBUG] agent: Node info in sync
2022/03/29 09:21:05 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (621.659µs) from=10.233.71.55:47838
2022/03/29 09:21:06 [WARN] agent: Service name "_aai-nquery-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [INFO] agent: Synced service "_v13__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.819709ms) from=10.233.71.55:47848
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (690.521µs) from=10.233.71.55:47850
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [INFO] agent: Synced service "_v13_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request PUT /v1/agent/service/register (7.15811ms) from=10.233.71.55:47856
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (508.181µs) from=10.233.71.55:47860
2022/03/29 09:21:06 [WARN] agent: Service name "_aai-nquery-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [INFO] agent: Synced service "_v14__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request PUT /v1/agent/service/register (8.176985ms) from=10.233.71.55:47864
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:06 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:06 [DEBUG] agent: Node info in sync
2022/03/29 09:21:06 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (817.199µs) from=10.233.71.55:47866
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [INFO] agent: Synced service "_v14_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request PUT /v1/agent/service/register (6.698993ms) from=10.233.71.55:47882
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (726.845µs) from=10.233.71.55:47884
2022/03/29 09:21:07 [WARN] agent: Service name "_aai-nquery-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [INFO] agent: Synced service "_v15__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request PUT /v1/agent/service/register (10.397ms) from=10.233.71.55:47886
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (433.103µs) from=10.233.71.55:47888
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [INFO] agent: Synced service "_v15_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request PUT /v1/agent/service/register (7.466376ms) from=10.233.71.55:47890
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:07 [DEBUG] agent: Node info in sync
2022/03/29 09:21:07 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (514.803µs) from=10.233.71.55:47892
2022/03/29 09:21:08 [WARN] agent: Service name "_aai-nquery-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [INFO] agent: Synced service "_v16__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Node info in sync
2022/03/29 09:21:08 [DEBUG] http: Request PUT /v1/agent/service/register (7.007772ms) from=10.233.71.55:47898
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Node info in sync
2022/03/29 09:21:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (739.999µs) from=10.233.71.55:47900
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [INFO] agent: Synced service "_v16_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Node info in sync
2022/03/29 09:21:08 [DEBUG] http: Request PUT /v1/agent/service/register (13.789169ms) from=10.233.71.55:47904
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:08 [DEBUG] agent: Node info in sync
2022/03/29 09:21:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (732.273µs) from=10.233.71.55:47906
2022/03/29 09:21:09 [WARN] agent: Service name "_aai-nquery-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21: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.
2022/03/29 09:21: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.
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [INFO] agent: Synced service "_v17__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request PUT /v1/agent/service/register (14.297987ms) from=10.233.71.55:47910
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v17 (546.219µs) from=10.233.71.55:47914
2022/03/29 09:21:09 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21: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.
2022/03/29 09:21: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.
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [INFO] agent: Synced service "_v17_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request PUT /v1/agent/service/register (14.919108ms) from=10.233.71.55:47920
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v17 (693.692µs) from=10.233.71.55:47922
2022/03/29 09:21:09 [WARN] agent: Service name "_aai-nquery-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21: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.
2022/03/29 09:21: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.
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [INFO] agent: Synced service "_v18__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request PUT /v1/agent/service/register (23.321823ms) from=10.233.71.55:47924
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v18 (667.677µs) from=10.233.71.55:47926
2022/03/29 09:21:09 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21: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.
2022/03/29 09:21: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.
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [INFO] agent: Synced service "_v18_aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request PUT /v1/agent/service/register (21.047767ms) from=10.233.71.55:47934
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v18__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:09 [DEBUG] agent: Node info in sync
2022/03/29 09:21:09 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v18 (747.335µs) from=10.233.71.55:47936
2022/03/29 09:21:10 [WARN] agent: Service name "_aai-nquery-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21:10 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/03/29 09:21: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.
2022/03/29 09:21: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.
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_nsd_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.13.242_9015" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_sdc_10.233.33.52_8443" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.33.52_8080" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [INFO] agent: Synced service "_v19__aai-nquery_10.233.65.22_8446"
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Node info in sync
2022/03/29 09:21:10 [DEBUG] http: Request PUT /v1/agent/service/register (34.472992ms) from=10.233.71.55:47944
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_parser_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v11_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_catalog_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.24.242_9007" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.42.214_8181" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v15_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.56.146_8806" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v0_multicloud_10.233.62.191_9001" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17__aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.12.10_9011" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v13_aai-nquery_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.65.22_8446" in sync
2022/03/29 09:21:10 [DEBUG] agent: Service "_v17_aai-gene