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: 'b3e5e7a6-f23a-5002-f0b3-9dccd5fead6a' Node name: 'dev-msb-consul-5fdfc4cfd5-jmhz9' 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/02/28 12:12:14 [DEBUG] agent: Using random ID "b3e5e7a6-f23a-5002-f0b3-9dccd5fead6a" as node ID 2022/02/28 12:12:14 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:b3e5e7a6-f23a-5002-f0b3-9dccd5fead6a Address:127.0.0.1:8300}] 2022/02/28 12:12:14 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2022/02/28 12:12:14 [INFO] serf: EventMemberJoin: dev-msb-consul-5fdfc4cfd5-jmhz9.dc1 127.0.0.1 2022/02/28 12:12:14 [INFO] serf: EventMemberJoin: dev-msb-consul-5fdfc4cfd5-jmhz9 127.0.0.1 2022/02/28 12:12:14 [INFO] consul: Adding LAN server dev-msb-consul-5fdfc4cfd5-jmhz9 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/02/28 12:12:14 [INFO] consul: Handled member-join event for server "dev-msb-consul-5fdfc4cfd5-jmhz9.dc1" in area "wan" 2022/02/28 12:12:14 [DEBUG] agent/proxy: managed Connect proxy manager started 2022/02/28 12:12:14 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2022/02/28 12:12:14 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2022/02/28 12:12:14 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2022/02/28 12:12:14 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2022/02/28 12:12:14 [INFO] agent: started state syncer 2022/02/28 12:12:14 [WARN] raft: Heartbeat timeout from "" reached, starting election 2022/02/28 12:12:14 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2022/02/28 12:12:14 [DEBUG] raft: Votes needed: 1 2022/02/28 12:12:14 [DEBUG] raft: Vote granted from b3e5e7a6-f23a-5002-f0b3-9dccd5fead6a in term 2. Tally: 1 2022/02/28 12:12:14 [INFO] raft: Election won. Tally: 1 2022/02/28 12:12:14 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2022/02/28 12:12:14 [INFO] consul: cluster leadership acquired 2022/02/28 12:12:14 [INFO] consul: New leader elected: dev-msb-consul-5fdfc4cfd5-jmhz9 2022/02/28 12:12:14 [INFO] connect: initialized primary datacenter CA with provider "consul" 2022/02/28 12:12:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:12:14 [INFO] consul: member 'dev-msb-consul-5fdfc4cfd5-jmhz9' joined, marking health alive 2022/02/28 12:12:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:12:14 [INFO] agent: Synced node info 2022/02/28 12:12:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:12:17 [DEBUG] agent: Node info in sync 2022/02/28 12:12:17 [DEBUG] agent: Node info in sync ==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=&version=1.4.3: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 2022/02/28 12:13:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:13:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:13:49 [DEBUG] agent: Node info in sync 2022/02/28 12:14:14 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-jmhz9.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/02/28 12:14:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:15:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:15:34 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:15:34 [DEBUG] agent: Node info in sync 2022/02/28 12:16:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:16:16 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-jmhz9.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/02/28 12:17:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:17:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:17:33 [DEBUG] agent: Node info in sync 2022/02/28 12:18:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:18:56 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-jmhz9.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/02/28 12:19:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:19:00 [DEBUG] agent: Node info in sync 2022/02/28 12:19:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:20:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:20:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:20:15 [DEBUG] agent: Node info in sync 2022/02/28 12:21:11 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-jmhz9.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2022/02/28 12:21:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:22:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2022/02/28 12:22:14 [DEBUG] agent: Node info in sync 2022/02/28 12:22:14 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-jmhz9" since the cluster is too small 2022/02/28 12:23:05 [DEBUG] http: Request GET /v1/status/leader (2.780099ms) from=10.242.115.137:34296 2022/02/28 12:23:05 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:05 [INFO] agent: Synced service "_v1_message-router_10.96.53.229_3904" 2022/02/28 12:23:05 [DEBUG] agent: Node info in sync 2022/02/28 12:23:05 [DEBUG] http: Request PUT /v1/agent/service/register (7.159308ms) from=10.242.115.137:34304 2022/02/28 12:23:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:05 [DEBUG] agent: Node info in sync 2022/02/28 12:23:05 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (1.82979ms) from=10.242.115.137:34306 2022/02/28 12:23:05 [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/02/28 12:23:05 [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/02/28 12:23:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:05 [INFO] agent: Synced service "_v1_wf-gui_10.96.140.32_8443" 2022/02/28 12:23:05 [DEBUG] agent: Node info in sync 2022/02/28 12:23:05 [DEBUG] http: Request PUT /v1/agent/service/register (3.228757ms) from=10.242.115.137:34308 2022/02/28 12:23:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:05 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:05 [DEBUG] agent: Node info in sync 2022/02/28 12:23:05 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (1.52862ms) from=10.242.115.137:34310 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v0_multicloud-pike_10.96.210.59_9007" 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.905758ms) from=10.242.115.137:34312 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (357.993µs) from=10.242.115.137:34314 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_multicloud-pike_10.96.210.59_9007" 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.895467ms) from=10.242.115.137:34316 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (246.976µs) from=10.242.115.137:34318 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_sdc_10.96.237.230_8443" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.401078ms) from=10.242.115.137:34320 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (1.491992ms) from=10.242.115.137:34322 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_sdc-deprecated_10.96.237.230_8080" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (42.093665ms) from=10.242.115.137:34324 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (4.427056ms) from=10.242.115.137:34326 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_sdc-gui_10.96.50.192_8181" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (5.860776ms) from=10.242.115.137:34328 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (439.041µs) from=10.242.115.137:34330 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.96.183.3_9011" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (5.765198ms) from=10.242.115.137:34332 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (577.097µs) from=10.242.115.137:34334 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.96.183.3_9011" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.976043ms) from=10.242.115.137:34336 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (344.195µs) from=10.242.115.137:34340 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v0_multicloud_10.96.225.87_9001" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.531049ms) from=10.242.115.137:34342 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (278.328µs) from=10.242.115.137:34344 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_multicloud_10.96.225.87_9001" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.630526ms) from=10.242.115.137:34346 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (433.241µs) from=10.242.115.137:34348 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_parser_10.96.50.191_8806" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.780213ms) from=10.242.115.137:34350 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/parser-v1 (725.282µs) from=10.242.115.137:34352 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_catalog_10.96.50.191_8806" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (8.825818ms) from=10.242.115.137:34354 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (243.262µs) from=10.242.115.137:34356 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_nsd_10.96.50.191_8806" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (7.330198ms) from=10.242.115.137:34358 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (272.06µs) from=10.242.115.137:34362 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v1_vnfpkgm_10.96.50.191_8806" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.672432ms) from=10.242.115.137:34364 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (337.295µs) from=10.242.115.137:34366 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v11__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (3.047507ms) from=10.242.115.137:34368 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (3.082372ms) from=10.242.115.137:34370 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v11_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.499595ms) from=10.242.115.137:34372 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (302.144µs) from=10.242.115.137:34374 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v12__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.690287ms) from=10.242.115.137:34376 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (301.705µs) from=10.242.115.137:34378 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v12_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (3.563939ms) from=10.242.115.137:34382 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (934.082µs) from=10.242.115.137:34384 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v13__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.665288ms) from=10.242.115.137:34386 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (322.783µs) from=10.242.115.137:34388 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v13_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.484344ms) from=10.242.115.137:34390 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (429.342µs) from=10.242.115.137:34392 2022/02/28 12:23:06 [WARN] agent: Service name "_aai-generic-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v14__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.488854ms) from=10.242.115.137:34394 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (264.812µs) from=10.242.115.137:34396 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v14_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (9.187045ms) from=10.242.115.137:34398 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (283.299µs) from=10.242.115.137:34400 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v15__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (3.529977ms) from=10.242.115.137:34404 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (299.703µs) from=10.242.115.137:34406 2022/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [INFO] agent: Synced service "_v15_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request PUT /v1/agent/service/register (2.943623ms) from=10.242.115.137:34408 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:06 [DEBUG] agent: Node info in sync 2022/02/28 12:23:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (519.237µs) from=10.242.115.137:34410 2022/02/28 12:23:06 [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/02/28 12:23:06 [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/02/28 12:23:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v16__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (34.709486ms) from=10.242.115.137:34412 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (458.424µs) from=10.242.115.137:34414 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v16_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (7.542767ms) from=10.242.115.137:34416 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (394.207µs) from=10.242.115.137:34418 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v17__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.821779ms) from=10.242.115.137:34420 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (340.253µs) from=10.242.115.137:34430 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v17_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.892056ms) from=10.242.115.137:34432 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (490.855µs) from=10.242.115.137:34434 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v18__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.054298ms) from=10.242.115.137:34436 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (316.574µs) from=10.242.115.137:34438 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v18_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (5.276628ms) from=10.242.115.137:34442 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (251.059µs) from=10.242.115.137:34444 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v19__aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (11.075879ms) from=10.242.115.137:34446 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (766.996µs) from=10.242.115.137:34448 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v19_aai-generic-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (5.577068ms) from=10.242.115.137:34450 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (491.343µs) from=10.242.115.137:34452 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v11__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.765911ms) from=10.242.115.137:34456 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (396.874µs) from=10.242.115.137:34458 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v11_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.651853ms) from=10.242.115.137:34460 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (256.436µs) from=10.242.115.137:34462 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v12__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (4.141427ms) from=10.242.115.137:34464 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (275.615µs) from=10.242.115.137:34466 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v12_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (7.068332ms) from=10.242.115.137:34470 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (319.314µs) from=10.242.115.137:34472 2022/02/28 12:23:07 [WARN] agent: Service name "_aai-nodes-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v13__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (4.548281ms) from=10.242.115.137:34474 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (318.509µs) from=10.242.115.137:34476 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v13_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (4.394866ms) from=10.242.115.137:34478 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (416.086µs) from=10.242.115.137:34480 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v14__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (6.337386ms) from=10.242.115.137:34482 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (317.845µs) from=10.242.115.137:34484 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v14_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.419759ms) from=10.242.115.137:34486 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (429.829µs) from=10.242.115.137:34488 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v15__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (5.130872ms) from=10.242.115.137:34490 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (542.167µs) from=10.242.115.137:34492 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v15_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.410968ms) from=10.242.115.137:34496 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (345.171µs) from=10.242.115.137:34498 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v16__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.297595ms) from=10.242.115.137:34500 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (454.084µs) from=10.242.115.137:34502 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v16_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.656499ms) from=10.242.115.137:34504 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (234.49µs) from=10.242.115.137:34508 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [INFO] agent: Synced service "_v17__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.752152ms) from=10.242.115.137:34510 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (245.091µs) from=10.242.115.137:34512 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v17_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.913701ms) from=10.242.115.137:34514 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (317.287µs) from=10.242.115.137:34518 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v18__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (7.433047ms) from=10.242.115.137:34520 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (284.763µs) from=10.242.115.137:34522 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v18_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (3.063057ms) from=10.242.115.137:34524 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (280.282µs) from=10.242.115.137:34526 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v19__aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (4.745813ms) from=10.242.115.137:34528 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (9.02429ms) from=10.242.115.137:34530 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v19_aai-nodes-query_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (7.093891ms) from=10.242.115.137:34532 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (351.807µs) from=10.242.115.137:34534 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v11__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (2.760943ms) from=10.242.115.137:34538 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (3.316473ms) from=10.242.115.137:34540 2022/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v11_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (6.261385ms) from=10.242.115.137:34542 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (1.881225ms) from=10.242.115.137:34544 2022/02/28 12:23:07 [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/02/28 12:23:07 [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/02/28 12:23:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [INFO] agent: Synced service "_v12__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request PUT /v1/agent/service/register (10.881779ms) from=10.242.115.137:34546 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:07 [DEBUG] agent: Node info in sync 2022/02/28 12:23:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (292.511µs) from=10.242.115.137:34548 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v12_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (2.828823ms) from=10.242.115.137:34550 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (349.317µs) from=10.242.115.137:34552 2022/02/28 12:23:08 [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/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v13__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (3.206987ms) from=10.242.115.137:34554 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (283.899µs) from=10.242.115.137:34556 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v13_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (4.070907ms) from=10.242.115.137:34558 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (313.222µs) from=10.242.115.137:34560 2022/02/28 12:23:08 [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/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v14__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (3.301401ms) from=10.242.115.137:34562 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (248.12µs) from=10.242.115.137:34564 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v14_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (4.175691ms) from=10.242.115.137:34566 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (287.913µs) from=10.242.115.137:34568 2022/02/28 12:23:08 [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/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v15__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (4.188518ms) from=10.242.115.137:34570 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (225.957µs) from=10.242.115.137:34572 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v15_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (7.8774ms) from=10.242.115.137:34574 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (249.946µs) from=10.242.115.137:34576 2022/02/28 12:23:08 [WARN] agent: Service name "_aai-nquery-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v16__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (2.623665ms) from=10.242.115.137:34578 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (310.036µs) from=10.242.115.137:34580 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v16_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (3.981447ms) from=10.242.115.137:34582 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (225.787µs) from=10.242.115.137:34584 2022/02/28 12:23:08 [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/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v17__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (8.565529ms) from=10.242.115.137:34586 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v17 (244.995µs) from=10.242.115.137:34588 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v17_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (2.892839ms) from=10.242.115.137:34590 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v17 (315.377µs) from=10.242.115.137:34592 2022/02/28 12:23:08 [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/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v18__aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (3.188031ms) from=10.242.115.137:34594 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v18 (259.537µs) from=10.242.115.137:34596 2022/02/28 12:23:08 [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/02/28 12:23:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.183.3_9011" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [INFO] agent: Synced service "_v18_aai-nquery_10.242.174.66_8446" 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_wf-gui_10.96.140.32_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v0_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_catalog_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v16_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_nsd_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_parser_10.96.50.191_8806" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.229_3904" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.210.59_9007" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-gui_10.96.50.192_8181" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.237.230_8080" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_sdc_10.96.237.230_8443" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Node info in sync 2022/02/28 12:23:08 [DEBUG] http: Request PUT /v1/agent/service/register (3.045854ms) from=10.242.115.137:34598 2022/02/28 12:23:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v17_aai-nquery_10.242.174.66_8446" in sync 2022/02/28 12:23:08 [DEBUG] agent: Service "_v1_multicloud_10.96.225.87_9001" in sync 2022/