+ 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: '15064512-33b4-087d-175b-18cbc3317b08' Node name: 'onap-msb-consul-55bf85f47-q9vxq' Datacenter: 'dc1' (Segment: '') Server: true (Bootstrap: false) Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, gRPC: 8502, DNS: 8600) Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302) Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false ==> Log data will now stream in as it occurs: 2021/11/22 01:07:22 [DEBUG] agent: Using random ID "15064512-33b4-087d-175b-18cbc3317b08" as node ID 2021/11/22 01:07:22 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:15064512-33b4-087d-175b-18cbc3317b08 Address:127.0.0.1:8300}] 2021/11/22 01:07:22 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2021/11/22 01:07:22 [WARN] raft: Heartbeat timeout from "" reached, starting election 2021/11/22 01:07:22 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2021/11/22 01:07:22 [WARN] raft: Unable to get address for server id 15064512-33b4-087d-175b-18cbc3317b08, using fallback address 127.0.0.1:8300: Could not find address for server id 15064512-33b4-087d-175b-18cbc3317b08 2021/11/22 01:07:22 [DEBUG] raft: Votes needed: 1 2021/11/22 01:07:22 [DEBUG] raft: Vote granted from 15064512-33b4-087d-175b-18cbc3317b08 in term 2. Tally: 1 2021/11/22 01:07:22 [INFO] raft: Election won. Tally: 1 2021/11/22 01:07:22 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2021/11/22 01:07:23 [INFO] serf: EventMemberJoin: onap-msb-consul-55bf85f47-q9vxq.dc1 127.0.0.1 2021/11/22 01:07:23 [INFO] serf: EventMemberJoin: onap-msb-consul-55bf85f47-q9vxq 127.0.0.1 2021/11/22 01:07:23 [INFO] consul: cluster leadership acquired 2021/11/22 01:07:23 [INFO] consul: Adding LAN server onap-msb-consul-55bf85f47-q9vxq (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:07:23 [INFO] consul: Handled member-join event for server "onap-msb-consul-55bf85f47-q9vxq.dc1" in area "wan" 2021/11/22 01:07:23 [DEBUG] agent/proxy: managed Connect proxy manager started 2021/11/22 01:07:23 [INFO] consul: New leader elected: onap-msb-consul-55bf85f47-q9vxq 2021/11/22 01:07:23 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2021/11/22 01:07:23 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2021/11/22 01:07:23 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2021/11/22 01:07:23 [INFO] agent: started state syncer 2021/11/22 01:07:24 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2021/11/22 01:07:24 [INFO] agent: Synced node info 2021/11/22 01:07:24 [DEBUG] agent: Node info in sync 2021/11/22 01:07:25 [INFO] connect: initialized primary datacenter CA with provider "consul" 2021/11/22 01:07:25 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:07:25 [INFO] consul: member 'onap-msb-consul-55bf85f47-q9vxq' joined, marking health alive 2021/11/22 01:07:25 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:07:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:07:26 [DEBUG] agent: Node info in sync ==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=&version=1.4.3: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 2021/11/22 01:07:57 [WARN] consul: error getting server health from "onap-msb-consul-55bf85f47-q9vxq": context deadline exceeded 2021/11/22 01:08:00 [WARN] consul: error getting server health from "onap-msb-consul-55bf85f47-q9vxq": context deadline exceeded 2021/11/22 01:08:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:09:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:09:05 [DEBUG] agent: Node info in sync 2021/11/22 01:09:23 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-q9vxq.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:09:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:10:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:10:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:10:47 [DEBUG] agent: Node info in sync 2021/11/22 01:11:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:11:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-q9vxq.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:12:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:12:06 [DEBUG] agent: Node info in sync 2021/11/22 01:12:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:13:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:14:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:14:05 [DEBUG] agent: Node info in sync 2021/11/22 01:14:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-q9vxq.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:14:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:15:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:15:52 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:15:52 [DEBUG] agent: Node info in sync 2021/11/22 01:16:22 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-q9vxq.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:16:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:16:56 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:16:56 [DEBUG] agent: Node info in sync 2021/11/22 01:17:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:18:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/11/22 01:18:08 [DEBUG] agent: Node info in sync 2021/11/22 01:18:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:18:46 [DEBUG] http: Request GET /v1/status/leader (396.938552ms) from=10.233.75.178:42202 2021/11/22 01:18:49 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:49 [INFO] agent: Synced service "_v1_sdc_10.233.37.173_8443" 2021/11/22 01:18:49 [DEBUG] agent: Node info in sync 2021/11/22 01:18:49 [DEBUG] http: Request PUT /v1/agent/service/register (438.454382ms) from=10.233.75.178:42240 2021/11/22 01:18:49 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:49 [DEBUG] agent: Node info in sync 2021/11/22 01:18:49 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (1.905578ms) from=10.233.75.178:42246 2021/11/22 01:18:50 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:50 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:50 [INFO] agent: Synced service "_v1_sdc-deprecated_10.233.37.173_8080" 2021/11/22 01:18:50 [DEBUG] agent: Node info in sync 2021/11/22 01:18:50 [DEBUG] http: Request PUT /v1/agent/service/register (246.758005ms) from=10.233.75.178:42254 2021/11/22 01:18:50 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:50 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:50 [DEBUG] agent: Node info in sync 2021/11/22 01:18:50 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (1.28793ms) from=10.233.75.178:42258 2021/11/22 01:18:51 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:51 [INFO] agent: Synced service "_v1_wf-gui_10.233.55.123_8443" 2021/11/22 01:18:51 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:51 [DEBUG] agent: Node info in sync 2021/11/22 01:18:51 [DEBUG] http: Request PUT /v1/agent/service/register (405.781507ms) from=10.233.75.178:42262 2021/11/22 01:18:51 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:51 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:51 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:51 [DEBUG] agent: Node info in sync 2021/11/22 01:18:51 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (543.891µs) from=10.233.75.178:42270 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:52 [INFO] agent: Synced service "_v1_message-router_10.233.0.19_3904" 2021/11/22 01:18:52 [DEBUG] agent: Node info in sync 2021/11/22 01:18:52 [DEBUG] http: Request PUT /v1/agent/service/register (94.588397ms) from=10.233.75.178:42276 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:52 [DEBUG] agent: Node info in sync 2021/11/22 01:18:52 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (93.628226ms) from=10.233.75.178:42282 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:52 [INFO] agent: Synced service "_v0_multicloud-pike_10.233.13.207_9007" 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:52 [DEBUG] agent: Node info in sync 2021/11/22 01:18:52 [DEBUG] http: Request PUT /v1/agent/service/register (103.180372ms) from=10.233.75.178:42286 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:52 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:52 [DEBUG] agent: Node info in sync 2021/11/22 01:18:52 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (448.18µs) from=10.233.75.178:42288 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [INFO] agent: Synced service "_v1_multicloud-pike_10.233.13.207_9007" 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Node info in sync 2021/11/22 01:18:53 [DEBUG] http: Request PUT /v1/agent/service/register (314.583749ms) from=10.233.75.178:42294 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [DEBUG] agent: Node info in sync 2021/11/22 01:18:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (408.019µs) from=10.233.75.178:42298 2021/11/22 01:18:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/parser/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:53 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [INFO] agent: Synced service "_v1_parser_10.233.58.250_8806" 2021/11/22 01:18:53 [DEBUG] agent: Node info in sync 2021/11/22 01:18:53 [DEBUG] http: Request PUT /v1/agent/service/register (288.922999ms) from=10.233.75.178:42300 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:53 [DEBUG] agent: Node info in sync 2021/11/22 01:18:53 [DEBUG] http: Request GET /v1/health/service/parser-v1 (2.261364ms) from=10.233.75.178:42302 2021/11/22 01:18:54 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/catalog/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:54 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [INFO] agent: Synced service "_v1_catalog_10.233.58.250_8806" 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:55 [DEBUG] agent: Node info in sync 2021/11/22 01:18:55 [DEBUG] http: Request PUT /v1/agent/service/register (800.323595ms) from=10.233.75.178:42306 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:55 [DEBUG] agent: Node info in sync 2021/11/22 01:18:55 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (702.778µs) from=10.233.75.178:42312 2021/11/22 01:18:55 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-55bf85f47-q9vxq.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/11/22 01:18:55 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/nsd/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:55 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [INFO] agent: Synced service "_v1_nsd_10.233.58.250_8806" 2021/11/22 01:18:55 [DEBUG] agent: Node info in sync 2021/11/22 01:18:55 [DEBUG] http: Request PUT /v1/agent/service/register (405.394165ms) from=10.233.75.178:42314 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:55 [DEBUG] agent: Node info in sync 2021/11/22 01:18:56 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (596.355µs) from=10.233.75.178:42318 2021/11/22 01:18:56 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/vnfpkgm/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:56 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [INFO] agent: Synced service "_v1_vnfpkgm_10.233.58.250_8806" 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Node info in sync 2021/11/22 01:18:56 [DEBUG] http: Request PUT /v1/agent/service/register (194.654602ms) from=10.233.75.178:42324 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Node info in sync 2021/11/22 01:18:56 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (869.286µs) from=10.233.75.178:42326 2021/11/22 01:18:56 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:56 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [INFO] agent: Synced service "_v1_multicloud-k8s_10.233.33.0_9015" 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Node info in sync 2021/11/22 01:18:56 [DEBUG] http: Request PUT /v1/agent/service/register (288.668708ms) from=10.233.75.178:42328 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:56 [DEBUG] agent: Node info in sync 2021/11/22 01:18:56 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (461.012µs) from=10.233.75.178:42336 2021/11/22 01:18:57 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [INFO] agent: Synced service "_v0_multicloud_10.233.9.145_9001" 2021/11/22 01:18:57 [DEBUG] agent: Node info in sync 2021/11/22 01:18:57 [DEBUG] http: Request PUT /v1/agent/service/register (400.031056ms) from=10.233.75.178:42340 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:57 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:57 [DEBUG] agent: Node info in sync 2021/11/22 01:18:57 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (974.557µs) from=10.233.75.178:42350 2021/11/22 01:18:58 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:58 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:59 [INFO] agent: Synced service "_v1_multicloud_10.233.9.145_9001" 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Node info in sync 2021/11/22 01:18:59 [DEBUG] http: Request PUT /v1/agent/service/register (1.077063076s) from=10.233.75.178:42356 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Node info in sync 2021/11/22 01:18:59 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (453.06µs) from=10.233.75.178:42362 2021/11/22 01:18:59 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-fcaps/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:59 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.233.0.116_9011" 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:59 [DEBUG] agent: Node info in sync 2021/11/22 01:18:59 [DEBUG] http: Request PUT /v1/agent/service/register (362.180995ms) from=10.233.75.178:42366 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:18:59 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:18:59 [DEBUG] agent: Node info in sync 2021/11/22 01:19:00 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (200.734961ms) from=10.233.75.178:42370 2021/11/22 01:19:00 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-fcaps/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:01 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.233.0.116_9011" 2021/11/22 01:19:01 [DEBUG] agent: Node info in sync 2021/11/22 01:19:01 [DEBUG] http: Request PUT /v1/agent/service/register (878.659357ms) from=10.233.75.178:42374 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:01 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:01 [DEBUG] agent: Node info in sync 2021/11/22 01:19:01 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (760.459µs) from=10.233.75.178:42390 2021/11/22 01:19:02 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:02 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.233.34.76_443" 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:02 [DEBUG] agent: Node info in sync 2021/11/22 01:19:02 [DEBUG] http: Request PUT /v1/agent/service/register (672.079022ms) from=10.233.75.178:42394 2021/11/22 01:19:02 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (555.391µs) from=10.233.75.178:42404 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:02 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:02 [DEBUG] agent: Node info in sync 2021/11/22 01:19:03 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/sdc1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:03 [INFO] agent: Synced service "_v1_sdc-gui_10.233.39.170_8181" 2021/11/22 01:19:03 [DEBUG] agent: Node info in sync 2021/11/22 01:19:03 [DEBUG] http: Request PUT /v1/agent/service/register (800.631378ms) from=10.233.75.178:42406 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:03 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:03 [DEBUG] agent: Node info in sync 2021/11/22 01:19:03 [DEBUG] http: Request GET /v1/health/service/sdc-gui-v1 (673.672µs) from=10.233.75.178:42414 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:04 [INFO] agent: Synced service "_v1_sdnc_10.233.53.109_8282" 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:04 [DEBUG] agent: Node info in sync 2021/11/22 01:19:04 [DEBUG] http: Request PUT /v1/agent/service/register (104.530135ms) from=10.233.75.178:42416 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Node info in sync 2021/11/22 01:19:04 [DEBUG] http: Request GET /v1/health/service/sdnc-v1 (547.006µs) from=10.233.75.178:42420 2021/11/22 01:19:04 [WARN] agent: Service name "_aai-generic-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [INFO] agent: Synced service "_v11__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Node info in sync 2021/11/22 01:19:04 [DEBUG] http: Request PUT /v1/agent/service/register (288.229742ms) from=10.233.75.178:42426 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:04 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:04 [DEBUG] agent: Node info in sync 2021/11/22 01:19:04 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (522.601µs) from=10.233.75.178:42432 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:05 [INFO] agent: Synced service "_v11_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:05 [DEBUG] agent: Node info in sync 2021/11/22 01:19:05 [DEBUG] http: Request PUT /v1/agent/service/register (503.67429ms) from=10.233.75.178:42434 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:05 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:05 [DEBUG] agent: Node info in sync 2021/11/22 01:19:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (451.441µs) from=10.233.75.178:42442 2021/11/22 01:19:05 [WARN] agent: Service name "_aai-generic-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:06 [INFO] agent: Synced service "_v12__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Node info in sync 2021/11/22 01:19:06 [DEBUG] http: Request PUT /v1/agent/service/register (845.120689ms) from=10.233.75.178:42446 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Node info in sync 2021/11/22 01:19:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (461.469µs) from=10.233.75.178:42464 2021/11/22 01:19: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. 2021/11/22 01:19:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [INFO] agent: Synced service "_v12_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:06 [DEBUG] agent: Node info in sync 2021/11/22 01:19:06 [DEBUG] http: Request PUT /v1/agent/service/register (329.877196ms) from=10.233.75.178:42466 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:06 [DEBUG] agent: Node info in sync 2021/11/22 01:19:07 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (293.564632ms) from=10.233.75.178:42478 2021/11/22 01:19:08 [WARN] agent: Service name "_aai-generic-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [INFO] agent: Synced service "_v13__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Node info in sync 2021/11/22 01:19:08 [DEBUG] http: Request PUT /v1/agent/service/register (600.024598ms) from=10.233.75.178:42488 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:08 [DEBUG] agent: Node info in sync 2021/11/22 01:19:08 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (199.725593ms) from=10.233.75.178:42498 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [INFO] agent: Synced service "_v13_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Node info in sync 2021/11/22 01:19:09 [DEBUG] http: Request PUT /v1/agent/service/register (778.130044ms) from=10.233.75.178:42502 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Node info in sync 2021/11/22 01:19:09 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (454.38µs) from=10.233.75.178:42510 2021/11/22 01:19:09 [WARN] agent: Service name "_aai-generic-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:09 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:09 [INFO] agent: Synced service "_v14__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Node info in sync 2021/11/22 01:19:09 [DEBUG] http: Request PUT /v1/agent/service/register (409.641757ms) from=10.233.75.178:42512 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:09 [DEBUG] agent: Node info in sync 2021/11/22 01:19:10 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (765.452µs) from=10.233.75.178:42526 2021/11/22 01:19:10 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:10 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:10 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [INFO] agent: Synced service "_v14_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Node info in sync 2021/11/22 01:19:10 [DEBUG] http: Request PUT /v1/agent/service/register (623.51093ms) from=10.233.75.178:42530 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:10 [DEBUG] agent: Node info in sync 2021/11/22 01:19:10 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (643.822µs) from=10.233.75.178:42538 2021/11/22 01:19:11 [WARN] agent: Service name "_aai-generic-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:11 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:11 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:11 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:12 [INFO] agent: Synced service "_v15__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Node info in sync 2021/11/22 01:19:12 [DEBUG] http: Request PUT /v1/agent/service/register (1.401321569s) from=10.233.75.178:42540 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:12 [DEBUG] agent: Node info in sync 2021/11/22 01:19:12 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (471.573µs) from=10.233.75.178:42560 2021/11/22 01:19:12 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:12 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:12 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [INFO] agent: Synced service "_v15_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Node info in sync 2021/11/22 01:19:13 [DEBUG] http: Request PUT /v1/agent/service/register (500.098923ms) from=10.233.75.178:42564 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:13 [DEBUG] agent: Node info in sync 2021/11/22 01:19:13 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (390.626µs) from=10.233.75.178:42570 2021/11/22 01:19:13 [WARN] agent: Service name "_aai-generic-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:13 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:13 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:13 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [INFO] agent: Synced service "_v16__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:14 [DEBUG] agent: Node info in sync 2021/11/22 01:19:14 [DEBUG] http: Request PUT /v1/agent/service/register (901.017006ms) from=10.233.75.178:42580 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:14 [DEBUG] agent: Node info in sync 2021/11/22 01:19:14 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (538.971µs) from=10.233.75.178:42584 2021/11/22 01:19:14 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:14 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:14 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [INFO] agent: Synced service "_v16_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:15 [DEBUG] agent: Node info in sync 2021/11/22 01:19:15 [DEBUG] http: Request PUT /v1/agent/service/register (1.256582468s) from=10.233.75.178:42588 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:15 [DEBUG] agent: Node info in sync 2021/11/22 01:19:15 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (476.959µs) from=10.233.75.178:42594 2021/11/22 01:19:15 [WARN] agent: Service name "_aai-generic-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:15 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:15 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:15 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [INFO] agent: Synced service "_v17__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Node info in sync 2021/11/22 01:19:16 [DEBUG] http: Request PUT /v1/agent/service/register (993.822457ms) from=10.233.75.178:42596 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:16 [DEBUG] agent: Node info in sync 2021/11/22 01:19:17 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (536.87µs) from=10.233.75.178:42608 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [INFO] agent: Synced service "_v17_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Node info in sync 2021/11/22 01:19:17 [DEBUG] http: Request PUT /v1/agent/service/register (299.320038ms) from=10.233.75.178:42620 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:17 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:17 [DEBUG] agent: Node info in sync 2021/11/22 01:19:17 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (473.707µs) from=10.233.75.178:42628 2021/11/22 01:19:17 [WARN] agent: Service name "_aai-generic-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:17 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [INFO] agent: Synced service "_v18__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Node info in sync 2021/11/22 01:19:18 [DEBUG] http: Request PUT /v1/agent/service/register (301.019726ms) from=10.233.75.178:42630 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Node info in sync 2021/11/22 01:19:18 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (639.825µs) from=10.233.75.178:42640 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [INFO] agent: Synced service "_v18_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:18 [DEBUG] agent: Node info in sync 2021/11/22 01:19:18 [DEBUG] http: Request PUT /v1/agent/service/register (175.793073ms) from=10.233.75.178:42642 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:18 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (548.897µs) from=10.233.75.178:42644 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:18 [DEBUG] agent: Node info in sync 2021/11/22 01:19:18 [WARN] agent: Service name "_aai-generic-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:18 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:18 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [INFO] agent: Synced service "_v19__aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Node info in sync 2021/11/22 01:19:19 [DEBUG] http: Request PUT /v1/agent/service/register (201.218563ms) from=10.233.75.178:42646 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Node info in sync 2021/11/22 01:19:19 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (516.406µs) from=10.233.75.178:42648 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [INFO] agent: Synced service "_v19_aai-generic-query_10.233.70.197_8446" 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Node info in sync 2021/11/22 01:19:19 [DEBUG] http: Request PUT /v1/agent/service/register (280.743751ms) from=10.233.75.178:42654 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:19 [DEBUG] agent: Node info in sync 2021/11/22 01:19:19 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (12.745753ms) from=10.233.75.178:42656 2021/11/22 01:19:19 [WARN] agent: Service name "_aai-nodes-query-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:19 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:19 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:20 [INFO] agent: Synced service "_v11__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Node info in sync 2021/11/22 01:19:20 [DEBUG] http: Request PUT /v1/agent/service/register (800.387761ms) from=10.233.75.178:42658 2021/11/22 01:19:20 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:20 [DEBUG] agent: Node info in sync 2021/11/22 01:19:20 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (691.292µs) from=10.233.75.178:42666 2021/11/22 01:19:20 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:20 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:20 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [INFO] agent: Synced service "_v11_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Node info in sync 2021/11/22 01:19:21 [DEBUG] http: Request PUT /v1/agent/service/register (408.860908ms) from=10.233.75.178:42670 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:21 [DEBUG] agent: Node info in sync 2021/11/22 01:19:21 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (647.594µs) from=10.233.75.178:42676 2021/11/22 01:19:21 [WARN] agent: Service name "_aai-nodes-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:21 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:21 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:21 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [INFO] agent: Synced service "_v12__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request PUT /v1/agent/service/register (716.70913ms) from=10.233.75.178:42678 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (565.301µs) from=10.233.75.178:42686 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [INFO] agent: Synced service "_v12_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request PUT /v1/agent/service/register (110.456218ms) from=10.233.75.178:42690 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (509.701µs) from=10.233.75.178:42698 2021/11/22 01:19:22 [WARN] agent: Service name "_aai-nodes-query-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [INFO] agent: Synced service "_v13__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request PUT /v1/agent/service/register (21.741892ms) from=10.233.75.178:42700 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:22 [DEBUG] agent: Node info in sync 2021/11/22 01:19:22 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (640.101µs) from=10.233.75.178:42704 2021/11/22 01:19:23 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:23 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:23 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [INFO] agent: Synced service "_v13_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:23 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Node info in sync 2021/11/22 01:19:23 [DEBUG] http: Request PUT /v1/agent/service/register (600.512029ms) from=10.233.75.178:42706 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:23 [DEBUG] agent: Node info in sync 2021/11/22 01:19:23 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (502.915µs) from=10.233.75.178:42710 2021/11/22 01:19:24 [WARN] agent: Service name "_aai-nodes-query-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] consul: Skipping self join check for "onap-msb-consul-55bf85f47-q9vxq" since the cluster is too small 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [INFO] agent: Synced service "_v14__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:24 [DEBUG] agent: Node info in sync 2021/11/22 01:19:24 [DEBUG] http: Request PUT /v1/agent/service/register (204.864218ms) from=10.233.75.178:42712 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:24 [DEBUG] agent: Node info in sync 2021/11/22 01:19:24 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (498.534µs) from=10.233.75.178:42716 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [INFO] agent: Synced service "_v14_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Node info in sync 2021/11/22 01:19:24 [DEBUG] http: Request PUT /v1/agent/service/register (104.359731ms) from=10.233.75.178:42718 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:24 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:24 [DEBUG] agent: Node info in sync 2021/11/22 01:19:24 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (411.703µs) from=10.233.75.178:42722 2021/11/22 01:19:24 [WARN] agent: Service name "_aai-nodes-query-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:24 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [INFO] agent: Synced service "_v15__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:25 [DEBUG] agent: Node info in sync 2021/11/22 01:19:25 [DEBUG] http: Request PUT /v1/agent/service/register (599.950941ms) from=10.233.75.178:42724 2021/11/22 01:19:25 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:25 [DEBUG] agent: Node info in sync 2021/11/22 01:19:25 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (191.154394ms) from=10.233.75.178:42728 2021/11/22 01:19:25 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:25 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:25 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [INFO] agent: Synced service "_v15_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Node info in sync 2021/11/22 01:19:26 [DEBUG] http: Request PUT /v1/agent/service/register (1.000390779s) from=10.233.75.178:42730 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:26 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:26 [DEBUG] agent: Node info in sync 2021/11/22 01:19:26 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (587.402µs) from=10.233.75.178:42740 2021/11/22 01:19:27 [WARN] agent: Service name "_aai-nodes-query-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:27 [INFO] agent: Synced service "_v16__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Node info in sync 2021/11/22 01:19:27 [DEBUG] http: Request PUT /v1/agent/service/register (500.525604ms) from=10.233.75.178:42744 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:27 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:27 [DEBUG] agent: Node info in sync 2021/11/22 01:19:27 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (790.196µs) from=10.233.75.178:42756 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:27 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [INFO] agent: Synced service "_v16_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Node info in sync 2021/11/22 01:19:28 [DEBUG] http: Request PUT /v1/agent/service/register (766.39587ms) from=10.233.75.178:42764 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:28 [DEBUG] agent: Node info in sync 2021/11/22 01:19:28 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (544.355µs) from=10.233.75.178:42772 2021/11/22 01:19:28 [WARN] agent: Service name "_aai-nodes-query-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:28 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:28 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:28 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [INFO] agent: Synced service "_v17__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:29 [DEBUG] agent: Node info in sync 2021/11/22 01:19:29 [DEBUG] http: Request PUT /v1/agent/service/register (425.066526ms) from=10.233.75.178:42774 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Node info in sync 2021/11/22 01:19:29 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (473µs) from=10.233.75.178:42780 2021/11/22 01:19:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [INFO] agent: Synced service "_v17_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:29 [DEBUG] agent: Node info in sync 2021/11/22 01:19:29 [DEBUG] http: Request PUT /v1/agent/service/register (46.290975ms) from=10.233.75.178:42782 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:29 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:29 [DEBUG] agent: Node info in sync 2021/11/22 01:19:29 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (470.933µs) from=10.233.75.178:42784 2021/11/22 01:19:30 [WARN] agent: Service name "_aai-nodes-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [INFO] agent: Synced service "_v18__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:30 [DEBUG] agent: Node info in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:30 [DEBUG] agent: Node info in sync 2021/11/22 01:19:30 [DEBUG] http: Request PUT /v1/agent/service/register (306.184818ms) from=10.233.75.178:42788 2021/11/22 01:19:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (99.581381ms) from=10.233.75.178:42792 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:31 [INFO] agent: Synced service "_v18_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Node info in sync 2021/11/22 01:19:31 [DEBUG] http: Request PUT /v1/agent/service/register (399.98983ms) from=10.233.75.178:42796 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:31 [DEBUG] agent: Node info in sync 2021/11/22 01:19:31 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (556.942µs) from=10.233.75.178:42802 2021/11/22 01:19:32 [WARN] agent: Service name "_aai-nodes-query-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:32 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:32 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:32 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [INFO] agent: Synced service "_v19__aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Node info in sync 2021/11/22 01:19:33 [DEBUG] http: Request PUT /v1/agent/service/register (1.677875987s) from=10.233.75.178:42804 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:33 [DEBUG] agent: Node info in sync 2021/11/22 01:19:33 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (626.405µs) from=10.233.75.178:42814 2021/11/22 01:19:33 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:33 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:33 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [INFO] agent: Synced service "_v19_aai-nodes-query_10.233.70.197_8446" 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Node info in sync 2021/11/22 01:19:35 [DEBUG] http: Request PUT /v1/agent/service/register (1.804382168s) from=10.233.75.178:42816 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Node info in sync 2021/11/22 01:19:35 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (650.943µs) from=10.233.75.178:42836 2021/11/22 01:19:35 [WARN] agent: Service name "_aai-nquery-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:35 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:35 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:35 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [INFO] agent: Synced service "_v11__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Node info in sync 2021/11/22 01:19:35 [DEBUG] http: Request PUT /v1/agent/service/register (329.40478ms) from=10.233.75.178:42840 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:35 [DEBUG] agent: Node info in sync 2021/11/22 01:19:35 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (100.617706ms) from=10.233.75.178:42844 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [INFO] agent: Synced service "_v11_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Node info in sync 2021/11/22 01:19:36 [DEBUG] http: Request PUT /v1/agent/service/register (589.708152ms) from=10.233.75.178:42848 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:36 [DEBUG] agent: Node info in sync 2021/11/22 01:19:36 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (580.948µs) from=10.233.75.178:42864 2021/11/22 01:19:36 [WARN] agent: Service name "_aai-nquery-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [INFO] agent: Synced service "_v12__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Node info in sync 2021/11/22 01:19:37 [DEBUG] http: Request PUT /v1/agent/service/register (504.850826ms) from=10.233.75.178:42866 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Node info in sync 2021/11/22 01:19:37 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (351.777µs) from=10.233.75.178:42876 2021/11/22 01:19:37 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:37 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:37 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [INFO] agent: Synced service "_v12_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Node info in sync 2021/11/22 01:19:37 [DEBUG] http: Request PUT /v1/agent/service/register (110.137106ms) from=10.233.75.178:42878 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:37 [DEBUG] agent: Node info in sync 2021/11/22 01:19:37 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (199.866662ms) from=10.233.75.178:42884 2021/11/22 01:19:38 [WARN] agent: Service name "_aai-nquery-v13" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:38 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v13/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:38 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:38 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:39 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:39 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [INFO] agent: Synced service "_v13__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Node info in sync 2021/11/22 01:19:40 [DEBUG] http: Request PUT /v1/agent/service/register (1.700601837s) from=10.233.75.178:42896 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Node info in sync 2021/11/22 01:19:40 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (694.605µs) from=10.233.75.178:42916 2021/11/22 01:19:40 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v13\",\"enable_ssl\":\"true\",\"url\":\"/aai/v13/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:40 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [INFO] agent: Synced service "_v13_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Node info in sync 2021/11/22 01:19:40 [DEBUG] http: Request PUT /v1/agent/service/register (401.086704ms) from=10.233.75.178:42922 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:40 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:40 [DEBUG] agent: Node info in sync 2021/11/22 01:19:41 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (841.883µs) from=10.233.75.178:42928 2021/11/22 01:19:41 [WARN] agent: Service name "_aai-nquery-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:41 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:41 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [INFO] agent: Synced service "_v14__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Node info in sync 2021/11/22 01:19:42 [DEBUG] http: Request PUT /v1/agent/service/register (700.195095ms) from=10.233.75.178:42932 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:42 [DEBUG] agent: Node info in sync 2021/11/22 01:19:42 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (548.297µs) from=10.233.75.178:42938 2021/11/22 01:19:42 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:42 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:42 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [INFO] agent: Synced service "_v14_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Node info in sync 2021/11/22 01:19:43 [DEBUG] http: Request PUT /v1/agent/service/register (1.31425537s) from=10.233.75.178:42942 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:43 [DEBUG] agent: Node info in sync 2021/11/22 01:19:43 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (614.332µs) from=10.233.75.178:42956 2021/11/22 01:19:43 [WARN] agent: Service name "_aai-nquery-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:43 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:43 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [INFO] agent: Synced service "_v15__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Node info in sync 2021/11/22 01:19:44 [DEBUG] http: Request PUT /v1/agent/service/register (401.190828ms) from=10.233.75.178:42958 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (711.285µs) from=10.233.75.178:42962 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:44 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:44 [DEBUG] agent: Node info in sync 2021/11/22 01:19:44 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:44 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:44 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [INFO] agent: Synced service "_v15_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Node info in sync 2021/11/22 01:19:45 [DEBUG] http: Request PUT /v1/agent/service/register (982.537974ms) from=10.233.75.178:42966 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:45 [DEBUG] agent: Node info in sync 2021/11/22 01:19:45 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (197.512571ms) from=10.233.75.178:42972 2021/11/22 01:19:46 [WARN] agent: Service name "_aai-nquery-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [INFO] agent: Synced service "_v16__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Node info in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Node info in sync 2021/11/22 01:19:46 [DEBUG] http: Request PUT /v1/agent/service/register (299.616184ms) from=10.233.75.178:42976 2021/11/22 01:19:46 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (511.884µs) from=10.233.75.178:42982 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [INFO] agent: Synced service "_v16_aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:46 [DEBUG] agent: Node info in sync 2021/11/22 01:19:46 [DEBUG] http: Request PUT /v1/agent/service/register (400.506719ms) from=10.233.75.178:42984 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:46 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (394.406µs) from=10.233.75.178:42988 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Node info in sync 2021/11/22 01:19:47 [WARN] agent: Service name "_aai-nquery-v17" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:47 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v17/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:47 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:47 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [INFO] agent: Synced service "_v17__aai-nquery_10.233.70.197_8446" 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_sdc_10.233.37.173_8443" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.233.0.116_9011" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_sdc-gui_10.233.39.170_8181" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_wf-gui_10.233.55.123_8443" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_vnfpkgm_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_sdnc_10.233.53.109_8282" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:47 [DEBUG] agent: Node info in sync 2021/11/22 01:19:47 [DEBUG] http: Request PUT /v1/agent/service/register (100.181609ms) from=10.233.75.178:42990 2021/11/22 01:19:48 [DEBUG] agent: Service "_v12__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v13__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v19_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v14_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v15__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v15_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v18_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v0_multicloud-pike_10.233.13.207_9007" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v15__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v17__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v12_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_nsd_10.233.58.250_8806" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v0_multicloud_10.233.9.145_9001" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v11_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v12__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_parser_10.233.58.250_8806" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_multicloud-k8s_10.233.33.0_9015" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v17_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v15__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v16__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v12_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v18_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v19_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v11_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v13_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.233.34.76_443" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v17__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v18__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v16__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v14_aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v13_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v11_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v14__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v11__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v13__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_message-router_10.233.0.19_3904" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v14_aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v16__aai-generic-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v14__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v17__aai-nquery_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_sdc-deprecated_10.233.37.173_8080" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_catalog_10.233.58.250_8806" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v12_aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v18__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v19__aai-nodes-query_10.233.70.197_8446" in sync 2021/11/22 01:19:48 [DEBUG] agent: Service "_v1_sdc_10.2