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: 'dbe5e306-490e-6c0a-347d-183943203ffb'
Node name: 'onap-msb-consul-5454dcc5c5-hbk7z'
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/11/11 04:49:45 [DEBUG] agent: Using random ID "dbe5e306-490e-6c0a-347d-183943203ffb" as node ID
2022/11/11 04:49:45 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:dbe5e306-490e-6c0a-347d-183943203ffb Address:127.0.0.1:8300}]
2022/11/11 04:49:45 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "")
2022/11/11 04:49:45 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-hbk7z.dc1 127.0.0.1
2022/11/11 04:49:45 [INFO] serf: EventMemberJoin: onap-msb-consul-5454dcc5c5-hbk7z 127.0.0.1
2022/11/11 04:49:45 [INFO] consul: Adding LAN server onap-msb-consul-5454dcc5c5-hbk7z (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/11/11 04:49:45 [INFO] consul: Handled member-join event for server "onap-msb-consul-5454dcc5c5-hbk7z.dc1" in area "wan"
2022/11/11 04:49:45 [DEBUG] agent/proxy: managed Connect proxy manager started
2022/11/11 04:49:45 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
2022/11/11 04:49:45 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
2022/11/11 04:49:45 [INFO] agent: Started HTTP server on [::]:8500 (tcp)
2022/11/11 04:49:45 [INFO] agent: started state syncer
2022/11/11 04:49:45 [INFO] agent: Started gRPC server on [::]:8502 (tcp)
2022/11/11 04:49:45 [WARN] raft: Heartbeat timeout from "" reached, starting election
2022/11/11 04:49:45 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2
2022/11/11 04:49:45 [DEBUG] raft: Votes needed: 1
2022/11/11 04:49:45 [DEBUG] raft: Vote granted from dbe5e306-490e-6c0a-347d-183943203ffb in term 2. Tally: 1
2022/11/11 04:49:45 [INFO] raft: Election won. Tally: 1
2022/11/11 04:49:45 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state
2022/11/11 04:49:45 [INFO] consul: cluster leadership acquired
2022/11/11 04:49:45 [INFO] consul: New leader elected: onap-msb-consul-5454dcc5c5-hbk7z
2022/11/11 04:49:45 [INFO] connect: initialized primary datacenter CA with provider "consul"
2022/11/11 04:49:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:49:45 [INFO] consul: member 'onap-msb-consul-5454dcc5c5-hbk7z' joined, marking health alive
2022/11/11 04:49:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:49:45 [INFO] agent: Synced node info
2022/11/11 04:49:45 [DEBUG] agent: Node info in sync
2022/11/11 04:49:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:49:46 [DEBUG] agent: Node info in sync
==> Newer Consul version available: 1.13.3 (currently running: 1.4.3)
2022/11/11 04:50:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:51:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:51:37 [DEBUG] agent: Node info in sync
2022/11/11 04:51:45 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-hbk7z.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/11/11 04:51:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:52:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:53:24 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:53:24 [DEBUG] agent: Node info in sync
2022/11/11 04:53:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:53:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-hbk7z.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/11/11 04:54:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:55:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:55:03 [DEBUG] agent: Node info in sync
2022/11/11 04:55:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:55:55 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-hbk7z.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/11/11 04:56:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:56:33 [DEBUG] agent: Node info in sync
2022/11/11 04:56:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:57:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:58:13 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 04:58:13 [DEBUG] agent: Node info in sync
2022/11/11 04:58:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 04:58:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-5454dcc5c5-hbk7z.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2022/11/11 04:59:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 05:00:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically
2022/11/11 05:00:09 [DEBUG] agent: Node info in sync
2022/11/11 05:00:34 [DEBUG] http: Request GET /v1/catalog/services (404.669µs) from=10.233.67.135:45206
2022/11/11 05:00:34 [DEBUG] http: Request GET /v1/status/leader (2.294288ms) from=10.233.67.135:45208
2022/11/11 05:00:39 [DEBUG] http: Request GET /v1/status/leader (773.971µs) from=10.233.65.252:35242
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.4.31_9011"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (6.514214ms) from=10.233.65.252:35250
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=9 (5.772898621s) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (1.204584ms) from=10.233.65.252:35254
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.4.31_9011"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (3.746485ms) from=10.233.65.252:35258
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=51 (100.066448ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (502.815µs) from=10.233.65.252:35262
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_parser_10.233.36.251_8806"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (4.299856ms) from=10.233.65.252:35264
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=52 (69.345444ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/parser-v1 (1.571606ms) from=10.233.65.252:35268
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_catalog_10.233.36.251_8806"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (9.942945ms) from=10.233.65.252:35270
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=53 (70.949534ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (512.333µs) from=10.233.65.252:35274
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_nsd_10.233.36.251_8806"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (10.628353ms) from=10.233.65.252:35276
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=54 (90.608559ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (499.877µs) from=10.233.65.252:35278
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.36.251_8806"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (4.624176ms) from=10.233.65.252:35280
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=55 (58.543671ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (1.023754ms) from=10.233.65.252:35282
2022/11/11 05:00:40 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_sdc-gui_10.233.56.77_8181"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (10.76791ms) from=10.233.65.252:35284
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=56 (66.736842ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (691.256µs) from=10.233.65.252:35286
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (547.459µs) from=10.233.67.135:45314
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=57 (51.731814ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [INFO] agent: Synced service "_v0_multicloud_10.233.35.169_9001"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (6.575777ms) from=10.233.65.252:35288
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (1.014061ms) from=10.233.65.252:35290
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_multicloud_10.233.35.169_9001"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (14.507884ms) from=10.233.65.252:35292
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=58 (51.01507ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (535.062µs) from=10.233.65.252:35296
2022/11/11 05:00:40 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_wf-gui_10.233.35.68_8443"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (4.39423ms) from=10.233.65.252:35300
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=59 (39.507188ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (434.715µs) from=10.233.65.252:35302
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (176.42µs) from=10.233.67.135:45316
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_sdc_10.233.9.73_8443"
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (7.790629ms) from=10.233.65.252:35306
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=60 (101.850303ms) from=10.233.67.135:45206
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (612.765µs) from=10.233.65.252:35308
2022/11/11 05:00:40 [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/11/11 05:00:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [INFO] agent: Synced service "_v1_sdc-deprecated_10.233.9.73_8080"
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request PUT /v1/agent/service/register (31.186445ms) from=10.233.65.252:35310
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:40 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:40 [DEBUG] agent: Node info in sync
2022/11/11 05:00:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=61 (80.860011ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (537.972µs) from=10.233.65.252:35312
2022/11/11 05:00:41 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.29.205_9007"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (96.33838ms) from=10.233.65.252:35314
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=62 (152.502183ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (833.229µs) from=10.233.65.252:35320
2022/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.29.205_9007"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (36.029376ms) from=10.233.65.252:35322
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=63 (72.023567ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (12.39327ms) from=10.233.65.252:35332
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v11__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (15.950665ms) from=10.233.65.252:35334
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=64 (62.664331ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (491.226µs) from=10.233.65.252:35336
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v11_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (61.994413ms) from=10.233.65.252:35338
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=65 (137.504983ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (529.496µs) from=10.233.65.252:35342
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v12__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (4.591783ms) from=10.233.65.252:35344
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (60.118857ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (5.746131ms) from=10.233.65.252:35348
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v12_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (6.542877ms) from=10.233.65.252:35350
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=67 (83.015208ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (595.536µs) from=10.233.65.252:35352
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v13__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (4.143924ms) from=10.233.65.252:35354
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=68 (38.604893ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (498.379µs) from=10.233.65.252:35358
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v13_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (3.421599ms) from=10.233.65.252:35362
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=69 (61.034654ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (564.989µs) from=10.233.65.252:35364
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v14__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (3.933163ms) from=10.233.65.252:35366
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=70 (62.490068ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (488.116µs) from=10.233.65.252:35368
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v14_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (7.081381ms) from=10.233.65.252:35370
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=71 (42.300509ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (610.977µs) from=10.233.65.252:35376
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v15__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (4.668501ms) from=10.233.65.252:35380
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=72 (52.514975ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (2.329413ms) from=10.233.65.252:35382
2022/11/11 05:00:41 [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/11/11 05:00:41 [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/11/11 05:00:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [INFO] agent: Synced service "_v15_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request PUT /v1/agent/service/register (4.351885ms) from=10.233.65.252:35384
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:41 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:41 [DEBUG] agent: Node info in sync
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (47.9352ms) from=10.233.67.135:45206
2022/11/11 05:00:41 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (530.599µs) from=10.233.65.252:35386
2022/11/11 05:00:42 [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/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v16__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (3.491972ms) from=10.233.65.252:35390
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=74 (70.233904ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (491.377µs) from=10.233.65.252:35392
2022/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v16_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (367.384784ms) from=10.233.65.252:35394
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=75 (407.87364ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (632.349µs) from=10.233.65.252:35402
2022/11/11 05:00:42 [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/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v17__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (62.872254ms) from=10.233.65.252:35406
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=76 (130.778071ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (597.184µs) from=10.233.65.252:35412
2022/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=77 (51.217116ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [INFO] agent: Synced service "_v17_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (11.162235ms) from=10.233.65.252:35414
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (554.565µs) from=10.233.65.252:35416
2022/11/11 05:00:42 [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/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v18__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (4.199342ms) from=10.233.65.252:35418
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=78 (44.140169ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (445.063µs) from=10.233.65.252:35420
2022/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v18_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (7.78182ms) from=10.233.65.252:35422
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=79 (50.081136ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (630.296µs) from=10.233.65.252:35426
2022/11/11 05:00:42 [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/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v19__aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (4.606032ms) from=10.233.65.252:35428
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=80 (86.434833ms) from=10.233.67.135:45206
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (523.195µs) from=10.233.65.252:35432
2022/11/11 05:00:42 [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/11/11 05:00:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [INFO] agent: Synced service "_v19_aai-generic-query_10.233.70.196_8446"
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request PUT /v1/agent/service/register (6.146676ms) from=10.233.65.252:35436
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:42 [DEBUG] agent: Node info in sync
2022/11/11 05:00:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=81 (83.408767ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (2.633085ms) from=10.233.65.252:35438
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v11__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (4.776073ms) from=10.233.65.252:35440
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=82 (90.630709ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (689.379µs) from=10.233.65.252:35442
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v11_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (10.956141ms) from=10.233.65.252:35444
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=83 (66.707352ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (2.060517ms) from=10.233.65.252:35446
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v12__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (5.008377ms) from=10.233.65.252:35448
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=84 (43.703322ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (595.747µs) from=10.233.65.252:35452
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v12_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (4.406136ms) from=10.233.65.252:35454
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=85 (63.184282ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (593.902µs) from=10.233.65.252:35456
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v13__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=86 (40.369348ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (4.789312ms) from=10.233.65.252:35458
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (525.609µs) from=10.233.65.252:35462
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v13_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (9.709425ms) from=10.233.65.252:35464
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=87 (93.550986ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (518.948µs) from=10.233.65.252:35466
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v14__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (6.360254ms) from=10.233.65.252:35470
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=88 (31.874366ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (2.480574ms) from=10.233.65.252:35472
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v14_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (5.581362ms) from=10.233.65.252:35478
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=89 (70.411274ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (575.395µs) from=10.233.65.252:35480
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v15__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (44.912693ms) from=10.233.65.252:35482
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=90 (91.324872ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (580.137µs) from=10.233.65.252:35488
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v15_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (10.691893ms) from=10.233.65.252:35490
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=91 (55.372158ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (436.322µs) from=10.233.65.252:35492
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v16__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (7.760733ms) from=10.233.65.252:35496
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=92 (54.349483ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (719.254µs) from=10.233.65.252:35498
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v16_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (5.357347ms) from=10.233.65.252:35500
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=93 (25.361683ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (923.974µs) from=10.233.65.252:35504
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v17__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (10.861869ms) from=10.233.65.252:35510
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=94 (71.516556ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (581.542µs) from=10.233.65.252:35514
2022/11/11 05:00:43 [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/11/11 05:00:43 [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/11/11 05:00:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [INFO] agent: Synced service "_v17_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request PUT /v1/agent/service/register (5.706834ms) from=10.233.65.252:35516
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=95 (90.271716ms) from=10.233.67.135:45206
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:43 [DEBUG] agent: Node info in sync
2022/11/11 05:00:43 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (620.494µs) from=10.233.65.252:35518
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v18__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.394105ms) from=10.233.65.252:35520
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (685.51µs) from=10.233.65.252:35522
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=96 (74.487699ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v18_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (5.01775ms) from=10.233.65.252:35528
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=97 (62.14957ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (673.897µs) from=10.233.65.252:35530
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v19__aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (5.393471ms) from=10.233.65.252:35536
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=98 (84.980533ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (495.738µs) from=10.233.65.252:35538
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v19_aai-nodes-query_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (10.468049ms) from=10.233.65.252:35540
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=99 (88.856341ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (1.301255ms) from=10.233.65.252:35542
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=100 (40.0504ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [INFO] agent: Synced service "_v11__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (19.094047ms) from=10.233.65.252:35544
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (1.1817ms) from=10.233.65.252:35546
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v11_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (9.550255ms) from=10.233.65.252:35554
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=101 (63.676897ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (963.178µs) from=10.233.65.252:35556
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v12__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.385858ms) from=10.233.65.252:35558
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=102 (21.547962ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (653.921µs) from=10.233.65.252:35560
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v12_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.136033ms) from=10.233.65.252:35562
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=103 (34.768534ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (606.317µs) from=10.233.65.252:35564
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v13__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (3.947289ms) from=10.233.65.252:35566
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=104 (38.228221ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (21.72543ms) from=10.233.65.252:35568
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v13_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.033475ms) from=10.233.65.252:35570
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=105 (25.184969ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (855.423µs) from=10.233.65.252:35572
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v14__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.832879ms) from=10.233.65.252:35576
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=106 (34.175985ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (695.281µs) from=10.233.65.252:35578
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v14_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.133311ms) from=10.233.65.252:35580
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=107 (43.75737ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (466.94µs) from=10.233.65.252:35582
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v15__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (5.342735ms) from=10.233.65.252:35586
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=108 (48.752926ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (489.345µs) from=10.233.65.252:35588
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v15_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (31.568665ms) from=10.233.65.252:35592
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=109 (65.572379ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (569.236µs) from=10.233.65.252:35594
2022/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [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/11/11 05:00:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [INFO] agent: Synced service "_v16__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request PUT /v1/agent/service/register (4.55452ms) from=10.233.65.252:35596
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:44 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:44 [DEBUG] agent: Node info in sync
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=110 (43.799253ms) from=10.233.67.135:45206
2022/11/11 05:00:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (11.957489ms) from=10.233.65.252:35598
2022/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [INFO] agent: Synced service "_v16_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (11.947978ms) from=10.233.65.252:35600
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=111 (58.674901ms) from=10.233.67.135:45206
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (504.909µs) from=10.233.65.252:35602
2022/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [INFO] agent: Synced service "_v17__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (5.44131ms) from=10.233.65.252:35606
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=112 (61.426664ms) from=10.233.67.135:45206
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v17 (541.103µs) from=10.233.65.252:35608
2022/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [INFO] agent: Synced service "_v17_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (5.713444ms) from=10.233.65.252:35610
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=113 (98.647101ms) from=10.233.67.135:45206
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v17 (792.08µs) from=10.233.65.252:35612
2022/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [INFO] agent: Synced service "_v18__aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (71.671922ms) from=10.233.65.252:35614
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=114 (106.619959ms) from=10.233.67.135:45206
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v18 (442.848µs) from=10.233.65.252:35618
2022/11/11 05:00:45 [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/11/11 05:00:45 [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/11/11 05:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes.
2022/11/11 05:00:45 [DEBUG] consul: Skipping self join check for "onap-msb-consul-5454dcc5c5-hbk7z" since the cluster is too small
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_nsd_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_parser_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [INFO] agent: Synced service "_v18_aai-nquery_10.233.70.196_8446"
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Node info in sync
2022/11/11 05:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (9.200304ms) from=10.233.65.252:35624
2022/11/11 05:00:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=115 (56.018831ms) from=10.233.67.135:45206
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.56.77_8181" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc_10.233.9.73_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.9.73_8080" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.4.31_9011" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_catalog_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.29.205_9007" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v0_multicloud_10.233.35.169_9001" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.35.68_8443" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.36.251_8806" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.196_8446" in sync
2022/11/11 05:00:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.196_84